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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 55 - 86 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
55
... in ... tried Hi, Have you checked that the listenport is 7001 (ok maybe not the problem but worth a check). It will be on the log or check ...
hgreenblatt921
Offline Send Email
Jan 1, 2002
9:39 pm
56
Send me your config.xml file in a private email. It is probably just a typo you made in setting up the server and it is listening on a different port or...
Greg Nyberg
nyberg
Offline Send Email
Jan 1, 2002
10:54 pm
57
config.xml file for ejjbbook in c:\bea\wlserver6.1\config\ejbbook follows: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <?xml version="1.0"...
wgblackmon
Offline Send Email
Jan 2, 2002
12:23 am
58
Yeah, the workbook makes trying to learn EJB/J2EE a lot easier. I'm studying for my Java Architect certification and while I have used WebLogic in the past in...
wgblackmon
Offline Send Email
Jan 2, 2002
12:28 am
59
Hmm... Your config.xml looks fine. When you boot the domain, look for a line like this: <Jan 2, 2002 9:47:49 AM CST> <Notice> <WebLogicServer> <ListenThread ...
Greg Nyberg
greg.nyberg@...
Send Email
Jan 2, 2002
3:57 pm
60
I changed the confix.xml, adding the specified port and ip address. I get the following out from weblogic: <<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
wgblackmon
Offline Send Email
Jan 2, 2002
4:20 pm
61
I'm trying to deploy the 4_1 example. The build.xml file is not including the .jsp pages in the titanejb.jar file so there is no jar file to use in deploying...
wgblackmon
Offline Send Email
Jan 4, 2002
12:28 am
64
PLEASE DISREGARD - I Found the problems ... that ... by ... I'm ... get...
wgblackmon
Offline Send Email
Jan 4, 2002
2:43 am
65
i follow the steps of P36-P37 ,but cann't start the ejbbookdomain! the startweblogic.cmd : @echo off @rem This script can be used to start WebLogic Server....
liu_bch
Offline Send Email
Jan 10, 2002
8:33 am
66
I can't help without more information: Send me: - Contents of config.xml file - Output during bootup showing errors, etc. -Greg ... ...
Greg Nyberg
nyberg
Offline Send Email
Jan 10, 2002
9:09 pm
67
This problem occurred to me a twice. After starting weblogic, I get the following message repeatedly: <Dec 1, 2001 1:13:03 AM IST> <Info> <HTTP> <[HTTP...
jonathantaub2000
jonathantaub...
Offline Send Email
Jan 13, 2002
5:54 pm
68
Do you have any sort of automatic backup software running on the system that might be "touching" the REDEPLOY file in the titanapp/META-INF directory ...
Greg Nyberg
nyberg
Offline Send Email
Jan 13, 2002
9:04 pm
69
Several of the examples create additional classes, such as CheckDO in example 12_1. While the examples in the Workbook compile, deploy and execute correctly,...
kmeim
Offline Send Email
Jan 15, 2002
3:59 am
70
My typical technique, and the technique used in the workbooks, is the use of the <support> nested element in the <ejbjar> task in the build.xml file. From the...
Greg Nyberg
nyberg
Offline Send Email
Jan 15, 2002
5:16 am
71
The <support> nested element worked very well. Thank you much for your help. -KM ... From: Greg Nyberg To: weblogic-workbook@yahoogroups.com Sent: Monday,...
Kalyan Majumdar
kmeim
Offline Send Email
Jan 16, 2002
5:13 am
72
Hi, I am getting this wierd NoInitialException when trying to run the Client_51.java file. But when i try to run the Client_51.jsp it works absolutely fine....
ajay ghanagam
pyarionline
Offline Send Email
Jan 17, 2002
2:26 am
73
Did you use "setenv" to ensure the classpath is set properly before running the client program? Did you build and deploy Exercise 4.2 successfully first? Do...
Greg Nyberg
nyberg
Offline Send Email
Jan 18, 2002
9:25 pm
74
thanks, i fixed the problem. ... javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:643) ... ...
ajay ghanagam
pyarionline
Offline Send Email
Jan 18, 2002
10:00 pm
75
Maybe I missed it but I had to change the PAYMENT table name and all columns to lowercase to get exercise 13_1 to work for me. By the way - this is one...
pmc12345
Offline Send Email
Jan 23, 2002
10:32 pm
76
I decided to try the workbook examples using the free McKoi java database. McKoi excels in it's simplicity. Trivial to install and configure. I had *no*...
pmc12345
Offline Send Email
Jan 23, 2002
10:35 pm
77
Hi, I see that example ex04_1 has Ant build file called build.xml and it has got certain tasks like ejbjar, weblogic etc that I can't find at...
Narendra Khatri
njkhatri
Online Now Send Email
Jan 24, 2002
12:02 am
78
Thanks very much for you swift reply. I'm so very sorry that it took me so long to get back to you. Anyway, after a week or so, without changing anything,...
jonathantaub2000
jonathantaub...
Offline Send Email
Jan 24, 2002
9:27 am
79
Thank you for the kind comments! What DBMS are you using? The raw SQL statement in PaymentProcessorBean.java does specify lowercase table and column names: ps...
Greg Nyberg
greg.nyberg@...
Send Email
Jan 24, 2002
3:20 pm
80
Look in the "Optional Tasks" section. See: http://jakarta.apache.org/ant/manual/index.html Click on "Optional Tasks" on the left side, then "EJB Tasks". The...
Greg Nyberg
greg.nyberg@...
Send Email
Jan 24, 2002
3:22 pm
81
... Naa - thanks for the workbook! ... PaymentProcessorBean.java ... I've been using the McKoi (http://mckoi.com/database) database for all of the exercises....
pmc12345
Offline Send Email
Jan 24, 2002
5:37 pm
82
Hi, I have 2 questions for you guys. First Question) I am trying to run the Client_81.jsp, which intially creates the customers and assigns addresses that are...
pyarionline
Offline Send Email
Jan 24, 2002
7:06 pm
83
any idea which training institute is good in offering EJB+WEBLOGIC training in India , chennai...
mrafeeq@...
Send Email
Jan 25, 2002
4:27 am
84
I am trying to set up the book database and the workbook says that the bookdb.jar file is found on the download site....I ould not find it...can you please...
rvl_2000
Offline Send Email
Jan 29, 2002
11:45 pm
85
Hi, Here is the address: http://www.oreilly.com/catalog/entjbeans3/workbooks/index.html Ekrem ... __________________________________________________ Do You...
Ekrem Kamberoglu
job4ekrem
Offline Send Email
Jan 30, 2002
8:53 am
86
The bookdb.jar file (containing a blank, ready-to-use Cloudscape database) somehow got removed from the main download file the last time I built it.. Sorry! ...
Greg Nyberg
nyberg
Offline Send Email
Jan 30, 2002
3:48 pm
Messages 55 - 86 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