RE: Servlet reload problem

2002-01-29 Thread Nusairat, Joseph F.
Title: RE: Servlet reload problem Are u using code that is calling another servlet? Or is this servlet being called from another one. Cause if the servlet is being called by another one you'd have to move both over both Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723

What does this mean?

2002-01-23 Thread Nusairat, Joseph F.
Title: What does this mean? .ejbLoad: unable to update databaseTransaction expired (Rolled back) Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED]

Errors on EJB Finder Methods

2002-01-16 Thread Nusairat, Joseph F.
Title: Errors on EJB Finder Methods If you are doing a find ... and lets say it cant find anything. IT seems to throw an exception ... is there anway to make it just null ... so i can do something else instead? Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pa

RE: How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
CVS(free)! Check out this link: http://www.martinfowler.com/articles/continuousIntegration.html Regards, Simon. > -Original Message- > From: Nusairat, Joseph F. [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 8:11 AM > To:   Orion-Interest > Subject:

How to handle multiple developers

2002-01-15 Thread Nusairat, Joseph F.
Title: How to handle multiple developers I was wondering how do u guys wrap up an application and store it when u have multiple developers coding for the same app? -joseph Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTE

Perl

2001-12-04 Thread Nusairat, Joseph F.
Title: Perl Anyone else have trouble getting Perl to work??? Anyone have any example perl code/?? Like what i have to put for the first line? I keep getting a 500 error Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTE

RE: please take me off the list, thanks!

2001-11-21 Thread Nusairat, Joseph F.
Title: RE: please take me off the list, thanks! NEVER BEING ON THIS LIST IS LIKE BEING IN THE MAFIA >> YOU ARE ON IT FOR LIFE!!! WOH GO ORION GOO -Original Message- From: Liang, Hua [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 11:21 AM To: Ori

RE: Nimda Virus

2001-10-18 Thread Nusairat, Joseph F.
-InterestSubject: RE: Nimda Virus Get a clue. You work for MCI WorldCom. What did you expect ? -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 17, 2001 4:29 PMTo: Orion-InterestSubject: RE: Nimda Virus lol ... well how

RE: Nimda Virus

2001-10-17 Thread Nusairat, Joseph F.
:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 10:15 AM To: Orion-Interest Subject: Re: Nimda Virus Of course not, it only affects IIS. On Wed, 17 Oct 2001, Nusairat, Joseph F. wrote: > Have any of u had issues with this exploiting the Orion App? >  > > Joseph Faisal

Nimda Virus

2001-10-17 Thread Nusairat, Joseph F.
Have any of u had issues with this exploiting the Orion App?   Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED]

RE: javax.naming.NamingException: Error reading application-client descriptor: No EJBHome found at...

2001-10-15 Thread Nusairat, Joseph F.
Title: RE: javax.naming.NamingException: Error reading application-client descriptor: No EJBHome found at... I am gonna guess that in your deplomyent descriptor the in the web one, that the entry for the home object is incorrect Make sure u have the home object written there properly. probab

EntityBean Question

2001-10-12 Thread Nusairat, Joseph F.
Title: EntityBean Question     For all of you using entity beans I was wondering do u map the entity bean to 1 table. Or do u map it more to a view of a few tables??? I was just thinking it could be helpful to do that in many instances ... but i was just wondering if that is looked re

EJB Workings Question

2001-10-04 Thread Nusairat, Joseph F.
Title: EJB Workings Question I am trying to figure out why i am getting marshalling exceptions in preparing hte bean insteance. And was wondering could someone explain the order things go in so i can attempt to figure out whats happening Like if i do a set from a servlet to an entity bean

javax.naming

2001-10-03 Thread Nusairat, Joseph F.
Title: javax.naming javax.naming what happened to this in the 1.3 release?? what did it get replaced by Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED]

Marshalling excetpion

2001-09-21 Thread Nusairat, Joseph F.
Title: Marshalling excetpion HERE2 HERE3 Exception:ProjectEdit.savePMBackupMgr(): Transaction was rolled back: Error preparing bean instance: com.evermind.transaction.MarshallingXAException; nested exception is: com.evermind.transaction.MarshallingXAException Display Project Exception: Proje

dAHHH ... BLOODY CLOB!

2001-09-11 Thread Nusairat, Joseph F.
Title: dAHHH ... BLOODY CLOB! OK i have taken all your advice ... and i changed it to a clob ... set up a binary stream ... wohoo ... good to go right? well WRONG! i keep getting marshalling exceptions Exception: ProjectAdd.saveInfo(): Transaction was rolled back: javax.transaction.SystemExce

RE: ORacle db string over 4000 chars

2001-09-10 Thread Nusairat, Joseph F.
tream. Which solution to use (or whether they will apply for you) depends on your needs.  For the application I am working on, we are using both solutions. -Steve > "Nusairat, Joseph F." wrote: > > Does anyone know how to handle this oracle 8.x u can have a varchar > set to 4k .

RE: ORacle db string over 4000 chars

2001-09-07 Thread Nusairat, Joseph F.
. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED] -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Friday, September 07, 2001 11:39 AMTo: Orion-InterestSubject: ORacle db string over 4000 chars Does anyone know

ORacle db string over 4000 chars

2001-09-07 Thread Nusairat, Joseph F.
Title: ORacle db string over 4000 chars Does anyone know how to handle this oracle 8.x u can have a varchar set to 4k ... sooo to do more than that i tried using a long and a long raw and inserting it that way ... however whenver i go over 4000 chars it bombs any one come across this

RE: Ant to compile and deploy one file

2001-08-23 Thread Nusairat, Joseph F.
(only one). Are you using the latest ant(I think it's 1.3)?. -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Jueves, 23 de Agosto de 2001 13:35To: Orion-InterestSubject: Ant to compile and deploy one file Hey if i have one fi

Ant to compile and deploy one file

2001-08-23 Thread Nusairat, Joseph F.
Title: Ant to compile and deploy one file Hey if i have one file to update is there an easier way to compile it and re jar it??? I am using ant ... and if i have one i can only seem to recompile them alll which takes some time. Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-

RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread Nusairat, Joseph F.
Title: RE: ORA-01000: maximum open cursors exceeded Exception I believe u get this error when you are opening tooo many connections. (duh) In other words make sure you are closing your Statements or PreparedStatements. If you are, then check with your DBA to see how many current cursors yo

Can u deploy EJB's into the default-web

2001-08-10 Thread Nusairat, Joseph F.
If so how?

Working together on an app

2001-08-09 Thread Nusairat, Joseph F.
Title: Working together on an app OK ... maybe I dont know how this works exactly But whenever i have a new app i make it deploy the ear and it updates it. Now ... my question is what if i only need to update one class file? Or what if we have 3 people working on the same app ... is t

RE: Session Sharing Again

2001-08-09 Thread Nusairat, Joseph F.
Title: RE: Session Sharing Again TO follow this up ... how are u all handling it when everything is on the one server. I have one app to log the user in ... and I want the user after logged in to be able to have access to all the other apps on there??? And I need access to certain user infor

RE: Why can't orion respond to their customers?

2001-08-08 Thread Nusairat, Joseph F.
Title: RE: Why can't orion respond to their customers? Or better yet have 2 licences The one they have now ... and allow u to buy a service package that allows u to clal them up ... since lots of places do that that way it will keep the initial licence cheaper -Original Messag

Session Sharing Again

2001-08-08 Thread Nusairat, Joseph F.
Title: Session Sharing Again OK to not beat a dead horse or anything cause i have read through the previous emails to try and solve hte problem BUT ... i baiscally have an EJB App on there that sets sup session variables Then I have some jsps and servlets on the regular default site

Passing JSP Paramters to a Servlet

2001-07-26 Thread Nusairat, Joseph F.
    Ok i dont know what i am doing wrong. But i have a jsp that gets  a username and passsword I then pass it to  a servlet which acceses an entity bean   Now the servlet and entity bean on all wrapped up in an ear.   My problem is i cant seem to pull any of hte parameters from the js

DLL not getting loaded

2001-07-25 Thread Nusairat, Joseph F.
java.lang.NoClassDefFoundError at ChangeControl.CCRemedyInsert.create(CCRemedyInsert.java:39    --- i keep getting this error ... like 39 is calling a class that is inside a DLL ... where should I put this DLL   I have tried putting it into the winnt dir, the lib dir,

JNDI Question

2001-07-19 Thread Nusairat, Joseph F.
Title: JNDI Question Hey I was wondering I am running orion 1.5 and I have a few applications that I need to run in a batch fashion at night. They are basic java classes that get scheduled. However I want to pull from the JNDI some of the configurations. How do I set the environment vari

RE: 500 Internal Server Error after deploying

2001-07-02 Thread Nusairat, Joseph F.
-452-0399 textmsg: [EMAIL PROTECTED] -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Friday, June 29, 2001 4:19 PMTo: Orion-InterestSubject: 500 Internal Server Error after deploying Here's the deal,     I set up and deploy an ear file

500 Internal Server Error after deploying

2001-06-29 Thread Nusairat, Joseph F.
Title: 500 Internal Server Error after deploying Here's the deal,     I set up and deploy an ear file and i try to run the associated servlet and i get 500 internal server error. Now the kicker is i have succesfuly deployed some of the other beans. I really have absolutely no clue what i

Memory leaks

2001-06-28 Thread Nusairat, Joseph F.
Title: Memory leaks I was curious ... i am about to put orion into a production enviroment within the next week. I have been writing some EJB's with it ... and some testing and configuring I was wondering how bad or good it is at memory leaks? Do u all have to restart your servers often??? O

RE: Debugging and orion

2001-06-28 Thread Nusairat, Joseph F.
Title: RE: Debugging and orion OK its an older thread ... but i dont have time to read them all I was just wondering ... if i run Orion as a service ... how do i see the System.out.printlns? Does it write them to any log file?? OR is there anyway i can pick them up -Original Me

RE: Orion as a Win2000 service ?

2001-05-03 Thread Nusairat, Joseph F.
What command line did u use to run it? -Original Message- From: Thomas Pridham [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:50 AM To: Orion-Interest Subject: RE: Orion as a Win2000 service ? In our production environment (win2000), we are using JNT to run Orion as a