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 to share photos of your group with the world? 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 15 - 45 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
37
Hi Greg: Thank you very much for your reply. I will try to upgrade our Weblogic to 6.1. Michael ... __________________________________________________ Do You...
Michael Wang
javawang
Offline Send Email
Dec 13, 2001
4:53 am
38
Hello Everybody, As far as I know there was no true way to get rid of an EJB using weblogic.deploy utility in WL6.0 The only way to remove it was to delete...
Crystal Frost
sn0wfr0st
Offline Send Email
Dec 13, 2001
9:33 pm
39
According to page 249 of the EJB Book, "The LIKE operator cannot be used with input parameters." But isn't that exactly what the examples in Client_86b.jsp...
bartleycpb
Offline Send Email
Dec 14, 2001
10:32 pm
40
Very good observation. Using placeholders in LIKE clauses works in WebLogic, as the chapter 8 examples show. There is really no difference in difficulty (to...
Greg Nyberg
nyberg
Offline Send Email
Dec 17, 2001
5:54 pm
42
I am completely new to weblogic. Am having to deploy an app i developed in Orion Server/OC4J on Weblogic 6.1. My question is, when my i start weblogic and it...
john.miller@...
jpm_rc
Offline Send Email
Dec 20, 2001
10:56 am
43
I managed to do exercise 6.1 - the CustomerEJB. However, uppon examining the titanapp.jar file in the weblogic directory (under ejbbook ofcourse), it has...
jonathantaub2000
jonathantaub...
Offline Send Email
Dec 20, 2001
2:16 pm
44
The beans created in Chapters 4 and 5 are not preserved in future exercises -- They used remote interfaces and didn't match the needs of the relationship...
Greg Nyberg
greg.nyberg@...
Send Email
Dec 20, 2001
3:35 pm
45
John- WebLogic Server requires a WebLogic-specific descriptor called weblogic-ejb-jar.xml be present in the EJB jar file, as the error message indicates. The...
Greg Nyberg
nyberg
Offline Send Email
Dec 20, 2001
4:02 pm
Messages 15 - 45 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