Re: Custom Reuqest Param Name for Bean Request Object

2011-05-26 Thread Sergey Beryozkin
Sorry, not yet, hoping to do it shortly Sergey On Thu, May 26, 2011 at 8:36 PM, Biju Nair wrote: > did you get chance to update the patch and test it? > > Biju > > On Wed, May 25, 2011 at 9:09 AM, Biju Nair wrote: > >> Attached the path in JIRA. >> >> Attaching with this mail also. >> >>   On W

Re: Custom Reuqest Param Name for Bean Request Object

2011-05-26 Thread Biju Nair
did you get chance to update the patch and test it? Biju On Wed, May 25, 2011 at 9:09 AM, Biju Nair wrote: > Attached the path in JIRA. > > Attaching with this mail also. > > On Wed, May 25, 2011 at 4:33 AM, Sergey Beryozkin > wrote: > >> Hi >> >> Can you attach the updated patch to JIRA ple

Re: Using different DB drivers for RMTxStore?

2011-05-26 Thread Daniel Kulp
I would lean toward #2 at this point. Out of the box, I'd like to see it working with as many DB's as possible and using the wider supported types makes sense for that.Longer term, a combo of #1 and #3 makes sense with possible a couple variations of RMTxStore with different DB table sche

Using different DB drivers for RMTxStore?

2011-05-26 Thread Aki Yoshida
Hi, My question is about whether we have a statement about which DB drivers are supported by RMTxStore. I saw CXF-3534 that complains the 2.4.0 version of RMTxStore no longer works for the Oracle driver because of the change in one of the SQL types used in the table definition. The previous versi

Re: Problem using CXF

2011-05-26 Thread Freeman Fang
Hi, Seems you're using cxf in OSGi container, right? If so, could you elaborate what's OSGi container you're using and how you use cxf in it? The LinkageError should come from you load jaxb api from different classloader, or there's two copys of jaxb api in your OSGi container. Generally when

Re: Problem using CXF

2011-05-26 Thread fradj zayen
Hi sonia, generally the java.lang.LinkageError occurs when you use different version of JVM. for example if you are using jdk1.6 for the compilation and you run run you your application using 1.5, this error may occur 2011/5/26 sonia ayadi > > Hi, > > > > When I > generate the code Java fr

Problem using CXF

2011-05-26 Thread sonia ayadi
Hi, When I generate the code Java from a WSDL I had an ERROR using CXF : java.lang.IllegalArgumentException: An operation with name [{http://BounceWS/}AssignEpop] already exists in this service I solved this problem by commenting one of method with the same name in the WSDL file :