[jboss-user] [EJB/JBoss] - Re: Calling native C++ legacy program from Message Driven Be

2007-06-25 Thread waikhom
You mean JBoss will support calling JNI native C++ program? What is your opinion in this kind of scenarion? I am looking for an architectural solution. Thanks, Waikhom View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057277#4057277 Reply to the post : http

[jboss-user] [EJB/JBoss] - Calling native C++ legacy program from Message Driven Bean

2007-06-24 Thread waikhom
this is not in a container, there are many issues like fault tolerance and clustering of this C++ code in production env. If I can direct call this C++ code using JNI.. I can deploy it on production with all the advantages of having JBoss server. Please help me out on this issue. Thanks, Waikhom View