I am trying to recreate HornetQ examples with my own test projects. However, I am having problems with the class loader. Obviously, I am missing some dependencies that are not listed in the docs.
Documents made me add
hornetq-core-client.jarnetty.jarhornetq-jms-client.jarjboss-jms-api.jar
I get this error:
javax.naming.NoInitialContextException: Cannot instantiate class:
org.jnp.interfaces.NamingContextFactory
[Root exception is java.lang.ClassNotFoundException:
org.jnp.interfaces.NamingContextFactory]
Where can I find this class (and any others that may be needed)?
source
share