[JBoss JIRA] Created: (JBPM-2145) oracle-ds doesn't work on JDK 6
by Heiko Braun (JIRA)
oracle-ds doesn't work on JDK 6
-------------------------------
Key: JBPM-2145
URL: https://jira.jboss.org/jira/browse/JBPM-2145
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Integration
Reporter: Heiko Braun
Assignee: Heiko Braun
Priority: Blocker
Fix For: jBPM 4.0.0.Beta1
2009-04-06 15:45:28,854 ERROR [org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory] End transaction failed for X
AResource
javax.transaction.xa.XAException
at oracle.jdbc.xa.OracleXAResource.allowGlobalTxnModeOnly(OracleXAResource.java:912)
at oracle.jdbc.xa.OracleXAResource.suspendStacked(OracleXAResource.java:297)
at oracle.jdbc.xa.client.OracleXAResource.end(OracleXAResource.java:371)
at org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.end(XAManagedConnection.java:158)
at org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper.end(JcaXAResourceWrapper.java:58)
at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:
633)
at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2619)
at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1779)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:88)
at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:177)
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java
:1389)
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:135)
at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:87)
at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140)
at org.jbpm.integration.spi.DeploymentAdaptor.deploy(DeploymentAdaptor.java:69)
at org.jbpm.integration.jboss4.JBPMDeployer.start(JBPMDeployer.java:123)
2009-04-06 15:45:28,855 WARN [org.jboss.resource.connectionmanager.TxConnectionManager] Connection error occured: org.jbo
ss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@8f334b[state=NORMAL mc=org.jboss.resource.adap
ter.jdbc.xa.XAManagedConnection@af1cf6 handles=0 lastUse=1239025528854 permit=false trackByTx=false mcp=org.jboss.resource
.connectionmanager.JBossManagedConnectionPool$OnePool@1851576 context=org.jboss.resource.connectionmanager.InternalManaged
ConnectionPool@442c19 xaResource=org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper@170bdbc txSync=null]
javax.transaction.xa.XAException
at oracle.jdbc.xa.OracleXAResource.allowGlobalTxnModeOnly(OracleXAResource.java:912)
2009-04-06 15:45:28,856 WARN [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.op
cerror] [com.arjuna.ats.internal.jta.resources.arjunacore.opcerror] XAResourceRecord.commit_one_phase caught: java.lang.Il
legalMonitorStateException
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBPM-2144) Oracle JDBC properties are not replaced in distro
by Heiko Braun (JIRA)
Oracle JDBC properties are not replaced in distro
-------------------------------------------------
Key: JBPM-2144
URL: https://jira.jboss.org/jira/browse/JBPM-2144
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Heiko Braun
Assignee: Tom Baeyens
When installing to JBoss and chosing oracle as a database, you can see that the JDBC properties in the datasource config are not replaced:
less server/default/deploy/jbpm/jbpm-oracle-ds.xml
<datasources>
<xa-datasource>
<jndi-name>JbpmDS</jndi-name>
<!-- uncomment to enable interleaving <interleaving/> -->
<isSameRM-override-value>false</isSameRM-override-value>
<xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
<xa-datasource-property name="URL">jdbc:oracle:thin:${jdbc.oracle.username}/${jdbc.oracle.password}@${jdbc.oracle.serv
er}:${jdbc.oracle.port}:${jdbc.oracle.database}</xa-datasource-property>
<xa-datasource-property name="User">jbpmtest</xa-datasource-property>
<xa-datasource-property name="Password">jbpmtest</xa-datasource-property>
<!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool -->
<!--valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-con
nection-checker-class-name-->
<!-- Checks the Oracle error codes and messages for fatal errors -->
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBPM-2107) Link to wiki is wrong on project/product site
by Ronald van Kuijk (JIRA)
Link to wiki is wrong on project/product site
---------------------------------------------
Key: JBPM-2107
URL: https://jira.jboss.org/jira/browse/JBPM-2107
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: GWT Console 1.0.0 Beta2, GWT Console 1.0.0 Beta1, jBPM 4.0.0 Alpha2, jBPM 4.0.0 Alpha1, jBPM 3.3.1 GA, jBPM 3.3.0 GA, jBPM 3.2.6.SP1, jBPM 3.2.6 GA , jBPM-3.2.5.SP3, jBPM-3.2.5.SP2, jBPM-3.2.5.SP1, jBPM 3.2.5 GA , jBPM 3.2.4 GA, jBPM 3.2.3, jBPM 3.2.2, jBPM 3.2.1, jBPM 3.2.0, BPM Spec 1.0.0 Alpha1, SOA 4.2 CP03, SOA 4.2 CP02, jBPM 3.2.7 GA, jBPM 3.2.x, jBPM 4.0.0.Beta1, jBPM 4.0.0.Beta2, jBPM 4.0.0.CR1, jBPM 4.0.0.GA, jBPM 4.0.x, GWT Console 1.0.0 Beta3, GWT Console 1.0.x, Continuing
Environment: N/A
Reporter: Ronald van Kuijk
Priority: Blocker
Fix For: jBPM 3.2.7 GA
The link to the wiki on http://www.jboss.org/jbossjbpm/jpdl/ is wrong. It points to http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmJpdl which is not found in the redirects. It should be http://www.jboss.org/community/docs/DOC-11184
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBPM-2113) Re-introduce database config and DDL scripts in distro
by Heiko Braun (JIRA)
Re-introduce database config and DDL scripts in distro
------------------------------------------------------
Key: JBPM-2113
URL: https://jira.jboss.org/jira/browse/JBPM-2113
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Installer
Reporter: Heiko Braun
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0.Beta1
This has been taken out of install-definitions.xml:
<!-- Database configs to docs/examples/jbpm -->
<fileset dir="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config" targetdir="${jbossInstallPath}/docs/examples/jbpm" override="true">
<include name="hibernate.cfg.hsqldb.xml"/>
<include name="hibernate.cfg.mysql.xml"/>
<include name="hibernate.cfg.postgresql.xml"/>
<include name="hibernate.cfg.oracle.xml"/>
<include name="hibernate.cfg.sybase.xml"/>
<include name="jbpm-hsqldb-ds.xml"/>
<include name="jbpm-mysql-ds.xml"/>
<include name="jbpm-postgresql-ds.xml"/>
<include name="jbpm-oracle-ds.xml"/>
<include name="jbpm-sybase-ds.xml"/>
</fileset>
<!-- Database Scripts / DDL -->
<fileset dir="@{deploy.artifacts.dir}/resources/jbpm-db"
targetdir="${jbossInstallPath}/docs/examples/jbpm/database-scripts"
override="true"
includes="create/,drop/"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months