Re: [xfire-user] Using the bindings yourself

2007-02-27 Thread Connor Sadler
Hi, I'm fairly new to XFire but have done some hacking through the source code myself. I would do this: 1. (optional) Follow the XFire tutorials (or MyEclipse tutorials) to expose a bean with a method using a custom type POJO as a web service. Get this working with a client [If you already

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