Product teams, Please note $subject. We were doing a wrong thing by adding CARBON_HOME/lib/core/WEB-INF/lib to the classpath, which makes these jars get loaded from the system classloader as well as the Carbon webapp's WebappClassloader. Now those jars have been moved to CARBON_HOME/lib/api, and those jars get loaded from the parent of the webapp classloader. The system classloader loads only the bootstrap.jar.
Please check the scripts in your products. I have fixed many of those. I noticed the following in BPS: ./bps/modules/samples/product/sample-utils/src/main/scripts/axis2server.sh:for f in "$AXIS2_HOME"/../../lib/core/WEB-INF/lib/*.jar Please fix these as appropriate. -- *Afkham Azeez* Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, * * *Member; Apache Software Foundation; **http://www.apache.org/*<http://www.apache.org/> * email: **[email protected]* <[email protected]>* cell: +94 77 3320919 blog: **http://blog.afkham.org* <http://blog.afkham.org>* twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> * linked-in: **http://lk.linkedin.com/in/afkhamazeez* * * *Lean . Enterprise . Middleware*
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
