Re: Missing OM* classes

2009-09-01 Thread karypid
Ok, so I've added the dependency in cxf-api/pom.xml, which allowed compilation to proceed: org.apache.ws.commons.axiom axiom-impl 1.2.7 Is this an omission? I downloaded my local copy from:

Re: Seeming JAX-RS mistake

2009-09-01 Thread Sergey Beryozkin
Hi Benson This interface is meant to be used with types like JAXBContext or (JAXB) Marshaller, I think it was introduced to let users overcome the issues with the existing JAXB releases, for some specific types be handled by custom context providers. For ex, JAXB providers would check if Contex

Re: generics and type mapping in Aegis

2009-09-01 Thread Sergey Beryozkin
Hi Benson - Original Message - From: "Benson Margulies" To: "CXF Dev" Sent: Monday, August 31, 2009 6:33 PM Subject: generics and type mapping in Aegis Sergey's issues with JAX-RS have started me looking at how Aegis maps types. The following temptation now occurs: allow the fundam

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Sergey Beryozkin
Hi Dan Did you finish the part 3 of this refactoring ? I'm setting up a custom JAXRS project in Eclipse and I still have to add a wsdl4j library to the list of dependencies though I've been able to drop quite a few dependencies compared to a similar project I set up earlier... Just in case, here

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Sergey Beryozkin
Without Spring the exception is different : Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/WSDLException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.g

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Daniel Kulp
I haven't really worked on the non-spring case much at all. I'm going to doubt that is going to be able to take advantage of any of what I've done. I'll look more into your other failure shortly. Dan On Tue September 1 2009 7:59:05 am Sergey Beryozkin wrote: > Without Spring the exception

Re: WARNING: very big commit coming later today....

2009-09-01 Thread Sergey Beryozkin
I haven't really worked on the non-spring case much at all. I'm going to doubt that is going to be able to take advantage of any of what I've done. I'll look more into your other failure shortly. ok, I just posted it in case it could give some additional information... thanks, Sergey D

Re: svn commit: r809790 [1/3]

2009-09-01 Thread Sergey Beryozkin
Hi Benson Are you planning to have AegisDatabinding supporting the PropertiesAwareDataBinding interface ? Or does 'padb' mean something else...I've looked at the source but AegisDatabinding is not implementing it yet. If you decide to implement it then JAXRS will pass Map but it can pass Set if

Re: svn commit: r809790 [1/3]

2009-09-01 Thread Benson Margulies
That's what padb means. If you want to be able to work with more than one List or Map, you have to use Type instead of class. I have a lot of more furniture to move to keep the distinct generics distinct before I tie a bow on it with the padb interface. On Tue, Sep 1, 2009 at 9:45 AM, Sergey Bery

Re: WSDL2JS

2009-09-01 Thread Demetris
I guess no replies to the previous email below means I am on my own ... At least one more Q: How convoluted would it be for me at least to isolate tools like the wsdl2js and their classes (WSDLToJavascript etc.) and port it into J2ME-CDC or CLDC? I guess primarily the tools cxf,common, cxf.too

Re: WSDL2JS

2009-09-01 Thread Oisin Hurley
> How convoluted would it be for me at least to isolate tools like the wsdl2js > and their classes (WSDLToJavascript etc.) > and port it into J2ME-CDC or CLDC? Pretty damn convoluted, and many months of labor, if I recall the CDC, CLDC profile limitations correctly (file system issues, missing cla

Continued trimming of Aegis

2009-09-01 Thread Benson Margulies
Apologies if this proves less that coherent. As it was first built, Aegis centered around a map that connected Java types (specified as Class objects) and Aegis 'Type' objects. A type object does reading and writing. Obviously, such a system will treat all List objects as the same thing. Pre-Jav