RE: Clustering..

2001-07-17 Thread Marcel Schutte
Title: RE: Clustering.. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav KumarSent: Tuesday, July 17, 2001 12:32 AMTo: Orion-InterestSubject: RE: Clustering.. snip This mechanism have one drawback: If you keep an object in session and later

RE: Has anyone yet figured out how to use TopLink with Orion?

2001-07-17 Thread Montebove Luciano
I asked to Webgain on May and they said there is no plan to integrate with Orion (and JBoss). I evaluated the TopLink for Java but wasn't able to integrate it with Orion. If you can't use the CMP offered by Orion for any good reason (portability?) I can recommend VisualBSF from ObjectMatter. It

Re: UNSUSCRIBE

2001-07-17 Thread Max

Illegal removing from cache

2001-07-17 Thread Miosz Witkowski
Hi everybody! I have problem with EJB entity BMP. I have base class that used reflection API to set and get fields. Everything works fine ex removing bean. I have this exception:java.lang.InternalError: Illegal removing from cache of Poland at

RE: Has anyone yet figured out how to use TopLink with Orion?

2001-07-17 Thread Kevin Duffey
What about SmartMode? www.smartmode.com. It got a lot of attention at JavaOne and looks powerful including EJB 2.0 support. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Montebove Luciano Sent: Tuesday, July 17, 2001 1:19 AM To: Orion-Interest

OrionHttpJspPage doesnt implement Servlet.init method correctly (throws is missing)

2001-07-17 Thread Tomi Panula-Ontto
OrionHttpJspPage doesn't implement javax.servlet.Servlet interface correctly. In Orion implementation the Init method doesnt throw ServletException like it should do according to J2EESDK 1.2.1 and 1.3beta2 d:\orion set classpath=d:\orion\orion.jar d:\orion javap

RE: Does Orion root .jar files interfere with my web-app WEB-INF/libjar files?

2001-07-17 Thread Simon Harris
But if you want to use schema validation, then you will need xerces as crimson doesnt support it. Have a look at my post for a solution to your problem: http://www.mail-archive.com/orion-interest%40orionserver.com/msg15104.html

Re: UNSUSCRIBE

2001-07-17 Thread Joseph Liu

FW: String.trim() for CMP

2001-07-17 Thread Michael A Third
Same for this one -Original Message- From: Michael A Third [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:39 PM To: Orion-Interest Subject: String.trim() for CMP We have been trimming our string values in the ejbLoad successfully (or so we thought) for several months. We've

RE: Clustering..

2001-07-17 Thread Paul Knepper
Title: RE: Clustering.. I haven't check with the latest version, but I store a handle to a sfsb. When I failover it is invalid on the other server. Is this a bug? -Paul -Original Message-From: Kesav Kumar [mailto:[EMAIL PROTECTED]]Sent: Monday, July 16, 2001 3:32 PMTo:

Re: Unsubscribe

2001-07-17 Thread Joseph Liu

Upper limit on number of EJBs in Orion

2001-07-17 Thread Krishnamurthy, Balaji (MED)
Is there upper limit on the number of Session and Entity EJBs in Orion 1.5.2 ? Has anyone out there tried some big numbers ? I am interested in knowing how the server took it. Thanks

RE: Clustering..

2001-07-17 Thread elephantwalker
Title: RE: Clustering.. Paul, only http session data is shared in the cluster. For example, the Petstore application doesn't cluster very well because its statemachine isin a sfsb. The work around is to use a slsb, and pass a serializable bean from the session context with the each slsb

Re: External JMS broker with Orion

2001-07-17 Thread Tim Pouyer
I have had success in configuring my mdb's to publish to a topic on an external jms server but no luck in being able to subscribe the mdb's to a topic on external jms. In my expirence I think that this is not possible in the current version of orion 1.5.2. It appears that orion is not binding

Accessing EJB JAR from JSP file

2001-07-17 Thread Tim Kang - Syoni Communications Inc.
Hello People I posted a question about accessing ejb from jsp, but I guess I wasn't very specific about my question. First of all, I have deployed an application in a JAR format that contains java class files, ejb-jar.xml and application.xml. There is no problem here. Everything works fine. I

RE: External JMS broker with Orion

2001-07-17 Thread elephantwalker
Tim, this sounds like a bug. Could you please post this bug in bugzilla? regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Pouyer Sent: Tuesday, July 17, 2001 9:09 AM To: Orion-Interest Subject: Re: External JMS broker

unsusbscribe

2001-07-17 Thread riba
--

deployment

2001-07-17 Thread Jeanne
If this question has been posted before please direct me to the archive location. I did not find any reference to this problem. I am using Sun's deploytool to create an ear file that I want to deploy in orion. The application deploys without difficulty with the deploytool and Sun's default j2ee

Placement of .jar files into WEB-INF/lib or into /orion/lib??

2001-07-17 Thread Duffey, Kevin
Title: RE: External JMS broker with Orion Hi all, We have a few .jar files we use that we have created. We are breaking our site into 3 WAR files (outside, inside and admin). Each one needs use of these .jar files. Is it necessary to put the .jar files in each web-apps WEB-INF\lib folder?

RE: deployment

2001-07-17 Thread elephantwalker
post your ejb-jar.xml file so we can look at it...we need more info. regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeanne Sent: Tuesday, July 17, 2001 11:18 AM To: Orion-Interest Subject: deployment Importance: High If

Error instantiating web-application - after adding a Servlet Filter.

2001-07-17 Thread Larry Linville Jr.
I'm sure that this is probably something really simple... but here goes. I'm trying to add a servlet filter to an existing (working) deployment just to see how servlet filters are deployed in Orion; however, after adding my filter I'm getting the below error when going to my deployment url at

Some questions concerning deploy multiple web apps in one server; how to share resources, etc.

2001-07-17 Thread Duffey, Kevin
Hi all, I am getting ready to deploy 3 web apps in one container. All 3 web apps should have their own context..but all 3 share some common resources such as images and include files. Is there a way to have all 3 access the same one path for the shared resources like images? I wouldn't mind

RE: Error instantiating web-application - after adding a Servlet Fi lter.

2001-07-17 Thread Kesav Kumar
Title: RE: Error instantiating web-application - after adding a Servlet Fi lter. Try using the normal Servlet2.3 Filters. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) Voquette...Delivering Sound Information -Original Message- From: Larry Linville Jr.

Oracle JDBC problems

2001-07-17 Thread Mong Kon Mo
I've been trying to setup Orion to communicate with our Oracle database, but have had little success. We are using Oracle 8.0.5.1 and have installed the Oracle 8.1.7 JDBC drivers (the 8.0.5.2 drivers were giving us problems). Now we get the following error: com.evermind[Orion/1.5.2 (build

Re: Clustering..

2001-07-17 Thread Greg Matthews
Title: RE: Clustering.. good point, but i wouldn't see this as a drawback -- it's just how it works. isn't that sort of like saying, if i retrieve a value from the database, and change it on the client, then the database isn't automatically updated? - Original Message - From:

Re: deployment

2001-07-17 Thread Patrick Lightbody
What happened is that you rebuilt the ejb-jar-ic.jar file incorrectly. Unjar the original jar (from the deploytool) and then unjar your new jar. You'll notice they product different directory structures. -Pat At 02:17 PM 7/17/2001 -0400, you wrote: If this question has been posted before

RE: Some questions concerning deploy multiple web apps in one server; how to share resources, etc.

2001-07-17 Thread Kesav Kumar
Title: RE: Some questions concerning deploy multiple web apps in one server; how to share resources, etc. You can use virtual-directory option in orion-web.xml. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) Voquette...Delivering Sound Information -Original

Q: Ass on the line: when is the next maintenance release?

2001-07-17 Thread Simon Harris
I have a customer who I fought tooth and nail with to adopt orion server as there corporate app server. They have said that if the current project is a success, they will standardise on it. The current version (1.5.2) seems to have broken a ORM and have some serious bugs with transaction

RE: Clustering..

2001-07-17 Thread Kesav Kumar
Title: RE: Clustering.. The database senario and session senarios are different. If we are keeping information session thinking that this will be replicated across all the clusters. The current JSP jsp:setProperty tag doesn't give any extra attribute to actually say do clustering also.