Joe,
All the following experiments PASS for EclipseLink 2.0 on JBoss 5
(JPA 1.0) and 6.0.0M1 (JPA 2.0).
1) Testing Scenario:
EAR
ejb-jar
persistence.xml - JTA TX datasource using the default Hypersonic
database
@Stateless @Local session bean with injected @PersistenceContext
(default TRANSACTION type) container managed entityManager
2 entities with @OneToOne and @ManyToMany orm relationships
web.war
Servlet with (no @EJB or @Resource injection) - uses recommended
org.jnp context lookup for the SSB above containing the CM EM
JBoss 5.1.0
add the EclipseLink 2.0 jar to
C:\opt\jboss510\common\lib\eclipselink.jar
(optionally override ejb3-persistence.jar with
javax.persistence_2.0.jar)
JBoss 6.0.0M1
C:\opt\jboss600m1\common\lib\eclipselink.jar
<no javax.persistence_2.0.jar override required>
2) Results:
- A non-graphical very basic client meant to verify CRUD operations

2a) On JEE5 compliant server
EclipseLink 2.0 on JBoss 5.1.0 and 6.0.0M1 running JPA 1.0
API - working *OK*
2b) On JPA 2.0 compliant server
EclipseLink 2.0 on JBoss 6.0.0M1 running JPA 2.0 API and
the persistence.xml 2.0 XSD schema - working *OK* (no errors on the 2.0
XSD)
<persistence version="2.0"
xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
<persistence-unit name="example" transaction-type="JTA">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<jta-data-source>java:/DefaultDS</jta-data-source>
<class>org.eclipse.persistence.example.jpa.server.business.Cell</class>
<class>org.eclipse.persistence.example.jpa.server.business.CellAttribute</class>
<shared-cache-mode>NONE</shared-cache-mode><!--
JPA 2.0 -->
<properties>
<property name="eclipselink.target-server"
value="JBoss"/>
<property name="eclipselink.target-database"
value="HSQL"/>
<property name="eclipselink.ddl-generation"
value="drop-and-create-tables"/>
<property name="eclipselink.ddl-generation.output-mode"
value="database"/>
<property name="eclipselink.logging.level"
value="FINEST"/>
</properties>
</persistence-unit>
</persistence>
02:08:55,471 INFO [STDOUT] [EL Finest]: 2010-02-12
02:08:55.471--ServerSession(20380496)--Thread(Thread[http-127.0.0.1-8080-4,5,jboss])--End
deploying Persistence Unit example; session
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example;
state Deployed; factoryCount 1
02:08:55,471 INFO [STDOUT] _Test: JPA 2.0 Metamodel:
MetamodelImpl@5488846 [ 5 Types: , 2 ManagedTypes: , 2 EntityTypes: , 0
MappedSuperclassTypes: , 0 EmbeddableTypes: ]
02:08:55,471 INFO [STDOUT] [EL Finer]: 2010-02-12
02:08:55.471--ServerSession(20380496)--Thread(Thread[http-127.0.0.1-8080-4,5,jboss])--client
acquired
2c) Note: Configuring datasources in JBoss 5.0.1 - 5.1.0 and 6.0.0M1
is different than on JBoss 4.x possibly because of the following issues
with the JBoss 5/6 server
These issues with manually configuring your *-ds.xml need to be
worked out and documented on the wiki - however this JBoss config issue
is out of the scope of EclipseLink
https://jira.jboss.org/jira/browse/SOA-1606
https://jira.jboss.org/jira/browse/JBAS-7438
https://jira.jboss.org/jira/browse/JBAS-4926
thank you
/michael
http://www.eclipselink.org
3) Full Logs for JBoss 6.0.0M1 running EclipseLink 2.0
http://127.0.0.1:8080/enterprise/FrontController?action="">
02:32:07,538 INFO [AbstractJBossASServerBase] Server Configuration:
JBOSS_HOME URL: file:/C:/opt/jboss600m1/
Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
Common Base: $JBOSS_HOME\common/
Common Library: $JBOSS_HOME\common/lib/
Server Name: default
Server Base: $JBOSS_HOME\server/
Server Library: $JBOSS_HOME\server/default/lib/
Server Config: $JBOSS_HOME\server/default/conf/
Server Home: $JBOSS_HOME\server/default/
Server Data: $JBOSS_HOME\server/default/data/
Server Log: $JBOSS_HOME\server/default/log/
Server Temp: $JBOSS_HOME\server/default/tmp/
02:32:07,554 INFO [AbstractServer] Starting: JBossAS [6.0.0.M1 (build:
SVNTag=JBoss_6_0_0_M1 date=200912040958)]
02:32:08,022 INFO [AbstractMCServerBase] Starting Microcontainer, Main
bootstrapURL=file:/C:/opt/jboss600m1/server/default/conf/bootstrap.xml
02:32:08,506 INFO [VFSCacheFactory] Initializing VFSCache
[org.jboss.virtual.plugins.cache.CombinedVFSCache]
02:32:08,506 INFO [VFSCacheFactory] Using VFSCache
[CombinedVFSCache[real-cache: null]]
02:32:08,756 INFO [CopyMechanism] VFS temp dir:
C:\opt\jboss600m1\server\default\tmp
02:32:08,756 INFO [ZipEntryContext] VFS force nested jars copy-mode is
enabled.
02:32:09,630 INFO [ServerInfo] Java version: 1.6.0_17,Sun Microsystems
Inc.
02:32:09,630 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime
Environment (build 1.6.0_17-b04)
02:32:09,630 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM
14.3-b01,Sun Microsystems Inc.
02:32:09,630 INFO [ServerInfo] OS-System: Windows 7 6.1,x86
02:32:09,630 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat
-Xms128m -Xmx512m -XX:MaxPermSize=256m -Dfile.encoding=Cp1252
02:32:09,662 INFO [JMXKernel] Legacy JMX core initialized
02:32:12,688 INFO [Log4jService$URLWatchTimerTask] Configuring from
URL: resource:jboss-log4j.xml
02:32:12,798 INFO [WebService] Using RMI server codebase:
http://127.0.0.1:8083/
02:32:17,572 INFO [AbstractServerConfig] JBoss Web Services - Native
Server
02:32:17,572 INFO [AbstractServerConfig] 3.2.1.GA
02:32:24,625 INFO [LogNotificationListener] Adding notification
listener for logging mbean
"jboss.system:service=Logging,type=Log4jService" to server
org.jboss.mx.server.MBeanServerImpl@172c47b[ defaultDomain='null' ]
02:32:31,771 INFO [Ejb3DependenciesDeployer] Encountered deployment
AbstractVFSDeploymentContext@13440889{vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/}
02:32:31,771 INFO [Ejb3DependenciesDeployer] Encountered deployment
AbstractVFSDeploymentContext@13440889{vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/}
02:32:33,784 INFO [JMXConnectorServerService] JMX Connector server:
service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
02:32:33,941 INFO [MailService] Mail Service bound to java:/Mail
02:32:36,937 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL
SECURITY RISK. It has been detected that the MessageSucker component
which sucks messages from one node to another has not had its password
changed from the installation default. Please see the JBoss Messaging
user guide for instructions on how to do this.
02:32:37,126 INFO [TransactionManagerService] JBossTS Transaction
Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
02:32:37,126 INFO [TransactionManagerService] Setting up property
manager MBean and JMX layer
02:32:37,391 INFO [TransactionManagerService] Initializing recovery
manager
02:32:37,563 INFO [TransactionManagerService] Recovery manager
configured
02:32:37,563 INFO [TransactionManagerService] Binding
TransactionManager JNDI Reference
02:32:37,578 INFO [TransactionManagerService] Starting transaction
recovery manager
02:32:38,297 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on
http-127.0.0.1-8080
02:32:38,328 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on
ajp-127.0.0.1-8009
02:32:38,359 INFO [StandardService] Starting service jboss.web
02:32:38,359 INFO [StandardEngine] Starting Servlet Engine: JBoss
Web/2.1.6.GA
02:32:38,422 INFO [Catalina] Server startup in 96 ms
02:32:38,437 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
02:32:39,748 INFO [TomcatDeployment] deploy, ctxPath=/invoker
02:32:39,827 INFO [TomcatDeployment] deploy, ctxPath=/web-console
02:32:40,248 INFO [RARDeployment] Required license terms exist, view
vfszip:/C:/opt/jboss600m1/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
02:32:40,263 INFO [RARDeployment] Required license terms exist, view
vfszip:/C:/opt/jboss600m1/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
02:32:40,263 INFO [RARDeployment] Required license terms exist, view
vfszip:/C:/opt/jboss600m1/server/default/deploy/jms-ra.rar/META-INF/ra.xml
02:32:40,279 INFO [RARDeployment] Required license terms exist, view
vfszip:/C:/opt/jboss600m1/server/default/deploy/mail-ra.rar/META-INF/ra.xml
02:32:40,295 INFO [RARDeployment] Required license terms exist, view
vfszip:/C:/opt/jboss600m1/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
02:32:40,435 INFO [SimpleThreadPool] Job execution threads will use
class loader of thread: Thread-2
02:32:40,466 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
02:32:40,466 INFO [RAMJobStore] RAMJobStore initialized.
02:32:40,466 INFO [StdSchedulerFactory] Quartz scheduler
'DefaultQuartzScheduler' initialized from default resource file in
Quartz package: 'quartz.properties'
02:32:40,466 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
02:32:40,466 INFO [QuartzScheduler] Scheduler
DefaultQuartzScheduler_$_NON_CLUSTERED started.
02:32:40,997 INFO [ConnectionFactoryBindingService] Bound
ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS'
to JNDI name 'java:DefaultDS'
02:32:42,121 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0]
started
02:32:42,293 INFO [ConnectionFactory] Connector
bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000
milliseconds
02:32:42,293 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory@c9ab5a started
02:32:42,293 INFO [ConnectionFactory] Connector
bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000
milliseconds
02:32:42,293 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory@b800d7 started
02:32:42,309 INFO [ConnectionFactoryJNDIMapper] supportsFailover
attribute is true on connection factory:
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
but post office is non clustered. So connection factory will *not*
support failover
02:32:42,309 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing
attribute is true on connection factory:
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory
but post office is non clustered. So connection factory will *not*
support load balancing
02:32:42,309 INFO [ConnectionFactory] Connector
bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000
milliseconds
02:32:42,309 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory@16203a7 started
02:32:42,325 INFO [QueueService] Queue[/queue/DLQ] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
02:32:42,325 INFO [QueueService] Queue[/queue/ExpiryQueue] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
02:32:42,434 INFO [ConnectionFactoryBindingService] Bound
ConnectionManager
'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name
'java:JmsXA'
02:32:42,637 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
02:32:42,808 ERROR [MyfacesConfig] Both MyFaces and the RI are on your
classpath. Please make sure to use only one of the two
JSF-implementations.
02:32:43,151 WARN [LocaleUtils] Locale name in faces-config.xml null
or empty, setting locale to default locale : en_US
02:32:46,366 INFO [TomcatDeployment] deploy, ctxPath=/
02:32:46,429 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
02:32:46,476 WARN [InterceptorInfoRepository] EJBTHREE-1852:
InterceptorInfoRepository is deprecated
02:32:46,913 INFO [JBossASKernel] Created KernelDeployment for:
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar
02:32:46,913 INFO [JBossASKernel] installing bean:
jboss.j2ee:ear=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear,jar=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar,name=ApplicationService,service=EJB3
02:32:46,913 INFO [JBossASKernel] with dependencies:
02:32:46,913 INFO [JBossASKernel] and demands:
02:32:46,913 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
02:32:46,913 INFO [JBossASKernel]
persistence.unit:unitName=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar#example
02:32:46,913 INFO [JBossASKernel] and supplies:
02:32:46,913 INFO [JBossASKernel]
jndi:org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local
02:32:46,913 INFO [JBossASKernel]
jndi:org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local-org.eclipse.persistence.example.jpa.server.business.ApplicationServiceLocal
02:32:46,913 INFO [JBossASKernel]
Class:org.eclipse.persistence.example.jpa.server.business.ApplicationServiceLocal
02:32:46,913 INFO [JBossASKernel]
jndi:org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/remote
02:32:46,913 INFO [JBossASKernel] Added
bean(jboss.j2ee:ear=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear,jar=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar,name=ApplicationService,service=EJB3)
to KernelDeployment of:
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar
02:32:47,007 INFO [PersistenceUnitDeployment] Starting persistence
unit
persistence.unit:unitName=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar#example
02:32:47,131 INFO [Version] Hibernate Validator 4.0.2.GA
02:32:47,163 INFO [DefaultTraversableResolver] Instantiated an
instance of
org.hibernate.validator.engine.resolver.JPATraversableResolver.
02:32:47,599 INFO [STDOUT] [EL Warning]: 2010-02-12
02:32:47.568--Thread(Thread[Thread-2,5,jboss])--The temporary
classLoader for PersistenceLoadProcessor [example] is not available.
Switching classLoader to
[BaseClassLoader@60abc5{vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/}].
Weaving has been disabled for this session. EclipseLink may be unable
to get a spec mandated temporary class loader from the server, you may
be able to use static weaving as an optional workaround.
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.599--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Begin
predeploying Persistence Unit example; session
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example;
state Initial; factoryCount 0
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.orm.throw.exceptions;
default value=true
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.weaving.changetracking;
default value=true
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.weaving.lazy;
default value=true
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.weaving.eager;
default value=false
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.weaving.fetchgroups;
default value=true
02:32:47,615 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:47.615--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--property=eclipselink.weaving.internal;
default value=true
02:32:48,380 INFO [STDOUT] [EL Finer]: 2010-02-12
02:32:48.38--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Searching
for default mapping file in
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/
02:32:48,396 INFO [STDOUT] [EL Finer]: 2010-02-12
02:32:48.396--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Searching
for default mapping file in
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/
02:32:48,630 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.63--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
access type for the persistent class [class
org.eclipse.persistence.example.jpa.server.business.Cell] is set to
[FIELD].
02:32:48,756 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.756--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target entity (reference) class for the many to many mapping element
[field references] is being defaulted to: class
org.eclipse.persistence.example.jpa.server.business.Cell.
02:32:48,756 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.756--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
element [field aCellAttribute] is being defaulted to a one to one
mapping.
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target entity (reference) class for the one to one mapping element
[field aCellAttribute] is being defaulted to: class
org.eclipse.persistence.example.jpa.server.business.CellAttribute.
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target entity (reference) class for the many to many mapping element
[field peers] is being defaulted to: class
org.eclipse.persistence.example.jpa.server.business.Cell.
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target entity (reference) class for the one to one mapping element
[field left] is being defaulted to: class
org.eclipse.persistence.example.jpa.server.business.Cell.
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target entity (reference) class for the one to one mapping element
[field right] is being defaulted to: class
org.eclipse.persistence.example.jpa.server.business.Cell.
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
access type for the persistent class [class
org.eclipse.persistence.example.jpa.server.business.CellAttribute] is
set to [FIELD].
02:32:48,771 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.771--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
alias name for the entity class [class
org.eclipse.persistence.example.jpa.server.business.Cell] is being
defaulted to: Cell.
02:32:48,834 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.834--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
column name for element [field id] is being defaulted to: ID.
02:32:48,849 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.849--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
alias name for the entity class [class
org.eclipse.persistence.example.jpa.server.business.CellAttribute] is
being defaulted to: CellAttribute.
02:32:48,849 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.849--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
table name for entity [class
org.eclipse.persistence.example.jpa.server.business.CellAttribute] is
being defaulted to: CELLATTRIBUTE.
02:32:48,849 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.849--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
column name for element [field id] is being defaulted to: ID.
02:32:48,927 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.927--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
join table name for the many to many mapping [field references] is
being defaulted to: EL_CELL_EL_CELL.
02:32:48,927 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.927--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
source primary key column name for the many to many mapping [field
references] is being defaulted to: ID.
02:32:48,927 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.927--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
source foreign key column name for the many to many mapping [field
references] is being defaulted to: peers_ID.
02:32:48,927 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.927--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target primary key column name for the many to many mapping [field
references] is being defaulted to: ID.
02:32:48,943 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.927--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
target foreign key column name for the many to many mapping [field
references] is being defaulted to: references_ID.
02:32:48,959 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
primary key column name for the mapping element [field right] is being
defaulted to: ID.
02:32:48,959 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
foreign key column name for the mapping element [field right] is being
defaulted to: RIGHT_ID.
02:32:48,959 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
primary key column name for the mapping element [field aCellAttribute]
is being defaulted to: ID.
02:32:48,959 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--The
foreign key column name for the mapping element [field aCellAttribute]
is being defaulted to: ACELLATTRIBUTE_ID.
02:32:48,959 INFO [STDOUT] [EL Finer]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Class
[org.eclipse.persistence.example.jpa.server.business.Cell] registered
to be processed by weaver.
02:32:48,959 INFO [STDOUT] [EL Config]: 2010-02-12
02:32:48.959--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Class
org.eclipse.persistence.example.jpa.server.business.Cell could not be
weaved for change tracking as it is not supported by its mappings.
02:32:48,974 INFO [STDOUT] [EL Finer]: 2010-02-12
02:32:48.974--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--Class
[org.eclipse.persistence.example.jpa.server.business.CellAttribute]
registered to be processed by weaver.
02:32:48,974 INFO [STDOUT] [EL Finest]: 2010-02-12
02:32:48.974--ServerSession(27187993)--Thread(Thread[Thread-2,5,jboss])--End
predeploying Persistence Unit example; session
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example;
state Predeployed; factoryCount 1
02:32:49,052 INFO [SessionSpecContainer] Starting
jboss.j2ee:ear=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear,jar=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar,name=ApplicationService,service=EJB3
02:32:49,083 INFO [EJBContainer] STARTED EJB:
org.eclipse.persistence.example.jpa.server.business.ApplicationService
ejbName: ApplicationService
02:32:49,146 INFO [JndiSessionRegistrarBase] Binding the following
Entries in Global JNDI:
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local
- EJB3.x Default Local Business Interface
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local-org.eclipse.persistence.example.jpa.server.business.ApplicationServiceLocal
- EJB3.x Local Business Interface
02:32:49,317 INFO [TomcatDeployment] deploy, ctxPath=/enterprise
02:32:49,411 INFO [ProfileServiceBootstrap] Loading profile:
ProfileKey@1c32b82[domain=default, server=default, name=default]
02:32:49,427 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on
http-127.0.0.1-8080
02:32:49,520 INFO [AjpProtocol] Starting Coyote AJP/1.3 on
ajp-127.0.0.1-8009
02:32:49,520 INFO [AbstractServer] JBossAS [6.0.0.M1 (build:
SVNTag=JBoss_6_0_0_M1 date=200912040958)] Started in 41s:966ms
>http://127.0.0.1:8080/enterprise/FrontController?action="">
02:33:54,136 INFO [STDOUT] FrontController.getApplicationService()
JNDI lookup of
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local
02:33:54,246 INFO [STDOUT] [EL Example]: enterprise: Action: demo
Proxy to
jboss.j2ee:ear=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear,jar=org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar,name=ApplicationService,service=EJB3
implementing [interface
org.eclipse.persistence.example.jpa.server.business.ApplicationServiceLocal]
02:33:54,246 INFO [STDOUT] FrontController.getApplicationService()
JNDI lookup of
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local
02:33:54,324 INFO [STDOUT] [EL Example]: enterprise:
ApplicationService persisting:
org.eclipse.persistence.example.jpa.server.business.Cell@18722630( id:
null state: null left: null right: null parent: HashSet@17563935
references: HashSet@17563935) on EM:
org.jboss.jpa.tx.TransactionScopedEntityManager@d6d6d4
02:33:54,339 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.339--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Begin
deploying Persistence Unit example; session
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example;
state Predeployed; factoryCount 1
02:33:54,386 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.386--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--property=eclipselink.target-server;
value=JBoss; translated
value=org.eclipse.persistence.platform.server.jboss.JBossPlatform
02:33:54,386 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.386--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--property=eclipselink.logging.level;
value=FINEST; translated value=FINEST
02:33:54,386 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.386--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--property=eclipselink.logging.level;
value=FINEST; translated value=FINEST
02:33:54,386 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.386--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--property=eclipselink.target-database;
value=HSQL; translated
value=org.eclipse.persistence.platform.database.HSQLPlatform
02:33:54,433 INFO [STDOUT] [EL Info]: 2010-02-12
02:33:54.433--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--EclipseLink,
version: Eclipse Persistence Services - 2.1.0.qualifier
02:33:54,449 INFO [STDOUT] [EL Config]: 2010-02-12
02:33:54.449--ServerSession(27187993)--Connection(13280798)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--connecting(DatabaseLogin(
platform=>HSQLPlatform
user name=> ""
connector=>JNDIConnector datasource name=>null
))
02:33:54,480 INFO [STDOUT] [EL Config]: 2010-02-12
02:33:54.48--ServerSession(27187993)--Connection(14191759)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Connected:
jdbc:hsqldb:C:\opt\jboss600m1\server\default\data\hypersonic\localDB
User: SA
Database: HSQL Database Engine Version: 1.8.0
Driver: HSQL Database Engine Driver Version: 1.8.0
02:33:54,480 INFO [STDOUT] [EL Config]: 2010-02-12
02:33:54.48--ServerSession(27187993)--Connection(19153097)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--connecting(DatabaseLogin(
platform=>HSQLPlatform
user name=> ""
connector=>JNDIConnector datasource name=>null
))
02:33:54,480 INFO [STDOUT] [EL Config]: 2010-02-12
02:33:54.48--ServerSession(27187993)--Connection(18447858)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Connected:
jdbc:hsqldb:C:\opt\jboss600m1\server\default\data\hypersonic\localDB
User: SA
Database: HSQL Database Engine Version: 1.8.0
Driver: HSQL Database Engine Driver Version: 1.8.0
02:33:54,480 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.48--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--sequencing
connected, state is Preallocation_NoTransaction_State
02:33:54,480 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.48--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--sequence
EL_CELL_SEQ: preallocation size 25
02:33:54,589 INFO [STDOUT] [EL Info]: 2010-02-12
02:33:54.589--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example
login successful
02:33:54,636 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.636--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL DROP CONSTRAINT
FK_EL_CELL_RIGHT_ID")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(1875129)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL DROP CONSTRAINT FK_EL_CELL_RIGHT_ID
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL DROP CONSTRAINT
FK_EL_CELL_ACELLATTRIBUTE_ID")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(29090776)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL DROP CONSTRAINT FK_EL_CELL_ACELLATTRIBUTE_ID
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL_EL_CELL DROP CONSTRAINT
FK_EL_CELL_EL_CELL_references_ID")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(15485686)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL_EL_CELL DROP CONSTRAINT FK_EL_CELL_EL_CELL_references_ID
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL_EL_CELL DROP CONSTRAINT
FK_EL_CELL_EL_CELL_peers_ID")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(20013678)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL_EL_CELL DROP CONSTRAINT FK_EL_CELL_EL_CELL_peers_ID
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="DROP TABLE EL_CELL")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(10630283)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--DROP
TABLE EL_CELL
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="CREATE TABLE EL_CELL (ID BIGINT NOT NULL,
STATE VARCHAR(255), TSEQ VARCHAR(255), RIGHT_ID BIGINT,
ACELLATTRIBUTE_ID INTEGER, PRIMARY KEY (ID))")
02:33:54,651 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,651 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Connection(6801725)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CREATE
TABLE EL_CELL (ID BIGINT NOT NULL, STATE VARCHAR(255), TSEQ
VARCHAR(255), RIGHT_ID BIGINT, ACELLATTRIBUTE_ID INTEGER, PRIMARY KEY
(ID))
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.651--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="DROP TABLE EL_CELL_EL_CELL")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(29182892)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--DROP
TABLE EL_CELL_EL_CELL
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="CREATE TABLE EL_CELL_EL_CELL (peers_ID
BIGINT NOT NULL, references_ID BIGINT NOT NULL, PRIMARY KEY (peers_ID,
references_ID))")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(5058680)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CREATE
TABLE EL_CELL_EL_CELL (peers_ID BIGINT NOT NULL, references_ID BIGINT
NOT NULL, PRIMARY KEY (peers_ID, references_ID))
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="DROP TABLE CELLATTRIBUTE")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(10527852)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--DROP
TABLE CELLATTRIBUTE
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="CREATE TABLE CELLATTRIBUTE (ID INTEGER NOT
NULL, PRIMARY KEY (ID))")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(32687092)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CREATE
TABLE CELLATTRIBUTE (ID INTEGER NOT NULL, PRIMARY KEY (ID))
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL ADD CONSTRAINT
FK_EL_CELL_RIGHT_ID FOREIGN KEY (RIGHT_ID) REFERENCES EL_CELL (ID)")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(24778898)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL ADD CONSTRAINT FK_EL_CELL_RIGHT_ID FOREIGN KEY (RIGHT_ID)
REFERENCES EL_CELL (ID)
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL ADD CONSTRAINT
FK_EL_CELL_ACELLATTRIBUTE_ID FOREIGN KEY (ACELLATTRIBUTE_ID) REFERENCES
CELLATTRIBUTE (ID)")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(163134)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL ADD CONSTRAINT FK_EL_CELL_ACELLATTRIBUTE_ID FOREIGN KEY
(ACELLATTRIBUTE_ID) REFERENCES CELLATTRIBUTE (ID)
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL_EL_CELL ADD CONSTRAINT
FK_EL_CELL_EL_CELL_references_ID FOREIGN KEY (references_ID) REFERENCES
EL_CELL (ID)")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(14458186)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL_EL_CELL ADD CONSTRAINT FK_EL_CELL_EL_CELL_references_ID
FOREIGN KEY (references_ID) REFERENCES EL_CELL (ID)
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="ALTER TABLE EL_CELL_EL_CELL ADD CONSTRAINT
FK_EL_CELL_EL_CELL_peers_ID FOREIGN KEY (peers_ID) REFERENCES EL_CELL
(ID)")
02:33:54,667 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,667 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.667--ServerSession(27187993)--Connection(19037441)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--ALTER
TABLE EL_CELL_EL_CELL ADD CONSTRAINT FK_EL_CELL_EL_CELL_peers_ID
FOREIGN KEY (peers_ID) REFERENCES EL_CELL (ID)
02:33:54,683 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="DROP SEQUENCE EL_CELL_SEQ")
02:33:54,683 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,683 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Connection(21788899)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--DROP
SEQUENCE EL_CELL_SEQ
02:33:54,683 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ValueReadQuery(sql="CALL NEXT VALUE FOR EL_CELL_SEQ")
02:33:54,683 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,683 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Connection(19267380)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CALL
NEXT VALUE FOR EL_CELL_SEQ
02:33:54,683 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.683--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CALL
1
02:33:54,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.698--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="CREATE SEQUENCE EL_CELL_SEQ START WITH 25
INCREMENT BY 25")
02:33:54,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:54.698--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:54,698 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:54.698--ServerSession(27187993)--Connection(18032521)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CREATE
SEQUENCE EL_CELL_SEQ START WITH 25 INCREMENT BY 25
02:33:55,525 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.525--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Canonical
Metamodel class
[org.eclipse.persistence.example.jpa.server.business.Cell_] not found
during initialization.
02:33:55,525 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.525--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Canonical
Metamodel class
[org.eclipse.persistence.example.jpa.server.business.CellAttribute_]
not found during initialization.
02:33:55,525 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.525--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--End
deploying Persistence Unit example; session
vfszip:/C:/opt/jboss600m1/server/default/deploy/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR.ear/org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEJB.jar/_example;
state Deployed; factoryCount 1
02:33:55,604 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.604--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--client
acquired
02:33:55,604 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.604--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
binding to tx mgr, status=STATUS_ACTIVE
02:33:55,604 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.604--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--PERSIST
operation called on:
org.eclipse.persistence.example.jpa.server.business.Cell@18722630( id:
null state: null left: null right: null parent: HashSet@17563935
references: HashSet@17563935).
02:33:55,604 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.604--ClientSession(7812075)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ValueReadQuery(sql="CALL NEXT VALUE FOR EL_CELL_SEQ")
02:33:55,620 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.62--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:55,620 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.62--ServerSession(27187993)--Connection(32620783)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--CALL
NEXT VALUE FOR EL_CELL_SEQ
02:33:55,620 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.62--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--sequencing
preallocation for EL_CELL_SEQ: objects: 25 , first: 1, last: 25
02:33:55,620 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.62--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--assign
sequence to the object (1 ->
org.eclipse.persistence.example.jpa.server.business.Cell@18722630( id:
null state: null left: null right: null parent: HashSet@17563935
references: HashSet@17563935))
02:33:55,698 INFO [STDOUT] [EL Example]: enterprise:
ApplicationService persisting:
org.eclipse.persistence.example.jpa.server.business.Cell@17563935( id:
null state: null left: null right: null parent: HashSet@51815750
references: HashSet@51815750) on EM:
org.jboss.jpa.tx.TransactionScopedEntityManager@d6d6d4
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--PERSIST
operation called on:
org.eclipse.persistence.example.jpa.server.business.Cell@17563935( id:
null state: null left: null right: null parent: HashSet@51815750
references: HashSet@51815750).
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--assign
sequence to the object (2 ->
org.eclipse.persistence.example.jpa.server.business.Cell@17563935( id:
null state: null left: null right: null parent: HashSet@51815750
references: HashSet@51815750))
02:33:55,698 INFO [STDOUT] [EL Example]: enterprise:
ApplicationService persisting:
org.eclipse.persistence.example.jpa.server.business.Cell@31344459( id:
null state: null left: null right: null parent: HashSet@19312596
references: HashSet@19312596) on EM:
org.jboss.jpa.tx.TransactionScopedEntityManager@d6d6d4
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--PERSIST
operation called on:
org.eclipse.persistence.example.jpa.server.business.Cell@31344459( id:
null state: null left: null right: null parent: HashSet@19312596
references: HashSet@19312596).
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--assign
sequence to the object (3 ->
org.eclipse.persistence.example.jpa.server.business.Cell@31344459( id:
null state: null left: null right: null parent: HashSet@19312596
references: HashSet@19312596))
02:33:55,698 INFO [STDOUT] [EL Example]: enterprise:
ApplicationService persisting:
org.eclipse.persistence.example.jpa.server.business.Cell@1748661( id:
null state: null left: null right: null parent: HashSet@78539490
references: HashSet@78539490) on EM:
org.jboss.jpa.tx.TransactionScopedEntityManager@d6d6d4
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--PERSIST
operation called on:
org.eclipse.persistence.example.jpa.server.business.Cell@1748661( id:
null state: null left: null right: null parent: HashSet@78539490
references: HashSet@78539490).
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--assign
sequence to the object (4 ->
org.eclipse.persistence.example.jpa.server.business.Cell@1748661( id:
null state: null left: null right: null parent: HashSet@78539490
references: HashSet@78539490))
02:33:55,698 INFO [STDOUT] [EL Example]: enterprise:
ApplicationService persisting:
org.eclipse.persistence.example.jpa.server.business.Cell@29631096( id:
null state: null left: null right: null parent: HashSet@1748661
references: HashSet@1748661) on EM:
org.jboss.jpa.tx.TransactionScopedEntityManager@d6d6d4
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--PERSIST
operation called on:
org.eclipse.persistence.example.jpa.server.business.Cell@29631096( id:
null state: null left: null right: null parent: HashSet@1748661
references: HashSet@1748661).
02:33:55,698 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--assign
sequence to the object (5 ->
org.eclipse.persistence.example.jpa.server.business.Cell@29631096( id:
null state: null left: null right: null parent: HashSet@1748661
references: HashSet@1748661))
02:33:55,698 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
beforeCompletion callback, status=STATUS_ACTIVE
02:33:55,698 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.698--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--begin
unit of work commit
02:33:55,698 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.698--ClientSession(7812075)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
beginTransaction, status=STATUS_ACTIVE
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query
InsertObjectQuery(org.eclipse.persistence.example.jpa.server.business.Cell@31344459(
id: 3 state: null left: null right: null parent: HashSet@19312596
references: HashSet@19312596))
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:55,713 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL (ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID) VALUES (?,
?, ?, ?, ?)
bind => [3, null, null, null, null]
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query
InsertObjectQuery(org.eclipse.persistence.example.jpa.server.business.Cell@17563935(
id: 2 state: null left: null right: null parent: HashSet@51815750
references: HashSet@51815750))
02:33:55,713 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL (ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID) VALUES (?,
?, ?, ?, ?)
bind => [2, null, null, null, null]
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query
InsertObjectQuery(org.eclipse.persistence.example.jpa.server.business.Cell@1748661(
id: 4 state: null left: null right: null parent: HashSet@78539490
references: HashSet@78539490))
02:33:55,713 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL (ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID) VALUES (?,
?, ?, ?, ?)
bind => [4, null, null, null, null]
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query
InsertObjectQuery(org.eclipse.persistence.example.jpa.server.business.Cell@18722630(
id: 1 state: null left: null right: null parent: HashSet@17563935
references: HashSet@17563935))
02:33:55,713 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL (ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID) VALUES (?,
?, ?, ?, ?)
bind => [1, null, null, null, null]
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query
InsertObjectQuery(org.eclipse.persistence.example.jpa.server.business.Cell@29631096(
id: 5 state: null left: null right: null parent: HashSet@1748661
references: HashSet@1748661))
02:33:55,713 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.713--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL (ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID) VALUES (?,
?, ?, ?, ?)
bind => [5, null, null, null, null]
02:33:55,713 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.713--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery()
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [2, 3]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [4, 3]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [4, 2]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [1, 2]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [3, 2]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [2, 4]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [5, 4]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [3, 4]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [2, 1]
02:33:55,729 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:55.729--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query DataModifyQuery(sql="INSERT INTO EL_CELL_EL_CELL (references_ID,
peers_ID) VALUES (?, ?)")
02:33:55,729 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:55.729--ClientSession(7812075)--Connection(26511049)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--INSERT
INTO EL_CELL_EL_CELL (references_ID, peers_ID) VALUES (?, ?)
bind => [4, 5]
02:33:55,744 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.744--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
afterCompletion callback, status=COMMITTED
02:33:55,744 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:55.744--UnitOfWork(30124985)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--end
unit of work commit
02:33:55,760 INFO [STDOUT] FrontController.getApplicationService()
JNDI lookup of
org.eclipse.persistence.example.jpa.server.jboss.EnterpriseEAR/ApplicationService/local
02:33:56,072 INFO [STDOUT] _Test: JPA 2.0 Metamodel:
MetamodelImpl@14689060 [ 5 Types: , 2 ManagedTypes: , 2 EntityTypes: ,
0 MappedSuperclassTypes: , 0 EmbeddableTypes: ]
02:33:56,072 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.072--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--client
acquired
02:33:56,072 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.072--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
binding to tx mgr, status=STATUS_ACTIVE
02:33:56,072 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.072--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(referenceClass=Cell sql="SELECT ID, STATE, TSEQ,
RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL")
02:33:56,072 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.072--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,072 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.072--ServerSession(27187993)--Connection(28069432)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="references" referenceClass=Cell sql="SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(32880029)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))
bind => [1]
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="references" referenceClass=Cell sql="SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(2749844)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))
bind => [2]
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="references" referenceClass=Cell sql="SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(606048)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))
bind => [3]
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="references" referenceClass=Cell sql="SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(7003891)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))
bind => [4]
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="references" referenceClass=Cell sql="SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(24639661)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.peers_ID = ?) AND (t1.ID =
t0.references_ID))
bind => [5]
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadObjectQuery(name="left" referenceClass=Cell sql="SELECT ID,
STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE (RIGHT_ID =
?)")
02:33:56,088 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,088 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.088--ServerSession(27187993)--Connection(18949273)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE
(RIGHT_ID = ?)
bind => [5]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.088--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="peers" referenceClass=Cell sql="SELECT t1.ID,
t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(7199170)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))
bind => [5]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadObjectQuery(name="left" referenceClass=Cell sql="SELECT ID,
STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE (RIGHT_ID =
?)")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(12029085)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE
(RIGHT_ID = ?)
bind => [4]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="peers" referenceClass=Cell sql="SELECT t1.ID,
t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(21506549)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))
bind => [4]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadObjectQuery(name="left" referenceClass=Cell sql="SELECT ID,
STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE (RIGHT_ID =
?)")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(29021774)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE
(RIGHT_ID = ?)
bind => [3]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="peers" referenceClass=Cell sql="SELECT t1.ID,
t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(7197142)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))
bind => [3]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadObjectQuery(name="left" referenceClass=Cell sql="SELECT ID,
STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE (RIGHT_ID =
?)")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(16059085)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE
(RIGHT_ID = ?)
bind => [2]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="peers" referenceClass=Cell sql="SELECT t1.ID,
t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(1000913)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))
bind => [2]
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadObjectQuery(name="left" referenceClass=Cell sql="SELECT ID,
STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE (RIGHT_ID =
?)")
02:33:56,103 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,103 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.103--ServerSession(27187993)--Connection(5883078)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
ID, STATE, TSEQ, RIGHT_ID, ACELLATTRIBUTE_ID FROM EL_CELL WHERE
(RIGHT_ID = ?)
bind => [1]
02:33:56,119 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.103--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--Execute
query ReadAllQuery(name="peers" referenceClass=Cell sql="SELECT t1.ID,
t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))")
02:33:56,119 INFO [STDOUT] [EL Finest]: 2010-02-12
02:33:56.119--ServerSession(27187993)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--reconnecting
to external connection pool
02:33:56,119 INFO [STDOUT] [EL Fine]: 2010-02-12
02:33:56.119--ServerSession(27187993)--Connection(29433056)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--SELECT
t1.ID, t1.STATE, t1.TSEQ, t1.RIGHT_ID, t1.ACELLATTRIBUTE_ID FROM
EL_CELL_EL_CELL t0, EL_CELL t1 WHERE ((t0.references_ID = ?) AND (t1.ID
= t0.peers_ID))
bind => [1]
02:33:56,119 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.119--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
beforeCompletion callback, status=STATUS_ACTIVE
02:33:56,119 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.119--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--begin
unit of work commit
02:33:56,119 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.119--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--TX
afterCompletion callback, status=COMMITTED
02:33:56,119 INFO [STDOUT] [EL Finer]: 2010-02-12
02:33:56.119--UnitOfWork(19080825)--Thread(Thread[http-127.0.0.1-8080-1,5,jboss])--end
unit of work commit
02:33:56,119 INFO [STDOUT] [EL Example]: enterprise: Object:
org.eclipse.persistence.example.jpa.server.business.Cell@32403884( id:
1 state: null left: null right: null parent: HashSet@14384627
references: HashSet@14384627)
carl roberts wrote:
Ok,
I apologize for that. I am forwarding this response to the list.
Thanks,
Joe
On 2/11/2010 1:58 PM, Michael O'Brien wrote:
Carl,
Discussion has been moved to the list.
/michael
carl roberts wrote:
Hi Michael,
I tried doing my own lookup of the DMWS datasource and found it so it
appears only eclipselink has a problem finding it with the same name.
In my code for the lookup I have java:/DMWS and I find it. When I use
the same value in the persistence.xml file it comes back with the error
I stated previously.
Anyway, I did try what you suggested and I still get the same error,
but for the new datasource name (attached are my persistence.xml and
web.xml):
13:53:51,687 ERROR [StandardContext] Context [/DMWS] startup failed due
to previous errors
java.lang.RuntimeException: mapped-name is required for
DefaultDS
of
deployment DMWS.war
at
org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlResourceRefs(WebResourceHandler.java:178)
at
org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(WebResourceHandler.java:327)
at
org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:550)
at
org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:158)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4272)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at
org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at
org.jboss.system.ServiceController.start(ServiceController.java:460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
Thanks,
Joe
On 2/11/2010 1:04 PM, Michael O'Brien wrote:
Carl,
Re: bug# 302449
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302449
Hi, details on configuring the TX datasource are on the wiki (3
steps).
http://wiki.eclipse.org/EclipseLink/Examples/JPA/JBoss_Web_Tutorial#JNDI_JTA.2Fnon-JTA_Server_DataSource_Setup
Note: To minimize configuration errors - try the already configured
HSQL datasource that ships with JBoss
java:/DefaultDS
-----------------------
I should add using the default HSQL DefaultDS as well to this wiki.
I would like to capture any new config details on the eclipselink
tutorial wiki page for JBoss - so it can help a wider audience as well.
Tom is moving this discussion to the list now.
thank you
/michael
As a
carl roberts wrote:
Hi Michael,
How did you create your JNDI datasource in JBOSS 5.1.0 when you tested
the bug I reported? Or, did you use driver and connection properties
in the persistence.xml?
Reason, I am asking is that Tom asked me to copy the eclipselink.jar
and persistence jar to the server\default\lib directory and that got me
past the ClassCastException, although every once in a while it comes
back but now I am getting an error stating this:
(I have tried using DMWS for the jndi name inside the oracle-ds.xml
file and java:/DMWS for the jndi name inside the persistence.xml file
and DMWS for the datasource name inside the web.xml file and get the
error);
java.lang.RuntimeException: mapped-name is required for DMWS of
deployment DMWS.war
at
org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXmlResourceRefs(WebResourceHandler.java:178)
at
org.jboss.web.tomcat.service.injection.WebResourceHandler.loadXml(WebResourceHandler.java:327)
at
org.jboss.web.tomcat.service.TomcatInjectionContainer.processMetadata(TomcatInjectionContainer.java:550)
at
org.jboss.web.tomcat.service.WebCtxLoader.start(WebCtxLoader.java:158)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4272)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
at
org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy38.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at
org.jboss.system.ServiceController.start(ServiceController.java:460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
--
Joe
Roberts |
Senior Applications Engineer, Insurance Global Business Unit
Phone:
+1 770 910 8257 | Mobile: +1 678 439 6635
Oracle Insurance
Global Business Unit
3353 Peachtree Road,
NE | Suite 800 | Atlanta, GA 30326
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users
|