[JBoss JIRA] (JBJCA-1389) NullPointerException raised when calling isWrapperFor(...) on a closed connection
by Tomas Hofman (Jira)
[ https://issues.jboss.org/browse/JBJCA-1389?page=com.atlassian.jira.plugin... ]
Tomas Hofman reassigned JBJCA-1389:
-----------------------------------
Assignee: Tomas Hofman
> NullPointerException raised when calling isWrapperFor(...) on a closed connection
> ---------------------------------------------------------------------------------
>
> Key: JBJCA-1389
> URL: https://issues.jboss.org/browse/JBJCA-1389
> Project: IronJacamar
> Issue Type: Bug
> Components: JDBC
> Affects Versions: 1.4.9
> Reporter: Stephen Fikes
> Assignee: Tomas Hofman
> Priority: Major
>
> When calling {{Connection.isWrapperFor(...)}} on a connection which has been closed (i.e. returned to the pool, managed connection disassociated) previously, a {{NullPointerException}} is raised. The exception should be "Connection is not associated with a managed connection: ..."
> {code}
> ... java.lang.NullPointerException
> at org.jboss.jca.adapters.jdbc.WrappedConnection.getWrappedObject(WrappedConnection.java:1914)
> at org.jboss.jca.adapters.jdbc.WrappedConnection.getWrappedObject(WrappedConnection.java:64)
> at org.jboss.jca.adapters.jdbc.JBossWrapper.isWrapperFor(JBossWrapper.java:68)
> {code}
> The NPE obscures the usage issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (JBJCA-1389) NullPointerException raised when calling isWrapperFor(...) on a closed connection
by Tomas Hofman (Jira)
[ https://issues.jboss.org/browse/JBJCA-1389?page=com.atlassian.jira.plugin... ]
Tomas Hofman commented on JBJCA-1389:
-------------------------------------
Proposed PR: https://github.com/ironjacamar/ironjacamar/pull/686
> NullPointerException raised when calling isWrapperFor(...) on a closed connection
> ---------------------------------------------------------------------------------
>
> Key: JBJCA-1389
> URL: https://issues.jboss.org/browse/JBJCA-1389
> Project: IronJacamar
> Issue Type: Bug
> Components: JDBC
> Affects Versions: 1.4.9
> Reporter: Stephen Fikes
> Assignee: Tomas Hofman
> Priority: Major
>
> When calling {{Connection.isWrapperFor(...)}} on a connection which has been closed (i.e. returned to the pool, managed connection disassociated) previously, a {{NullPointerException}} is raised. The exception should be "Connection is not associated with a managed connection: ..."
> {code}
> ... java.lang.NullPointerException
> at org.jboss.jca.adapters.jdbc.WrappedConnection.getWrappedObject(WrappedConnection.java:1914)
> at org.jboss.jca.adapters.jdbc.WrappedConnection.getWrappedObject(WrappedConnection.java:64)
> at org.jboss.jca.adapters.jdbc.JBossWrapper.isWrapperFor(JBossWrapper.java:68)
> {code}
> The NPE obscures the usage issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ELY-1835) Add documentation for masked passwords in client XML config
by Ashley Abdel-Sayed (Jira)
Ashley Abdel-Sayed created ELY-1835:
---------------------------------------
Summary: Add documentation for masked passwords in client XML config
Key: ELY-1835
URL: https://issues.jboss.org/browse/ELY-1835
Project: WildFly Elytron
Issue Type: Task
Reporter: Ashley Abdel-Sayed
Assignee: Ashley Abdel-Sayed
Fix For: 1.10.0.CR3
We need a way to support masked passwords in the auth configuration file, either as:
* A dedicated masked-password-type XML type
* Adding necessary fields to hashed-password-type
* Adding a modular crypt format
Needs to be supported anywhere passwords are allowed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (WFLY-12241) Add documentation for masked passwords in client XML config
by Ashley Abdel-Sayed (Jira)
[ https://issues.jboss.org/browse/WFLY-12241?page=com.atlassian.jira.plugin... ]
Ashley Abdel-Sayed moved ELY-1835 to WFLY-12241:
------------------------------------------------
Project: WildFly (was: WildFly Elytron)
Key: WFLY-12241 (was: ELY-1835)
Fix Version/s: (was: 1.10.0.CR3)
> Add documentation for masked passwords in client XML config
> -----------------------------------------------------------
>
> Key: WFLY-12241
> URL: https://issues.jboss.org/browse/WFLY-12241
> Project: WildFly
> Issue Type: Task
> Reporter: Ashley Abdel-Sayed
> Assignee: Ashley Abdel-Sayed
> Priority: Critical
>
> We need a way to support masked passwords in the auth configuration file, either as:
> * A dedicated masked-password-type XML type
> * Adding necessary fields to hashed-password-type
> * Adding a modular crypt format
> Needs to be supported anywhere passwords are allowed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months