[jboss-user] [EJB 3.0] - Re: Getting Exception - Cannot insert explicit value for ide
ruchi123456
do-not-reply at jboss.com
Sun Jun 17 06:59:54 EDT 2007
Also i am connecting to SQL sever 2000
My persistence.xml is
<?xml version="1.0" encoding="UTF-8"?>
<persistence-unit name="shoestringPU">
<jta-data-source>java:/SCMSSQLDSS</jta-data-source>
com.j3ltd.server.entities.Person
com.j3ltd.server.entities.Address
</persistence-unit>
I am using SQL Server2000, but am using "org.hibernate.dialect.MySQLDialect" in persistence.xml
I am not sure if that is an issue?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055019#4055019
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055019
More information about the jboss-user
mailing list