Greetings all.

I recently packaged my war file and ejb file into an ear for deployment.

ear
    - lib (struts.jar and alanutil.jar)
    - META-INF
       - application.xml
    - alanejb.jar
    - alan.war

I am deploying this from a directory called allan.ear (exploded format).

I am using the manifest entries to refer to the struts jar in the EAR's lib directory.

I don't know if these two things are exactly related, but since the move to an ear 
file, I can't do a remote debug session to the jboss process (using IDEA).

Also related is the fact that an object put into request state by the action 
implementation seems to be lost during the processing of the request (inserted valid 
object, JSP pulls out a null value).

Lastly, logging messages (using standard JBoss Appenders) are not  being pushed the 
log file.

I have a feeling that this is a class loader issue, but can't quite figure out what is 
going on.

I am using JBoss/Jetty 3.2.1

Any help is greatly appreciated.

Sincerely,

John C. Dale
MS MIS, December 2005
The University of Arizona
Tucson, Arizona

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824988#3824988";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824988>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to