[jboss-jira] [JBoss JIRA] (AS7-6143) HiloKeygenerator not registered in JNDI

Stuart Douglas (JIRA) jira-events at lists.jboss.org
Wed Dec 12 01:15:18 EST 2012


     [ https://issues.jboss.org/browse/AS7-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas resolved AS7-6143.
---------------------------------

    Resolution: Rejected


Add the following into the <entity> section of your jbosscmp-jdbc.xml:

<entity-command name="key-generator">
 <attribute name="key-generator-factory">itemidgenerator</attribute>
</entity-command>

This is not a public API, there are no plans to bind it to JNDI at this point.
                
> 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
>              Labels: cmp
>
> 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