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
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
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
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
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
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
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 :