[JBoss Portal] - CMS Content - Navigate between pages
by nidhi_hs
My portal server is Jboss 2.6 and my requirement is to display CMS content on the portal page and the CMS content which is a html doc will have links to other pages.
For example I have two HTML Docs - NewsHeadlines.html and NewsDetails.html. There is a link on NewsHeadlines.html which should show the NewsDetails.html.
I created a folder called news using the management portlet and uploaded the above mentioned html docs.
My code in the *-object.xml to show the cms content is
| <window>
| <window-name>News</window-name>
| <content>
| <content-type>cms</content-type>
| <content-uri>/news/NewsHeadlines.html</content-uri>
| </content>
| <region>left</region>
| <height>0</height>
| </window>
|
NewsHeadlines.html is displayed on my portal without any issues. But the link within the NewsHeadlines.html is taking me to the default portal.
The URL of the link is given as news/NewsDetails.html.
Am I missing something. Should I configure something to open the links in my portal window ? Any help on this is highly appreciated.
Thanks
Nidhi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076850#4076850
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076850
18Â years, 8Â months
[Persistence, JBoss/CMP, Hibernate, Database] - How is query-timeout implemented ( set-tx-query-timeout )?
by alchemista
Hello,
I realize I could view the source code to learn this, but for those who cannot do so, can someone explain how query-timeout DS configuration is actually implemented in JBoss 4.0.3+?
If I have a query running for longer than the timeout period, does JBoss simply follow the JDBC spec and throw a SQLException?
Does it do anything beyond that such as thread control, modifying the connection pool, etc?
Does the query-timeout have any effect on Connection rollback()? If not, is there a way to also put a timeout on the rollback whereby an exception will be thrown?
Thank You
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076845#4076845
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076845
18Â years, 8Â months