Content Schema Modeling Considerations in V7 Releases - KB 6058
Omniture Integration Guide for Vignette Content, Portal, Collaboration, and other products is now available at no charge on the Vignette Development Community - KB 9207
V7: My servlet works great on management stage but doesn't work on delivery stage: what's wrong? - KB 5872
SearchQuery.trackAndExecute() methods fail in stages running in EJB mode [01/23/03] - KB 5069
V7 7.3+: Checklist for setting up Java application that accesses management stage - KB 6900
JSP application to test V7 delivery stage application server or servlet engine - KB 6030
V7 7.3.1: Where the Log Files of V7 7.3.1 Components Are Located - KB 7897
Monday, November 3, 2008
Friday, October 24, 2008
If pages don't display on piocda and come back on refresh
If there is a situation that pages do not display on the site, but on refresh they come back (minus navigation sometimes), most likely piocda.war has been copied over to tomcat when it was running and piocda.xml from conf/Catalina/localhost has been wiped out. Make sure to stop tomcat before deploying and research a way so this does not happen. (piocda.xml should be made part of the webapp).
Update: Added new build file for each environment on VSS, so context.xml is part of the webapp and gets copied automatically to conf/Catalina/localhost on (re)deploy.
Update: Added new build file for each environment on VSS, so context.xml is part of the webapp and gets copied automatically to conf/Catalina/localhost on (re)deploy.
Monday, September 15, 2008
DPM cache duplication and FURL format issue
Response from Vignette about issues with DPM cache duplication and FURL format issue:
G’day,
Sorry that it has taken a little time to get back to you on these issues. I wanted to make to confirm my answers with the right ginger beers before replying
We have fixed the issue below in the productized version of furl.
You asked about 2 other things
1. The issue of duplicating the cache per-pre-loaded site. This behaviours remains the same
2. Support for Formats in only 1 of the two mappers. This behaviour is also the same , although we fixed a general problem with query parameters being stripped urls. So if you pass in a format as a query param we will honour it, you could use that as a workaround
The original query:
I wanted to ask for some input on a FURL issue that I am having concerning
formats.
The issue comes up when 2 templates share a common component on a channel
(for example: I have an image query component
on each presentation template) then it will use the default presentation
template's value instead of the format's.
Example:
I have a Channel named "Home Entertainment", that has 2 formats:
- default (Product Page)
- Support (Support Page)
both of these templates have a common image query component with different
values:
- default: Get Image From Channel [currentChannel]
- Support: Get Image From Channel Home > Support
when I use the following URL it displays the correct Layout but uses the
query
component value from the default template (Shows the image from
currentChannel
instead of Support).
/PUSA/Products/ch.Home+Entertainment.Support
however if I add the vgnextfmt variable to the URL it uses the correct
components.
/PUSA/Products/ch.Home+Entertainment.Support?vgnextfmt=Support
is this a known issue? is there a quick fix that you are aware of?
Let me know if you need more information on this.
G’day,
Sorry that it has taken a little time to get back to you on these issues. I wanted to make to confirm my answers with the right ginger beers before replying
We have fixed the issue below in the productized version of furl.
You asked about 2 other things
1. The issue of duplicating the cache per-pre-loaded site. This behaviours remains the same
2. Support for Formats in only 1 of the two mappers. This behaviour is also the same , although we fixed a general problem with query parameters being stripped urls. So if you pass in a format as a query param we will honour it, you could use that as a workaround
The original query:
I wanted to ask for some input on a FURL issue that I am having concerning
formats.
The issue comes up when 2 templates share a common component on a channel
(for example: I have an image query component
on each presentation template) then it will use the default presentation
template's value instead of the format's.
Example:
I have a Channel named "Home Entertainment", that has 2 formats:
- default (Product Page)
- Support (Support Page)
both of these templates have a common image query component with different
values:
- default: Get Image From Channel [currentChannel]
- Support: Get Image From Channel Home > Support
when I use the following URL it displays the correct Layout but uses the
query
component value from the default template (Shows the image from
currentChannel
instead of Support).
/PUSA/Products/ch.Home+Entertainment.Support
however if I add the vgnextfmt variable to the URL it uses the correct
components.
/PUSA/Products/ch.Home+Entertainment.Support?vgnextfmt=Support
is this a known issue? is there a quick fix that you are aware of?
Let me know if you need more information on this.
Monday, June 30, 2008
Portal Form populate
Form populate in Portal's EndUserFormBean cannot handle any data type other than String, so cannot int, long etc.
Portalbean portlets get vs post
Portalbean portlets do not work with "GET" request on submitting to a process view. You get an error saying "java.lang.IllegalStateException: The URI of a single portlet request must either contain one and only one portlet UID or a target portlet UID.".
Thursday, May 1, 2008
DPM cluster.nodes
Found this out as a result of ticket 201930. cluster.nodes needs to contain paths to each context defined for any web app thats based off vgn-ext-templating. So piocda, furl etc. need to be in there apart from vgn-ext-templating of course.
Subscribe to:
Posts (Atom)