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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 121 - 152 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
121
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...
tomcat_user99
Offline Send Email
Mar 5, 2002
11:12 pm
122
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@...
Send Email
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...
tomcat_user99
Offline Send Email
Mar 7, 2002
5:38 pm
124
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 ...
tomcat_user99
Offline Send Email
Mar 7, 2002
6:21 pm
127
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 ...
max_mont
Offline Send Email
Mar 8, 2002
2:22 pm
128
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...
ejb_user
Offline Send Email
Mar 8, 2002
11:38 pm
129
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@...
Send Email
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...
alpinebimmer
Offline Send Email
Mar 13, 2002
2:22 am
131
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...
alpinebimmer
Offline Send Email
Mar 13, 2002
2:29 am
132
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@...
Send Email
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...
send2govind
Offline Send Email
Mar 13, 2002
9:34 am
134
I refer to page 64, regarding the REDEPLOY file. I do not find a REDEPLOY file anywhere in the WebLogic tree, searching from my installation at...
alpinebimmer
Offline Send Email
Mar 15, 2002
7:57 am
135
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@...
Send Email
Mar 15, 2002
4:32 pm
136
This thread closed. Thanks for support. ... those...
alpinebimmer
Offline Send Email
Mar 15, 2002
6:16 pm
137
Hello Greg & all, I'm following the directions on page 39, ("Configuring TitanApp Application in EJBBook Domain"). The directions indicate I should unpack the...
ejb_user
Offline Send Email
Mar 19, 2002
1:50 am
138
Hi Greg, When I run the client App, I get the following info when trying to retrieve the just created record: C:\BEADocs\work\ejbbook\ex06_3>java...
q_response
Offline Send Email
Mar 19, 2002
12:23 pm
139
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...
blancnike
Offline Send Email
Mar 20, 2002
12:11 am
140
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...
blancnike
Offline Send Email
Mar 20, 2002
12:21 am
141
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...
chicago60016
Offline Send Email
Mar 20, 2002
5:00 am
142
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...
chicago60016
Offline Send Email
Mar 20, 2002
5:41 am
143
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@...
Send Email
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...
shailucutie
Offline Send Email
Mar 21, 2002
12:41 am
145
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...
chicago60016
Offline Send Email
Mar 21, 2002
2:57 am
146
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...
chicago60016
Offline Send Email
Mar 21, 2002
3:03 am
147
OKAY, I read about the META-INF/REDPLOY file... Please disregard my original post. :)) ... calls ... can ... classes? ... change...
chicago60016
Offline Send Email
Mar 21, 2002
4:56 am
148
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@...
Send Email
Mar 21, 2002
5:53 am
149
hi I'm trying to deploy the weblogic's sourcecode that is bundled with...
shailucutie
Offline Send Email
Mar 21, 2002
5:56 am
150
hi, i could deploy it but The result of running the client (Client_41) is: javax.naming.NameNotFoundException Unable to resolve CabinHomeRemote. Resolved: '' ...
shailucutie
Offline Send Email
Mar 21, 2002
5:59 am
151
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@...
Send Email
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 ...
shailucutie
Offline Send Email
Mar 21, 2002
6:40 am
Messages 121 - 152 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