Hi Neo, The weblogic-workbook is great. I have no problem to start ejbbook. I have no problem to run servlet - Client_43. But when I try to run jsp,...
If you configured the "webapp" web application to be the default web application for the server, the "/webapp" is not required (or allowed) in the URL. Try...
Greg Nyberg
greg.nyberg@...
Aug 5, 2002 1:51 am
279
Hi Greg, I am surprised that I got the answer so quick. Thanks. It worked. Abe Liu...
Hello, I try to deploy CabinEJB and keep getting this message: "Unable to deploy EJB: CabinEJB from titanejb.jar" The log said the DataSource with the JNDI...
Check web.xml for EJB loading. twincityfang wrote:Hello, I try to deploy CabinEJB and keep getting this message: "Unable to deploy EJB: CabinEJB from...
Make sure that log messages are configured with "info" security level so you see all the startup steps during the server boot.. Look for the steps that are...
Greg Nyberg
greg.nyberg@...
Aug 8, 2002 2:05 pm
283
Hi, I am uanble to use the automatic-key-generation tag in wls6.0 with SQL Server. Always the server is throwing up an error. Has anyone deployed a Entitybean...
I got the problem when using <generator-type> as SQL_SERVER but the problem gone when I using the SEQUENCE_TABLE style. My problem occurred on exercise 7, but...
I think this error might mean that there are two different versions of WebLogic in your classpath when you run the client.. Or some other type of class...
Greg Nyberg
greg.nyberg@...
Aug 19, 2002 2:35 am
287
thanks for your message. i changed the classpath and it worked! --hiren ... weblogic.kernel.Kernel.ensureInitialized(Kernel.java:101) ... ...
Alex- Not sure I can release details about the next version of the workbook (or who will be publishing it... you might be able to guess, tho). At the very ...
Greg Nyberg
greg.nyberg@...
Aug 22, 2002 10:33 pm
290
Hi Greg, I installed weblogic6.1 today because the previous installation is expired. After I started management console, Somehow the navigation pane on the...
Hi Greg, I found the answer why the navigation pane won't show up. I had both jdk1.3 and jdk1.2.2 in my computer. I thought it is redundant to have both so I...
I am getting the below compilation error when i tried to create the ejb jar .My bean is entity bean with local interface..It will work fine if the interfaces...
The throw exception should be written similar to this: public class.... throw EJBException { } mahesh_suratkal wrote:I am getting the below compilation error...
AddressBean_fvu9sn_ELOImpl.java is a class generated by the ejbc compiler when you do the ejbjar Ant task. Sounds like there is some mismatch between the ...
Your suggestion worked in one case where i am using weblogic.ejbc to create ( Not ANT ) the jar file.Problem was the jdk/bin/java && jdk/bin/javac which i...
The ejbjar task does not understand local interfaces enough to read the ejb-jar.xml file and load the proper classes. That's why my version of the script...
Greg Nyberg
greg.nyberg@...
Aug 29, 2002 3:13 pm
298
Thanks Greg, for being proactive and keeping this group real informative. In my application, i am using stateful session beans. Inside stateful session beans i...
That worked.. I have one doubt in ejb 2.0 relationship..Assume i have a Purchase Order and Purchase Order Line Item bean where there is a one to many ...
Greg, I believe that you can consider a number of us interested. I'm porting my system over to 7.0 and am trying to consume as much documentation as possible. ...
Hi when i am trying to deploy the big jar file that contains 100 beans it is giving the error The System is in out of resources java.lang.outofMemoryerror ...
Practice a proper components distribution, why 100 beans? g_nageswar wrote:Hi when i am trying to deploy the big jar file that contains 100 beans it is giving...
Hi Nagesh, I don't feel like logging onto the ejb book group to post this message. The following is what I found previously when I ran into out of memory...
could you write something diffrent from 0B0-200 more detaily? ... From: "nyberg" <nyberg@...> To: <weblogic-workbook@yahoogroups.com> Sent: Saturday,...
Hi, I could not find the downloads on the url http://www.oreilly.com/catalog/weblogicworkbook. Can you tell me how or where I can get the downloads??? ...