Alessio Soldano [
http://community.jboss.org/people/asoldano] created the discussion
"Re: Where can I get the jboss ws implementaion and version"
To view the discussion, visit:
http://community.jboss.org/message/606893#606893
--------------------------------------------------------------
Well, not really. At runtime on JBoss AS there's a MBean that gives these info or you
can use a ServiceLoader to get the configured
org.jboss.wsf.spi.management.StackConfigFactory which in turn can be used to the the
StackConfig that has getImplementationTitle() / getImplementationVersion() methods. Things
change a bit dependending on the version you're using.
Alternatively, look for the jbossws-*-client.jar. The manifest in there tells you what
stack is in use and the version. Of course, there's jbossws-cxf-client.jar and
jbossws-native-client.jar.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/606893#606893]
Start a new discussion in JBoss Web Services Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]