Hi All,
I have two JBoss web services which should provide different functionality but should
have similar input/output objects in methods.
For that I have made one jar which contain all common objects(which will be used for
input/output)
For example:
tool.jar (Customer.class, User.class)
A_WS.war (method: createNewCustomer(Customer)
B_WS.war (method: canCreateNewWF(Customer)
but, this is impossible if Customer.class is not defined in A_WS.war & B_WS.war
Any suggestion
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216941#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...