[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-4265) seam-gen generate cannot find org/hibernate/cfg/Configuration
Norman Richards (JIRA)
jira-events at lists.jboss.org
Tue Jun 23 15:15:57 EDT 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards closed JBSEAM-4265.
-----------------------------------
Fix Version/s: 2.2.0.CR1
Resolution: Done
fixed
> 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
> Assignee: Norman Richards
> Priority: Critical
> Fix For: 2.2.0.CR1
>
>
> 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