[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4265) seam-gen generate cannot find org/hibernate/cfg/Configuration

Ondrej Skutka (JIRA) jira-events at lists.jboss.org
Tue Jun 23 13:42:06 EDT 2009


seam-gen generate cannot find org/hibernate/cfg/Configuration
-------------------------------------------------------------

                 Key: JBSEAM-4265
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4265
             Project: Seam
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.2.0.CR1
            Reporter: Ondrej Skutka
            Priority: Critical


Seam-gen generate fails with 
java.lang.NoClassDefFoundError: org/hibernate/cfg/Configuration

Cause:
There are missing library references in htools.classpath in the init-generate target of seam-gen/build.xml:
            <pathelement path="${seam.dir}/lib/hibernate-core.jar"/>
            <pathelement path="${seam.dir}/lib/slf4j-api.jar"/>
            <pathelement path="${seam.dir}/lib/slf4j-log4j12.jar"/>
            <pathelement path="${seam.dir}/lib/log4j.jar"/>
            <pathelement path="${seam.dir}/lib/cglib-nodep.jar"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list