problem with bound on all IP address

2008-09-16 Thread marco75
I'am using geronimo 2.1.2. I have modified the /config/config-substitutions.properties and changed all the localhost with a specific IP address. After i have modified the config.xml and add the host properties in this section: module name=org.apache.geronimo.framework/rmi-naming/2.1.2/car

Re: Axis2 Service Deployment Question

2008-09-16 Thread jcaristi
I needed to filter some additional classes and I am getting close, but I'm still having problems deploying the Axis2.war to Geronimo: 1. I set the JAVA_OPTS as follows: set JAVA_OPTS= -Dorg.apache.geronimo.jaxws.builder.useSimpleFinder=true 2. My deployment plan includes this:

Re: Axis2 Service Deployment Question

2008-09-16 Thread Jarek Gawor
Try adding one more hidden-classes filter: dep:filterorg.apache.axiom/dep:filter. Jarek On Tue, Sep 16, 2008 at 10:18 AM, jcaristi [EMAIL PROTECTED] wrote: I needed to filter some additional classes and I am getting close, but I'm still having problems deploying the Axis2.war to Geronimo:

Re: Axis2 Service Deployment Question

2008-09-16 Thread jcaristi
This did it! Deployed and ran all Axis 2 web app features with no errors! Jarek Gawor-2 wrote: Try adding one more hidden-classes filter: dep:filterorg.apache.axiom/dep:filter. Jarek -- View this message in context:

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread jklcom99
Kevan, I'm in a process of adding all dependencies to appJMS module. I'm getting the following error even with hidden-classes filterorg.jdom/filter /hidden-classes j2eeType=GBean,name=RMI_Startupjava.lang.LinkageError: loading constraint violation: loader

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread Kevan Miller
On Sep 16, 2008, at 11:24 AM, jklcom99 wrote: Kevan, I'm in a process of adding all dependencies to appJMS module. I'm getting the following error even with hidden-classes filterorg.jdom/filter /hidden-classes

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread jklcom99
contextClassLoader in MDB, *** Thread.currentThread().getContextClassLoader() = [org.apache.geronimo.kernel.classloader.JarFileClassLoader id=appJMS/1.0/rar] [java] javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: = As for

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread Kevan Miller
On Sep 16, 2008, at 2:50 PM, jklcom99 wrote: contextClassLoader in MDB, *** Thread.currentThread().getContextClassLoader() = [org.apache.geronimo.kernel.classloader.JarFileClassLoader id=appJMS/1.0/rar] [java] javax.jms.JMSException: Failed to build body from bytes. Reason:

JavaMail in an openejb-jar.xml

2008-09-16 Thread ericp56
The web example worked fine, but I can't seem to get it right for an ejb project.: The error: javax.naming.NotContextException: mail/mailSession parts of openejb-jar.xml ... dep:dependency dep:groupIdorg.apache.geronimo.configs/dep:groupId

Re: JavaMail in an openejb-jar.xml

2008-09-16 Thread David Jencks
Do you have the mail/maiSession resource-ref in the ejb.jar? If so, it should work without the resource-ref in openejb-jar.xml, (the resource-link is to something with the same name). Without the entry in ejb-jar.xml (or the equivalent annotation) I don't think it will work at all.

Bepuzzlement

2008-09-16 Thread unknowit
Pls read as below code, why database don’t be updated when database be commit? It is very amusing, why database be updated when I shut down Geronimo (Version2.1.1)? It was said that database be updated synchronization when a transaction was commit ? Is it possible that Geronimo need

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread jklcom99
I don't have the module.../module in ear deployment plan. It still got the wrong classloader after adding module.../module Kevan Miller wrote: On Sep 16, 2008, at 2:50 PM, jklcom99 wrote: contextClassLoader in MDB, *** Thread.currentThread().getContextClassLoader() =

Re: javax.jms.JMSException: Failed to build body from bytes

2008-09-16 Thread Kevan Miller
On Sep 17, 2008, at 12:28 AM, jklcom99 wrote: I don't have the module.../module in ear deployment plan. It still got the wrong classloader after adding module.../module Can you (did you) run a test using my test apps? --kevan