Hi Ashish

As far as I can remember the only bug left in wls6.1sp2 which prevents to
run the webwork.war/ear from running out of the box (no jdom/crimonson
related examples work) is the following one (...no this is not fully true:
you have to provide log4j.jar in webapp classpath  too to get them
working...but this is not a bea bug ;-)):

<bea support>
As previously mentioned, the problem you are having in deploying your WebApp
is a known issue with WebLogic 6.1 Service Pack 2.  This is down to a
problem of StringIndexOutOfBoundsException being thrown while the
"CLASSPATH" entry in MANIFEST.MF does not contain ";".

I have been able to avoid the start-up deployment errors by removing the
CLASSPATH entry within the MANIFEST.MF file of jdom.jar (see attached WAR
file).
</bea support>

I never tried to do such modifications to jdom.jar et alter because (we are
not using it in our webapp). So I can't say if the examples work then. But
after deleting jdom.jar and crimson.jar the jsp examples work.

so if you're working at bea you can tell us if there's a way to get a patch
for this..that would be really helpful. at that time I was said that a new
sp would come out but I never saw one...

btw: can some other wls user confirm this? or other problems when
deploying/using webwork examples? perhaps we should extend the app server
specific faqs too...

cheers
-Paolo


> -----Ursprüngliche Nachricht-----
> Von: Ashish Jain [mailto:[EMAIL PROTECTED]]
> Gesendet: Sonntag, 7. April 2002 18:56
> An: [EMAIL PROTECTED]
> Betreff: RE: [Webwork-user] Webwork Jsp examples under Weblogic.
> 
> 
> Jason,
> Do you have a bug/tracking # with BEA for this error ? I work for BEA
> and should be able to track it down  if it's fixed....or not.
> Thanks,
> Ashish.
> 
> 
> FROM: Jason CarreiraDATE: 04/07/2002 07:04:11SUBJECT: RE:
> [Webwork-user]
> 
> Webwork Jsp examples under Weblogic. This is an error in WLS. 
> I reported
> it last year, and I think the fix is
> in SP2 for WLS6.1, but I'm not sure.
> 
> If you take a look at the .java file created by WLS for the JSP page,
> you'll
> see that it creates multiple member variables with the same name for
> repeated
> usages of webwork tags.
> 
> Jason
> 
> 
> 
> _______________________________________________
> Webwork-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webwork-user
> 

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

Reply via email to