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: dependency groupIdorg.apache.ws.commons.axiom/groupId artifactIdaxiom-impl/artifactId version1.2.7/version

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

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,

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: 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 MapClass, Type but it can

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 Listx or Mapx,y, 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

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,

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

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 Listx objects as the same thing.