Why was this added to Carbon classpath? I wouldn't have to be asking this question if you had mentioned why this was done instead of what you have done (which is obvious from the commit log). Why isn't the relevant component adding in these dependencies/resources? How will this work when Carbon is deployed as pure webapp on a different AppServer?
On Sat, Feb 5, 2011 at 12:48 PM, <[email protected]> wrote: > Author: kasunw > Date: Fri Feb 4 23:18:59 2011 > New Revision: 86776 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=86776 > > Log: > Added uddi resources to carbon classpath > > Modified: > trunk/carbon/core/distribution/carbon-home/bin/wso2server.sh > > Modified: trunk/carbon/core/distribution/carbon-home/bin/wso2server.sh > URL: > http://wso2.org/svn/browse/wso2/trunk/carbon/core/distribution/carbon-home/bin/wso2server.sh?rev=86776&r1=86775&r2=86776&view=diff > ============================================================================== > --- trunk/carbon/core/distribution/carbon-home/bin/wso2server.sh > (original) > +++ trunk/carbon/core/distribution/carbon-home/bin/wso2server.sh Fri > Feb 4 23:18:59 2011 > @@ -263,7 +263,7 @@ > CARBON_XBOOTCLASSPATH="$CARBON_XBOOTCLASSPATH":$f > done > > -CARBON_CLASSPATH="$CARBON_HOME/lib/patches":"$CARBON_PATCH_CLASSPATH":"$CARBON_HOME/lib":"$CARBON_CLASSPATH" > +CARBON_CLASSPATH="$CARBON_HOME/lib/patches":"$CARBON_PATCH_CLASSPATH":"$CARBON_HOME/lib":"$CARBON_HOME/resources/uddi":"$CARBON_CLASSPATH" > > > # ----- Execute The Requested Command > ----------------------------------------- > _______________________________________________ > Carbon-commits mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits > -- 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
