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...
Hi Greg: Thank you very much for your reply. I will try to upgrade our Weblogic to 6.1. Michael ... __________________________________________________ Do You...
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...
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...
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...
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...
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...
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@...
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...