It's possible that I have my wires crossed here; possibly I have the
documentation and source versions out-of-sync. But, 'here goes' !
I had to modify an xml and a jsp to get the players.jsp to load properly(
chapter 9. My changes are as follows. Hope it helps someone else.
change players.jsp
I recall seeing a post yesterday that a fix was forthcoming for 4.0.2 and that
many changes have taken place since 4.0.1. From limited experience with 4.0.1,
I can see that the java source file names have apparently changed. e.g. - in
the src directory, my com\sun\ebank\ejb\tx directory has fil
Part of the example app tutorial is how to set up encryption in the security
API. If you have properly configured the encryption, then you MUST also have
updated the db to reflect the encrypted password. On the flip side, you can
skip the configuration of encryption(or undo it), and leave the
I also posted this on gotdot.net, where the utility (below) can be downloaded.
I am up and running with JBoss 4.0.1 and have the example apps working thru the
browser and also the (Ant target) run-ws client interface is operable. I need
to know what type of request would be built by VB to invoke
Sorry about that. The greaterThan lessThan tags were rendered as html. My bad.
Here's the missing info:
java classname="org.jboss.axis.wsdl.Java2WSDL"
classpathref="build.classpath" fork="yes"
should be...
java classname="org.apache.axis.wsdl.Java2WSDL"
classpathref="
In the jar for axis (axis-w4ee.jar),
the java2WSDL class has org/apache/.. as its path, the build complains that
/org/jboss/.../java2WSDL does not exist.
java.lang.NoClassDefFoundError: org/jboss/axis/wsdl/Java2WSDL
Changing the path in the jboss-build.xml (wsdl target)
from
to
gets us past