Hi,

        The way I found to circumvent the problem was to temporarily use an sql
statement to access my DB directly, instead with my entity.

        The CMP mapping is in the deployment descriptor ejb-jar.xml. I only added
one jaws.xml file that tells which type-mapping should use:

<jaws>
  <datasource>library</datasource>
  <type-mapping>PostgreSQL</type-mapping>
</jaws>

Inserting records in another table work fine using entities.
Do I need to add anything more??

Thanks,
        Carlos Ferrao


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to