1 Reply Latest reply on Feb 5, 2004 1:26 PM by aloubyansky

    UUIDKeyGeneratorFactory

    darranl

      I have just been looking fairly closely at the items bound to JNDI for the default JBoss configuration.

      Within the global Namespace I have noticed that there is 'UUIDKeyGeneratorFactory' bound, the class for this is 'org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory'.

      The class is located inside the 'uuid-key-generator.sar' which is located in the deploy folder.

      The fact that this is bound to the global JNDI namespace sugests to me that this should be available to external clients although the required classes are not packaged within any of the jars in the client folder.

      Would it be appropriate for a new jar to be added to the client folder that contains the required classes? Alternatively if this service shouldn't be accessible from the outside should it be bound under the java: namepace instead?

      JBoss 3.2.3, Windows 2000, JDK 1.4.2_02