"kukeltje" wrote : Hmm... does this mean the JBoss idm creates the groupId? I
hope there is some nice logic behind it and not some 'hash' thingy (I've not
looked at the JBoss idm code so forgive me if my remark is bs ;-))
For the Jboss idm, it uses following pattern for the groupId:
| public String getId()
| {
| return PREFIX + SEPARATOR + groupType + SEPARATOR + groupName;
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236994#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...