The example contains a build.xml. First use ant tool on that folder. /helloworldportletfolder\>ant If the example is already exploded one. check in /.../resouces/ you will find the classes HelloWorldPortletA, HelloWorldPortletB and HelloWorld$Listener class. (search them). put them in correct heirarchy as classes/org/jboss/portlet/hello/*.class
Like yourwarfile/WEB-INF/classes/org/jboss/portlet/hello/*.class You can rebuild the .war file or just find the .war file in the example given on JBOSS. it contains the classes in a jar file. so you may not put them manually in the heirarchy as i have shown. Either one is same. Or you may also find an EAR (.ear) file. You may deploy that too. If you wish to create it , you will have to write an application.xml which will be specifying the name of your .war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927519#3927519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927519 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
