[JBoss JIRA] (AS7-5666) CLONE - CLONE - Transaction isolation level attribute doesn't accept integer values
by Stefano Maestri (JIRA)
[ https://issues.jboss.org/browse/AS7-5666?page=com.atlassian.jira.plugin.s... ]
Stefano Maestri moved JBPAPP-10080 to AS7-5666:
-----------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-5666 (was: JBPAPP-10080)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.3.Final (EAP)
(was: EAP 6.0.0 ER 6_Beta2)
Component/s: JCA
(was: JCA)
Security: (was: Public)
Fix Version/s: 7.2.0.Alpha1
7.1.4.Final (EAP)
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
> CLONE - CLONE - Transaction isolation level attribute doesn't accept integer values
> -----------------------------------------------------------------------------------
>
> Key: AS7-5666
> URL: https://issues.jboss.org/browse/AS7-5666
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Affects Versions: 7.1.3.Final (EAP)
> Environment: JBoss-EAP-6-Beta/IronJacamar 1.0.11
> Reporter: Tyronne Wickramarathne
> Assignee: Stefano Maestri
> Labels: JCA
> Fix For: 7.2.0.Alpha1, 7.1.4.Final (EAP)
>
>
> It is not possible to specify an integer value for the Transaction Isolation Level attribute.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (AS7-5438) standalone.xml: check if driver name datasource references existing driver in drivers is missing
by Radim Pavlicek (JIRA)
Radim Pavlicek created AS7-5438:
-----------------------------------
Summary: standalone.xml: check if driver name datasource references existing driver in drivers is missing
Key: AS7-5438
URL: https://issues.jboss.org/browse/AS7-5438
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1.Final
Environment: GNU/Linux
Reporter: Radim Pavlicek
Assignee: Jason Greene
standalone.xml:
<drivers>
<driver name="h2" module="com.h2database.h2">
<xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
</driver>
<driver name="oracle" module="com.oracle.ojdbc6">
<xa-datasource-class>oracle.jdbc.OracleDriver</xa-datasource-class>
</driver>
</drivers>
and in datasource tag:
<datasource jta="true" jndi-name="java:jboss/datasources/Glob01DS" pool-name="Glob01DS" enabled="true" use-java-context="true" use-ccm="true">
<connection-url>jdbc:oracle:thin:....cut</connection-url>
<driver>oracle12</driver>
wont produce any exception even if I am referencing driver which doesn't exist!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (AS7-4962) NPE in HornetQ RA after MDB repeatedly throws exception
by Alexandre Gattiker (JIRA)
Alexandre Gattiker created AS7-4962:
---------------------------------------
Summary: NPE in HornetQ RA after MDB repeatedly throws exception
Key: AS7-4962
URL: https://issues.jboss.org/browse/AS7-4962
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.1.1.Final
Reporter: Alexandre Gattiker
Assignee: Andy Taylor
If an MDB throws a RuntimeException, after several redeliveries, following exception is thrown:
Failed to call onMessage(): java.lang.NullPointerException
at org.hornetq.ra.inflow.HornetQMessageHandler.onMessage(HornetQMessageHandler.java:336)
at org.hornetq.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:983) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:48) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1113) [hornetq-core-2.2.13.Final.jar:]
at org.hornetq.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:100) [hornetq-core-2.2.13.Final.jar:]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_31]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_31]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_31]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (AS7-5658) Deadlock when using configadmin from within a mgmnt op
by Thomas Diesler (JIRA)
Thomas Diesler created AS7-5658:
-----------------------------------
Summary: Deadlock when using configadmin from within a mgmnt op
Key: AS7-5658
URL: https://issues.jboss.org/browse/AS7-5658
Project: Application Server 7
Issue Type: Bug
Components: ConfigAdmin
Reporter: Thomas Diesler
Assignee: David Bosschaert
Priority: Critical
Fix For: 7.2.0.Alpha1
Nested mgmnt ops deadlock. This could easily happen when ConfigAdmin is used from within a BundleActivator during deploy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] (AS7-5665) Use system property substitutions for other path manager service properties
by Galder Zamarreño (JIRA)
Galder Zamarreño created AS7-5665:
-------------------------------------
Summary: Use system property substitutions for other path manager service properties
Key: AS7-5665
URL: https://issues.jboss.org/browse/AS7-5665
Project: Application Server 7
Issue Type: Enhancement
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Minor
Hmmmm, rather unfortunate that AS7-4917 was only applied to `path` and not the other properties, i.e. `relative-to`. Use case:
{code}<modules-repo path=".openshift/config/modules" relative-to="${env.OPENSHIFT_REPO_DIR}"/>{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months