Two Laptop Bag
The moose likes XML and Related Technologies and the fly likes Castor XMl Binding Issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Castor XMl Binding Issue" Watch "Castor XMl Binding Issue" New topic
Author

Castor XMl Binding Issue

murali vijaya
Greenhorn

Joined: Jun 03, 2004
Posts: 2
Hi,
I am trying to use Castor XML binding services. I am geeting the following exception. Please help me.
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at org.exolab.castor.mapping.Mapping.<clinit>(Mapping.java:70)
at xmlex.Collection.main(Collection.java:28)
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Apparently Castor requires Jakarta Commons Logging in your classpath. You can download that here.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Castor XMl Binding Issue
 
Similar Threads
Java Object to XML
Castor
Memory Limitation using XML Data Binding
Castor XML Binding Issue
Best option for XML mapping w.r.t performance