[
https://jira.jboss.org/jira/browse/JBAS-6392?page=com.atlassian.jira.plug...
]
Shelly McGowan updated JBAS-6392:
---------------------------------
The problem is that the new class, DummyConfiguration, needs to be added to
jboss-client.jar:
===================================================================
--- server/build.xml (revision 83031)
+++ server/build.xml (working copy)
@@ -465,6 +465,7 @@
<include name="org/jboss/naming/LinkRefPair.class"/>
<include
name="org/jboss/naming/LinkRefPairObjectFactory.class"/>
<include name="org/jboss/naming/*NamingContextFactory*.class"/>
+ <include name="org/jboss/naming/DummyConfiguration.class"/>
<include name="org/jboss/naming/client/**"/>
<include name="org/jboss/naming/interceptors/*"/>
<include name="org/jboss/proxy/**"/>
Make HttpNamingContextFactory support jndi SECURITY_PRINCIPAL style
logins like /security/src/main/org/jboss/security/jndi/LoginInitialContextFactor
----------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-6392
URL:
https://jira.jboss.org/jira/browse/JBAS-6392
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Naming, Security, System service
Affects Versions: JBossAS-4.2.3.GA, JBossAS-5.0.0.GA
Reporter: Andrew Oliver
Assignee: Andrew Oliver
Priority: Minor
Fix For: JBossAS-5.0.1.GA, JBossAS-4.2.4.GA, JBossAS-6.0.0.Alpha1
Attachments: patch, patch.jar, patch50, patch5x
Original Estimate: 2 hours
Time Spent: 2 hours
Remaining Estimate: 0 minutes
Note that I'm posting this against "SystemService" because for some reason
HttpNamingContextFactory is in "server".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira