[jboss-jira] [JBoss JIRA] Commented: (JBAS-9224) Automatic JNDI implementation
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Tue Apr 5 23:54:33 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593904#comment-12593904 ]
Scott Marlow commented on JBAS-9224:
------------------------------------
test SessionFactoryTestCase fails during testsuite/integration. The deployment error is shown here: http://pastebin.com/0LrgKPcw
The Hibernate "hibernate.session_factory_name" property is mentioned here: http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch13.html#ch13.config.table
> Automatic JNDI implementation
> -----------------------------
>
> Key: JBAS-9224
> URL: https://issues.jboss.org/browse/JBAS-9224
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: EE, Naming
> Reporter: David Lloyd
> Assignee: John Bailey
> Priority: Critical
> Fix For: 7.0.0.Beta3
>
>
> The JNDI subsystem should become fully service-oriented, meaning:
> 1) Contexts are always read-only
> 2) The NamingStore is populated solely by services
> 3) When the last binding in a context is removed, the context is automatically removed
> For pesky legacy subsystems which still expect to be able to bind into Context, we could possibly make up a "fake" Context from which the bound ObjectFactory (or whatever) is extracted to create the "real" service.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list