I was talking to Jules during JavaOne about this.  He was saying that this was an 
issue with the JasperC (JSPC compiler).  The workaround that he 
recommended was to precompile all the JSPs and put the compiled class files in the war 
file.

-Steve

--
In Between jobs, and just getting my new
development machine online.

<===Begin Original Message===>
James Higginbotham wrote:

> On the contrary, by using the testcase I emailed to the list, but
> modifying it to have the war inside the ear, I still get the same
> problem. If I remove the client jar from the war, I cannot compile the
> JSPs as they require the remote and home interfaces but cannot find
> them. So, I'm still in the same spot. Am I missing something? Did your
> team successfully deploy my test application in this manner? If so, can
> you email me the .ear file so I can see why its working for you?
> 
> Any other workaround ideas? Still have an estimated date for beta 2 to
> be released?
> 
> Thanks,
> James
> 
> 
>>-----Original Message-----
>>From: Scott M Stark [mailto:[EMAIL PROTECTED]] 
>>Sent: Thursday, April 11, 2002 8:40 PM
>>To: [EMAIL PROTECTED]
>>Subject: Re: [JBoss-user] Building Catalina .sar (Tomcat to 
>>work with JBossBeta 2 HOWTO)?
>>
>>
>>This is not a Catalina integration issue. It is an issue with 
>>the servlet 2.3 class loading model and the servlet to ejb 
>>call being optimized when it should not be.
>>
>>By default Jetty is not using the servlet 2.3 class loading 
>>model that loads classes from the war before the parent class 
>>loader and so it works. If you turn on the servlet 2.3 class 
>>loading model in Jetty it also fails.
>>
>>This behavior is not seen if the war is included in the ear 
>>with the ejb jar and the ejb client jar left out of the war. 
>>Is there a reason this can't be done?
>>
>>xxxxxxxxxxxxxxxxxxxxxxxx
>>Scott Stark
>>Chief Technology Officer
>>JBoss Group, LLC
>>xxxxxxxxxxxxxxxxxxxxxxxx
>>----- Original Message -----
>>From: "James Higginbotham" <[EMAIL PROTECTED]>
>>To: "Dennis Muhlestein" <[EMAIL PROTECTED]>; 
>><[EMAIL PROTECTED]>
>>Cc: "Scott M Stark" <[EMAIL PROTECTED]>
>>Sent: Tuesday, April 09, 2002 5:08 PM
>>Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to 
>>work with JBossBeta 2 HOWTO)?
>>
>>
>>Attached is a testcase that reproduces the problem that we 
>>talked about here. My apologies for sending this to all on 
>>the list, but I hope that this testcase finds it way to the 
>>appropriate Jboss developers. I don't have an official bug 
>>number for reference, nor do I have a specific email to send 
>>this to within the development team.
>>
>>If you have any questions about the testcase, feel free to 
>>send me an email to this address.
>>
>>Regards,
>>James
>>
>>
>>
>>_______________________________________________
>>JBoss-user mailing list
>>[EMAIL PROTECTED] 
>>https://lists.sourceforge.net/lists/listinfo/j> boss-user
>>
>>
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to