Thanks a lot for that example. It gives me (and surely many others) a starting 
point.

http://localhost:8080/index.html?_id=page.default.helloworld
This just displayed the jboss main page.

Using this:
http://localhost:8080/portal/index.html?_id=page.default.helloworld

gave me:
Http 500
javax.servlet.ServletException: javax.servlet.ServletException: no main
        
org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:85)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

root cause

org.jboss.portal.common.transaction.BusinessException: 
javax.servlet.ServletException: no main
        
org.jboss.portal.common.transaction.Demarcator.requiresNew(Demarcator.java:58)
        
org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:74)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

Same error as above upon using:
http://localhost:8080/portal/index.html?page=helloworld

Any ideas? Im using jboss 4.0.1sp1 and the latest version of jBoss POrtal, 
which is 2.0 alpha, on a Fedora Core 2 Linux system. 

Thanks,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868886#3868886

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868886


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to