Re: [xfire-user] XFire , Aegis and Hibernate (org.jdom.JDOMException: java.lang.NoClassDefFoundError: org/jdom/Text)

2007-09-13 Thread Connor Sadler
For anyone getting this error, here is a solution (which worked for me): The error is something like: org.jdom.JDOMException: java.lang.NoClassDefFoundError: org/jdom/Text: org/jdom/Text The confusing thing is that you DO have the jdom jar available in your WEB-INF/lib. The stack trace in my

[xfire-user] EJB webservice problem, runtime invokes wrong service

2007-09-13 Thread Srepfler Srgjan
Hi, I've followed (with small changes in my configuration as I've used annotations) the guide on http://www.tsolak.com/?p=15 about exposing a EJB as a web service. I'm having the following issue, I've added a couple of new methods with the same signature (as far as method types are concerned,

[xfire-user] RE: Spring/XFire Configuration Problems

2007-09-13 Thread rjones
Thank you for your thoughts! We have a filter which was messing up the querystring parameters, once I fixed it XFire is functioning as it should. Thanks again for the pointer :-) Hogan, Gavin wrote: Hi Not sure I can actually be of help since I have not this problem myself but the