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

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Mon Jan 21 07:50:23 EST 2013


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

Tomaz Cerar updated AS7-6143:
-----------------------------

    Fix Version/s: 7.2.0.Alpha1
                       (was: Open To Community)

    
> 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
>            Assignee: Tomaz Cerar
>              Labels: cmp
>             Fix For: 7.2.0.Alpha1
>
>
> 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