DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15935

WSAD 5.0 Instructions for Struts Example





------- Additional Comments From [EMAIL PROTECTED]  2003-12-19 04:03 -------
WebSphere 5.0.2 and probably WSAD 5.0 won't work with
any part of Struts that uses the Jakarta ORO Regexp Library,
for instance Validator.
This is because a Jython.jar in the lib directory of WebSphere
has some(not all) org.apache.oro. classes. It is missing the
oro.Per5Util classes and other items. Once the class loader
loads the org.apache.oro classes from Jython.jar the ORO.jar in the
WEB-INF/lib will not load. Useing the PARENT_LAST, PARENT_FIRST class
loader settings have no effect. 

Deleting the org.apache.oro.* class files from Jython.jar and putting
a ORO.jar in the top level lib directory works.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to