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...
Show off your group to the world. Share a photo of your group with us.

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 277 - 306 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
277
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,...
shihchuliu
Offline Send Email
Aug 3, 2002
12:22 am
278
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@...
Send Email
Aug 5, 2002
1:51 am
279
Hi Greg, I am surprised that I got the answer so quick. Thanks. It worked. Abe Liu...
shihchuliu
Offline Send Email
Aug 5, 2002
10:51 pm
280
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...
twincityfang
Offline Send Email
Aug 8, 2002
11:19 am
281
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...
Neo Gigs
gigsvoo
Offline Send Email
Aug 8, 2002
11:35 am
282
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@...
Send Email
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...
shamg
Offline Send Email
Aug 15, 2002
3:14 pm
284
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...
Chezt Kengchon
cheztk
Offline Send Email
Aug 16, 2002
2:43 am
285
i get the following errors while executing the above client programs. the corresponding jsp pages executed as expected. i am using WebLogic 6.1 ...
h_dossani
Offline Send Email
Aug 18, 2002
7:42 pm
286
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@...
Send Email
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) ... ...
Hiren Dossani
h_dossani
Offline Send Email
Aug 20, 2002
1:31 am
288
Hi Greg, Any updates on when we can expect a version of the workbook to support WL 7.0? Thanks, -Alex...
p_alexander_harvey
p_alexander_...
Online Now Send Email
Aug 22, 2002
6:32 pm
289
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@...
Send Email
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...
shihchuliu
Offline Send Email
Aug 23, 2002
6:11 pm
291
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...
shihchuliu
Offline Send Email
Aug 23, 2002
8:12 pm
292
Yes. We're moving to WLS 7.0 and I'd like to have the examples in that form. Bob ... workbook (or ... the very ... and set ... brief ... ...
clipbored
Offline Send Email
Aug 26, 2002
8:24 pm
293
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...
mahesh_suratkal
Offline Send Email
Aug 28, 2002
1:09 pm
294
The throw exception should be written similar to this: public class.... throw EJBException { } mahesh_suratkal wrote:I am getting the below compilation error...
Neo Gigs
gigsvoo
Offline Send Email
Aug 29, 2002
2:17 am
295
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 ...
Greg Nyberg
nyberg
Offline Send Email
Aug 29, 2002
2:25 am
296
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...
mahesh_suratkal
Offline Send Email
Aug 29, 2002
2:52 pm
297
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@...
Send Email
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...
byrahul
Offline Send Email
Aug 29, 2002
4:12 pm
299
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 ...
mahesh_suratkal
Offline Send Email
Sep 2, 2002
7:29 am
300
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. ...
p_alexander_harvey
p_alexander_...
Online Now Send Email
Sep 4, 2002
6:52 pm
301
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 ...
g_nageswar
Offline Send Email
Sep 5, 2002
5:50 am
302
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...
Neo Gigs
gigsvoo
Offline Send Email
Sep 5, 2002
6:13 am
303
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...
Lu Huang
lujhuang
Offline Send Email
Sep 5, 2002
1:14 pm
304
Greetings all! I finished the WebLogic 7.0 version of the exercises and uploaded a zip of everything to the "files" area in the Yahoo Group. See: ...
nyberg
Offline Send Email
Sep 6, 2002
10:33 pm
305
could you write something diffrent from 0B0-200 more detaily? ... From: "nyberg" <nyberg@...> To: <weblogic-workbook@yahoogroups.com> Sent: Saturday,...
airwing
airwing343
Offline Send Email
Sep 7, 2002
1:37 am
306
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??? ...
zhidavid720
Offline Send Email
Sep 11, 2002
9:24 pm
Messages 277 - 306 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