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 204 - 233 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
204
Greg, I must commend you for this detailed, working book and this email list. Personally, I learned a great from your and Monson-Haefel's books. I am just...
lujhuang
Offline Send Email
May 1, 2002
3:03 pm
205
I got a problem on Many-to-Many bi-directional exercise. I got a ClassCastException at ejbPostCreate of Reservation Bean. Some of the error message were shown...
cheztk
Offline Send Email
May 2, 2002
6:01 am
206
I'm in the process of porting everything to WL70 now that it is out in GA.. Domains moved, the process for creating a new, empty domain has changed, and ...
Greg Nyberg
nyberg
Offline Send Email
May 2, 2002
9:03 pm
207
Do you have an estimated release date? It would be great when it comes out. By the way, I posted a book review on Amazon and I certainly wish you the next...
lujhuang
Offline Send Email
May 3, 2002
7:20 pm
208
Do you have an estimated release date? It would be great when it comes out. By the way, I posted a book review on Amazon and I certainly wish you the next...
lujhuang
Offline Send Email
May 3, 2002
7:20 pm
209
Hi Which directory i have to java beans in weblogic 6 if i put my jsp along with the example jsp provided by w.l. Sriram...
raamsri
Offline Send Email
May 4, 2002
12:36 pm
210
For example 04_1 When I try to run `setEnv.cmd', I get the message that it is not recognized as an internal or external command. Then when I run 'ant dist' I...
briandavies490
Offline Send Email
May 4, 2002
11:32 pm
211
Windows NT or Win2K I assume? When you try to run setEnv.cmd, you are in a DOS window and located at the \work\ejbbook\ex04_1 directory, right? If you do a...
Greg Nyberg
greg.nyberg@...
Send Email
May 5, 2002
3:26 am
212
Lots of follow-up questions likely I think, but I'll give it a shot.. First thing: The examples that come with WebLogic 6.1 are not deployed using an exploded...
Greg Nyberg
greg.nyberg@...
Send Email
May 5, 2002
3:36 am
213
I've just started with the book, running WebLogic v7 under Win2K. When I try to build the first example (ex04_1) I get the following error: ejbjar: [ejbjar]...
b26440510
Offline Send Email
May 6, 2002
6:18 pm
214
I'm planning to post a new set of example files in the next week or so that work for V7. I'm hoping you guys will help flush out any bugs I miss.. In the...
Greg Nyberg
greg.nyberg@...
Send Email
May 6, 2002
6:46 pm
215
Eggggcellent!! I changed the "Weblogic Home" directory in the common.properties file to reflect the added 'server' directory for v7 and the build was ...
b26440510
Offline Send Email
May 6, 2002
7:31 pm
216
Glad you got it working! I ended up adding a "DOMAIN_HOME" variable to common.properties and changing the "applications" definition in every build.xml file to...
Greg Nyberg
nyberg
Offline Send Email
May 6, 2002
8:24 pm
217
Trying to setup the EJB for EX04_1. I got the EJB to show up in the control panel, but when I view the JNDI tree for the server, the bean interfaces aren't...
b26440510
Offline Send Email
May 6, 2002
9:20 pm
218
For followup, in the control window, the titanejb application has a green plug icon, while the titan webapp has a blue plug icon. Also, when I try to deploy...
b26440510
Offline Send Email
May 6, 2002
9:44 pm
219
Make sure your application.xml file in META-INF includes both the titanejb.jar and webapp modules. Make sure you have "STARTMODE=false" in the...
Greg Nyberg
greg.nyberg@...
Send Email
May 6, 2002
9:58 pm
220
I tried manually deploying the bean using the console, but that is what generated the NullPointerException referenced in the preference message. In the...
b26440510
Offline Send Email
May 6, 2002
10:14 pm
221
Got it working. I forgot to modify the CLASSPATH to include the two Pointbase jar files. I also had to delete the "regular" Data Source and create a TX Data ...
b26440510
Offline Send Email
May 7, 2002
1:13 am
222
Glad you got it working! The errata for the book (on titan-books site) says you should always use a TXDataSource, and now WL7 gives you an error during boot if...
Greg Nyberg
greg.nyberg@...
Send Email
May 7, 2002
4:38 am
223
unsubscribe __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com...
Rams S
ramsdetails
Offline Send Email
May 7, 2002
7:45 pm
224
HI all, Can anyone say , when the web logic 6 and 6.1 was released in market.Release date.Difference of 6 and 6.1 version??. vijaykumar...
mail_to_vijay2002
mail_to_vija...
Offline Send Email
May 8, 2002
9:20 am
225
Hi, While i was going through net searching for information on BEA WEBLOGIC SERVERS and i came across a usergroup based on BEA. I think its good. You could...
charlesmovein
Offline Send Email
May 8, 2002
1:22 pm
226
OS: Linux Mandrake 8.1 IDE: JBuilder 6 App Server: Weblogic 6.1 Database: MySQL I am having a java.lang.OutOfMemoryError, when I try to deploy a WAR file...
Sreedhar Tatavarthi
sidu_t
Offline Send Email
May 9, 2002
1:56 am
227
I've had about zero luck trying to use the WebLogic Builder application. I can't seem to get it to honor the data source I've specified. Whenever I try to...
b26440510
Offline Send Email
May 9, 2002
6:41 pm
228
Hi, I followed the instructions in the workbook. Everything was fine until the end of step #2 on page 37. I got the attached error messages after I executed...
robertchu1954
Offline Send Email
May 9, 2002
9:19 pm
229
This is the first JSP example I've tried running since the early chapters. It causes the security violation shown below. I'm running under Win2K as...
b26440510
Offline Send Email
May 13, 2002
9:36 pm
230
My WebLogic server uses the username "admin" for the administration console and server startup. I have tried adding the admin user to the list of roles in the...
b26440510
Offline Send Email
May 14, 2002
4:15 pm
231
Thanks for your continued efforts! First thing, the ejb-jar.xml file defines security based on roles. The later examples use the same setup as Richard's book,...
Greg Nyberg
greg.nyberg@...
Send Email
May 14, 2002
6:29 pm
232
Using the roles from EX05_3 has worked. I'd like to see a bit more info on roles discussed either in the work book or the Enterprise Javabeans book. I'm...
b26440510
Offline Send Email
May 14, 2002
7:55 pm
233
Glad you got it working. I will see if I can clean up the roles/users thing and at least be consistent across all examples in the workbook even if they are not...
Greg Nyberg
greg.nyberg@...
Send Email
May 14, 2002
8:09 pm
Messages 204 - 233 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