[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

PeterJ do-not-reply at jboss.com
Tue Feb 12 13:30:24 EST 2008


You can get the source code at http://members.cox.net/ocjohnsons/jbia-src.zip.  Open the index.html file in the root directory for instructions. Of course, this file has only the web services source, the source for the other chapters are not included.

I have tried it with JBoss 5.0 beta3 (hey, beta4 just came out yesterday) and JBoss 4.2.2.GA. Runs as is on beta3, but on 4.2.2, after you build the example, you will have to add the following jar file to the classpath in the target/dist/client.[bat|sh] script:

jboss_home/client/jboss-ejb3x.jar

This jar contains annotations which otherwise would be missing. 

On a side note, each time a new jbossas release comes out, the jboss-specific ejb3 annotations have moved, sometimes to to a new package other times to a new jar file. Half of the fun of breaking in a new jbossas release is figuring out where the annotations are hiding now. ;-)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128894#4128894

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128894



More information about the jboss-user mailing list