Re: newb question - JDOMException with aegis binding?

2007-11-09 Thread BrianP

The dependencies list on
http://cwiki.apache.org/CXF20DOC/a-simple-jax-ws-service.html was what I was
referring to.



dkulp wrote:
 
 On Wednesday 07 November 2007, BrianP wrote:
 Thanks! Got it and it's working.  Why is that not on the dependency
 list?
 
 What dependency list?
 
 It's in the dependencies for the aegis databinding pom so it should pull 
 in.   It's also shipped in our lib directory and is in the classpath 
 entry of the manifest jar.
 
 Dan
 
 

 With that, it generated a bunch of foo.aegis.xml not found messages
 for each of the property types of the FullOrder, including the
 MultiString one.

 Is there a way to make it ignore most of the properties of my class
 except the ones I want to expose?  Maybe I should start a new thread,
 since I'm past the JDOMException issue.

 Also, I went a couple steps further and got another
 NoClassDefFoundError, this time for jaxen.  I found this jar, but it
 is also not on the dependencies list.


 You need jdom-1.0.jar.
 
 
 
 -- 
 J. Daniel Kulp
 Principal Engineer
 IONA
 P: 781-902-8727C: 508-380-7194
 [EMAIL PROTECTED]
 http://www.dankulp.com/blog
 
 

-- 
View this message in context: 
http://www.nabble.com/newb-question---JDOMException-with-aegis-binding--tf4767403.html#a13667433
Sent from the cxf-user mailing list archive at Nabble.com.



Re: newb question - JDOMException with aegis binding?

2007-11-08 Thread Daniel Kulp
On Wednesday 07 November 2007, BrianP wrote:
 Thanks! Got it and it's working.  Why is that not on the dependency
 list?

What dependency list?

It's in the dependencies for the aegis databinding pom so it should pull 
in.   It's also shipped in our lib directory and is in the classpath 
entry of the manifest jar.

Dan



 With that, it generated a bunch of foo.aegis.xml not found messages
 for each of the property types of the FullOrder, including the
 MultiString one.

 Is there a way to make it ignore most of the properties of my class
 except the ones I want to expose?  Maybe I should start a new thread,
 since I'm past the JDOMException issue.

 Also, I went a couple steps further and got another
 NoClassDefFoundError, this time for jaxen.  I found this jar, but it
 is also not on the dependencies list.


 You need jdom-1.0.jar.



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog


RE: newb question - JDOMException with aegis binding?

2007-11-07 Thread BrianP

Thanks! Got it and it's working.  Why is that not on the dependency list?

With that, it generated a bunch of foo.aegis.xml not found messages for each
of the property types of the FullOrder, including the MultiString one.

Is there a way to make it ignore most of the properties of my class except
the ones I want to expose?  Maybe I should start a new thread, since I'm
past the JDOMException issue.

Also, I went a couple steps further and got another NoClassDefFoundError,
this time for jaxen.  I found this jar, but it is also not on the
dependencies list.


You need jdom-1.0.jar.


-- 
View this message in context: 
http://www.nabble.com/newb-question---JDOMException-with-aegis-binding--tf4767403.html#a13636856
Sent from the cxf-user mailing list archive at Nabble.com.