Hey Dave!

I would've sworn I had checked the url, but it seems I didn't well enough.

Downloading: http://dist.codehaus.org/openejb/jars/xstream-PATCH-300-309.jar
312K downloaded
[WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for
openejb/jars/xstream-PATCH-300-309.jar - IGNORING

It did the trick, but left me with another issue:

OpenEJB 3.0-SNAPSHOT    build: 20060506-2309
http://www.openejb.org
63 [main] WARN OpenEJB  - Cannot find the configuration file
[conf/openejb.xml].  Creating one at
C:\oss\openejb3\container\openejb-core\target\test-classes\conf\openejb.xml
157 [main] FATAL OpenEJB.startup  - OpenEJB has encountered a fatal
error and cannot be started: The Assembler encountered an unexpected
error while attempting to initialize.
java.lang.RuntimeException: Could not instantiate parser
org.apache.xerces.parsers.SAXParser: java.lang.ClassNotFoundException:
org.apache.xerces.parsers.SAXParser
       at 
org.exolab.castor.util.LocalConfiguration.getParser(LocalConfiguration.java:332)
       at 
org.exolab.castor.util.LocalConfiguration.getParser(LocalConfiguration.java:263)
       at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:678)
       at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:563)
       at 
org.openejb.alt.config.Unmarshaller.unmarshalObject(Unmarshaller.java:157)
       at 
org.openejb.alt.config.Unmarshaller.unmarshalFromDirectory(Unmarshaller.java:114)
       at org.openejb.alt.config.Unmarshaller.unmarshal(Unmarshaller.java:69)
       at org.openejb.alt.config.Unmarshaller.unmarshal(Unmarshaller.java:63)
       at org.openejb.alt.config.ConfigUtils.readConfig(ConfigUtils.java:35)
       at 
org.openejb.alt.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:118)
       at org.openejb.assembler.classic.Assembler.init(Assembler.java:68)
       at org.openejb.OpenEJB$Instance.<init>(OpenEJB.java:115)
       at org.openejb.OpenEJB.init(OpenEJB.java:251)
       at org.openejb.OpenEJB.init(OpenEJB.java:235)

I think I might be able to handle it, though ;) Thanks Dave!

Jacek

On 6 May 2006 21:11:20 -0000, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

 Revision 2649 Author dblevins Date 2006-05-06 17:11:20 -0400 (Sat, 06 May
2006)
Log Message Changed the groupId of the patched xstream jar to our legacy
location

Modified Paths

trunk/openejb3/container/openejb-core/pom.xml

Diff
Modified: trunk/openejb3/container/openejb-core/pom.xml
(2648 => 2649) ---
trunk/openejb3/container/openejb-core/pom.xml 2006-05-06
16:40:51 UTC (rev 2648)
+++ trunk/openejb3/container/openejb-core/pom.xml
2006-05-06 21:11:20 UTC (rev 2649)
@@ -155,7 +155,7 @@
 <version>1.3-SNAPSHOT</version>
 </dependency>
 <dependency>
- <groupId>org.openejb</groupId>
+ <groupId>openejb</groupId>
 <artifactId>xstream</artifactId>
 <version>PATCH-300-309</version>
 </dependency>




--
Jacek Laskowski
http://www.laskowski.net.pl

Reply via email to