I'm in the process of making a prototype banking application for one of my assignments. I've successfully created the persistence API, EJBs, and all required tables. However, when I create the WebClient for my application and integrate that with the Enterprise application and try to run it, I get the following error:
java.lang.IllegalArgumentException: Servlet [
RegistrationPortImpl
] and Servlet [RegistrationRequesterPortImpl
] have the same url pattern
The WebClient only has the default index.xhtml
file on it and I have not yet integrated to managed beans with it.
I just wanted to check if my application would run after the integration with enterprise application before I make any advances.