0 Replies Latest reply on Feb 7, 2008 4:08 PM by cbax007

    Reserved Service Names?

      Is there something in JBoss 4.2.2GA where certain service names are reserved? I have a session bean that I am setting up as a webservice (through annotations) called AgentInfoBean (that implements the AgentInfo interface). When I try and deploy it, it fails saying something about not being able to fine some service or something. Then, if I just change the class names to AgentsInfo (plural) and the names in the annotations, it works. The same thing happens for my CustomerInfo and UserInfo services.