[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, 9 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, 9 months
[JBoss JIRA] (AS7-4784) Unify generic AttributeDefinition implementations
by Tomaz Cerar (JIRA)
Tomaz Cerar created AS7-4784:
--------------------------------
Summary: Unify generic AttributeDefinition implementations
Key: AS7-4784
URL: https://issues.jboss.org/browse/AS7-4784
Project: Application Server 7
Issue Type: Enhancement
Affects Versions: 7.1.2.Final (EAP), 7.1.1.Final
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Fix For: 7.2.0.Alpha1
The objective of this task is to cleanup AttributeDefinition implementations as some of them are just implementing the class but not following any conventions they should so they cannot be used in combination with ResourceDefinition.
We also have multiple
- ObjectTypeAttributeDefinition
- PropertiesAttributeDefinition
that are defined in different modules and have bit different implementation.
There are some other generic AttributeDefinition implementations that should be cleaned up and moved to controller module
--
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, 9 months
[JBoss JIRA] (AS7-4654) vault.sh/vauld.bat should provide a sriptable mode
by Tom Fonteyne (JIRA)
Tom Fonteyne created AS7-4654:
---------------------------------
Summary: vault.sh/vauld.bat should provide a sriptable mode
Key: AS7-4654
URL: https://issues.jboss.org/browse/AS7-4654
Project: Application Server 7
Issue Type: Feature Request
Components: Security
Affects Versions: 7.1.1.Final
Reporter: Tom Fonteyne
Assignee: Anil Saldhana
Currently the vault.sh / vault.bat script can only be run in interactive mode.
We tried scripting vault.sh by redirecting stdin, but that fails due to it using the Java Console class.
This RFE is to add a non-interactive mode, e.g. be able to invoke the vault script with all parameters passed on the command line.
We realise this would expose passwords in plain text, but it is the intention to be able to run this on a private machine and copy the result to the actual deployment box.
--
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, 9 months