Re: Re: how to shutdown orion app server?

2002-04-29 Thread Liu Bin
but i can't look up my ejb,how to config it. thanks Hi. Make sure you remove the'deactivated="false"' for admin in config/principals.xml Lachezar. Hi, I writed one EJB and

Re: Re: how to shutdown orion app server?

2002-04-29 Thread Lachezar Dobrev
Hi. Again. Now. The code seems correct. Except, the url, that MAY require to be of the type: ormi://localhost/Your_App_Name. If you have deployed your beans in an application, and NOT in the default APP, you HAVE to use the url with the app_name at the end. in config/server.xml

Re: Re: is Orion dead?

2002-04-12 Thread gofreddo
Hi Joseph, Any idea when the new version will be out? Regards Fred From: Joseph Ottinger [EMAIL PROTECTED] Subject: Re: is Orion dead? Date: 12/04/2002 18:04:37 To: Orion-Interest [EMAIL PROTECTED] ...except the wait is due to an internal refactoring that should yield significant

RE: RE: JNDI naming exception when running app on orion from JBuilder

2002-03-20 Thread DORAN, GRANT
I have done both of the things mentioned and it still doesn't work. The JNDI properties only need to be set explicitly for jbuilder debugging. I am informed by Borland that this is probably because jbuilder is using it's own JNDI settings. When I run the application in orion normally, it works

RE: RE: JNDI naming exception when running app on orion from JBuilder

2002-03-19 Thread [EMAIL PROTECTED]
try: env.put(Context.PROVIDER_URL, ormi://localhost/flexisale2); instead of: env.put(Context.PROVIDER_URL, http://localhost/flexisale2;); That should give you the correct provider. I still don't understand why you are needing to specify JNDI properties. If you are running both your Servlet

Re: Re: Showing Error Messages

2002-03-18 Thread bigizzy
Hi, I suppose you are using IE as your browser. If so then go to Tools Internet Options Advanced and Uncheck Show Friendly HTTP Error Messages. Having done this you will get proper java compilor error messages and not 500 Internal server error. Hari. Get Your Private, Free E-mail from

RE: Re: Using NT security

2002-03-16 Thread [EMAIL PROTECTED]
I had to build a custom security class for authenticating against an NT (Win2K Active Directory) domain. Although this does require entry of credentials it is better than a properties file. This class uses AD for authentication and SQLServer for group information (we wanted a single place to

RE: Re: J2EE Security issue...

2002-03-14 Thread Satter, Rabi
Is there any reason why you don't update the object when a change is made? That is how we are currently do it. That way I don't have to check for changes. Just curious if I am missing some hidden issue that will only come out and byte me later. -Original Message- From: Jeff Hubbach

RE: Re: J2EE Security issue...

2002-03-14 Thread Gerald Reed
Another way for security check is to use the new filter feature added in servlet 2.3 or JSP 1.2 specs. --- Satter, Rabi [EMAIL PROTECTED] wrote: Is there any reason why you don't update the object when a change is made? That is how we are currently do it. That way I don't have to check for

Re: Re[2]: Direct call to j_security_check when using form basedauthori zati on

2002-02-19 Thread Mike Cannon-Brookes
-Interest Subject: RE: Re[2]: Direct call to j_security_check when using form based authori zati on Thank you Jan and Sergey for your advices. With help from you I have managed to solve my problem. Best regards, Erik -Original Message- From: Sergey G. Aslanov [mailto:[EMAIL

RE: Re(2): Application client log in

2002-02-08 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
You are probably missing application-client.xml, and orion-application-client.xml; they have to be in a META-INF directory relative to the source root of your client. You should be able to find the apropriate tags in the orion docs and on the sites referenced before. In my own situation, I call

RE: RE Orion on Macintosh OSX setup

2002-01-01 Thread Aaron Tavistock
Hmm - I don't know much about aliases, I'm a UNIX head that just happened to have helped a friend get Orion running under OSX. :) Glad to know that works for ya! -Original Message- From: Pauline McNamara To: Orion-Interest Sent: 12/30/01 1:27 PM Subject: Re: RE Orion on Macintosh OSX

Re: RE: Orion on Macintosh OSX setup

2001-12-29 Thread Tim Kelley
[EMAIL PROTECTED] writes: Second: I went ahead and started orion with java -jar orion.jar and get the following error message: Error starting HTTP-Server: Permission denied Orion/1.5.2 initialized I understand that I can't access port 80 when not logged in at the root, and that I probably have

Re: Re: Very Long Deployment Time

2001-12-19 Thread Gustavo Comba
Hello, Thanks for your answer. I've tryed almost everything! I've added more RAM to my AppServer, now I'm deploying directly from the console, using java.exe -jar admin.jar ormi://ias/ admin x -deploy -file C:\jdev\InfinitumDoor\AppIntranet\IntranetApplication.ear -deploymentName

RE: Re: Very Long Deployment Time

2001-12-19 Thread Rice, Ted
lto:[EMAIL PROTECTED]]Sent: Wednesday, December 19, 2001 8:04 AMTo: Orion-InterestSubject: Re: Re: Very Long Deployment Time Hello, Thanks for your answer. I've tryed almost everything! I've added more RAM to my AppServer, now I'm deploying directly from the console, using jav

Re: Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-13 Thread Vani H.S.
Thank you very much. I sincerely appreciate your help. Best regards, Vani From: Sergey G. Aslanov [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re[2]: Urgent :: How to access JMS service from Servlet/JSP Date: Tue, 13 Nov 2001

RE: RE: EJB 2.0 Approved

2001-09-10 Thread Solinsky, Jason
I have empirically observed a very high penalty on each call I make through a remote interface in the same JVM in 1.5.2. I haven't attempted to figure out how things are actually implemented, but something very expensive is happening each time a same-VM call is made. JWS -Original

RE: RE: EJB 2.0 Approved

2001-09-10 Thread Trujillo, Kris
I'm pretty sure Orion does not perform their version of EJBLocal without setting orion-ejb-jar copy-by-value=false in the orion-ejb-jar of the EJB. Setting this attribute will stop objects from being serialized passed between the EJB and the client. I am 99.9% sure that Orion does not perform

RE: RE: Stored procedures and J2EE

2001-09-09 Thread Frank Eggink
Yep that's right, but only in an environment where you have the option to connect to the middle layer with any platform you like. Sometimes you haven't and that weighs into the equation as well. Guess my point is that an architecture caries some pragmatism as well. N-tier is not a goal on

RE: RE: Stored procedures and J2EE

2001-09-08 Thread Troy Wong
The whole point of n-tier distributed programming is to keep business logic outside of the database layer. Stored Procedures do have performance benefits, but it's much better from a design perspective to keep all logic in the middle layer and leave the database as a dumb persistence layer.

Re: Re[2]: Session share problem.

2001-09-06 Thread Jishan Li
Thanks, Greg Rafael. I post this message yesterday but it was lost, I think. Try again today, hope to get some help. Yes. I have share="true", the secure and non-secure site is within a SAME application. My configs like followings.. 1) when I start the

Re: Re[2]: Session share problem.

2001-09-06 Thread Jishan Li\(CN\)
Dear Rafael: Thanks a lot. I've solved the session share problem. I found the clue in your old message: http://www.mail-archive.com/orion-interest@orionserver.com/msg15659.html Sometimes I can't post message to the mailing list, so I email you, and thank you. I think it is someting

Re: Re[2]: Help needed

2001-09-01 Thread Lachezar Dobrev
Hello. I'm trying to get Orion Server to start as a non-root users on Red Hat 7.1. I know I need to forward the port from 80 to something above 1024. Does any one know how I can do that with iptables. I've never used it before. LD ipchains -I input --protocol tcp \ LD

Re: Re: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread skyman
robert can you tell us a little about your stable setup? David Orion-Interest [EMAIL PROTECTED] wrote: Which jdk/kernel/glibc are you using? We have two production systems running a similar setup without any serious problems. Regards, Robert On Tuesday 21 August 2001 22:35, you wrote:

Re: Re[2]: Fwd: file upload

2001-07-13 Thread Joseph B. Ottinger
www.orionsupport.com now has Nick's classes on it (see the File Upload link.) As for storing it in an EJB... beware, here be dragons and really poor network latency. On Fri, 13 Jul 2001, Christoph Sturm wrote: Hello Nick, Thursday, July 12, 2001, 5:57:56 PM, you wrote: NN Hi Christoph,

Re: RE: Oracle deal gag... but on a different note.

2001-06-12 Thread John Hogan
Their j2ee implementations seemed like a bunch of open source glued together. Throw in the oddDuck idea of running ejb's inside the db server and it's no wonder they threw it away. Perhaps because they couldn't give it away. _ Get your free E-mail at

Re: Re: ATM example - deployment error - PLEASE some HELP

2001-05-29 Thread Eddie
Hellu there, I already solved it myself. How ??? I did an upgrade to 1.5.1. Spend some time, such that all my other applications worked again.and yes the tiny jms application works as well: onMessage Received new quote : Hello, World Unknown command: -1 ejbRemove called --- I

RE: Re: ATM example - deployment error - PLEASE some HELP

2001-05-29 Thread Ernie Phelps
, this works fine during normal Orion shutdowns, but does not if Orion terminates abnormally (crashes, kill -9 or X the window). HTH, Ernie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Tuesday, May 29, 2001 7:59 AM To: Orion-Interest Subject: Re: Re

Re: Re: I require step by step install instructions for Pet Store 1.1.2 on Orion please?

2001-05-22 Thread John Hogan
when all else fails, read the directions _ Get your free E-mail at http://www.ireland.com

Re: Re: RE: Simple Java Doubts

2001-05-10 Thread Johan Fredriksson
Resistance is futile, you will be assimilated. Johan - Original Message - From: John Hogan [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 9:55 PM Subject: Re: Re: RE: Simple Java Doubts Santosh, Is the original disclaimer a secret plot to own

SV: Re: RE: Simple Java Doubts

2001-05-10 Thread Magnus Rydin
Title: SV: Re: RE: Simple Java Doubts THEY just informed me that the Frog is leaping through tiny blue loops. SOMEONE tells me that the Bavarian Illuminati has teamed up with BORG and are involved in this affair in SOME WAY. Fnord! -Ursprungligt meddelande- Från: Johan

RE: Re: RE: Simple Java Doubts

2001-05-10 Thread KishoreBabu.tanety
mama feeel ayyava?? -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 1:33 PM To: Orion-Interest Subject: Re: Re: RE: Simple Java Doubts Resistance is futile, you will be assimilated. Johan - Original Message - From: John Hogan

RE: Re: RE: Simple Java Doubts

2001-05-10 Thread Christian . Tellefsen
Title: SV: Re: RE: Simple Java Doubts That's an evil communist lie. Please report to the nearest termination center. The computer is your friend! -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: 10. mai 2001 10:41To: Orion-InterestSubject: SV: Re: RE

Re: Re: RE: Simple Java Doubts

2001-05-10 Thread Joseph B. Ottinger
Message- From: Magnus Rydin [mailto:[EMAIL PROTECTED]] Sent: 10. mai 2001 10:41 To: Orion-Interest Subject: SV: Re: RE: Simple Java Doubts THEY just informed me that the Frog is leaping through tiny blue loops. SOMEONE tells me that the Bavarian Illuminati has teamed up with BORG

Re: RE: Simple Java Doubts

2001-05-09 Thread John Hogan
On response 2, if the remote client is actually a web server, the scheme will work nicely. No polling would be necessary, an http request would only be issued on event. John Hogan _ Get your free E-mail at http://www.ireland.com

Re: Re: RE: Simple Java Doubts

2001-05-09 Thread John Hogan
of this communication. Thank you for your assistance. ** Begin Original Message From: John Hogan [EMAIL PROTECTED] Sent: Wed, 9 May 2001 08:03:18 -0400 To: Orion-Interest [EMAIL PROTECTED] Subject: Re: RE: Simple Java Doubts

Re: [Re: broken default web app - not found]

2001-05-03 Thread joey sark
I copied config/applictation.xml to applications/pussycat/META-INF/ and changed web-module id=defaultWebApp path=../default-web-app / to: web-module id=pussycat path=../pussycat / which yields: Error instantiating application at file:/O:/applications/pussycat/: Unknown assembly

Re: Re: IIS, Orion, virtual host

2001-04-27 Thread paul
Dear Jeff Hubbach, Thanks for your advice. 01-4-27 0:00:00 You had said£º Paul, I'm sorry to say that I have no experience with IIS and configuration issues therein. I do know thorugh experience and education that each IP has it's own set of ports. That's why I gave my advice below. If you

RE: Re: IIS, Orion, virtual host

2001-04-27 Thread Ron White
I must confess I was incorrect about the port issue. I had forgotten that I had moved my IIS to a different port when Orion was running. But I found the solution to the issue as well. Seems IIS listens on all IP by default even if you tell it to only listen on one port. The following tells how to

RE: Re: IIS, Orion, virtual host

2001-04-27 Thread cybermaster
Out of curiosity: Jeff, are you using a multi-homed machine? So far I have not run across a network driver that filters all incoming packets from a single network card to resolve them into various IPs, but I'm always open to learn of new stuff. One network adapter - one IPaddress (although I've

Re: Re: IIS, Orion, virtual host

2001-04-27 Thread Iain McClure
[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, April 27, 2001 7:07 PM Subject: RE: Re: IIS, Orion, virtual host Peter, this is from Kabir's book Red Hat Linux 7 Server, page 214, The first step in creating an IP alias is to determine if you have the IP alias module loaded

Re: Re: IIS, Orion, virtual host

2001-04-26 Thread paul
Dear Jeff Hubbach, Can you send some detail info about IIS set? 01-4-25 12:54:00 You had said£º Each IP has it's own ports. Therefore, you could have Apache listening on port 80 of IP A, IIS listening on port 80 of IP B, and Orion listening on port 80 of IP C. It sounds like you don't have IIS

Re: Re[2]: jsp:declaration parsing error

2001-04-20 Thread doggie
Hi Rafael, I have difficulty to tell whether the meaning of the 1.1 spec is, since it didn't use the more familiar words like MUST or MAY to describe it. (and English is not my domain language.) Orion 1.4.5 support almost all the other xml equivalent tags defined in the spec such as

Re: [RE]..

2001-04-19 Thread Kanbay Saravanan
please do not study java.it is waste to study java...i am working in java and we have no projects at all.. we never think we will get getting one.. SaravananGet Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

RE: [RE]..

2001-04-19 Thread Kemp Randy-W18971
Are you attending the Timbuktu Java convention, by chance? -Original Message-From: Kanbay Saravanan [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 19, 2001 4:29 AMTo: Orion-InterestSubject: Re: [RE].. please do not study java.it is waste to study java...i am

Re: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Johan Fredriksson
e you have the business modell. At least that's how I interpreted Karl Avedals speech. Johan - Original Message - From: [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 13, 2001 12:53 AM Subject: Re: Re: ORION RISE FROM THE DEAD! I really hope th

Re: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Stan Ng
"cash cow" actually, but close enough. :) thanks for the update! - Original Message - From: "Johan Fredriksson" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 12:47 AM Subject: Re: Re: ORION RISE FROM THE

RE: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Kemp Randy-W18971
get better prepared. -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 2:47 AM To: Orion-Interest Subject: Re: Re: ORION RISE FROM THE DEAD! As I mentioned before in a previous posting, the Orion team will continue their work

RE: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Hani Suleiman
-Interest Subject: Re: Re: ORION RISE FROM THE DEAD! As I mentioned before in a previous posting, the Orion team will continue their work on the Orion product, partners will do the support. Support will in the future be the "milking cow" ( don't know if that one trans

Re: Re: ORION RISE FROM THE DEAD!

2001-04-12 Thread skyman
I really hope that Orion is released into the open-source community if they're going to tank as a business. I never thought of that. I guess the real question may be: "What is Orion's/Ironflare's business model?" Taking a wild guess, not based on any first hand knowledge/contact/experience,

Re: Re: ORION RISE FROM THE DEAD!

2001-04-12 Thread Hani Suleiman
David, nothing personal, I'm just hanging my reply off yours as it's the latest one in this thread... BUT some of us are very bored of this thread popping up every few weeks. Sure, Orion hasn't released a new version in a couple of months now (I think), and I'm as desperately eager for 1.4.8 as

RE: [RE]..

2001-04-05 Thread elephantwalker
Take a look at this book, Core Java, Volume II - Advanced Features by Cay S. Horstmann and Gary Cornell. There is a whole chapter on RMI. This should get you started. You might want to check out the www.javasoft.com web site, I believe there is a tutorial on RMI. You might also check out the

RE: Re[2]: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Mike Cannon-Brookes
Remote interfaces are just interfaces. They can extend multiple other interfaces. So it's not real tedious at all? ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rafael Alvarez Sent: Friday, March 16, 2001 1:55 PM To: Orion-Interest Subject:

Re: re: configuring jdbc with oracle...

2001-02-26 Thread John Hogan
As a sanity check, you may want to make sure you can get the Product example running with Oracle first (http://www.orionserver.com/docs/ejbexamples/index.html). There's some good by the numbers instructions for editing the xml files ... Also, make sure your oracle classes12.zip is in

Re: Re: configuring jdbc with oracle...

2001-02-24 Thread John Hogan
are you seeing any errors on Orion startup? _ Get your free E-mail at http://www.ireland.com

Re: Re: Unsent Message Returned to Sender

2001-02-16 Thread vandycan
Natalie, The problem appears to be with the Orion folk's listserver. Mike Van

Re: RE: Garbage collection, out of memory

2001-02-15 Thread Jaco van Rooijen
The problem is not that simple. There's a bug. We then ran a test program that creates a simple entity bean in an infinite loop and then releases the reference of this entity bean. We ran a profiler on the VM and counted the memory instances. The server keeps the beans in a list, so the GC cant

RE: RE: Any news from Orion yet??

2001-02-14 Thread Jeff Schnitzer
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:41 PM To: Orion-Interest Cc: Orion-Interest Subject: Re: RE: Any news from Orion yet?? All, Running a training program for EJB's gives me a different perspective when dealing with EJB

RE: RE: Any news from Orion yet??

2001-02-14 Thread Jeff Schnitzer
Dude, do you really think a Swedish company with a handful of employees is going to be able to field a worldwide army of training professionals? It just occurred to me that this sounds rather bad... I was trying to imply that it would be unlikely for such training professionals to be sent all

Re: RE: Any news from Orion yet??

2001-02-13 Thread vandycan
All, Running a training program for EJB's gives me a different perspective when dealing with EJB application vendors like Orion. My experience is that they (expensive vendors like BEA ) offer institutions like mine free licences and trainers in the hopes that newly educated programmers would

Re: RE: Any news from Orion yet??

2001-02-13 Thread Joseph B. Ottinger
On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote: All, Running a training program for EJB's gives me a different perspective when dealing with EJB application vendors like Orion. My experience is that they (expensive vendors like BEA ) offer institutions like mine free licences and trainers in

RE: RE: Any news from Orion yet??

2001-02-13 Thread Kevin Duffey
, February 13, 2001 9:41 PM To: Orion-Interest Cc: Orion-Interest Subject: Re: RE: Any news from Orion yet?? All, Running a training program for EJB's gives me a different perspective when dealing with EJB application vendors like Orion. My experience is that they (expensive vendors like BEA

Re: RE to Phan Anh Tran

2001-02-11 Thread sarala
sir, can u send me a detailed application regarding the build.xml file. i am doing a project using the orion server, where i have created a build.xml file but its not working for relative paths,can u give me a clear explanation of how to use for relative paths and how to use the same

Re: RE to Phan Anh Tran

2001-02-11 Thread Phan Anh Tran
Please send me the details. Thanks. Anh - Original Message - From: faisal To: Orion-Interest Sent: Saturday, February 10, 2001 6:36 PM Subject: RE to Phan Anh Tran Doing without ear file can be very easy and it allows easy update in Orion create a new

Re: RE: Orion Server compared to Oracle AS

2001-02-10 Thread John Hogan
Hello Randy, I'm especially interested in Oracle's ejb deployment. Their documentation (vague) seems to suggest that the ejb's are actually deployed to the jvm that runs inside Oracle's db server. This seems to defeat one of the primary benefits of ejb (n tiered scalability). Also, it would

RE: RE: Orion Server compared to Oracle AS

2001-02-10 Thread Kemp Randy-W18971
in production yet (at least at our site). -Original Message- From: John Hogan To: Orion-Interest Sent: 2/10/01 10:54 AM Subject: Re: RE: Orion Server compared to Oracle AS Hello Randy, I'm especially interested in Oracle's ejb deployment. Their documentation (vague) seems to suggest

RE: Re[2]: R: R: frustrated - jdbc: No suitable driver

2001-02-05 Thread Jeff Schnitzer
- From: Allen Fogleson [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 04, 2001 10:46 AM To: Orion-Interest Subject: RE: Re[2]: R: R: frustrated - jdbc: No suitable driver Uhmmm, I agree, I was confused because someone said they still needed the JDBC drivers on the client, and assuming you use

Re: Re[2]: R: R: frustrated - jdbc: No suitable driver

2001-02-05 Thread Jesse Kuhnert
interfaces. The actual implemented classes are serialized and returned to the client automagically by the JVM? - Original Message - From: "Jeff Schnitzer" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, February 05, 2001 6:16 AM Subject: RE: Re[2]: R:

RE: Re[2]: R: R: frustrated - jdbc: No suitable driver

2001-02-05 Thread Daniel Cardin
2001 12:17 Til: Orion-Interest Emne: RE: Re[2]: R: R: frustrated - jdbc: No suitable driver I'm fully prepared to believe that my understanding of how this works is wrong, but if so it raises quite a few questions for me. Connection, Statement, ResultSet, etc are just interfaces; something must

RE: Re[2]: R: R: frustrated - jdbc: No suitable driver

2001-02-04 Thread Allen Fogleson
Uhmmm, I agree, I was confused because someone said they still needed the JDBC drivers on the client, and assuming you use the portable method of DataSources, there should be no reason that they would need to have the JDBC drivers, it is all handled container side with the datasource. Al

Re: Re: message-driven beans from a topic

2001-02-03 Thread John Hogan
If the observable (sender) has knowledge of who the observers/listeners are, you can use the MessageDrivenBean as a notification service. The observable delegates notification to the MessageDrivenBean, and includes recipients as part of the message. There will be just one instance of the

RE: Re: Error deserializing EJB-session, anyone tell me why?

2001-02-01 Thread Michael Mok
Hi I would suggest that you make the dbconnection variable transient. Would it be better to close the database connection prior to deserializing and then have the bean establish the connection again later. private transient Connection dbConnection = null; private transient ResultSet rs

RE: RE : JSP TagLibs and UTF8 Encoding - Further Info

2001-02-01 Thread Juan Lorandi (Chile)
aren't cp1252 and UTF-8 actually the same? -Original Message- From: Ted Rice [mailto:[EMAIL PROTECTED]] Sent: Jueves, 01 de Febrero de 2001 8:23 To: Orion-Interest Subject: RE : JSP TagLibs and UTF8 Encoding - Further Info --- Ted Rice APAMA Ltd, 17 Millers Yard, Mill

Re: Re: Port forwarding

2001-01-25 Thread Trevor Squires
ACK I meant host="[ALL]" not port=[ALL] !!! Very tired from skiboarding all day... On Wed, 24 Jan 2001 [EMAIL PROTECTED] wrote: I'm not quite sure what you are saying, but we are getting somewhere...I got orion to bind to port 10080...I have it in 2 places default-web-site.xml and

Re: Re: Port forwarding

2001-01-25 Thread David Morton
YesI got it working by binding orion to host="[ALL]" and port="10080" and executing the following two: echo "1" /proc/sys/net/ipv4/ip_forward ipchains -I input 1 -d MYIP 80 -p tcp -j REDIRECT 10080 It is odd that i had to do thatI originally was going to bind all instance of orion

Re: Re: Port forwarding

2001-01-24 Thread skyman
I have it running on a 4ip host where each interface (ip) is a different web site which is what I think you want to do right? Currently I have a 4ip hostfor argument sake: IP 1 - apache bound to port 80 IP 23 - orion bound to port 80 (unfortunately as root...why I'm trying all this)...up

Re: [Re: AW: Stand-alone-client]

2001-01-19 Thread mohan krishna
Hi, Will u please give the code i have to embed in my satand-alone application..to access EJBs which r running under Orion... and what r the files i have to modify to run this application... this is the code i embed in my application to get the connection... Properties props = new

Re: [Re: AW: Stand-alone-client]

2001-01-19 Thread mohan krishna
Hi, Will u please give the code i have to embed in my satand-alone application..to access EJBs which r running under Orion... and what r the files i have to modify to run this application... this is the code i embed in my application to get the connection... Properties props = new

RE: [Re: AW: Stand-alone-client]

2001-01-19 Thread Konstantin Polyzois
:[EMAIL PROTECTED]] Sent: den 19 januari 2001 10:11 To: Orion-Interest Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Re: AW: Stand-alone-client] Hi, Will u please give the code i have to embed in my satand-alone application..to access EJBs which r running under Orion... and

RE: Re[2]: large field bug ??

2001-01-12 Thread Juan Lorandi (Chile)
I use String for primary/composite key fields... there are size constraints in many DB's about the total length of a PK so i still need String mapped to varchars, plus it will be DB accepted to use it as PrimKey (opposed to BLOBs) The mix approach doesn't sound nice, but it works and is flexible

Re: Re[2]: large field bug ??

2001-01-12 Thread Stan Ng
TECTED] Sent: Friday, January 12, 2001 1:26 PM Subject: RE: Re[2]: large field bug ?? I use String for primary/composite key fields... there are size constraints in many DB's about the total length of a PK so i still need String mapped to varchars, plus it will be DB accepted to use it as PrimKey (oppose

Re: Re: javax.naming.NameNotFoundException: agency not found

2000-12-22 Thread revivalatgt revivalatgt
I tried this as well, this doesn't work either...how can this work one day and not the next? Maybe this is a jndi issue... Robert Does anybody know what could cause a javax.naming.NameNotFoundException: my bean name not found? I think my .xml files are fine, and I think this used to work!

Re: RE: Help me please in post method

2000-12-10 Thread John Hogan
Have you switched your servlet to perform doPost instead of doGet? John Hogan _ Get your free E-mail at http://www.ireland.com

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Magnus Rydin
Title: RE: RE: Macromedia Generator and Orion If you know of such an alternative system, could you please let me know? WR -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: den 16 november 2000 09:46 To: Orion-Interest Subject: OT: RE: Macromedia Generator

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger
At 12:49 16.11.00 , you wrote: If you know of such an alternative system, could you please let me know? WR I'll look for the article and post them. robert -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]] Sent: den 16 november 2000

RE: RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin
Hi Magnus, At 12:49 16.11.2000 +0100, you wrote: If you know of such an alternative system, could you please let me know? WR this is slowly getting a Generator discussion board.. ;)) Check out Swift Generator. But there is a difference in the Swift- and in the Macromedia Concept: Swift

RE: Re[2]: xml,xsl in orion

2000-11-03 Thread Russ White
PROTECTED]]On Behalf Of Duffey, Kevin Sent: Thursday, November 02, 2000 10:00 PM To: Orion-Interest Subject: RE: Re[2]: xml,xsl in orion If you don't mind I would like to ask you a question or two.. How exactly is the XSL, XML output of a JSP (using text/xml) being passed to the XSLT engine

Re: Re[2]: xml,xsl in orion

2000-11-03 Thread Rodrigo B. de Oliveira
To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, November 03, 2000 10:31 AM Subject: RE: Re[2]: xml,xsl in orion Kevin, Here is a simpler way to do this: 1) request comes to controller servlet. 2) controller makes url connection and get content from xml producing jsp. 3) cont

RE: Re[2]: xml,xsl in orion

2000-11-03 Thread Duffey, Kevin
Incidentally..do you have any example URLs that I can look at..to see what XSL output has done for your site? Thanks. -Original Message- From: Russ White [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 4:31 AM To: Orion-Interest Subject: RE: Re[2]: xml,xsl in orion K

RE: re Performance test...

2000-10-26 Thread Duffey, Kevin
No entity beans..not even using EJB on this particular test. It will be a few weeks before I get the clustered test posted. Business needs are consistently coming in and we don't have time to do much else. But as soon as I can I will post those results. -Original Message- From: Mark

RE: RE: JSP char code

2000-10-21 Thread houyunf
I found it myself. Just add default-charset="gb2312" to the orion-web.xml file. Hou Yunfeng __ ==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä http://mail.sina.com.cn ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ

RE:[Re: 2 many messages - News Server needed. - Or we could split]

2000-10-19 Thread KirkYarina
I vote for email... IMHO, If you work for a company that doesn't have email and a POP or IMAP server then perhaps you should work on that instead. If it does you should be using your work email address, rather than a personal domain, if your Orion use is work related. It looks like you're

RE:[Re: 2 many messages - News Server needed. - Or we could split]

2000-10-19 Thread KirkYarina
At 07:03 PM 10/19/00 +0200, you wrote: At 12:23 19.10.00 , you wrote: snip/ BTW, ejb-interest seems to have died after some clueless idiot started resending the last couple month's posts back to the list. unbelievable It may not be cause and effect... or it may be somebody at Sun's gotten

Re: RE: LogicalDriverManagerXAConnection not closed

2000-10-10 Thread Jaco van Rooijen
I think not. This is the first time I GET the connection, and it complains that I did not close it. Also, according to my understanding, I do not have to explicitly close pooled connections. At least, when we were using 1.0.3 the documentation said something to that effect. Thanx for

RE:[RE: EJB vs Servlets]

2000-10-09 Thread Alexandre POLOZOFF  
It sounds to me like it probably is not worth it for you to move to EJBs considering how much you have invested in your current technology. But some reasons we use EJBs where I work: a) portability. Stored procedures, mentioned in another post, are not portable at all. Whereas EJBs will run

RE: [RE: EJB vs Servlets]

2000-10-09 Thread Duffey, Kevin
Hi, I think what we have is a case of fear, uncertainty and doubt. My experience with EJBs has been so good I'm going back to rewrite some of my personal-hobby-related sites into EJBs. That is how impressed I am with EJB. I think your exactly right. I bought an EJB book and started

RE: Re[2]: EJB vs Servlets

2000-10-09 Thread Reddy Krishnan
Hi rafael, complex OR mapping is solved pretty comprehensively in 2.0 and that too in public draft 2. But what you say for SQL is not fully true. For heavy duty operations like full search of database it is prohibitively expensive to get large number of EJBs returned in searches then discard

Re: Re EJB vs Servlets

2000-10-09 Thread Damian Guy
"van Geel, Leo" wrote: -Original Message- From: Rafael Alvarez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 10, 2000 9:11 AM To: Orion-Interest Subject: Re[2]: EJB vs Servlets I'm currently developing a big project using EJBs,a backend for a one-hour delivery

Re: Re: Only one database connection used

2000-10-02 Thread David Ekholm
Simon, I spoke to one of the orion guys and informed them of the problem. It seemed like it was new information to them. Sadly to say, I haven't received any more information as to if they are working on resolving it. When they do, I know that at least our application will be twice as

Re: RE: CMP deployment problem

2000-09-08 Thread [EMAIL PROTECTED]
Thanks for the reply! You were on the right track, the problem was that i hadn't updated the ejb-jar.xml file to use the CMP version of my beans. Cheers, Damian Guy. At Fri, 8 Sep 2000 16:14:22 +0200 , you wrote: Hi ! I used to get such exceptions too... I had just read about BMPs and CMPs,

  1   2   >