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...
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...
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 ...
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...
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...
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...
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@...
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@...
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]...
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@...
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 ...
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...
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...
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...
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@...
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...
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 ...
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@...
May 7, 2002 4:38 am
223
unsubscribe __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com...
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...
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...
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...
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...
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...
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@...
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...
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...