Re: AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Nathan Hoover
Never mind, this was just idiocy on my part. I had never seen JBoss' not-found error before, and I didn't realize that someone had dropped the table (and consequently my row). It's still not working, but I'm working through the errors. N At 10:57 PM 3/26/2003, you wrote: So, I created a class lik

Re: AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Nathan Hoover
So, I created a class like so: package com.fiserv.banklink.iLink.PositivePay.interfaces; /**  * SOAP-capable Data object for Check.  * @copyright BANKLINK 2003  * @author Nathan Hoover  * @jboss-net:xml-schema urn="PPFacade"  */ public class CheckDataSoap extends CheckData {} which extends the

Re: AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Nathan Hoover
I had envisioned an answer like this, and I thought it through already. I will just subclass the "CheckData" class generated by XDoclet and drop that line in the top. Thanks for your help! N At 10:18 AM 3/26/2003, you wrote: Nathan,   for beans/value classes that you like to serialize, you have t

AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Jung , Dr. Christoph
Title: Nachricht Nathan,   for beans/value classes that you like to serialize, you have to add   @jboss-net:xml-schema urn="QNAME"   in order to get them mapped in the web-service.xml   Unfortunately, this will be a problem if the classes are generated by xdoclet. Can you try to add such a