Re: Global Spring ApplicationContext

2007-04-12 Thread Richard Wallace
David Jencks wrote: > > On Apr 12, 2007, at 9:50 AM, Richard Wallace wrote: > >> I think I found the source of the problem described below. I've >> tried deploying a simple ear with a webapp that has the following >> jsp >> >> Hidden Classes Test > bgcolor="white"> <% Object o = new >> org.apac

Re: Global Spring ApplicationContext

2007-04-12 Thread David Jencks
On Apr 12, 2007, at 9:50 AM, Richard Wallace wrote: I think I found the source of the problem described below. I've tried deploying a simple ear with a webapp that has the following jsp Hidden Classes Test <% Object o = new org.apache.xbean.propertyeditor.ArrayListEd

Re: Global Spring ApplicationContext

2007-04-12 Thread Richard Wallace
I think I found the source of the problem described below. I've tried deploying a simple ear with a webapp that has the following jsp Hidden Classes Test <% Object o = new org.apache.xbean.propertyeditor.ArrayListEditor (); out.println (o); %> I tested this

Re: Global Spring ApplicationContext

2007-04-11 Thread Richard Wallace
I'm trying to get the full Geronimo 2 working just for my own edification and am still running into some problems. I tried just disabling the cxf stuff, but it seemed to keep getting reenabled. I uninstalled it and got past that problem. Now I'm running into a problem with the xbean library. I'

Re: Global Spring ApplicationContext

2007-04-11 Thread Richard Wallace
Thanks for the tip. After hitting send I had an epiphany, "Maybe Little-G won't have the cxf module." I downloaded it and tried it and sure enough, everything is working now. Thanks for all the help, this makes me super happy!!! Rich David Jencks wrote: > I think you should try turning off cxf

Re: Global Spring ApplicationContext

2007-04-11 Thread David Jencks
I think you should try turning off cxf support in var/config/ config.xml by adding load="false" to the module for cxf-builder. That ought to eliminate cxf from your classpath. Not an ideal solution but it should work. cxf is producing new snapshots every day or two so if you build trunk yo

Re: Global Spring ApplicationContext

2007-04-11 Thread Richard Wallace
Hello again, I've decided to try a completely different tact than what I was trying before. Rather than try and create a bunch of special GBeans I noticed from a couple of places (http://forum.springframework.org/showthread.php?t=14200&highlight=locatorFactorySelector mainly) that Spring has supp

Re: Global Spring ApplicationContext

2007-04-07 Thread Richard Wallace
David Jencks wrote: > > On Apr 7, 2007, at 10:48 AM, Richard Wallace wrote: > >> Hello, >> >> In an application we are in the planning stages of we are trying to >> figure out how to deploy it. We've all but officially said that we >> are going to be using Geronimo for our application server. The

Re: Global Spring ApplicationContext

2007-04-07 Thread David Jencks
On Apr 7, 2007, at 10:48 AM, Richard Wallace wrote: Hello, In an application we are in the planning stages of we are trying to figure out how to deploy it. We've all but officially said that we are going to be using Geronimo for our application server. The application will consist of many we

Global Spring ApplicationContext

2007-04-07 Thread Richard Wallace
Hello, In an application we are in the planning stages of we are trying to figure out how to deploy it. We've all but officially said that we are going to be using Geronimo for our application server. The application will consist of many webapps that use Struts 2 and Spring. There will be some