Re: Java IDE?

2002-03-27 Thread Robert S. Sfeir
for it in another popup! SO SWEET! No need to go look at the API pages or anything like that! VERY VERY COOL stuff. I am surprised that Forte won the JDJ award over this IDE... I guess because it's not free or something. This is a much much better tool. Robert S. Sfeir Senior Software Architect

Re: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-19 Thread Robert S. Sfeir
2) can u pls suggest some good books/online material to EJB basics http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/

connection pipe problems

2002-01-16 Thread Robert S. Sfeir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello to all, I seem to have run into a bit of a riddle here with the Orion server (version 1.5.3 currently but 1.5.2 did this too, both running on Solaris though the problem is also exhibited on Linux) It seems that the http connection pipe

Re: [orion-interest]EJB2.0 spec or implementation?

2001-12-28 Thread Robert S. Sfeir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neither is Oracle. Oracle actually stores all its DB Fields upper case, but it doesn't matter how you refer to then, meaning select column1 from Table or select Column1 from table or select COLUMN1 FROM TABLE Doesn't make a difference. R At

Re: Disabling connectivity below 128bit encryption

2001-12-21 Thread Robert S. Sfeir
Wouldn't your https certificate do that for you? If you use https and your certificate requires 128bit, then that's what people will connect at. Maybe I'm wrong. Robert

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Robert S. Sfeir
Sounds like you're using the command without being in the Orion directory. Can't do that. R James Beeson wrote: I did not have the admin user deactivated (althought that was a good tip- thanks!) When I use the command: java -jar admin.jar ormi://localhost:8080/ admin pswd

Re: How do you shut down orion after it's initialized

2001-12-18 Thread Robert S. Sfeir
That's because Orion did not start properly in the first place. That's why you're getting that second error. Fix the start process, then you should be fine. To test that Orion did not start, just hit it via local host or something and see if it responds. You should get connection refused.

Re: Nimda Virus

2001-10-17 Thread Robert S. Sfeir
We've had tries from the Nimda virus trying to exploit, but there is nothing in Orion which would allow it to. It was trying to call some EXE files, and the virus is stupid enough to not realize that the server is trying to serve up those files and that they don't exist, and that it should

Re: Nimda Virus

2001-10-17 Thread Robert S. Sfeir
Nusairat, Joseph F. wrote: lol ... well how did we get infected??? Does anyone have any clue how that could happen? Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED] -Original Message- From: Hani Suleiman [

DB Logger Servlet

2001-09-26 Thread Robert S. Sfeir
Before I go re invent the wheel, I was wondering if anyone knew of a FREE servlet which would stream access log requests from the log file which Orion generates, and insert them (normalized of course) in DB tables so we can run immediate reports on the data. I'm hoping it would not be DB

Re: Oracle questions (Slightly OT)

2001-09-14 Thread Robert S. Sfeir
You can't insert large data into Oracle directly. If you want to use a CLOB to store your large amount of data you CAN do it with a bean, but you have to use some of the procedures imbeded in Oracle to deal with LOB data. An example would be something like this: public int insertClob( int

RE: Anyone experience any problems with JDBC Oracle drivers and JDK 1.3.1 with connection pooling?

2001-07-27 Thread Robert S. Sfeir
number of chars, but anything over that remains in the CLOB column. YUK. Of course if anyone knows another way around this please let me know :-) Hope this helps. R Robert S. Sfeir Director of Software Development PERCEPTICON corporation, in Joint Venture With JTransit San Francisco, CA

Orion Performance Tuning

2001-07-25 Thread Robert S. Sfeir
30-60 seconds, then click again or reload, and it just sits there and waits for the world to come to an end of something. Very bizarre. Any ideas you may have would be of great help. Thanks R Robert S. Sfeir Director of Software Development PERCEPTICON corporation, in Joint Venture

RE: Orion Performance Tuning

2001-07-25 Thread Robert S. Sfeir
, staging and live servers to all run the same JVM to make sure we all see any problems that arise. I use it for everything here now. No harm, just benefits, you just gotta have the RAM. R Robert S. Sfeir Director of Software Development PERCEPTICON corporation, in Joint Venture

RE: Oracle deal gag

2001-06-11 Thread Robert S. Sfeir
Wow, I never realized engineers had become so immature! Can we stop filling our mailboxes with junk? Get off the stupid list if you're so unhappy! You have a choice! Stay on the boat and can it, or get off the boat to something that will make you happier! R Robert S. Sfeir Director

Re: Oracle deal

2001-06-07 Thread Robert S. Sfeir
now, and soon I many not even tell them Orion, I will say the Oracle App Server if the client is a bit gun-shy on using something other than Weblogic. Just my opinion. R Robert S. Sfeir Director of Software Development PERCEPTICON corporation, in Joint Venture With JTransit San

Re: Orion running out of memory ?

2001-05-30 Thread Robert S. Sfeir
://www.netcoders.dk Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Re: Orion 1.5.0? Where do you download it from?

2001-05-23 Thread Robert S. Sfeir
java -DproxyHost=firewall/proxy.pac -DproxyPort=8000 -jar autoupdate.jar ? At 01:58 PM 5/23/2001 +0200, you wrote: java -DproxyHost=firewall -DproxyPort=80 -jar autoupdate.jar Robert S. Sfeir Director of Software Development PERCEPTICON corporation in Parternship With JTransit San

Re: Orion 1.5.0? Where do you download it from?

2001-05-23 Thread Robert S. Sfeir
or otherwise protected by law. Unauthorised disclosure or copying of any or all of it may be unlawful. If you receive this e-mail in error please notify the sender and delete the message ** Robert S. Sfeir Director of Software

Re: Orion 1.5.0

2001-05-21 Thread Robert S. Sfeir
) at com.evermind.xml.XMLConfig._ds(Unknown Source) at com.evermind.server.ApplicationServer._va(Unknown Source) at com.evermind.server.ApplicationServer.main(Unknown Source) Can anyone tell me how to fix it? James Fairbairn Robert S. Sfeir Director of Software Development PERCEPTICON corporation

BIG Problem with SSL

2001-05-08 Thread Robert S. Sfeir
When I setup SSL under Orion and I hit: http://www.domain.com then hit https://www.domain.com they both come up fine, but it looks like Orion is starting a new session!!! This is bad because if someone is logged in under https, it doesn't look like they're logged in when they're under the

RE: Interests sake

2001-05-03 Thread Robert S. Sfeir
We're running Solaris/Linux and Win2K, and I know of a couple of people running it on Mac OSX! R At 07:03 PM 5/3/01 -0400, you wrote: -Original Message- From: Adam Cassar [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED]

RE: Orion support company

2001-04-26 Thread Robert S. Sfeir
Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

url-pattern help

2001-04-12 Thread Robert S. Sfeir
servlet-namejtransit/servlet-name url-pattern/*.tml/url-pattern /servlet-mapping Is there no way to put in multiple url-patterns per servlet mapping? When I try it it fails miserably. R Robert S. Sfeir Director of Software Development

Re: Orion Team Needs New List Software

2001-03-14 Thread Robert S. Sfeir
I think developers communicating directly with customers is bad business :-) R Allen Fogleson wrote: I suspect that the person the mail is from is not responsible, obviously moved on and someone at the company set up the autoresponder. We do that here when we have people leave. Be bad

Re: How to set orion to perform a timely task.. (CRON???)

2001-03-06 Thread Robert S. Sfeir
Someone suggesting hitting a JSP with a cron... how can you hit a URL with a CRON or AT command, I didn't think you could do that! Perhaps I misunderstood the explanation? R Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http

[OT] Javamail API

2001-02-20 Thread Robert S. Sfeir
Does anyone know of a good tutorial for 'rookies' on using the JavaMail API? I just want to learn how to build a bean which allows me to send emails out after an insert. Thanks much. R Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http

RE: Last posting

2001-02-15 Thread Robert S. Sfeir
this... Get another stupid job if you're that freaked out! R Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Re: R: Why is Netscape slower with Orion?

2001-02-09 Thread Robert S. Sfeir
an application built with orion? Could there be anything wrong with my settings? Thanks, Huibert Aalbers Informix Software Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Re: Why is Netscape slower with Orion?

2001-01-27 Thread Robert S. Sfeir
. I'm not sure if that's all that explains it, but it certainly is a factor. (This is netscape 4.75). Haven't checked with NS6 HTH! -Mike Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http

Re: Getting back to the previous jsp

2001-01-19 Thread Robert S. Sfeir
inkToThePreviousPage%"/ Does any one know how I can replace "theLinkToThePreviousPage" with a Java expression which retrieves the correct url? Thought about letting the caller transfer the link as a parameter to the JSP, but I would like to avoid this, if possible.

Servlet startup in Orion?

2001-01-17 Thread Robert S. Sfeir
whether the service is stopped or started. Is there a place I can do this in Orion? Like a tutorial somewhere that I might have missed? Thanks. R Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED

Re: How to configure Orion to use Oracle

2001-01-17 Thread Robert S. Sfeir
Error initializing server: DriverManagerDataSource driver 'oracle.jdbc.driver.OracleDriver' not found Thank you, Danut _________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Re: Dynamic JSP in Orion

2001-01-10 Thread Robert S. Sfeir
%= username %, this is your content page. That's when we're going to hit a snag. You see there IS a need for dynamic content. Perhaps this is too off topic for this list, and if it is, could anyone recommend a good JSP discussion mailing list out there? Thanks much. R Robert S. Sfeir Director

Dynamic JSP in Orion

2001-01-09 Thread Robert S. Sfeir
for such applications? Thanks much in advance, and sorry if this subject has already come up before. Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Orion and JBuilder E 4 Open Tools

2000-12-28 Thread Robert S. Sfeir
. Thanks in advance for any info. Robert Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percepticon.com/ e- [EMAIL PROTECTED] t - (415) 749-2900 x205

Re: to boldly go where no man has gone before

2000-12-14 Thread Robert S. Sfeir
ldly go where no man has gone before Take it to alt.rec.etiquette. If you can read the post, and you know the answer, then reply. Otherwise, don't. tim. Robert S. Sfeir Director of Software Development PERCEPTICON corporation San Francisco, CA 94123 w - http://www.percep