DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28514>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28514 Ant 1.6.1 and weblogic 8.1 ant tasks Summary: Ant 1.6.1 and weblogic 8.1 ant tasks Product: Ant Version: 1.6.1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Weblogic 8.1 ant tasks no longer continue to work with ant 1.6.x. They did work with earlier versions of ant. This appears to be a classloader issue as inside wlappc there are checks like: if (javax.ejb.EJBObject.class.equals(myEJBClass)) ... The result is false because the classes are loaded in separate classloaders with different visibilities. Current work around is to bypass the weblogic ant task and use the java ant task to call appc directly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]