Plugin:org.tolven.assembler.glassfish3.legacypostgresql

From DOC

Jump to: navigation, search


Contents

Version 2.1 Notes

Version 2.1.2

  • Added a datasource extension which indicates which database is in effect during assembly. A persistence-unit extension supplies various values for the persistence.xml file, which is now handled at the EAR level.

Version 2.1.1

  • Changed manifest import from org.tolven.legacypostgresql.indexes to org.tolven.legacypostgresql.db.

Version 2.1.0

  • Depends on org.tolven.legacypostgresql.indexes, so this plug-in is downloaded automatically.
  • The following ejbmodule parameters are configured here via this plug-in, using the following extension-point, because there must be commonality between the collaborating EJBs, with respect to the default datasource:
<extension id="orm" plugin-id="org.tolven.assembler.ejbmodule" point-id="orm">
<parameter id="ormId" value="legacypostgresql" />
<parameter id="name" value="em" />
<parameter id="transaction-type" value="JTA" />
<parameter id="jta-data-source" value="jdbc/__default" />
</extension>


Personal tools