[jboss-user] [JBoss Portal] - Re: cms nodes

2008-11-18 Thread [EMAIL PROTECTED]
You should not try to access the data in the tables directly as the structure is in the form of Serialized Java Objects and will lead to data corruption You should use the JCR API to access the CMS node tree like the way our CMS Service does using the Command Framework which is part of our CMS

[jboss-user] [JBoss Portal] - Re: cms nodes

2008-11-17 Thread [EMAIL PROTECTED]
the cms data is persisted in tables with a JBP_CMS_* pattern to the name. Although, the data is in Serialized Java Object format that is used by Jackrabbit. Hence, I would not recommend modifying the data directly since that will lead to data corruption Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: cms nodes

2008-11-17 Thread ssidhanta
my requirement is i need a portlet which will bear links to all pdf files in a particular category.Say i have a folder called travel pdfs in cms an i have uploaded pdf1 pdf2 in it My portlet needs to show the names of all pdfs in the travel category(i.e. all pdfs in the travel pdfs folder).If