  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - Re: Strange behavior of jar file loading | - Re: Strange behavior of jar file loading 2007-08-13 - By pierospinelli
Back Many Thanks for your reply, Pete.
Just to be sure I've understood: - I created a project named "schedule" with seam-gen - I loaded the project in JBossIDE - I created my classes and tag libs under the source folders of the project.
Now, I deployed for test using the explode tag of the build.xml created by seam -gen. The explode operation created: - a schedule.ear under the server/deploy dir - a schedule.ear/schedule.jar dir with all the application classes - a schedule.ear/schedule.war dir with all xhtml, config files, etc... - a schedule.ear/schedule.war/WEB-INF/lib dir with all the seam jar files - a schedule.ear/schedule.war/WEB-INF/classes dir containing just some property file (no classes at all).
Till now, this is the standard behavior of the explode operation (I didn't touch anything in this phase): here I have the error.
So, when you say: anonymous wrote : Alter your build so that JsfEcoLibrary and related classes are put into WEB-INF/classes in your build war/ear.
do you mean I have to change the standard build.xml so that the explode operation creates the scheduler.jar lib under .../WEB-INF/lib ?
I do not understand if it is a miss-behaviour of the build.xml or if I did something wrong.
Thanks again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4073484#4073484
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4073484 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |