svn commit: 1490642

2013-06-21 Thread Andrei Shakirin
Hi Dan, I see that cxf-ws-security is excluded from cxf Karaf feature in this commit: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?view=markup&pathrev=1490642 ... ... Just asking to be sure that it was done deliberately before updating XKMS integ

Re: svn commit: 1490642

2013-06-21 Thread Daniel Kulp
Deliberate. Neither the xmlsec 2.0 or wss4j 2.0 jars are usable bundles yet. Thus, I disabled it as none of that stuff works in OSGi yet. Dan On Jun 21, 2013, at 4:22 AM, Andrei Shakirin wrote: > Hi Dan, > > I see that cxf-ws-security is excluded from cxf Karaf feature in this commit

Re: DOSGI - Naming conventions

2013-06-21 Thread Christian Schneider
On 21.06.2013 01:27, A. Rothman wrote: Hi, In my recent review of the DOSGi codebase, one thing that stood out and made the code harder to follow, or at least more annoying, was inconsistent variable naming - even for the same types, used with the same meaning, within the same class. I'd like

[cxf] tomee Error deploying CXF webservice

2013-06-21 Thread ced_benoit
Hi, I have simple webservice and when I start the server, by exemple in eclipse, i have this error come: SEVERE: Error deploying CXF webservice for servlet web.serve.cxf.test.TestWS3 org.apache.cxf.service.factory.ServiceConstructionException at org.apache.cxf.service.factory.ReflectionSe

Re: [cxf] tomee Error deploying CXF webservice

2013-06-21 Thread Sergey Beryozkin
Hi Appears to be a class loading issue, multiple CXF versions may be or something else, Please, ask such questions on CXF users list (where I'm redirecting this post) Thanks, Sergey On 21/06/13 14:09, ced_benoit wrote: Hi, I have simple webservice and when I start the server, by exemple i

Re: [cxf] tomee Error deploying CXF webservice

2013-06-21 Thread Romain Manni-Bucau
Hi Did you configure the databinding or do you use default one? If you can maybe try the snapshot or previous version Ps: this mail wpuld be better on tomee list i think Le 21 juin 2013 15:09, "ced_benoit" a écrit : > Hi, > > I have simple webservice and when I start the server, by exemple in

Re: [cxf] tomee Error deploying CXF webservice

2013-06-21 Thread Daniel Kulp
This looks like a class loader issue.Keep in mind, TomEE includes CXF already. Thus, if you are adding CXF to your project, it may end up in TomEE twice and then have conflicts. Dan On Jun 21, 2013, at 9:09 AM, ced_benoit wrote: > Hi, > > I have simple webservice and when I start the

Re: [cxf] tomee Error deploying CXF webservice

2013-06-21 Thread Romain Manni-Bucau
FYI this should work on trunk (providing cxf) Le 21 juin 2013 16:21, "Daniel Kulp" a écrit : > > This looks like a class loader issue.Keep in mind, TomEE includes CXF > already. Thus, if you are adding CXF to your project, it may end up in > TomEE twice and then have conflicts. > > Dan > > >

RE: svn commit: 1490642

2013-06-21 Thread Andrei Shakirin
Thanks for info, Dan. I really surprized that our XKMS pax OSGi tests run successfully when I added new cxf-ws-security feature into XKMS. Perhaps just accident. Regards, Andrei. > -Original Message- > From: Daniel Kulp [mailto:dk...@apache.org] > Sent: Freitag, 21. Juni 2013 13:20 >

Re: svn commit: 1490642

2013-06-21 Thread Daniel Kulp
On Jun 21, 2013, at 11:17 AM, Andrei Shakirin wrote: > Thanks for info, Dan. > > I really surprized that our XKMS pax OSGi tests run successfully when I added > new cxf-ws-security feature into XKMS. > Perhaps just accident. Somewhat. Parts of wss4j are now working, but not all of them.