Re: XML requirements for Digester ?

2002-10-13 Thread Stephen Riek
Hi Simon, Actually, I'm using JDK1.3 which is why I had to add the jaxp package. JDK1.4 adds a whole new "will my software break?" element to the xml mess which is why I've avoided it to date. cheers, Stephen. Simon Kitching <[EMAIL PROTECTED]> wrote:Hi Stephen, One thing you don't mention

RE: [JXpath] bug in setLenient?

2002-10-13 Thread Michalik, Daniel
Dmitri, Thank You for quick fix. cheers, Daniel -Original Message- From: Dmitri Plotnikov [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 5:16 AM To: Jakarta Commons Users List Cc: Daniel Michalik Subject: Re: [JXpath] bug in setLenient? Daniel, The problem you reported is

Re: XML requirements for Digester ?

2002-10-13 Thread Simon Kitching
On Mon, 2002-10-14 at 15:41, Simon Kitching wrote: > Hi Stephen, > > One thing you don't mention below is what version of java you are > running. > > Sun java 1.4.x bundles a version of xerces in its standard libraries. > Because the standard libraries take precedence over anything in your > CLA

Re: XML requirements for Digester ?

2002-10-13 Thread Simon Kitching
Hi Stephen, One thing you don't mention below is what version of java you are running. Sun java 1.4.x bundles a version of xerces in its standard libraries. Because the standard libraries take precedence over anything in your CLASSPATH, you end up with the "old" version of xerces. If you are ru

XML requirements for Digester ?

2002-10-13 Thread Stephen Riek
I've been trying to run the ServletBean example from the Digester Developer Guide but keep running into the following error I get an error "java.lang.NoSuchMethodError: java.lang.NoSuchMethodError" which I think is due to Xerces. java.lang.NoSuchMethodError at org.apache.commons.digeste

Re: Digester and JDBC abstraction

2002-10-13 Thread Ben Walding
You might want to take a look at Torque (http://jakarta.apache.org/turbine/torque) Torque uses a config file to generate the marshalling and unmarshalling code from a variety of different databases. Eg. after I've defined everything I can do the following (User is a generated Torque object)

Re: [betwixt] NullPointerException

2002-10-13 Thread [EMAIL PROTECTED]
Hi James Thank you for your help. I rebuilt the whole betwixt project but was unfortunately unsuccessful to achieve a better result. I studied your code but did not fully understand the additions. You test to see if the object is null, which it is, an just continues. I get a null pointer exce

Digester and JDBC abstraction

2002-10-13 Thread Andy Kriger
It seems like a fairly common situation where you have data in a dB that needs to be stored in a JavaBean for use in your app. Within the app, the data is used and modified, and then the data in the Bean is stored back in the dB. Usually a system like this uses some dB handling class and storing S

[resources] Error getting http://www.ibiblio.org/maven/cactus/jars/cactus-1.2.jar; it does not exist.

2002-10-13 Thread Rob Leland
I was trying to build sandbox resources with maven beta 7 and I got Error getting http://www.ibiblio.org/maven/cactus/jars/cactus-1.2.jar ; it does not exist. I would suggest to the resource comitters first upgrade to cactus 1.3, both the new and old API's are still there. Then move over to th

Re: [JXPATH] Problem with createPath and indexed properties

2002-10-13 Thread Dmitri Plotnikov
Robert, I think I will propose a maintenance release of JXPath very soon. With the help of many people, we have fixed a large number of issues since release 1.0. Other than bug fixes, the only significant new feature is the support of JDOM. Thanks for your nice comment. - Dmitri - Origi

Re: [JXpath] bug in setLenient?

2002-10-13 Thread Dmitri Plotnikov
Daniel, The problem you reported is now fixed. You can get the nightly binaries at http://plotnix.com/jxpath/commons-jxpath.jar Thank you very much for reporting this issue. - Dmitri - Original Message - From: "Michalik, Daniel" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List"