Re: Unable to classload servlet class using SharedLib GBean

2010-09-16 Thread Anil Chawla
--> | From: | |> >--------| |Anil Chawla

Re: Unable to classload servlet class using SharedLib GBean

2010-09-16 Thread Anil Chawla
dependency for your ear application, it should work. 2010/9/15 Anil Chawla Hi, We're trying to use the SharedLib GBean to classload *all* of the libraries for our application. This is because the libraries used by our applications in Geronimo are also needed by our stand-alone Java

Unable to classload servlet class using SharedLib GBean

2010-09-15 Thread Anil Chawla
adClass (MultiParentClassLoader.java:281) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at org.apache.geronimo.jaxws.builder.AdvancedWARWebServiceFinder.getPortInfo (AdvancedWARWebServiceFinder.java:142) ... 22 more Thanks for your help. Anil Chawla

Re: Substitution variables in gbean attribute value

2010-08-25 Thread Anil Chawla
APP_HOME as an environment variable and provide a startup script that runs gernonimo.sh with the right parameters. Thanks, Anil Chawla |> | F

Substitution variables in gbean attribute value

2010-08-25 Thread Anil Chawla
}/lib ${APP_HOME}/conf ServerInfo I've tried setting an APP_HOME environment variable as well as passing APP_HOME as a Java system property. I even tried org.apache.geronimo.config.substitution.APP_HOME but that seems to be specific to config.xml. Thanks, Anil Chawla

Re: Issue regarding GeronimoLog

2010-08-20 Thread Anil Chawla
property to prevent commons logging from picking up GeronimoLogFactory from the parent classloader. Anil Chawla |> | F

Issue regarding GeronimoLog

2010-08-19 Thread Anil Chawla
container. * Is there a way to replace the LogFactory/Log implementation but isolate that change to a specific WAR/EAR within Geronimo? * Are there any other ideas on how we might work around this issue? Thanks so much! Anil Chawla