lschaffer is right. It's aN issue with the version of hibernat in 
seam-csv/lib/hibernate-all.jar.

Even if you specify an other archive file for hibernate, seam always uses 
seam-csv/lib/hibernate-all.jar as there is 


  | java -cp "%JAVA_HOME%\lib\tools.jar;%DIRNAME%lib\ant-launcher.jar" 
-Dant.home="%DIRNAME%lib" -Dant.library.dir="%DIRNAME%lib" 
org.apache.tools.ant.launch.Launcher -buildfile "%SEAMGENDIR%\build.xml" %ARGS% 
 
  | 

in seam.bat under windows 

and 


  | java -cp "${JAVA_HOME}/lib/tools.jar:../lib/ant-launcher.jar" 
-Dant.home=../lib -Dant.library.dir=../lib org.apache.tools.ant.launch.Launcher 
${*}
  | 

in seam under linux.

A turnaround is to remove hibernate-all.jar from seam-csv/lib when using seam 
generate-entities.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051667#4051667

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051667
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to