anonymous wrote :
| If you take a look inside the sar file (e.g. jar tvf jbossxts.sar) you will see that
is built using a variety of jar and war files. The only one you need to develop an XTS
application is the api jar which you will find in xts-install/lib/jbossxts-api.jar. This
jar exposes all the publicly visible types your application (and eclipse) needs to know
about (see the user guide for a full explanation of how to use the API types). Add this as
an external API jar in your eclipse project so that eclipse can resolve references to the
XTS API classes. Also ensure that it is in the classpath when you compile your
application. That should be all you need.
I can use jbossxts-api in my Eclipse projects without error, but when I go to build the
web service with wsgen -cp . -d . -verbose -r ../../WebContent/WEB-INF/wsdl -wsdl
ejemplo.EjemploServicio
I have a problem because it cannot found any com/arjuna/wst classes
Can somebody help me? Thanks !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260736#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...