[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 to:
<%@ page import="net.sf.hibernate.*" %>

change hibernate-service.xml to:
net.sf.hibernate.cache.HashtableCacheProvider

Happy Hibernating!

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 file "TxBean" which 
resulted in files generated in the build: LocalTx.java, LocalTxHome.java, 
TxBean.java,. As you can see, none of these names correspond exactly to what 
your error messages are reporting.  I would look at your own src directory to 
see if the files were created correctly. If the files named in your error 
message actually do exist, then the "package" target failed  in some way, which 
has the deploy 'not ready'.  You have a couple options: wait for the fix, 
redownload and start from scratch. Download 4.0.1 and (still) start from 
scratch. You could try to fix the build and/or classnames manually, but this is 
no guarantee that problems won't bite you downstream.

I can attest that 4.0.1 works, but I skipped the section of 'getting started 
guide' pertaining to encryption/security. This duke's bank is an example app 
and I'll worry about security when I deploy the real thing.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 DB table alone. 

Do a select on the user table and if the password reads j2ee, you know the 
security must NOT be using encryption.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 this WS. So I 
started with a free utility WS Studio, and giving it an endpoint, it retrieves 
the WS details including the methods available from the service. All is well, 
except I do not see the methods, and therefore, cannot invoke. WS Studio gets 
me "almost there" and I should be able to see the entire request/response 
generated by this client.  Has anyone else attempted this with WS Studio?

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c

Also, if anyone has info on a how-to regarding VB and WebServices, that would 
also be greatly helpful and appreciated.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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="build.classpath" fork="yes"

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the complaint that the class is not found.

>From there the only complaint is that log4j appenders were not found. But this 
>should have no adverse affect on the rest of the build. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user