I'm up and running with WebLogic against SQL Server 2000. I'm finding the Workbook to be extremely accurate. Nicely done! -Alex Harvey Nine Pound Hammer...
Hi, I am getting an HTTP 500 internal server error when I try and use the dbview.jsp sample page. I cannot get any of its subpages to work either if i hardcode...
Can you look in the server log file and send the error stack? One possibility: Did you change the pool name? The ViewDB.jsp page and it's fellow...
Greg Nyberg
greg.nyberg@...
Nov 28, 2001 7:09 pm
10
Yes that is indeed the problem. I created multiple pools for the purpose of using different databases and then changing the pool name in the data source. ...
First, I must admit this is a very good book and it helps a lot! I really love it! However, I have two questions as I reading and trying the examples. 1. pages...
Thanks for your kind comments. 1. The oraclePool which is preconfigured in the examples domain during the install provides a good example if you want to modify...
Greg Nyberg
greg.nyberg@...
Nov 30, 2001 4:40 pm
13
The CUSTOMER table dedfinition on page 78 in the book is correct only for SQL*Server, as it turns out. The correct datatype for the HAS_GOOD_CREDIT field...
Greg Nyberg
greg.nyberg@...
Nov 30, 2001 5:00 pm
14
Thank you very much for your enthusiasm, Greg! 1. Prob 2 is my mistake. I use WLS6.0 which doesn't have ant included. And my ant doesn't have the optional.jar...
Hi all, Thank you for providing such forum, I'm sure it's gonna be helpful for users. I'm trying to deploy the weblogic's sourcecode that is bundled with the...
Did the "ant ejbjar" task complete without errors? Did you perform the "ant dist" task to move the .jar file? Is there a titanejb.jar file in your...
Greg Nyberg
greg.nyberg@...
Dec 3, 2001 4:19 pm
17
I got the exact same error. I also noticed this error message in the log window: Unable to deploy EJB: CabinEJB from titanejb.jar: The DataSource with the...
Thanks for your input. We resolved his problem in private email and I forgot to post it. In his case, the cloudscape.jar was not in his CLASSPATH in the...
Hello all, I have the same problem running the first examples (ex04_01). This is an errors description from the log file: ####<6-Dec-01 6:30:37 EST PM> <Error>...
Glenlake255@...
Dec 7, 2001 2:10 pm
20
Greg and all -- First, let me thank you for an excellent book and workbook. I really like the workbook approach. Too often I spend my time trying to figure out...
The ejb20.jar file is no longer (as of WL 6.1 SP1) required to enable EJB 2.0 functionality in the problem. Things change fast! Your problem really, really...
Greg Nyberg
greg.nyberg@...
Dec 7, 2001 4:41 pm
22
Great thank to you Greg. My problem is getting easier now. I think I will fix it. Best Regards. Viktor. In a message dated 07/12/2001 11:43:12 AM Eastern...
Glenlake255@...
Dec 7, 2001 5:06 pm
23
Interesting behavior I found with this.. Turns out you must have an explicit transaction around the create() method and a quick getId() call to the bean to...
Greg Nyberg
greg.nyberg@...
Dec 7, 2001 8:08 pm
24
Greg, et. al. -- I'm not sure if this solution is working entirely properly. I am getting weird results back from the getId() within the transaction. I ran the...
Make sure you use a TX datasource, not a regular datasource. That's what I used in my testing. In the book I used a regular datasource, but have since come to...
Was curious if your book has been reviewed in any of the Java magazines such as Java Developers Journal? Has it been endorsed by any industry recognized names...
I believe many of the higher end Java IDE's can do what you are looking for. I'm learning how to use TogetherSoft's ControlCenter and it can create the...
Just a minor FYI tip... I noticed that the testReferences() method never prints out the "Names match!" message. I found that this is because the DB (i'm using...
A tool you might want to look at is "ejbgen", available at: www.beust.com/ejbgen It is a pre-processor which creates all of the non-bean files for your EJB ...
I suppose this continues to get off topic but I just spent some time with ControlCenter and had quite a difficult time getting it to create the deployment...
I'll have a look at this tool.. sounds a great one.
and thanks also for gentry.jar that you uploaded.
Tuesday, December 11, 2001, 1:10:24 AM, you wrote:
GN>...
Dear Sir(s): I have both your books(2nd,3rd Edition). I think both are excellent. Our company has a Weblogic 6.0, would you pls tell me whether we can add some...
I'm afraid the EJB 2.0 functionality required to run the examples is only available in the WebLogic 6.1 product. You can download version 6.1 from their site...