I have problem with this error:
[#|2007-09-14T12:11:32.999+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=15;_ThreadName=Thread-23;77972417965850624;AthosMonFacade;_RequestID=3671d9a1-d806-4058-bd71-9c8264ca72a5;|LDR5003: Duplicate unique id [77972417965850624] found in ejb descriptor [AthosMonFacade].|#]
after deploying application in ear file with ejb-jar and war module into GlassFish V2 - b58g.
Inside athosmon2-ejb.jar are entity beans and one stateless bean:
@Stateless(name="AthosMonFacade")
public class AthosMonFacadeBean implements AthosMonFacadeLocal {...}