Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Where to place application exceptions when using Java clients?

0
Posted

Where to place application exceptions when using Java clients?

0

If a J2EE application that is being accessed through a Java client throws a runtime exception, the client needs to have that exception in its Classpath. These application exceptions need to be packaged as separate JAR files (util.jar) within the EJB module, and the same JAR file must also be placed on the VM client so as to be able to catch them at runtime. Refer the exceptions to the section on ‘Common ClassLoader problems’.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123