[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-27 Thread cgjung
which version of jboss are you using? (NoClassDefs in contrast to ClassNotFounds are a hint that not the target class itself could not be found, but a linked class from there). How do you deploy the whole stuff ear(ejb-jar,wsr)? Could you maybe send me a small deployment unit such that I could

[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-27 Thread carcudi
Dr. Jung. Thank you again for your reply. There were two issues I was tripping over. The first (see the odd posting starting with Eye of Newt in this forum), had to do with a class collision between the commons-logging.jar file I was loading in my WAR and the commons-loading.jar already in

[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-25 Thread cgjung
The usual place for application objects is ... tara ... the application package, in your case the the ejb-jar. To deal with these classes, JBoss.net/Axis however needs mapping information in the form of a serializer/deserializer pair (e.g. a Bean(De)Serializer that canonically maps bean

[JBoss-dev] [JBoss.net] - Re: Custom class with Jboss.net

2004-02-25 Thread carcudi
Thank you for your reply, Dr. Jung. However, I wanted to let you know that I followed Neal Sanche's example to the letter, including the xml-schema tag you mention in your reply. The generated web-services.xml file appears below. As you can see, the cert:User class has been identified by