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

2008-09-18 Thread Kevan Miller
On Sep 18, 2008, at 10:46 AM, jklcom99 wrote: Kevan, Do you see anything wrong with the in-place deployment? Is this an issue with openejb not setting the classloader? Jeff, I'll give in-place deployment a try. Not sure that I can get to it, today. If you're able to test in-place with

Re: Geronimo, JAX WS, JAXB

2008-09-18 Thread Jarek Gawor
What Geronimo version and assembly are you using? Can you try with the latest release 2.1.3? Thanks, Jarek On Thu, Sep 18, 2008 at 3:19 PM, fish4trout <[EMAIL PROTECTED]> wrote: > > I am new to JAX WS and Geronimo but am having a difficult time with the XML > mapping for a simple POJO Web Service

Geronimo, JAX WS, JAXB

2008-09-18 Thread fish4trout
I am new to JAX WS and Geronimo but am having a difficult time with the XML mapping for a simple POJO Web Service that returns String[]. Here is the code: -- package com.praxis.webservice.jaxws.reportmanager; import javax.jws.WebParam; import javax.jws.WebResu

Re: Please rember my for pkcs12 key

2008-09-18 Thread Kevan Miller
On Sep 18, 2008, at 2:32 PM, alpha_one_x86 wrote: With my pkcs12 create with the help in a previous topic it work with old version, but it crash https connector in the lastest version. And I'm not sur of the value in keyAlias, I I have leave it blank. Which versions of Geronimo are you re

Re: Please rember my for pkcs12 key

2008-09-18 Thread alpha_one_x86
With my pkcs12 create with the help in a previous topic it work with old version, but it crash https connector in the lastest version. And I'm not sur of the value in keyAlias, I I have leave it blank. -- View this message in context: http://www.nabble.com/Please-rember-my-for-pkcs12-key-tp19417

Re: Please rember my for pkcs12 key

2008-09-18 Thread David Jencks
There is some information here: http://cwiki.apache.org/GMOxDOC21/administering-certificates.html I'm not very familiar with keystores and truststores. I think that what you need to do may differ with jetty and tomcat. After you have your certificate set up in geronimo if you still have pro

Re: Please rember my for pkcs12 key

2008-09-18 Thread alpha_one_x86
up, I have the key file and the certificat file, how use it in the https connector? alpha_one_x86 wrote: > > Hello, I have the pkcs12 (key + crt) in the https connector what is the > value what need edit? > What in need do in keyAlias? > thanks. > -- View this message in context: http://www.

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

2008-09-18 Thread jklcom99
Kevan, Do you see anything wrong with the in-place deployment? Is this an issue with openejb not setting the classloader? jklcom99 wrote: > > Yes, I did and it ran. > > The difference I see in the ear deployed structure is that your MDB is in > WEB-INF->lib > > Whereas we are doing an in-

Caused by: java.lang.NoClassDefFoundError: org/springframework/beans/factory/InitializingBean

2008-09-18 Thread aaaaa
hi all, I'm trying to run web app under geronimo.. I'm getting this error , but I have all spring libraries in web-inf/ Caused by: java.lang.NoClassDefFoundError: org/springframework/beans/factory/InitializingBean I tried this: org.springframework but it didn t hel