Thank you scott....very strange to get the branches mixed with the trunk. regards, Hans
On Fri, 2009-11-06 at 18:30 +1300, Scott Gray wrote: > I've reverted the portion of the commit that affected the trunk in > r833303 > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 6/11/2009, at 6:14 PM, Deepak Dixit wrote: > > > Hello Hans, > > > > comment inline: > >> Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml > >> URL: > >> http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=833294&r1=833293&r2=833294&view=diff > >> = > >> = > >> = > >> = > >> = > >> = > >> = > >> = > >> = > >> ===================================================================== > >> --- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original) > >> +++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Fri Nov > >> 6 03:55:56 2009 > >> @@ -256,6 +256,14 @@ > >> <property name="ciphers" value=""/> > >> </property> > >> </container> > >> + + <!-- load the BIRT container --> > >> + <container name="birt-container" > >> class="org.ofbiz.birt.container.BirtContainer"> > >> + <!-- the port below and port-1 will be opened by beanshell > >> --> > >> + <property name="delegator-name" value="default"/> > >> + <property name="dispatcher-name" value="birt-dispatcher"/> > >> + <property name="delegator-group-helper-name" > >> value="org.ofbiz"/> > >> + </container> > >> <!-- load BeanShell remote telnet server --> > >> <container name="beanshell-container" > >> class="org.ofbiz.base.container.BeanShellContainer"> > >> > >> > > Due to above changes we are not able to run server.Following error > > occured : > > > > org.ofbiz.base.start.StartupException: Cannot locate container class > > (org.ofbiz.birt.container.BirtContainer) > > at > > org > > .ofbiz > > .base.container.ContainerLoader.loadContainer(ContainerLoader.java: > > 164) > > at > > org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65) > > at org.ofbiz.base.start.Start.initStartLoaders(Start.java:258) > > at org.ofbiz.base.start.Start.init(Start.java:96) > > at org.ofbiz.base.start.Start.main(Start.java:409) > > java.lang.ClassNotFoundException: > > org.ofbiz.birt.container.BirtContainer > > > > > > > > > > Thanks & Regards > > -- > > Deepak Dixit > > HotWax Media Pvt. Ltd. > > Website :- www.hotwaxmedia.com > > Contact :- +91-98267-54548 > > > -- Antwebsystems.com: Quality OFBiz services for competitive rates
