Re: User Feedback Request -- this means you!

2006-03-29 Thread Stefan Schmidt
Ok, here are my priorities: 1) JDK 1.5 support 2) EJB 3 3) JAX-WS 4) more minor releases 5) More docs on GBeans (explaining its merits and implementation in different scenarios) Regards, Stefan Schmidt David Blevins wrote: So this is the first of what I think should be a quarterly event

Re: Web Services Question

2005-12-07 Thread Stefan Schmidt
comprehensive: http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/ Hope this helps. Regards, Stefan Schmidt Manu George wrote: Hi, Can you deploy Document style web services in Geronimo? If so what are the differences in deployment from JAX-RPC style web services

Re: Deploying axis in to Geronimo! how?

2005-09-13 Thread Stefan Schmidt
ed to deploy Axis since Geronimo comes with a full implementation of this API. There is a tutorial on IBM developerWorks as well. Regards, Stefan Schmidt ChinUom wrote: hi all, i really new to Geronimo stuff. i need to configure axis on Geronimo. pls help me on that. how can i configure axis ? t

Where can I register SOAP Handlers?

2005-08-13 Thread Stefan Schmidt
, Stefan Schmidt

Enforcing SSL for Web- and EJB-tier

2005-08-13 Thread Stefan Schmidt
                            CONFIDENTIAL             What else do I need to set this up properly? How do I enforce the same for EJBs? Thanks. Regards, Stefan Schmidt

Re: access a BLOB coloumn from a CMP EJB

2005-07-30 Thread Stefan Schmidt
[] is automatically serialized, so one should not need to explicitly declare a SerializableConverter. Thanks, Gianny On 30/07/2005 9:51 AM, Jeremy Boynes wrote: Stefan Schmidt wrote: Jeremy, That was one of the weired things here - there is no true root cause: 08:42:29,134

Re: access a BLOB coloumn from a CMP EJB

2005-07-30 Thread Stefan Schmidt
a SerializableConverter. Thanks, Gianny On 30/07/2005 9:51 AM, Jeremy Boynes wrote: Stefan Schmidt wrote: Jeremy, That was one of the weired things here - there is no true root cause: 08:42:29,134 WARN [SystemExceptionInterceptor] BookBean javax.transaction.TransactionRolledbackException

Re: access a BLOB coloumn from a CMP EJB

2005-07-29 Thread Stefan Schmidt
post that one please. -- Jeremy Stefan Schmidt wrote: Hi, I am trying to access a (MySQL) MEDIUMBLOB coloumn from a CMP EJB. There are some tips @ Wiki but I still can't figure it out. Here are my artefacts: openejb-jar.xml: image image

access a BLOB coloumn from a CMP EJB

2005-07-28 Thread Stefan Schmidt
Hi, I am trying to access a (MySQL) MEDIUMBLOB coloumn from a CMP EJB. There are some tips @ Wiki but I still can't figure it out. Here are my artefacts: openejb-jar.xml: image image BLOB org.tranql.sql.typeconverter.SerializableC

JAX-RPC Web Service with Complex Types

2005-06-14 Thread Stefan Schmidt
d mapping to Java. I believe that happens with my Category bean. Since I get the 'no serializer found' exception I was wondering where I should specify the Category.class for the serializer to find it? Regards, Stefan Schmidt

geronimo build fails

2005-06-12 Thread Stefan Schmidt
Hi, I am getting the following error when trying to build Geronimo from source (maven m:rebuild-all): BUILD FAILED File.. .maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly Element... maven:reactor21:41:15,982 WARN [HOWLLog] Received unexpected log record: [EMAIL PROTECTED] 21:41

Re: Web Service tests

2005-06-11 Thread Stefan Schmidt
xes in for earlier this week. -- Jeremy Stefan Schmidt wrote: Hi, I am currently trying to get some JAX-RPC Web services running on Geronimo. Since there are not too many examples out there I chose to try the jBoss examples which are described here: http://docs.jboss.org/jbossas/jboss4guide/r2

Re: Web Service tests

2005-06-11 Thread Stefan Schmidt
Yes I experienced those maven problems already (three attempts failed). Thanks for asking to upload a new binary distribution. :Stefan Jeremy Boynes wrote: Stefan Schmidt wrote: I am using a build which is about two weeks old, so you might be correct that your fixes are not included. Are

Re: Web Service tests

2005-06-11 Thread Stefan Schmidt
te: Quick question - are you using the current HEAD build? There were a couple of bugs in our JAF implementation which would lead to similar failures to the first one which I checked fixes in for earlier this week. -- Jeremy Stefan Schmidt wrote: Hi, I am currently trying to get some J

Web Service tests

2005-06-10 Thread Stefan Schmidt
Hi, I am currently trying to get some JAX-RPC Web services running on Geronimo. Since there are not too many examples out there I chose to try the jBoss examples which are described here: http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html. After inserting a proper url in the HelloSe

Axis WS integration

2005-06-03 Thread Stefan Schmidt
Hi, I am currently evaluating Geronimo and build the latest Geronimo from CVS with Maven. My questions: What is the current status of WS integration into Geronimo? I can see the repository/axis folder and assume it is integrated as a module. In the Wiki there is a short (and obsolete) tutor

Axis WS integration

2005-06-03 Thread Stefan Schmidt
Hi, I am currently evaluating Geronimo and build the latest Geronimo from CVS with Maven. My questions: What is the current status of WS integration into Geronimo? I can see the repository/axis folder and assume it is integrated as a module. In the Wiki there is a short (and obsolete) tutor