Hi all, The bin.xml file in the org.wso2.carbon.server module was having a set of <exclude>s to stop copying unwanted jars into CARBON_HOME/lib. But whenever someone adds a dependency into Carbon root pom, it automatically goes into CARBON_HOME/lib. This has caused many time wasting issues for us. Therefore, I've properly fixed the issue by using <include>s in the bin.xml.
In the process, I removed h2-1.1.112.jar from CARBON_HOME/lib as the h2-database-engine-1.1.112.wso2v1.jar is already there. All other jars which were there are still coppied into CARBON_HOME/lib. Please shout if you find any issues due to this fix. Thanks, ~Isuru
_______________________________________________ Carbon-dev mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
