Steps For Deploying the EJB

2000-10-16 Thread Santosh Kumar
. Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road, == Begumpet, Secunderabad - 500 003 == A.P, India. == Phone@: 91407896008 Ext 4511 == Fax @: 91407896123 == eMail@: [EMAIL PROTECTED] == url @: http

Re: JSP cannot find Bean Class

2000-10-17 Thread Santosh Kumar
If this is using orion, then i have my own doubts as to where the .ear file is located in coz the jsp-engine is unable to locate the bean. Becoz the orion jsp-engine finds the beans (just javabeans not EJB) when i keep it under WEB-INF/classes folder. So try placing the bean there and check

Re:Orion slower than...

2000-10-17 Thread Santosh Kumar
Hi Nate, Do you have some figures to look at? I mean, How much was the improvement in speed? What is the size of the content file? Did you try out with various content sizes? Santosh - Original Message - From: Kirby, Nathaniel [EMAIL PROTECTED] To: Orion-Interest [EMAIL

JSP-Compiled Servlets ??

2000-10-18 Thread Santosh Kumar
is getting written and compare with servlets generated thru other jsp-engines. What do i do? Regards, Santosh Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road

Creating EAR Files

2000-10-23 Thread Santosh Kumar
s pointing to. where ami going wrong? Santosh ==== Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road, == Begumpet, Secunderabad - 500 003 == A.P, India.

Re: Problem using JavaMail with Orion

2000-10-24 Thread Santosh Kumar
If you are using jdk1.3 then push the javamail.jar or mail.jar whatever it is {jar relevant to javamail] into jre/lib/ext folder...The problem should not arise... santosh - Original Message - From: Aleksi Kallio [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday,

Problem while deploying EJB

2000-10-24 Thread Santosh Kumar
': java.lang.NoClassDefFoundError (Wrong Name: HelloEJB) santosh Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road, == Begumpet, Secunderabad - 500 003 == A.P, India. == Phone

Re: orion server works with jdk 1.3???

2000-11-19 Thread Santosh Kumar
Sorry for a very late reply, Kemp seems to have a very lengthy, painful solution while the actual workaround is just too simple. Somebody mentioned that the problem is in the registry. Yes! He got it right. Just type REGEDIT and modify the current version as shown in the attachement. Look at the

Problem - Calling EJB in Orion from Resin

2000-11-22 Thread Santosh Kumar
initialcontext is set..probably i should modify the wayInitialContext is set.. Please Help me!!! Regards, Santosh. Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road,

Calling EJB in Orion from Resin -Problem,

2000-11-22 Thread Santosh Kumar
o get home interface: javax.naming.NameNotFoundException: expected intermediate context in `ejb/HelloHome' I think there is some problem in which the initialcontext is set..probably i should modify the wayInitialContext is set.. Please Help me!!! Regards, Santosh. ==

Problem - Calling EJB in Orion from Resin

2000-11-22 Thread Santosh Kumar
initialcontext is set..probably i should modify the wayInitialContext is set.. Please Help me!!! Regards, Santosh. Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == 1-8-448, Laxmi Building, S.P. Road,

Re: Calling EJB in Orion from Resin -Problem,

2000-11-23 Thread Santosh Kumar
:comp/env/ejb/HelloHome"); with Object boundObject = context.lookup("java:comp/env/ejb/Hello"); Luciano -Messaggio originale----- Da: Santosh Kumar [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 22 novembre 2000 13.23 A: Orion-Interest Oggetto: Calling EJB in Orion

Why do i get JspFactory already set

2000-11-23 Thread Santosh Kumar
Hi All, What is/are the reason(s) for getting : java.lang.SecurityException: JspFactory already set. Regards, Santosh. - Original Message - From: Adam Cassar [EMAIL PROTECTED] To: Orion-Interest Sent: Friday, November 24, 2000 2:53 AM Subject: Re: Collection of entity beans I

Is there any Java Library

2000-11-30 Thread Santosh Kumar
to convert from TIFF to PDF and PDF to TIFF - Original Message - From: Ken Torimaru To: Orion-Interest Sent: Thursday, November 30, 2000 12:23 AM Subject: RE: Using JSP to write/append PDF's Check these out: PDF Links http://www.etymon.com/pj/

Re: class cast exception

2000-12-01 Thread Santosh Kumar
Try: PhoneEntryHome home = (PhoneEntryHome) PortableRemoteObject.narrow(boundObject,PhoneEntryHome.class); It should work fine. Regards, Santosh. - Original Message - From: Marcus Lankenau [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, December 01, 2000 3:51 PM

How to set Session-Time out

2000-12-04 Thread Santosh Kumar
globally for orion and not just for individual web components? Regards, Santosh.

Re: Problems when commiting a transaction.

2000-12-06 Thread Santosh Kumar
Check the return value of EJBContext.getRollbackOnly() before you do a commit. I believe if it is false then you cannot commit it. Also let us know how you have set the transaction attributes in the DD. - Original Message - From: Tommy Eriksson [EMAIL PROTECTED] To: Orion-Interest

Re: Session Timeout Default

2000-12-08 Thread Santosh Kumar
Session in my application timed out just after 5 minutes.. default must be session-timeout5/session-timeout santosh. - Original Message - From: Knudsen, Joe [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, December 07, 2000 11:14 PM Subject: Session Timeout

Re: jar file deployment

2001-01-10 Thread Santosh Kumar
Yes! Put the jar file in some directory available to orion. say XYZ directory XYZ should contain the ejb-jar and an application.xml set server.xml application name="blah" path="/../XYZ" / Thats it.. - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED]

Transaction Based Session Bean

2001-01-12 Thread Santosh Kumar
Can anyone mail me a sample non-trivialTransaction-based Stateful session. or any links to suchprograms. Regards, Santosh Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == Begumpet

Re: Any news from Orion yet??

2001-01-14 Thread Santosh Kumar
Hi kevin, As far as i have known WL5.1 or , there is no concept of ear files, does 6.0 include that. Doesn't the J2EE mandate (I am not sure!) the use of EAR = WAR + JAR + CAR(or JAR)? To deploy the JPS1.1.1 on Orion, it is a piece of cake, while deploying on WLS, i have to unpack the

Re: Servlet Mapping and Access

2001-01-17 Thread Santosh Kumar
try http://localhost/junitee/servlet/TestServlet - Original Message - From: hartmut wilms [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 2:17 PM Subject: Servlet Mapping and Access Hi there, I'm really lost. I can't figure out how to access

Re: EJB's referenced from a servlet?

2001-01-30 Thread Santosh Kumar
Add ejb-ref in web.xml of you web app santosh - Original Message - From: Emil Sarkissian [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 31, 2001 5:13 AM Subject: EJB's referenced from a servlet? Hi, I seem to not be able to look up an EJB from my

Storing HttpServletRequest Object in Session

2001-03-02 Thread Santosh Kumar
Hi all, I tried to store the implicit request object in session. But when i tried to retrieve it. one.jsp -- ... ... request.setAttribute("ONE", "1"); request.setAttribute("TWO", "2"); .. .. session.setAttribute("request",request); .. -- forward to two.jsp two.jsp

Re: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected)

2001-03-07 Thread Santosh Kumar
Title: com.evermind.server.rmi.RMIConnectionException: Object reference no longer valid (Disconnected) Just to tell you the heaviest of the JSP's I have coded is 200kb -Original Message-From: Randahl Fink Isaksen [EMAIL PROTECTED]To: Orion-Interest [EMAIL PROTECTED]Date:

Re: orion server version 1.4.7

2001-04-03 Thread Santosh Kumar
you need to be updated about autoupdate.jar. santosh -Original Message- From: Vlad Stinsov [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Tuesday, April 03, 2001 12:07 PM Subject: orion server version 1.4.7 Hi! Help me pls. On site www.orionserver.com I find server

Credit-Card Processing

2001-04-10 Thread Santosh Kumar
Does anybody use Verisigns's Payflow Pro for credit card processing? If yes, when i am trying to connect to the verisign server it gives me -32 error code saying "The certificate chain did not validate, common name did not match URL" Help Santosh -Original Message- From: Jens Stutte

Re: Credit-Card Processing

2001-04-11 Thread Santosh Kumar
match the url u are calling i.e cn=www.mysite.com That's it --- Santosh Kumar [EMAIL PROTECTED] wrote: Does anybody use Verisigns's Payflow Pro for credit card processing? If yes, when i am trying to connect to the verisign server it gives me -32 error code saying "The certificate

Re: request.getParameter() not working under solaris?

2001-04-11 Thread Santosh Kumar
probably you have to mention the char-set. I am not sure how you do this santosh -Original Message- From: Taavi Tiirik [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Wednesday, April 11, 2001 3:40 PM Subject: request.getParameter() not working under solaris? I am

Re: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Santosh Kumar
you have to restart orion..no other option. santosh -Original Message- From: Norman Timmler [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Thursday, April 12, 2001 1:48 PM Subject: autoreload of jsp files failed while working hard on a single jsp hi, usally the

Re: autoreload of jsp files failed while working hard on a single jsp

2001-04-12 Thread Santosh Kumar
PROTECTED]]Im Auftrag von Santosh Kumar Gesendet: Donnerstag, 12. April 2001 10:23 An: Orion-Interest Betreff: Re: autoreload of jsp files failed while working hard on a single jsp you have to restart orion..no other option. santosh -Original Message- From: Norman Timmler [EMAIL

Re: Running 2 Orions on the Same Machine

2001-05-07 Thread Santosh Kumar
you cant make two servers in the same machine listen on same ports. To get rid of the error you must make the servers run on different ports. Santosh -Original Message- From: B. Dawkins [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Monday, May 07, 2001 12:15 PM Subject:

Simple Java Doubts

2001-05-08 Thread Santosh Kumar
Question 1: How does an elementary Singleton pattern based Object behave in a multi-threaded environment? What is this phenomenon called? How do you make such a Singleton Object thread safe? Question 2: What are the two methods typically employed to notify remote clients distributed over the

Simple Java Doubts

2001-05-08 Thread Santosh Kumar
Question 1: How does an elementary Singleton pattern based Object behave in a multi-threaded environment? What is this phenomenon called? How do you make such a Singleton Object thread safe? Question 2: What are the two methods typically employed to notify remote clients distributed over the