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 ...
Greg Nyberg
greg.nyberg@...
Mar 6, 2002 11:36 am
123
Well, it almost works...setting the WLS_PW variable certainly does the trick, although using password.ini still has no effect. When I use password.ini, I make...
Hi all --- okay, "password.ini" does in fact work just fine. The "trick" is that you have to spell it as "password.ini" and not "pasword.ini". ... variable in ...
hi everybody, I m working on win NT4 I have wlserver6.0sp1 I have jdk1.4.0 I want weblogic to use jdk1.4.0 For that, I change Startweblogic.cmd and i set ...
Has anyone tried using WLS v7.0 instead of 6.1? I realize the book was written for v6.1 but I was wondering how easy/useful it would be to use version 7...
The examples were written with plain-vanilla J2EE features for the most part. They should work in 7.0. Unfortunately they've re-arranged the domains quite a...
Greg Nyberg
greg.nyberg@...
Mar 11, 2002 7:20 pm
130
The ejbbook.log indicates that the Cabin.ear is not being deployed: <myserver> <main> <system> <> <141042> <Error deploying application...
Sounds like you should carefully follow the instruction in the workbook, and go to the titan books web site, and get the errata. There are just a few things...
Note sure where Cabin.ear came from. The workbook examples were designed to deploy a single EJB jar file (titanejb.jar) to an exploded EAR file located ...
Greg Nyberg
greg.nyberg@...
Mar 13, 2002 5:04 am
133
hi people, i am a beginer in WebLogic, i have been working with ejbs and now i am learning WebServices in WebLogic6.1 and i have some doubts, the problem is i...
Did you create the titanapp exploded EAR application yourself or use the titanapp_empty.jar file in the download? In the titanapp_empty.jar file the REDEPLOY...
Greg Nyberg
greg.nyberg@...
Mar 15, 2002 4:32 pm
136
This thread closed. Thanks for support. ... those...
Hello Greg & all, I'm following the directions on page 39, ("Configuring TitanApp Application in EJBBook Domain"). The directions indicate I should unpack the...
Good Day Mr Greg Nyberg, I am sorry I take the freedom to write to you, the matter is that after purchasing the book Enterprise Java Beans 3rd edition, I...
Good Day Mr Greg Nyberg, I am sorry I take the freedom to write to you, the matter is that after purchasing the book Enterprise Java Beans 3rd edition, I still...
I cannot comment on the SQL Server issue except to say that I believe WLS comes with an SQL Server JDBC driver. You might want to check the WLS documentation...
Has anyone had any luck in getting WLS 6.1 to work with JDK 1.4? I've modified my "startWebLogic.cmd" so that "JAVA_HOME" points to my 1.4 directory but when I...
We traded some private emails and resolved the setEnv.cmd problem. As you guessed, the scripts needed to be modified in his case to reflect the E: drive. I...
Greg Nyberg
greg.nyberg@...
Mar 20, 2002 3:25 pm
144
Hello Anyone, i am trying to use the downloaded files from the work book. The first entity bean from chapter four doesnt work for me. I mean everything goes as...
I had a similar problem but I eventually got it to work by deleting my ejbbook domain and starting over. It's important that you follow the directions from the...
Hello Greg & all, I'm playing around with Cabin.java, basically putting println() calls in the various life-cycle callback methods. What I'm finding is that...
My favorite kind of question: asked and answered! I included a "redeploy" task in the ant build.xml file also.. It touches the META-INF/REDEPLOY file for you. ...
Greg Nyberg
greg.nyberg@...
Mar 21, 2002 5:53 am
149
hi I'm trying to deploy the weblogic's sourcecode that is bundled with...
hi, i could deploy it but The result of running the client (Client_41) is: javax.naming.NameNotFoundException Unable to resolve CabinHomeRemote. Resolved: '' ...
CMP EJBs won't deploy if the container cannot verify the tables match the CMP bean definition, and it can't do this without the datasource, ... So quite often...
Greg Nyberg
greg.nyberg@...
Mar 21, 2002 6:03 am
152
hi I hioghly appreciate u r help. It says the bean is deployed but in the JNDI tree i dont find the way it is shown in the workbook. It shows as -myserver ...