OK that's cool. I've built my portlet app into a WAR. The problem is the portlet works fine when deployed as part of the standard nukes-core.sar (by just adding the code into the nukes source tree as a test portlet) but doesn't when deployed in the WAR. I'm now sure exactly what files I should have in the WAR structure as far as WEB-INF goes e.g. do I need the default-portlet.xml or jboss-service.xml files as well as the web.xml file - or is this taken care of by the nukes-core.sar?
The specific problem I see from nukes during deployment is: org.jboss.nukes.portal.kernel.ServiceFailureException: java.lang.Exception: Portlet class not found... Which leads me to believe it's an ordering issue rather than the WAR file? The JBoss Portal throws out the class not found error _before_ my app WAR file is deployed. Any ideas how I should structure the WAR so it works correctly? Or do I need to do something else to make sure my app is deployed before nukes? Thanks, Kev View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861147#3861147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861147 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
