Search the web
Sign In
New User? Sign Up
weblogic-workbook · WebLogic Workbook for EJB 3rd Edition
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7 - 36 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7
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...
p_alexander_harvey@...
p_alexander_...
Offline Send Email
Nov 21, 2001
10:51 pm
8
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...
p_alexander_harvey@...
p_alexander_...
Offline Send Email
Nov 28, 2001
6:43 pm
9
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@...
Send Email
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. ...
p_alexander_harvey@...
p_alexander_...
Offline Send Email
Nov 28, 2001
7:48 pm
11
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...
qing51801@...
qing51801
Offline Send Email
Nov 29, 2001
11:45 pm
12
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@...
Send Email
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@...
Send Email
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...
qing51801@...
qing51801
Offline Send Email
Nov 30, 2001
7:20 pm
15
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...
d10n2002@...
d10n2002
Offline Send Email
Dec 3, 2001
4:03 pm
16
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@...
Send Email
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...
bartleycpb
Offline Send Email
Dec 6, 2001
10:52 pm
18
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...
Greg Nyberg
nyberg
Offline Send Email
Dec 7, 2001
6:10 am
19
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@...
Send Email
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...
Matt Koidin
mkoidin
Offline Send Email
Dec 7, 2001
3:08 pm
21
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Matt Koidin
mkoidin
Offline Send Email
Dec 7, 2001
10:07 pm
25
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...
Greg Nyberg
nyberg
Offline Send Email
Dec 7, 2001
10:24 pm
26
Hello, It's not really related to the workbook, but I was wondering for a long time how do I create ejb-jar.xml, weblogic-cmp-rdbms-jar.xml &...
d10n2002@...
d10n2002
Offline Send Email
Dec 8, 2001
1:20 pm
27
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...
boymcgruff
Offline Send Email
Dec 9, 2001
7:13 pm
28
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...
p_alexander_harvey
p_alexander_...
Offline Send Email
Dec 10, 2001
4:46 pm
29
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...
bartleycpb
Offline Send Email
Dec 10, 2001
5:35 pm
30
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 ...
Greg Nyberg
nyberg
Offline Send Email
Dec 10, 2001
6:10 pm
31
What is the motivation behind placing the CreditCard EJB's files (CreditCardBean.java, CreditCardHomeLocal.java, and CreditCardLocal.java) in the...
bartleycpb
Offline Send Email
Dec 11, 2001
7:28 pm
32
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...
p_alexander_harvey
p_alexander_...
Offline Send Email
Dec 12, 2001
5:54 am
33
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>...
d10n2002@...
d10n2002
Offline Send Email
Dec 12, 2001
8:09 am
34
Alex, You probably won't be able to use ControlCenter directly if you are creating your files with ejbgen. ControlCenter uses its own comment-style...
Matt Koidin
mkoidin
Offline Send Email
Dec 12, 2001
2:49 pm
35
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...
javawang
Offline Send Email
Dec 13, 2001
4:19 am
36
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...
Greg Nyberg
nyberg
Offline Send Email
Dec 13, 2001
4:41 am
Messages 7 - 36 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help