Jencks2.0 jar dependencies

View: New views
1 Messages — Rating Filter:   Alert me  

Jencks2.0 jar dependencies

by kapilok :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anyone have a list of jar dependencies for jencks2.0 ? Or a maven project example that compiles ?
I am using Jencks2.0 + ActiveMQ4.1.1 + Spring2.0
I have tried the jars in the download and the suggestions on this forum, but continue to get NoClassDefFoundError. I fixed a few by trial and error, but I'm still stuck with
java.lang.NoClassDefFoundError: javax/transaction/TransactionSynchronizationRegistry

Here is my eclipse classpath
        <classpathentry kind="lib" path="C:/apache-activemq-4.1.1/apache-activemq-4.1.1.jar"/>
        <classpathentry kind="lib" path="C:/spring-framework-2.0.3/dist/spring.jar"/>
        <classpathentry kind="lib" path="C:/spring-framework-2.0.3/lib/junit/junit.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/xbean-spring-2.8.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/backport-util-concurrent-2.1.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/commons-logging-1.0.4.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/log4j-1.2.9.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/tranql-connector-1.1.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/optional/xapool-without-pool-1.4.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/activemq-ra-4.1.1.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/jencks-2.0-all.zip"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-transaction-2.0.2.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-connector-2.0.2.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-j2ee-connector_1.5_spec-1.0.1.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-j2ee-management_1.0_spec-1.0.1.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-jms_1.1_spec-1.0.jar"/>
        <classpathentry kind="lib" path="C:/jencks-2.0/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar"/>

Please help.
Thanks,
Kapil