Could you post the full stack trace please ?
AFAIK, ServiceMix uses no code from jboss,
so I have no idea why you have a CNFE on a
JBoss specific class.

On 9/29/06, amyng <[EMAIL PROTECTED]> wrote:

I'm using the 3.1-incubating-SNAPSHOT jar files downloaded from
http://people.apache.org/repository/org.apache.servicemix/jars/

servicemix-core
servicemix-jbi
servicemix-services
servicemix-components

and also have jboss-jmx.jar in my build path which contains
org/jboss/mx/util/Serialization.class and still getting the following error:

Error creating bean with name 'jbi' defined in file [C:\Documents and
Settings\NgA\workspace2\Prototype\.\conf\applicationContext.xml]: Invocation
of init method failed; nested exception is java.lang.NoClassDefFoundError:
org/jboss/mx/util/Serialization

Can somebody help me why JBI Container init cannot see the
Serialization.class?!

<!-- Message Broker -->
        <bean id="broker" class="org.apache.activemq.xbean.BrokerFactoryBean">
                <property name="config" value="conf/activemq.xml"></property>
                <property name="start" value="true" />
        </bean>

<!-- the JBI container -->
        <bean id="jbi"
class="org.apache.servicemix.jbi.container.SpringJBIContainer"
depends-on="broker">
                <property name="embedded" value="true"/>
                <property name="componentNames">
                  <list>
                    <value>receiver</value>
                  </list>
                </property>
        </bean>
--
View this message in context: 
http://www.nabble.com/NoClassDefFoundError-Exception-on-org-jboss-mx-util-Serialization-tf2357764.html#a6567922
Sent from the ServiceMix - User mailing list archive at Nabble.com.




--
Cheers,
Guillaume Nodet

Reply via email to