not jar, just make a .war file ! (Atleast I am sot saying to make an EAR, you 
will have to write a simple application.xml too)
Ok do this

1. create a new heirarchy ..say test/WEB-INF/classes/..../*.class

2. put all XMLs in test/WEB-INF/
3. Make sure you put classes in correct heirarchy.
4. go to command prompt test\>jar cvf ptest.war .

 adding manifest .. (somthing like this will be shown)
Thats manifest which holds class version info.

Now u have ptest.war in test/

drop this war file in deploy folder.

If u get initialization exeptions, then its possible that the portlet example 
has either no init() method or may be that the constructor is not defined.
( But thats not in the case of example provided by jboss) Its working damm fine 
here.

Check all systematically. Also check the version of java you are using.

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

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


-------------------------------------------------------
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

Reply via email to