Re: JiBX DataBinding: Status Update

2010-08-19 Thread Nilupa Bandara
On Wed, Aug 18, 2010 at 11:48 PM, Daniel Kulp wrote: > > Nilupa, > > It looks like you are doing a bit more work than you need to do relating to > the schema stuff. > > In: > public void initialize(ToolContext context) throws ToolException > > you should just need to do: > SchemaCollection schem

Re: whether support for imported xsd in static wsdl as well as xsd's that import other xsd's implemented in cxf???

2010-08-19 Thread Daniel Kulp
On Thursday 19 August 2010 7:53:58 am Edumudi Viswanath wrote: > Hi Dan, > > Kindly help us to understand below points. > > 1)As u explained in below mail, Generated wsdl should show just import > statements for xsds but actually it is inlining those xsds with cxf-2.2.8? Because that is the wa

Re: Jira for security advisory

2010-08-19 Thread Daniel Kulp
On Thursday 19 August 2010 2:20:58 pm Seumas Soltysik wrote: > Is there any jira for the security advisory decribed here: > http://svn.apache.org/repos/asf/cxf/trunk/security/CVE-2010-2076.pdf I am > looking for the patch that was applied to fix this issue. > > I have a branch of the 2.1.x line th

Jira for security advisory

2010-08-19 Thread Seumas Soltysik
Is there any jira for the security advisory decribed here: http://svn.apache.org/repos/asf/cxf/trunk/security/CVE-2010-2076.pdf I am looking for the patch that was applied to fix this issue. I have a branch of the 2.1.x line that does not contain the security fix and I am looking to patch this

Re: Regressions in WS-Trust 10 interopfest demo

2010-08-19 Thread Glen Mazza
It might be me. For SAML references, I switched to KeyIdentifier instead of wsse:reference because that's what a Metro web service was expecting, also that was in harmony with the relevant specifications, as discussed here[1]. To be two-thirds complete, another patch in WSS4J will need to be ap

RE: Regressions in WS-Trust 10 interopfest demo

2010-08-19 Thread David Valeri
In order to get any of them to run I had to do major surgery on the modules. Microsoft moved servers and changed TLS certificates. Furthermore, the version numbers don't line up correctly like you said and all sorts of headaches result. I recently made changes to WS-T related code and had the tes

Re: Regressions in WS-Trust 10 interopfest demo

2010-08-19 Thread Sergey Beryozkin
All of those NoSuchMethodError exceptions have been probably caused by the fact I was building sandbox projects depending on outdated 2.3-SNAPSHOT views, so after removing the cxf artifacts from the maven repo I can the exceptions gone. However, it does appear we have a regression in scenarios 9 a

RE: whether support for imported xsd in static wsdl as well as xsd's that import other xsd's implemented in cxf???

2010-08-19 Thread Edumudi Viswanath
Hi Dan, Kindly help us to understand below points. 1)As u explained in below mail, Generated wsdl should show just import statements for xsds but actually it is inlining those xsds with cxf-2.2.8? 2) We tried to implement schema validation with cxf-2.2.8. it is doing validation for integer typ

Regressions in WS-Trust 10 interopfest demo

2010-08-19 Thread Sergey Beryozkin
Hi I'm seeing all sorts of problems when running samples/ws_security/interopfest/wstrust10, both in 2.3.0-SNAPSHOT and on 2.2.x. I did run the demo last week and it worked for me but today it is just all failing. In 2.3.0-SNAPSHOT I had to update the version of maven-ant-run plugin to 1.4 just to

Re: OAuth client and server demos

2010-08-19 Thread Łukasz Moreń
Yes, it helps. For me it looks good to associate permissions and scope with access token. I think I will do something similar in cxf. Btw, I've updated resteasy recently and saw changes in oauth module.:) Cheers, Lukasz 2010/8/18 Sergey Beryozkin > Hi Łukasz > > 2010/8/16 Łukasz Moreń > > > H