1. Is |
2. about deployment descriptor coderanch.com |
3. TLD and Deployment Descriptor not Working coderanch.comThis is a simple hello world custom tag. Im storing my TLD and DD in the WEB-INF directory, and by the way Im using Tomcat 4. When I start the server it doesnt properly startup , it gives me a bunch of errors. This my source for TLD: 2 ... |
6. unable to override remote interface in deployment descriptor coderanch.com |
7. OpenEJB, DI Overriding annotation with deployment descriptor coderanch.comI have learned that xml deployment descriptors override annotations. So I am trying to use that feature to inject a mock implemantion into an EJB for testing: I am using OpenEJB 3.1.2. @Stateless public class TravelAgentBean implements TravelAgentLocal, TravelAgentRemote { @EJB(beanName="CreditCardServiceBean") CreditCardService creditCardService; @Override public boolean bookHotel(String name, Date begin, Date end, float price, CreditCard creditCard) { boolean succesful = false; ... |
9. deployment Descriptor Servlet mapping coderanch.com |
10. Deployment descriptor : What is it ? coderanch.com |
11. Deployment descriptor help coderanch.com |