[JBoss-user] [JBoss Getting Started Documentation] - Getting Started Guide - 4.0.1 Hibernate - chapter 9

2005-09-23 Thread duane5000
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke bank on Jboss-4.0.2

2005-09-22 Thread duane5000
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank with HSQL

2005-09-22 Thread duane5000
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

[JBoss-user] [JBoss Getting Started Documentation] - Web Service with VB6

2005-09-22 Thread duane5000
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-09-21 Thread duane5000
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="

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-09-21 Thread duane5000
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