Hi Bob, I am also using JBuilder and Castor and everything seems to be working fine. (Of course there is this LITTLE issue regarding namespaces which I seem unable to resolve;-)
My Config is: JBuilder 6 Java JVM 1.3.1-b24 JRE 1.3.1 castor-0.9.3.19, jakarta-regexp-1.2.jar Xercess-j-1.4.4 Xalan-j-2.3.1 Windows 2000 I noticed you have not put down a version of regexp. Do you have regexp on your machine?. You can get a copy of regular expression api. http://jakarta.apache.org/regexp/index.html I have defined a single library instance called "Castor" in which I have the castor 0.9.3.19 jar as well as the jakarta-regexp jar. I have defined a single library instance called "Xerces" which contains all relevent XML api's. This may not be the problem however since you say your code is compiling. As Arnaud said, post a code snippet, for further assistance... Kind regards Scott. ----- Original Message ----- From: "Bob Goedkoop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 12:49 PM Subject: [castor-dev] JBuilder / Castor - something odd... > Hi, > > We're "new users" of Castor and are very impressed with what it can do. > Unfortunatly we've bumped into a strange phenomena with JBuilder and Castor. > We hope someone might know a reason or better a solution :) > > When we try to unmarshal a XML document with Castor nothing seems to happen. > JBuilder just "hangs". No messages, no exceptions. When we debug into castor > and xerces it looks like the entire XML Document is parsed. Then the > unmarshallHandler of Castor probably wants to validate the entire document > and retrieves the validator from the root element of the XML document > (object). This call does not return and "hangs" the system. > > Hopefully my descrtiption suffices, if not, please ask. > > This is our configuration > > Windows 2000 Pro > JBuilder 5 (straight out of the box) > Castor-0.9.3.19, > Xercess-j-1.4.4 > Xalan-j-2.3.1 > > I'm completely lost, any help would appreciated! > Thanx, > Bob > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
