hi I need to know the differences between EJB1.1 and EJB1.2 implementation and specific to areas of implementing Multi Object Finder methods in Entity beans(...
Sanjeevi Athreya
sanathr@...
Sep 3, 2002 10:05 am
15406
We have run into a problem installing / configuring JRUN 3.1 trial on IIS5 / Win2k Server. The server currently runs several virtual domains, each with its ...
Ralph Cesena
Ralph.Cesena@...
Sep 3, 2002 11:43 pm
15407
Hi, Does anyone know how to recompile Jrun4.0 connector? We have apache and JRun4.0 on seperated unix machines, and I've set up apache to connected to JRun....
Zhang, Yuying
yuyingzhang@...
Sep 4, 2002 1:38 pm
15408
When trying to deploy a CMP Entity Bean, I am getting the following error::: 09/04 15:43:00 error Deployer Service failed to deploy ...
Robert Jacobs
rjacobs@...
Sep 4, 2002 8:51 pm
15409
hi I tried to deploy a Entity Bean in JRUN 4.0 and this is the error message I get "See Section 10.6.10/12.2.9.".. can U please tell me what this section...
Sanjeevi Athreya
sanathr@...
Sep 5, 2002 4:10 am
15410
Hi, Yuying, That's a warning message which you can ignore. It won't cause any specific problem to run Apache with JRun4. JRun4 doesn't ship connector source...
Woojin Choi
wchoi@...
Sep 5, 2002 2:51 pm
15411
Hi, Can you try Collection as return type? I've tested with Collection once, it has been working fine. I'll check out Enumeration type, though. If you could...
Woojin Choi
wchoi@...
Sep 5, 2002 2:59 pm
15412
I am having trouble migrating a servlet that uses request.getPathInfo(). We use a URL like: ...
Ben Groeneveld
bgroeneveld@...
Sep 5, 2002 7:06 pm
15413
Hi Ben, I have been trying to reproduce this behavior and have come to the following assumption - your TestServlet servlet mapping uses the url pattern...
Thomas Ruggles
truggles@...
Sep 6, 2002 3:45 pm
15414
Yes, our pattern was /TestServlet and changing it to /TestServlet/* resolves the issue. Thanks! BenG. ... -- Ben Groeneveld Information Concepts, Inc., 115...
Ben Groeneveld
bgroeneveld@...
Sep 6, 2002 4:04 pm
15415
Hi, Another trouble while doing server migration from JRun3.1 to JRun4.0: In 3.1, I used System.out.println() to dump debug information to myserver-out.log....
Zhang, Yuying
yuyingzhang@...
Sep 6, 2002 6:51 pm
15416
I am trying to make sure that our application that is running on JRUN 3.1 can recover from any brief database connection losses, due to some network break down...
Ravi Vedire
RVedire@...
Sep 6, 2002 9:17 pm
15417
Hi, im trying to use the jrun tags but I get the error 1 error(s) found in /test.jsp (10) The tag sendmsg's handler class allaire.taglib.SendMsgTag was not ...
justin home office
macarthy@...
Sep 8, 2002 3:56 pm
15418
Your taglib directive should be as follows: <%@ taglib uri="WEB-INF/lib/jruntags.jar" prefix="jrun" %> HTH. Ted Zimmerman ... From: justin home office...
Theodore Zimmerman
tzimmerman@...
Sep 9, 2002 2:41 pm
15419
Hi, Another trouble while doing server migration from JRun3.1 to JRun4.0: In 3.1, I used System.out.println() to dump debug information to myserver-out.log....
Zhang, Yuying
yuyingzhang@...
Sep 9, 2002 3:33 pm
15420
I have been looking through JRun's documentation and have not been able to find if JRun allows for Auto-Generated primary keys when using CMP 2.0 for entity...
Robert Jacobs
rjacobs@...
Sep 9, 2002 9:45 pm
15421
Amit r
cool_jockey@...
Sep 10, 2002 9:50 am
15422
Hi Amid, I did in the past when generating reports. Your servlet has to start a thread that will in turn execute your program. If this can give you some ideas,...
Philippe Bertramo
philippe.bertramo@...
Sep 10, 2002 10:15 am
15423
what do you want to do with servlets or jsp? I suppose is something with db, no? ... Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost ...
adrian Albu
whiteadi@...
Sep 10, 2002 10:50 am
15424
Hi All, First things first : JRUN4 on WIn2000 I have a EJB that spits on message to JMS queue (myQ) its a point-to-point message. This EJB lives in my "Test"...
Justin MacCarthy
macarthy@...
Sep 10, 2002 11:33 am
15425
Yes may be inserting few thousand records by reading text file or creating a report etc. Amit adrian Albu wrote:what do you want to do with servlets or jsp? I...
Amit r
cool_jockey@...
Sep 10, 2002 1:05 pm
15426
Hey thats exactly i'm looking for. but i'm not sure how to go about it. i tried the same thing in servlet but it was not working. can you be more specific...
Amit r
cool_jockey@...
Sep 10, 2002 1:19 pm
15427
ok Amit, I have a class that's called XLReport implementing runnable. and that's generating a report to a file on the system. I have a report servlet that's...
Philippe Bertramo
philippe.bertramo@...
Sep 10, 2002 2:15 pm
15428
Actually, with the mapping in the web.xml file just using jruntags as the uri is ok. What version of JRun are you using? ... From: Theodore Zimmerman...
Drew Falkman
drew@...
Sep 10, 2002 3:37 pm
15429
If you are using JRun 4 try putting the jruntags.jar in the {jrun-rootdir}/servers/lib directory. Eric Macromedia Incorporated ... From: Drew Falkman...
Eric Anderson
eanderson@...
Sep 10, 2002 3:40 pm
15430
HI drew, should have posted back!!! You are right the mapping do work, stupid me mistakedly cut the jruntags.jar instead of copying it !!! It working now. Took...
Justin MacCarthy
macarthy@...
Sep 10, 2002 3:47 pm
15431
We've been testing this in JRun 4 both with <%@ taglib uri="jruntags" prefix="jrun" %> and the web.xml tag definition and without the web.xml definition and ...
Theodore Zimmerman
tzimmerman@...
Sep 10, 2002 3:47 pm
15432
Yeah, I noticed that,just stick action="lookup" in Also you need to take the "java:comp/env" from the lookups ... After that I got sendmsg to run without a...
Justin MacCarthy
macarthy@...
Sep 10, 2002 4:06 pm
15433
The problem was with the sample code missing the action tag. The JRun 3.1 tag library has been deprecated in JRun 4. You might want to check out the following...
Theodore Zimmerman
tzimmerman@...
Sep 10, 2002 4:07 pm
15434
Hi All, First things first : JRUN4 on Windows 2000 I have a EJB that spits on message to JMS queue (myQ) its a point-to-point message. This EJB lives in my...