CARBON_HOME/lib/core/WEB-INF/classes
On Fri, Apr 15, 2011 at 11:39 AM, Supun Kamburugamuva <[email protected]>wrote: > Where should we place these configuration files? > > Thanks, > Supun.. > > On Fri, Apr 15, 2011 at 11:36 AM, Afkham Azeez <[email protected]> wrote: > > ESB assembly has the following obsolete entries > > <file> > > <source>src/main/conf/synapse.properties</source> > > > > > > <outputDirectory>${pom.artifactId}-${pom.version}/webapps/ROOT/WEB-INF/classes</outputDirectory> > > <destName>synapse.properties</destName> > > <filtered>true</filtered> > > </file> > > <file> > > <source>src/main/conf/datasources.properties</source> > > > > > > <outputDirectory>${pom.artifactId}-${pom.version}/webapps/ROOT/WEB-INF/classes</outputDirectory> > > <destName>datasources.properties</destName> > > <filtered>true</filtered> > > </file> > > <file> > > <source>src/main/conf/cipher-text.properties</source> > > > > > > <outputDirectory>${pom.artifactId}-${pom.version}/webapps/ROOT/WEB-INF/classes</outputDirectory> > > <destName>cipher-text.properties</destName> > > <filtered>true</filtered> > > </file> > > <file> > > <source>src/main/conf/nhttp.properties</source> > > > > > > <outputDirectory>${pom.artifactId}-${pom.version}/webapps/ROOT/WEB-INF/classes</outputDirectory> > > <destName>nhttp.properties</destName> > > <filtered>true</filtered> > > </file> > > > > On Fri, Apr 15, 2011 at 11:27 AM, Afkham Azeez <[email protected]> wrote: > >> > >> 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/ > >> email: [email protected] cell: +94 77 3320919 > >> blog: http://blog.afkham.org > >> twitter: http://twitter.com/afkham_azeez > >> linked-in: http://lk.linkedin.com/in/afkhamazeez > >> > >> Lean . Enterprise . Middleware > > > > > > > > -- > > Afkham Azeez > > Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com, > > > > Member; Apache Software Foundation; http://www.apache.org/ > > email: [email protected] cell: +94 77 3320919 > > blog: http://blog.afkham.org > > twitter: 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 > > > > > > > > -- > Supun Kamburugamuva > Technical Lead & Product Manager, WSO2 Inc.; http://wso2.com > Member, Apache Software Foundation; http://www.apache.org > WSO2 Inc.; http://wso2.org > E-mail: [email protected]; Mobile: +94 77 431 3585 > Blog: http://supunk.blogspot.com > -- *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
