[jboss-user] [Installation, Configuration & Deployment] - NameAlreadyBoundException classpathentries in JBoss 5.1.0 JD
lvonk2000
do-not-reply at jboss.com
Wed Sep 2 05:02:23 EDT 2009
Hi,
We are migrating from 4.2.3 to 5.1.0 and are deploying the first two ejb jars. When deploying the second jar we get the following exception:
10:56:19,320 ERROR [Ejb3ClientDeployer] Could not deploy vfszip:/opt/jboss-5.1.0.GA/server/trp/deploy/internet-resources-services-impl-1.0-SNAPSHOT-ejb-deployment.jar/jibx-extras-1.2.1.jar/
javax.naming.NameAlreadyBoundException: classPathEntries
jboss.xml of app 1:
<?xml version="1.0"?>
<jboss xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss_5_1.xsd"
version="3.0">
<loader-repository>
net.ripe:loader=internet-resources-services-impl.jar
</loader-repository>
jboss xml of app 2:
<?xml version="1.0" encoding="UTF-8" ?>
<jboss xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss_5_1.xsd"
version="3.0">
<loader-repository>
net.ripe:loader=customer-services-impl.jar
</loader-repository>
Any thoughts how to solve this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253005#4253005
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253005
More information about the jboss-user
mailing list