hi all.. In http://servicemix.org/site/client-api.html the sample is suggesting to create a 'factory'. where can i find that ClientFactory class?
ClientFactory factory = new InitialContext().lookup(ClientFactory.DEFAULT_JNDI_NAME); ServiceMixClient client = factory.createClient(); ... client.close(); -- View this message in context: http://www.nabble.com/Class-Factory-not-Found-tf2189386.html#a6057299 Sent from the ServiceMix - User forum at Nabble.com.
