Back to bug 1007181
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Jay SenSharma | 2013-09-12 05:01:54 UTC | Priority | unspecified | medium |
| Jay SenSharma | 2013-09-13 09:34:41 UTC | Component | JCA | Class Loading |
| Assignee | jpederse | david.lloyd | ||
| Summary | org.jboss.as.connector module needs sun.jdk module dependency | testConnection should account for deployment classloader | ||
| QA Contact | vrastsel | |||
| mark yarborough | 2013-09-23 11:59:58 UTC | Target Release | --- | EAP 6.2.0 |
| CC | jawilson, myarboro | |||
| Flags | needinfo?(jawilson) | |||
| Shaun Appleton | 2013-11-11 10:48:13 UTC | CC | sappleto | |
| Jimmy Wilson | 2013-11-11 21:13:45 UTC | Flags | needinfo?(jawilson) | |
| Jimmy Wilson | 2013-11-11 21:16:03 UTC | Blocks | 1027004 | |
| Dana Mison | 2013-11-29 07:24:12 UTC | CC | david.lloyd, dmison | |
| Flags | needinfo?(david.lloyd) | |||
| David M. Lloyd | 2013-11-30 00:52:39 UTC | Flags | needinfo?(david.lloyd) | needinfo? |
| mark yarborough | 2013-11-30 19:19:12 UTC | Target Release | EAP 6.2.0 | EAP 6.2.CP0a |
| mark yarborough | 2013-12-16 13:08:44 UTC | CC | jolee | |
| Flags | needinfo? | |||
| Target Release | EAP 6.2.CP0a | EAP 6.2.1 | ||
| Brad Maxwell | 2014-01-08 21:35:33 UTC | CC | bmaxwell | |
| Flags | needinfo+ | |||
| Brad Maxwell | 2014-01-08 21:36:06 UTC | CC | jsenshar | |
| Flags | needinfo?(jsenshar) | |||
| Brad Maxwell | 2014-01-08 21:37:00 UTC | Flags | needinfo+ | |
| Dana Mison | 2014-01-08 23:05:42 UTC | CC | dmison | |
| Jay SenSharma | 2014-01-10 05:04:57 UTC | Flags | needinfo?(jsenshar) | |
| mark yarborough | 2014-01-13 12:35:21 UTC | Target Release | EAP 6.2.1 | EAP 6.2.2 |
| Blocks | 1027004 | 1049365 | ||
| Summary | testConnection should account for deployment classloader | [GSS] (6.2.x) testConnection should account for deployment classloader | ||
| raj | 2014-01-31 04:59:11 UTC | CC | rajanikanth | |
| Jay SenSharma | 2014-02-04 06:23:39 UTC | Status | NEW | POST |
| Brad Maxwell | 2014-02-07 04:10:10 UTC | Depends On | 1060997 | |
| Carlo de Wolf | 2014-02-18 12:34:01 UTC | Status | POST | MODIFIED |
| CC | cdewolf | |||
| Assignee | david.lloyd | jsenshar | ||
| Target Milestone | --- | CR1 | ||
| mark yarborough | 2014-02-20 15:11:36 UTC | Blocks | 1067525 | |
| mark yarborough | 2014-02-20 15:42:18 UTC | Blocks | 1067525 | |
| Jay SenSharma | 2014-02-24 06:17:24 UTC | Doc Text | Cause: -------- While using the LDAP protocol in the datasource "connection-url" tag, JBoss was failing to instantiate InitialContextFactory because the "org.jboss.as.connector" module was not able to access some of the JDK provided class like "com.sun.jndi.ldap.LdapCtxFactory". Consequence: ------------ DataSource connection test failure when Datasource "connection-url" was using "ldap://" protocol. Fix: ----------- Adding a dependency of "sun.jdk" to the "org.jboss.as.connector" module makes the required JDK classes accessible from the connector module. Result: ------------ DataSource testing using CLI using "test-connection-in-pool" operation succeeds. |
|
| Scott Mumford | 2014-02-26 23:19:01 UTC | CC | smumford | |
| Doc Text | Cause: -------- While using the LDAP protocol in the datasource "connection-url" tag, JBoss was failing to instantiate InitialContextFactory because the "org.jboss.as.connector" module was not able to access some of the JDK provided class like "com.sun.jndi.ldap.LdapCtxFactory". Consequence: ------------ DataSource connection test failure when Datasource "connection-url" was using "ldap://" protocol. Fix: ----------- Adding a dependency of "sun.jdk" to the "org.jboss.as.connector" module makes the required JDK classes accessible from the connector module. Result: ------------ DataSource testing using CLI using "test-connection-in-pool" operation succeeds. | A bug was uncovered that could cause earlier versions of JBoss EAP to thow an exception when testing a DataSource. The execption presented while using the LDAP protocol in the datasource "connection-url" tag. The product was failing to instantiate +InitialContextFactory+ because the "org.jboss.as.connector" module was not able to access some of the JDK provided classes (such as +com.sun.jndi.ldap.LdapCtxFactory+). This resulted in a DataSource connection test failure when the Datasource "connection-url" was using "ldap://" protocol. This issue was resolved by adding a dependency on +sun.jdk+ to the +org.jboss.as.connector+ module. This makes the required JDK classes accessible from the connector module and the DataSource testing using CLI using "test-connection-in-pool" operation succeeds. |
||
| Vaclav Tunka | 2014-02-28 17:24:02 UTC | Status | MODIFIED | ON_QA |
| Target Milestone | CR1 | CR2 | ||
| Russell Dickenson | 2014-03-04 03:26:28 UTC | Doc Text | A bug was uncovered that could cause earlier versions of JBoss EAP to thow an exception when testing a DataSource. The execption presented while using the LDAP protocol in the datasource "connection-url" tag. The product was failing to instantiate +InitialContextFactory+ because the "org.jboss.as.connector" module was not able to access some of the JDK provided classes (such as +com.sun.jndi.ldap.LdapCtxFactory+). This resulted in a DataSource connection test failure when the Datasource "connection-url" was using "ldap://" protocol. This issue was resolved by adding a dependency on +sun.jdk+ to the +org.jboss.as.connector+ module. This makes the required JDK classes accessible from the connector module and the DataSource testing using CLI using "test-connection-in-pool" operation succeeds. | A bug was uncovered that could cause earlier versions of JBoss EAP to throw an exception when testing a datasource. The exception presented while using the LDAP protocol in the datasource "connection-url" tag. The product was failing to instantiate +InitialContextFactory+ because the "org.jboss.as.connector" module was not able to access some of the JDK provided classes (such as +com.sun.jndi.ldap.LdapCtxFactory+). This resulted in a datasource connection test failure when the Datasource "connection-url" was using "ldap://" protocol. This issue was resolved by adding a dependency on +sun.jdk+ to the +org.jboss.as.connector+ module. This makes the required JDK classes accessible from the connector module and the datasource testing using CLI using "test-connection-in-pool" operation succeeds. |
| Jan Martiska | 2014-03-05 15:13:28 UTC | Status | ON_QA | VERIFIED |
| CC | jmartisk | |||
| Shaun Appleton | 2014-04-01 13:35:10 UTC | Flags | needinfo? | |
| Jay SenSharma | 2014-04-02 07:30:30 UTC | Flags | needinfo? | |
| Shaun Appleton | 2014-04-02 10:56:52 UTC | Flags | needinfo?(jmartisk) | |
| Jan Martiska | 2014-04-02 11:13:49 UTC | Flags | needinfo?(jmartisk) | |
| mark yarborough | 2014-06-02 12:49:37 UTC | CC | dereed | |
| Status | VERIFIED | CLOSED | ||
| Resolution | --- | CURRENTRELEASE | ||
| Last Closed | 2014-06-02 08:49:37 UTC | |||
| John Skeoch | 2015-07-20 00:59:33 UTC | CC | sjadhav |
Back to bug 1007181