 79 | a static factory method of the JPA bootstrap class, Persistence:
EntityManagerFactory emf |
 10 | javax.persistence Class Persistence
java.lang.Object
javax.persistence.Persistence
Bootstrap class that is used to obtain an EntityManagerFactory in Java SE environments. The Persistence ... bootstrapping APIs is not required in container environments. The Persistence class is used to obtain |
 7 | , may be null if the bootstrap loader className - the name of the class in the internal form of fully |
 7 | loader of the class to be transformed, may be null if the bootstrap loader className - the name |
 5 | .java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
I also get the following |
 3 | )
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
Caused by: java.io.FileNotFoundException: file:C:\Program Files (x86)\Apache |
 3 | will be unrestricted.
13:49:22,414 INFO [org.jboss.as.logging] Removing bootstrap log handlers
13:49 ... .logging] Removing bootstrap log handlers
11:53:34,316 INFO [org.jboss.as.connector.subsystems |
 2 | Remoting version 3.2.3.GA
04:56:02,075 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log |
 2 | bootstrap log handlers 13:52:02,001 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26 |
 2 | I have an entity library which I have integrated build time enhancement in. The enhancer reports it has processed all of my persistent classes. When I attempt to run a Bootstrap process with this library I get the error shown below. The entity referenced in the error (Terms) is listed as having |