[
https://issues.jboss.org/browse/AS7-6143?page=com.atlassian.jira.plugin.s...
]
Manuel Fehlhammer updated AS7-6143:
-----------------------------------
Git Pull Request:
https://github.com/jbossas/jboss-as/pull/3706
HiloKeygenerator not registered in JNDI
---------------------------------------
Key: AS7-6143
URL:
https://issues.jboss.org/browse/AS7-6143
Project: Application Server 7
Issue Type: Feature Request
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: Manuel Fehlhammer
Labels: cmp
Fix For: Open To Community
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