Skip to content

Commit

Permalink
added missing environment key
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Dec 17, 2013
1 parent 96cb2ea commit 5d279b5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@ public class EnvironmentName {
public static final String TRANSACTION_MANAGER = "org.kie.transaction.TransactionManager";
public static final String TRANSACTION_SYNCHRONIZATION_REGISTRY = "org.kie.transaction.TransactionSynchronizationRegistry";
public static final String TRANSACTION = "org.kie.transaction.Transaction";
public static final String USE_LOCAL_TRANSACTIONS = "org.kie.transaction.local";

public static final String ENTITY_MANAGER_FACTORY = "org.kie.api.persistence.jpa.EntityManagerFactory";
public static final String CMD_SCOPED_ENTITY_MANAGER = "org.kie.api.persistence.jpa.CmdScopedEntityManager";
Expand Down

0 comments on commit 5d279b5

Please sign in to comment.