[jboss-jira] [JBoss JIRA] (AS7-6143) HiloKeygenerator not registered in JNDI
Manuel Fehlhammer (JIRA)
jira-events at lists.jboss.org
Tue Dec 11 18:10:23 EST 2012
Manuel Fehlhammer created AS7-6143:
--------------------------------------
Summary: HiloKeygenerator not registered in JNDI
Key: AS7-6143
URL: https://issues.jboss.org/browse/AS7-6143
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Reporter: Manuel Fehlhammer
The HiLoKeygenerator from subsystem cmp is not registered in JNDI.
Therefore it is not really usable.
I managed to get the service successfully started up with the following subsystem confiuration in standalone.xml:
{code:xml}
<subsystem xmlns="urn:jboss:domain:cmp:1.0">
<key-generators>
<hilo name="itemidgenerator">
<block-size>
10
</block-size>
<data-source>
java:jboss/datasources/MySqlDS
</data-source>
<id-column>
highvalue
</id-column>
<sequence-column>
sequencename
</sequence-column>
<sequence-name>
itemid
</sequence-name>
<table-name>
HiLoSequences
</table-name>
</hilo>
</key-generators>
</subsystem>
{code}
But I do not find any JNDI registration related to this HiLoKeygenerator.
>From JBOSS 5.x times I know that the generator was bound as "KeyGeneratorFactory" or something.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list