I executed the ant successfuly and all files were generated in exercise 7.2 but when the beans are simply not deployed. The jndi tree is empty. I deleted the...
1) Make sure that after "ant dist" the titanejb.jar file is present in the applications/titanapp directory. 2) Watch the server bootup process and look for any...
Greg Nyberg
greg.nyberg@...
Feb 4, 2002 3:39 am
96
The deployment descriptors were created by hand (my hands) using a text editor. There are good XML editting tools available as well. But my preferred...
Greg Nyberg
greg.nyberg@...
Feb 4, 2002 3:47 am
97
Greg... Thanks for reply. What about "DDInit" and the "Admin Console Deployment Descriptor Editor"? I have not used either, but they are described briefly on...
Hi all,
I want help from you guys.I want to know how can create my own doamin and server and what all the things required to start and stop that server with...
All - I've started to apply some of the examples in the book to my own projects and am seeing some weird behavior. I am running Weblogic 6.1 with SQL Server...
I am in very much need of this workbook, I could not place the order at www.titan-books.com site, as the book is out of stock. Is it possible to obtain a...
Hi, In my previous applications I have used weblogic5.1.0 as our Application server. Now we know that Weblogic 6.1 is the latest version to implement J2EE...
seshu
seshusrinivas@...
Feb 12, 2002 8:56 am
102
Matt- Did the many-to-many examples from the workbook work properly for you in your environment with your database? Reservation-Customer was many-to-many, ...
Greg Nyberg
greg.nyberg@...
Feb 12, 2002 9:03 pm
103
Hi Everyone: The WebLogic workbook is available again. We had a problem with the printer that resulted in a gap in inventory, but the books are now in stock! ...
Greg - The examples worked fine... I took another look and I think I figured out the problem. In my code, I was updating the Customer EJB with incomplete data...
Probably best if you don't call the "setAddress()" method on the Customer with a null or empty parameter unless you really mean to remove the relationship....
Greg Nyberg
greg.nyberg@...
Feb 12, 2002 10:21 pm
106
Many thanks, I found this book excellent companion to the classic EJB book. I did order successfully at the website. Ram...
Hello, Please tell me where can I find the complete source code for CMP including Primary key class because I use the entity bean that requires a composite...
Hi, I use Oracle 8.1.7 and the Weblogic Driver for Oracle(not XA driver) Two points; (a) I believe you should emphasize that Tx datasources be used when ...
Yea, the need to use a TX datasource is in the errata, and it is actually fixed in the second printing of the book and in the current PDF version. Your second...
Greg Nyberg
greg.nyberg@...
Feb 15, 2002 9:27 pm
110
For ex06_1, I ran ant dist successfully and saw the titanejb.jar file is under the webapp\titan directory. But it was not automatically deployed. I had to...
For ex06_1, I ran ant dist successfully and saw the titanejb.jar file is under the webapp\titan directory. But it was not automatically deployed. I had to...
Not sure why the ejb .jar file would be in the webapp directory as you describe. Did you use the suggested (and provided) exploded-EAR-file format for the ...
Greg Nyberg
greg.nyberg@...
Feb 15, 2002 10:34 pm
113
I didn't do ex4_01, thus didn't follow the steps in ex4_01 to add an ejb module to the titan application.xml. After adding the ejb entry to application.xml,...
When I run weblogic 6.0 default console I get "Error 400--Bad Request> From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:" What does this mean ? Can u help...
I am running a jsp program in weblogic 6.1 server i am checking session.getValue("sessionvariablename") == null to check if the session is alive and throw an...
mrafeeq@...
Feb 21, 2002 9:28 am
117
Hi, First of all congratulations for such an excellent book. I am having this problem when running ant dist for exercise 4.1: ejbjar: [ejbjar] building...
My guess is that ejbc is unhappy with the complex directory name you used for your working directory: C:\BEA Docs & Misc\work\ ... Note that your DOS window...
Greg Nyberg
greg.nyberg@...
Feb 21, 2002 3:28 pm
119
... Thanks Greg, that was it!! ... you used ... short and ... titanejb.jar with ... with ... with ... Misc\work\ejbbook\ex04_1 ... ...
Hi All, I'm just starting to use the workbook w/WL v6.1. On page 10 of the workbook Greg indicates you can put a "password.ini" file in the "examples" root...
First, the easiest way to provide the password is via the WLS_PW variable in the startWebLogic.cmd script. Edit the script to set this to your weblogic ...