A patch for the jboss-common-jdbc-wrapper.jar to include some missing classes that show up when running with a security manager is available from here:
http://prdownloads.sourceforge.net/jboss/jboss-common-jdbc-wrapper-bug988031.jar?download The symptom is the following NoClassDefFoundError seen on startup: | 09:39:05,515 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS' | 09:39:05,609 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null | java.lang.NoClassDefFoundError: org/jboss/resource/adapter/jdbc/PrivilegedProxy | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.<init>(BaseWrapperManagedConnection.java:77) | at org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.<init>(LocalManagedConnection.java:44) | The jar version manifest indicates that it is a patch in the implementation version line: | [EMAIL PROTECTED] output]$ extcheck -verbose jboss-common-jdbc-wrapper-bug988031.jar | Target file:jboss-common-jdbc-wrapper-bug988031.jar | Specification title:JBoss | Specification version:3.2.5 | Specification vendor:JBoss (http://www.jboss.org/) | Implementation version:3.2.5Bug#988031 (build: CVSTag=JBoss_3_2_5 date=200407091229) | Implementation vendor:JBoss.org | | Comparing with file:/usr/java/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar | Comparing with file:/usr/java/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar | Comparing with file:/usr/java/j2sdk1.4.2_04/jre/lib/ext/localedata.jar | Comparing with file:/usr/java/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar | No conflicting installed jar found. | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841547#3841547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841547 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
