Marco Rietveld [https://community.jboss.org/people/marco.rietveld] created the discussion
"Re: Problem with jBPM5.3 and (needed) activated jpa in standalone.xml" To view the discussion, visit: https://community.jboss.org/message/742426#742426 -------------------------------------------------------------- Hi, See https://github.com/droolsjbpm/jbpm/blob/5.3.0.Final/jbpm-persistence-jpa/src/main/resources/META-INF/persistence-JPA2.xml https://github.com/droolsjbpm/jbpm/blob/5.3.0.Final/jbpm-persistence-jpa/src/main/resources/META-INF/persistence-JPA2.xml That's a persistence.xml configured to use JPA 2 and Hibernate 4 (which is what AS 7 uses by default, I believe). JPA is the specification for how Java should interact with "persistence", which basically means interacting with a database. JPA 1 is a couple years old, and with JBoss AS 7, the default way to do things has moved to JPA 2. Within the context of an application on an application server, you can just think of it as a type of dependency. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/742426#742426] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
