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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1 - 30 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1 wzyml@...
Send Email
Oct 15, 2001
10:37 pm
2
Dear Sr. I canīt realize the task above. My Command Pronpt Window keeps giving the following message. Any help? <23/10/2000 14h42min33s BRST> <Info> <HTTP>...
abilio_assis@...
abilio_assis
Offline Send Email
Oct 23, 2001
4:48 pm
3
Everything looks fine until the line: <23/10/2000 14h42min33s BRST> <Info> <HTTP> <Initializing WEB server myserver> I don't recognize that message, or the...
nyberg@...
nyberg
Offline Send Email
Oct 23, 2001
5:11 pm
4
Examining the log he sent me pointed out a minor problem.. When I "jar"ed up the titanapp_empty.jar I accidently included a META- INF directory with a...
nyberg@...
nyberg
Offline Send Email
Oct 23, 2001
7:58 pm
5
Excellent book, this quality you expect from Oreilly. I like the approach of having the overview covered first(chapter 1-3) and then digging into step-by-step...
my_workplace@...
my_workplace
Offline Send Email
Oct 25, 2001
3:18 am
6
On behalf of Greg Nyberg and myself, thanks for the positive feedback! Richard Monson-Haefel ... __________________________________________________ Do You...
Richard Monson-Haefel
rmonson_us
Offline Send Email
Oct 26, 2001
3:22 am
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
Messages 1 - 30 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