Re: "Variable contained illegal space" Error on CMP Bean deploy????

2002-05-02 Thread Ray Harrison
Mike - I've never come across this error, but perhaps if you provide more information (maybe your ejb-jar.xml) we can take a look.   Cheers Ray   Mike Shoemaker <[EMAIL PROTECTED]> wrote: Anyone run into this error? What does it mean? ThanksMikeDo You Yahoo!? Yahoo! Health - your guid

RE: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-05-01 Thread Ray Harrison
name - if you have an existing table which does in fact have the field 'password', then remove this from your disallowed field list, make the change in orion-ejb-jar.xml and restart Orion and that should take of it. For#2 - haven't seen that one before. Cheers Ray   Gavin Spurling

Re: how to use unchecked tag?

2002-04-18 Thread Ray Harrison
ugh if you are using security, as you seem to be, you may want to double-check your principals.xml file to verify that all is well with that - I never tried invoking methods from Swing clients but JSP clients after logging in worked just fine. Cheers Ray   Anil D <[EMAIL PROTECTED]> wrote:

Fwd: RE: Showstopper: Orion deployment crash, NullPointerException

2002-04-17 Thread Ray Harrison
You are absolutely right – that’s it!   They have my full support for obfuscating their code, but it sure is hard to guess what is wrong, when the stack trace is all garbled… we are lucky to have this mailing list.     Thanks   Randahl.   -Original Message-From: Ray Harrison [ma

Re: is Orion dead?

2002-04-12 Thread Ray Harrison
Agreed. The team is definitely working on Orion and the next versions of the app server will be much improved. You'll love it. Cheers Ray   Joseph Ottinger <[EMAIL PROTECTED]> wrote: ...except the wait is due to an internal refactoring that should yieldsignificant benefits. Yourcon

Re: Referential Integrity in one to one

2002-04-10 Thread Ray Harrison
Jesper - There has been a tremendous amount of work done on relationships in an upcoming release of Orion. This particular bug has been fixed. Cheers Ray   Jesper Rasmussen <[EMAIL PROTECTED]> wrote: Hi,Im having some problems with the move integrity of a one to onerelationship.The prob

Re: timed events

2002-04-09 Thread Ray Brown
Get Sims Computing Inc product called Flux. You will need to set the times via a servlet or application, but it provides the timer or clock that your're writing about. http://www.simscomputing.com/ On Wednesday 13 March 2002 08:06 am, you wrote: > Perhaps via a croned java client? > > //Johan > -

RE: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-09 Thread Ray Harrison
Jeff -  Yes, it really works. You can get access to the key value later by using getPrimaryKey on the instance. Cheers Ray   Jeff Schnitzer <[EMAIL PROTECTED]> wrote: > From: Simon Stewart [mailto:[EMAIL PROTECTED]]> > Forgive me, but what about the case where you just set the>

Re: Werent current caller

2002-04-05 Thread Ray Harrison
ook at it when I get a chance.   Cheers Ray   Jeff Lowcock <[EMAIL PROTECTED]> wrote: I'm getting this exception and message raised in the server when I'm attempting to create a new CMP instance. I cannot find any documentation on this message and way too much on the exception

Re: Fw: Orion EJB container and SSL

2002-04-05 Thread Ray Harrison
You may want to try posting out on www.atlassian.com or www.elephantwalker.com as well (if you haven't already). Cheers Ray   Sorin Pop <[EMAIL PROTECTED]> wrote: Hey,is there anybody out there who can tell me something about this?! I've sentthis more than a week ago, and I

Re: Client program for simple EJB tutorial

2002-04-01 Thread Ray Harrison
Hi Ken - Here's a sample client program. Cheers Ray = import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import mypackage.MyEntityEJB; i

Re: Orion EJB 2.0 final

2002-03-27 Thread Ray Harrison
Moving among different app servers, I still use ejb-ql functionality in the ejb-jar.xml file, its just that when it is deployed on Orion, I have to add the finder functionality to the orion-ejb-jar.xml file. I think in 1.5.4, it deploys, it just doesn't do anything. Cheers Ray ---

Re: Orion EJB 2.0 final

2002-03-27 Thread Ray Harrison
Simon - No its not tricky, I write them all the time. Orion has always had a rather sophisticated finder mechanism to provide (at least) some of the functionality of ejb-ql. And I haven't worked with the JBoss 3.0 beta so I can't comment there. Cheers Ray --- Simon Stewart <[EM

Re: Orion EJB 2.0 final

2002-03-26 Thread Ray Harrison
re concise information. I do know that j2ee1.3 compliance is a top priority and that they are working feverishly on it. Cheers Ray --- Michael Maurer <[EMAIL PROTECTED]> wrote: > > Hi, > does anyone know when Orion will be 100% EJB 2.0 compatible including > l

Re: CMP Entity Bean (addressbook) not deploying

2002-03-22 Thread Ray Harrison
code that you are calling the findBy.. in, and the orion-ejb-jar.xml file that is generated). What version of Orion are you using? (Curious also as to your weblogic version). Cheers Ray --- Manish Jethani <[EMAIL PROTECTED]> wrote: > Ray Harrison wrote: > > > Are you by ch

Re: Is Orion JDK 1.4 compatible?

2002-03-22 Thread Ray Harrison
I use it in 1.5.4 wihout any problems (except for the deprecation message on sun.tools.javac.Main) *however* I haven't used any of the new features as yet. Cheers Ray --- Randahl Fink Isaksen <[EMAIL PROTECTED]> wrote: > Hi > > > I am wondering if anyone has any experienc

Re: EJB failover/replication?

2002-03-21 Thread Ray Harrison
I believe that particular feature was added on top of Orion - not sure if Orion will add that at a future date. Cheers Ray --- Michael Crozier <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm starting to evaluate Orion as a application server for a project and > I

Re: What's the difference between Oracle 9i App Server Release @ and orion 1.5.4?

2002-03-21 Thread Ray Harrison
. OC4J has introduced things like ejb-clustering and has support for j2ee-style connectors and a few more tuning parameters. Cheers Ray --- Orion Newsgroup <[EMAIL PROTECTED]> wrote: > Subject: What's the difference between Oracle 9i App Server Release @ and orion >1.5.4? > F

Re: OrionSupport

2002-03-18 Thread Ray Harrison
Hi Drissi - There are two excellent companies that have sprung up to offer Orion support - Elephantwalker and Atlassian (www.atlassian.com, www.elephantwalker.com). If their paid support is anything like their free forums, you will definitely be in good hands. Check them out. Cheers Ray

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
just the basic quick/dirty deployment. Cheers Ray --- Daniel Chandran <[EMAIL PROTECTED]> wrote: > > Ray, > > Yes it is the CartApp.ear from the j2ee tutorial. And I am trying it > under Orion 1.5.4. I rebuilt the ear file without > the j2ee-ri specific files. I s

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
st release to add the up-to-date functionality of that spec and there are missing pieces and bugs that they are working through at this point. (Just to keep in mind ;-) Cheers Ray --- Daniel Chandran <[EMAIL PROTECTED]> wrote: > I am trying to deploy the "cart" application that

RE: DataSource Issue

2002-03-11 Thread Ray Harrison
Hi Clay - When I have used MySQL in the past, I have just used the schema that ships with Orion in the config/database-shemas directory. Cheers Ray --- Clay Mitchell <[EMAIL PROTECTED]> wrote: > Does this mean you have MySQL working? If so, could you share your > schema with the

Re: DataSource Issue

2002-03-10 Thread Ray Harrison
Mike - On my laptop I have Sap DB (www.sapdb.org). It has a small enough footprint that it works on a laptop just fine, but has the functionality to make it useful. MySQL works just fine as well. Wouldn't bother with Access myself. Cheers Ray --- Michael Shoemaker <[EMAIL PROTECTED

Re: Container does not passivate my beans.

2002-03-09 Thread Ray Harrison
pool-cache-timeout fit together, try varying settings on those parameters (in 1.5.4) and see how that works for you. Cheers Ray --- Lachezar Dobrev <[EMAIL PROTECTED]> wrote: > Hello. > Well... I'm using "Orion/1.5.2 (build 10460)" for reasons other than the > bean

Re: SwiftMQ wth Orion

2002-03-08 Thread Ray Harrison
Hi Vani - I have been able integrate SwiftMQ just fine with Orion by following those instructions in the documentation referenced below. You say you have put swiftmq.jar into the orion\lib directory? Double check that first. Cheers Ray --- "Vani H.S." <[EMAIL PROTECTED]>

Re: Local / Local Home

2002-03-04 Thread Ray Harrison
fully soon. Cheers Ray --- David Tunkrans <[EMAIL PROTECTED]> wrote: > Does anyone know if the bug mentioned in previous postings is fixed? (Using >Local/LocalHome with > BMP and CMP) > > /David > __ Do You Yahoo!? Y

Re: General Question about Enterprise Deployment of Orion

2002-02-28 Thread Ray Harrison
Hi Garrett - I believe this does work in Orion, at least I haven't had any known problems with it. (I'm using 1.5.4) Cheers Ray --- Garrett Skelly <[EMAIL PROTECTED]> wrote: > Guys & Gals, > > has anyone deployed Orion in and enterprise environment? While trying t

RE: modeling tool

2002-02-27 Thread Ray Harrison
x27;t wash you car and mow your lawn like Together is supposed to do, but it *does* handle all of the UML diagrams. Cheers Ray --- "Djemal, Guy (TWIi London)" <[EMAIL PROTECTED]> wrote: > I've used www.magicdraw.com <http://www.magicdraw.com/> in the past, not >

Re: EJB Deadlocks????

2002-02-22 Thread Ray Harrison
happens on the database side. Think I'll look at SAP DB's JDBC driver and see how it handles these errors. Cheers Ray --- Jeff Hubbach <[EMAIL PROTECTED]> wrote: > Stephen, > > We found a deadlock problem, but you don't need a heavy load to achieve it. I'll &

Re: EJB Deadlocks????

2002-02-21 Thread Ray Harrison
e-ran the basic test cases supplied to me and they seemed to work fine. You may want to play around with that scenario. I will still endeavour to vote for the bug. Cheers Ray --- Jeff Hubbach <[EMAIL PROTECTED]> wrote: > Stephen, > > We found a deadlock problem, but you don&#x

Re: [Updated sapdb.xml] [Solution] How is the autoid generated? Chokes SAP DB.

2002-02-21 Thread Ray Harrison
";> ====== --- Ray Harrison <[EMAIL PROTECTED]> wrote: > The SAPDB schema in the database schema directory currently maps long to integer, it >

Re: [Solution] How is the autoid generated? Chokes SAP DB.

2002-02-21 Thread Ray Harrison
The SAPDB schema in the database schema directory currently maps long to integer, it should map long to something like fixed(38). That fixes it. Cheers Ray --- Ray Harrison <[EMAIL PROTECTED]> wrote: > Hi - > Does anyone know off hand how the autoid is generated in 1.5.4? The va

How is the autoid generated? Chokes SAP DB.

2002-02-20 Thread Ray Harrison
Hi - Does anyone know off hand how the autoid is generated in 1.5.4? The value produced chokes SAP DB (it produces an invalid exponent error when trying to insert the row). Works fine in Oracle. Thanks much Ray __ Do You Yahoo!? Yahoo! Sports

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
Also, I just tested the ATM as per Magnus' suggestion and it worked there as well. Have you tried it with SwiftMQ 3.0 (I know they just got rid of their free licenses)? I will try it later with version 2.x. Cheers Ray --- Ray Harrison <[EMAIL PROTECTED]> wrote: > I am using 1.3.1_

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
.1_02 and SwiftMQ 2.1.3. Is that the versions you guys > are using? > > geoff > > PS, I'm not using Topics myself, I was only providing a FYI for those > that cared... > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Beha

Re: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Ray Harrison
ROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Geoff Soutter > Sent: den 18 februari 2002 02:50 > To: Orion-Interest > Subject: RE: A word of warning: SwiftMQ and Resource providers. > > FYI, this was not fixed in 1.5.4. > > Naughty Magnus! :-) > > Geoff > &

RE: Local EJB Home methods WAS: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-18 Thread Ray Harrison
It appears that the local home methods must catch/throw an java.rmi.RemoteException - obviously going against the concept of local. While this will allow deployment to the server, I have yet to test the functionality. I have reported the bug as #731 in bugzilla. --- "Kutzera, Dieter-Norbert" <[

RE: Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-16 Thread Ray Harrison
I think 1.5.4 has enough stable changes in it to move forward (I was particularly interested in the JMS changes and a few other items), and the 1-N relationships still seem to work, but I would like to know how they tested the N-M feature. I used local interfaces, and ejb2.0 style CMP/R. Ray

Re: orion 1.5.4 not compatible with java 1.4

2002-02-16 Thread Ray Harrison
Yes - you need to copy the tools.jar from the jdk directory to the orion directory. --- Robert Virkus <[EMAIL PROTECTED]> wrote: > Hi everybody, > > does anyone know, why the orion 1.5.4 is not fully compatible with the > jdk 1.4.0? > My servlets run just fine, but while using jsp, I get follow

Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-15 Thread Ray Harrison
n(.:89) at java.lang.Thread.run(Thread.java:536) at com.evermind._bt.run(.:47) = and then doesn't deploy of course. Before I submit a bug for this - did I miss something somewhere or is this legit? Cheers! Ray __ Do Yo

RE: Wow. It seems that 1.5.4 is released!!!

2002-02-15 Thread Ray Harrison
Sure it is - look under the news section on www.orionserver.com for the announcement for 1.5.3 and you can download it from there. Cheers Ray --- "Djemal, Guy (TWIi London)" <[EMAIL PROTECTED]> wrote: > Well regardless 1.5.3 was called an experimental release and is no lo

RE: Wow. It seems that 1.5.4 is released!!!

2002-02-15 Thread Ray Harrison
1.5.3 was just the previous version and now they have moved on to 1.5.4 - with SIGNIFICANT updates. 1.5.3 was just a bug-fix release to the 1.5.2 "stable" release. 1.5.4 is (to me) quite a bit of a change from any previous version and will be the starting point for future stable releases. Once

RE: Questionnaire

2002-02-04 Thread Ray Harrison
Robb - You need to remove yourself. Go to the orion website, go to the mailing list subscribe section, type in the email address that you used to subscribe originally, and hit 'unsubscribe'. Exceedingly easy for you to do ASAP. Cheers Ray --- Geoff Soutter <[EMAIL PROTECTED]>

Re: javax.ejb.EJBLocalHome and javax.ejb.EJBLocalObject

2002-01-25 Thread Ray Harrison
Orion only has partial ejb 2.0 compliance - local interfaces are not part of what's included. Full compliance is coming - but I personally don't know when. --- Chris Boz Jennings <[EMAIL PROTECTED]> wrote: > Can Orion handle local interfaces, i.e., javax.ejb.EJBLocalHome and > javax.ejb.EJBLoca

Re: A word of warning: SwiftMQ and Resource providers.

2002-01-13 Thread Ray Harrison
According to Magnus R, the problem will be fixed in the next release. I don't know if you can use SwiftMQ / Topics with the Oracle code base (OC4J), but maybe worth a shot. Hopefully soon from the good folks at Orion! --- Graham Bennett <[EMAIL PROTECTED]> wrote: > On Tue, Nov 20, 2001 at 12:29:

Re: Pet Store 1.3 and Orion

2002-01-12 Thread Ray Harrison
Another unsubstantiated rumour I have heard is sometime this QTR --- Michael_Østergård_Jensen_-_CIM_Industrial_Systems_A/S <[EMAIL PROTECTED]> wrote: > And when is 1.5.4 scheduled? > > - Original Message ----- > From: "Ray Harrison" <[EMAIL PROTECTED]&

Re: Pet Store 1.3 and Orion

2002-01-11 Thread Ray Harrison
No it doesn't. There was a rumour at one point that it would be in 1.5.4. --- Jean-Guillaume LALANNE <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Jean-Guillaume LALANNE" <[EMAIL PROTECTED]> > To: "Orion-Interest" <[EMAIL PROTECTED]> > Sent: Thursday, January 10, 2002 4:3

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Ray Harrison
Also, for a reasonable amount of functionality at a fraction of the cost, look at Enterprise Architect from www.sparxsystems.com.au. For what I do, I like it quite a bit. Cheers Ray --- Oisin Kim <[EMAIL PROTECTED]> wrote: > I agree totally, very feature rich, a real quality prod

Re: FW: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Ray Harrison
I've been working with the swiftmq beta release (with Orion) and I have noticed that Marc Fleury has also spread his charm to the folks over on that list. The developers at Swiftmq have essentially been told to "piss off" by JBoss (I assume by Marc, since the tone is the same). --- [EMAIL PROT

Re: SV: A word of warning: SwiftMQ and Resource providers.

2001-11-21 Thread Ray Harrison
Yes - the same error occurs with 1.5.3 --- Magnus Rydin <[EMAIL PROTECTED]> wrote: > Are you using 1.5.3? > We noticed this prior to releasing 1.5.3 and fixed it, I was under the > impression that this worked fine? > WR > > > -Ursprungligt meddelande- > > Från: [EMAIL PROTECTED] > > [mai

Re: SV: A word of warning: SwiftMQ and Resource providers.

2001-11-21 Thread Ray Harrison
Magnus, This does occur using 1.5.3 Cheers Ray --- Magnus Rydin <[EMAIL PROTECTED]> wrote: > Are you using 1.5.3? > We noticed this prior to releasing 1.5.3 and fixed it, I was under the > impression that this worked fine? > WR > > > -Ursprungligt medde

Re: Most Urgent: How to find jndi lookup name for Transaction Manager?

2001-11-21 Thread Ray Harrison
Unless I am not understanding your question correctly, you _do_ want what I sent below Greg's reply which gets a reference to the transaction manager. Look below for TransactionManager manager. --- patrick patrick <[EMAIL PROTECTED]> wrote: > hi ray, > Thanks for

Re: Most Urgent: How to find jndi lookup name for Transaction Manager?

2001-11-20 Thread Ray Harrison
Check out the Orionserver FAQ: How do I get a reference to the TransactionManager? import javax.naming.*; import javax.transaction.*; ... TransactionManager manager = (TransactionManager)new InitialContext().lookup("java:comp/UserTransaction"); Cheers Ray --- patrick patri

Re: 1.5.3 is out, but what is so new?

2001-10-17 Thread Ray Harrison
I think (though I may be mistaken) that they had to do a bit of re-write in anticipation of moving forward with the spec and in addition to that re-write they also took care of some bugs. The suggestion was that future releases would be a little more frequent. Hopefully so! --- Russell White <[

Re: ejb 2.0 relations in orion

2001-10-09 Thread Ray Harrison
Orion only supports a partial ejb2.0 spec - an older one at that. I don't believe it supports many-many out of the boxmore ejb2.0 coming up! --- Christoph Sturm <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm trying to get some cmp2.0 beans with relations running on orion > 1.5.2. > > > I hav

Re: EJB Primary Key of int

2001-10-04 Thread Ray Harrison
You will want to use Integer not int --- Marc Rabil <[EMAIL PROTECTED]> wrote: > I can not figure out how to get Orion's EJB CMP to work when the primary key > is an 'int'. In the deployment descriptor (ejb-jar.xml), the code is: > > int > > When starting up Orion, I get: > > Class 'int'

Re: New Release????

2001-10-03 Thread Ray Harrison
The release was only announced as coming "within the next few days" - which is certainly not specific. They've had to re-write a bit of the core parts for spec purposes so there is certainly testing they need to do before it gets out to us... Hopefully - "within the next fe

Re: Newbie - what about EJB 2.0 with Orion?

2001-10-02 Thread Ray Harrison
Jacek - Orion has only partial support for EJB 2.0 based on an earlier PFD document. Local interfaces are not part of the Orion build just yet but will be in the coming months I am sure. Cheers Ray --- Jacek Bialecki <[EMAIL PROTECTED]> wrote: > Hello everybody. > I'm

Re: mySQL

2001-09-22 Thread Ray Harrison
interested in pursuing that avenue. Cheers Ray --- Emeline Barns <[EMAIL PROTECTED]> wrote: > Hi gurus, > I have databases created in MS Access and using JDBC-ODBC for connection > which is not great. > My application have to hold under 30 connections. I tested my PC to run 20

Re: GET ME OFF THIS LIST!

2001-09-16 Thread Ray Harrison
Jordan - Go to orionserver.com and go to the mailing list subscribe area - there is an unsubscribe button - enter your email address and hit unsubscribe. That should do it. The traditional methods don't work. Cheers --- Jordan Bortz <[EMAIL PROTECTED]> wrote: > *This message was transferred wi

RE: EJB 2.0 Approved

2001-09-10 Thread Ray Harrison
It's still officially in PFD status but will be approved with the release of J2EE 1.3 coming out, as I understand it. I believe BEA rolled it out with WebLogic 6.1. Pramati has it too. Others will roll it out in the upcoming months - I assume Orion will be one of them. --- "GUNDA, Satish / RSAI

Re: MessageDrivenContext.setRollbackOnly() doesn't work?

2001-09-05 Thread Ray Harrison
Don't know about your particular case but unfortunately I don't believe that Orion's JMS implementation is at all complete... --- Jon Rosenberger <[EMAIL PROTECTED]> wrote: > Has anybody here ever been able to successfully send a JMS message from a > message-driven bean, as part of the transacti

Re: bug fixes

2001-09-04 Thread Ray Harrison
I believe Oracle licensed the binaries so I would suspect that our boys in Sweden have some role in the new Oracle release. --- Christian_Bjørnbak <[EMAIL PROTECTED]> wrote: > Well, the question still unanswered is whether Oracle is sharing their bug > fixes back to Orion, so it will be for the

Re: What happened to this mailing list???

2001-08-06 Thread Ray Harrison
I think it was just jacked up for a little while - it seems to do this every-so-often --- Simon Harris <[EMAIL PROTECTED]> wrote: > The mailing list seems to have gone quiet. Is there something we should know about? > __ Do You Yahoo!? Make

How to set realname and deactivated values in principals.xml?

2001-07-26 Thread Ray Brown
All, How can I set the realname and deactivated values in the principals.xml file? I know it's possible because the orionconsole.jar allows the realname to be set. Thanks Ray Brown

Re: increasing JVM's memory limit

2001-07-26 Thread Ray Harrison
java -Xms -Xmx --- Peter Peltonen <[EMAIL PROTECTED]> wrote: > > With jserv I can configure the maximum memory that the JVM can use with this > kind of line in jserv.properties file: > > wrapper.bin.parameters=-mx128m > > How do I achieve the same with Orion? > > Regards, > Peter > ___

Re: EJB 2.0 Spec approved!!!

2001-07-18 Thread Ray Harrison
Confirmed! --- Ray Harrison <[EMAIL PROTECTED]> wrote: > This is actually semi-difficult to validate at the Sun site - the specs page for the >EJB spec > still list the pfd2 as the latest. Nothing that I have been able to find says "Yes - >the spec > has > been f

Re: EJB 2.0 Spec approved!!!

2001-07-18 Thread Ray Harrison
m somewhat suspect of that article.... --- Ray Harrison <[EMAIL PROTECTED]> wrote: > Finally! This is very good news indeed! > --- Simon Harris <[EMAIL PROTECTED]> wrote: > > The JCP just approved the EJB 2.0 specification. Read the article here: > > >

Re: EJB 2.0 Spec approved!!!

2001-07-18 Thread Ray Harrison
Finally! This is very good news indeed! --- Simon Harris <[EMAIL PROTECTED]> wrote: > The JCP just approved the EJB 2.0 specification. Read the article here: > > http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=28281 > __ Do Yo

Re: Some questions on Orion

2001-07-16 Thread Ray Harrison
I've been using the Win2K active directory with Sun's LDAP api. Works great - though my work has been even more basic - listing/authentication. --- Joni Suominen <[EMAIL PROTECTED]> wrote: > Kevin Duffey wrote: > > > > I will get my try at LDAP soon and I recall seeing some posts here on LDAP,

Re: How do I re-deploy my application?

2001-07-13 Thread Ray Harrison
Just copy the .ear file to where you copied the .ear file before and it will redeploy the app - just add that functionality in your ant build file. --- "Tim Kang - Syoni Communications Inc." <[EMAIL PROTECTED]> wrote: > I have an EAR, WAR and JAR and I have successfully deployed them. > >

Re: Help on List

2001-07-09 Thread Ray Harrison
It worked as recently as May. I was able to go unsubscribe prior to leaving for vacation and it worked just fine. There may be a slight delay, however. --- Abhilash Koneri <[EMAIL PROTECTED]> wrote: > HI, > I need to unsubscribe from this list and subscribe to a different mail > id. I managed >

Re: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Ray Harrison
Boris - Here is an example of a Sybase datasource - we use only the ejb-location but you may be able to find others who use the pooled-location by searching through the mailing list. Cheers Ray --- Boris Erukhimov <[EMAIL PROTECTED]> wrote: > I'm trying to

Re: Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread Ray Harrison
I'm not familiar with your particular problem but have you narrowed it down to Orion (forgive me if this is obvious from your post - I just don't deal much in this aspect of the development life-cycle)? If it represents a bug in Orion, your best bet will be to submit it to bugzilla at orionserv

Re: Primary Key Class in CMP

2001-07-02 Thread Ray Harrison
Yes - it works just fine. Can you send a small piece of your descriptor showing how you specifiy the primary key class information? --- Timothy Tschampel <[EMAIL PROTECTED]> wrote: > Has anyone gotten CMP Beans to work with a Custom Primary Key Class. Every > time I try to deploy I get an erro

Re:

2001-06-29 Thread Ray Harrison
Go look on www.orionsupport.com or search through the mailing list. You should find examples! RHH --- struts orion <[EMAIL PROTECTED]> wrote: > Hi > > I am using oracle thin driver > the data-source.xml configuration is > > class="com.evermind.sql.DriverManagerDataSource" > name="oraclethin"

Re: Prob in Deploying CMP EJB on to orion

2001-06-27 Thread Ray Harrison
State your SomeAppropriateName for your entity EJBscheck out the ejb 2.0 latest-latest spec --- struts orion <[EMAIL PROTECTED]> wrote: > Hi > we got the following error while deploying the CMP EJB > with the name 'Test20Cmp' available at > www.orionsupport.com. > The error message at t

Re: Cookies larger than 20k

2001-06-26 Thread Ray Harrison
http://www.atlassian.com/ seems to be the latest support web site - seems like the same company. --- Orion Developers <[EMAIL PROTECTED]> wrote: > We're having problems passing cookies greater then 20k in size. We get a > http: 413 error, and the servlets seem to truncate over that limit. > >

Re: Cookies larger than 20k

2001-06-26 Thread Ray Harrison
Here are the changes since 1.4.5 -- 1.5.2 -- Added support for pluggable resource providers (resource-provider tag in orion-application.xml). Fixed #307 'Servlet API can't handle HTTP/1.1 chunked data' Fixed #402 'Directories being created while WAR file is not found' Fixed #420 'Extracting JSP

Re: BUG: Show stopper!!!!! max-tx-retries

2001-06-22 Thread Ray Harrison
Very interesting - you can change the value to any positive number - you just can't change it to zero. --- Alex Paransky <[EMAIL PROTECTED]> wrote: > There seems to be a SERIOUS bug in Orion 1.5.2. It turns out that you > cannot disable the max-tx-retries AT ALL!!! Setting it to "0" removes it

Re: BUG: Show stopper!!!!! max-tx-retries

2001-06-22 Thread Ray Harrison
Log it. --- Alex Paransky <[EMAIL PROTECTED]> wrote: > There seems to be a SERIOUS bug in Orion 1.5.2. It turns out that you > cannot disable the max-tx-retries AT ALL!!! Setting it to "0" removes it as > a TAG from orion-ejb-jar.xml. The next time around, it adds > max-tx-retries="3". There i

Re: Features of CMP

2001-06-22 Thread Ray Harrison
I am reasonably certain that EJB QL is NOT implemented in 1.5.2 --- Stefan Marx <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any List available which features ar implemented in Orion 1.5.2. > > I have some special interest in the implementation of the EJB QL (Chapter 11 > in the EJB2.0 Spec). >

Re: Java Pet Store demo

2001-06-21 Thread Ray Harrison
It (petstore version 1.1.2) works just fine with Sap DB. A couple of quick issues that had to do with Sap DB but no other known problems. If you are using a petstore version prior to 1.1.2 then you will have problems with the security adapter that Sun uses and will have to make adjustments to t

Re: Support for MySQL

2001-06-20 Thread Ray Harrison
Mysql doesn't support transactions (or the last time I checked it didn't) - so it can be limited - but yes, orion interacts with the database just fine. I would suggest another database to try would be SAP DB (www.sapdb.org) which is an open source database delivered by SAP AG - I love it. Ther

Re: Transaction and DriverManagerXADataSource

2001-06-19 Thread Ray Harrison
Aby - Why don't you go into a little more detail as regards your transaction, how you are currently trying to handle it and what gets thrown (or should be thrown) when the transaction is supposed to fail...that way we can provide some insight Cheers Ray --- [EMAIL PROTECTED]

Re: Transaction and DriverManagerXADataSource

2001-06-19 Thread Ray Harrison
Can't help with your first question, but can with the second: In your ejb-jar.xml file(s) there is a section called and within that, you can set up security roles on methods, etc but can also define container transactions in a section called (you guessed it) which looks like this: . . .

Re: Orion can't find Cloudscape database

2001-06-15 Thread Ray Harrison
Try putting the cloudscape.jar into the orion\lib directory...it will be able to find it there... --- Lou Farho <[EMAIL PROTECTED]> wrote: > How do I tell Orion where to find my Cloudscape database? > Here is what I have for the data source: > class="com.evermind.sql.DriverManagerDataSource

Re: Error in deploying EJBs on OC4J

2001-06-12 Thread Ray Harrison
links for other helpful information - Orion Primers, etc). Cheers Ray --- Venkata_Nallam <[EMAIL PROTECTED]> wrote: > Hello, > While I am deploying EJB in OC4J, following error has occured. > Entrmine is my application.mysessionbean.jar is my sessionbean. > > Web war f

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

2001-06-11 Thread Ray Harrison
If I recall correctly, BEA did not challenge them (Ironflare/Evermind)with any numbers of their own, they just wanted them to remove their BEA reference. That would have appeared to have been just an action by BEA spin doctors and the legal department. So I will be interested when Oracle runs i

Re: Oracle deal gag

2001-06-11 Thread Ray Harrison
> So, my conclusions are: > > - Ironflare/Evermind has not hired testers or other staff as promised 6 > months ago. They don't have to, because the user community does all of > that (and more) for them. Hiring testers for the sake of hiring testers (not a knock on testers)is hit-and-miss anyway

Re: NT Security Integration?

2001-06-08 Thread Ray Harrison
... It is much easier than it might sound! Take a look at the java site above - or search on something like www.theserverside.com...maybe something there...If you have some specific questions perhaps I can answer them Cheers Ray --- Paul Kofon <[EMAIL PROTECTED]> wrote: > HI Ray,

Re: NT Security Integration?

2001-06-08 Thread Ray Harrison
Not NT per se - but I use JNDI/LDAP (or active directory) on Windows 2000 Server as my authentication system. No problems at all. Basically I've got a JNDI ldap utils class which is pretty stright forward - then a simple user manager that sits on that - plugged it into orion-application.xml and i

Re: 2 Bugs in 1.4.8

2001-05-05 Thread Ray Harrison
Take a look at the changes.txt that is found in the orion directory whenever you update the server. orion-ejb-jar.xml has changed locations. Other changes may pertain as well. --- Werner Bohl <[EMAIL PROTECTED]> wrote: > On win98: > Autoupdated from 1.4.7 to 1.4.8 and found this bugs (after

Re: Interests sake

2001-05-03 Thread Ray Harrison
Win2K for dev - will be win2k for prod. --- Ismael Blesa Part <[EMAIL PROTECTED]> wrote: > We are using Windows 2000, Linux and Solaris. It works fine on all the > platforms > > Adam Cassar wrote: > > > Hi all, > > > > For interests sake, what OS is everyone on the list running orion on? > > >

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-02 Thread Ray Harrison
The error for which this mail was originally posted has been fixed. --- Manne Fagerlind <[EMAIL PROTECTED]> wrote: > I get a 400 Bad Request on my Orion installation: > Win2k > sun jdk 1.3 > Orion 1.4.5 > Has the bug been fixed between orion 1.4.1 and 1.4.5, Karl/Magnus/anyone!? > > /Manne > >

Re: Can't I use Transactions with Access 2000 ? Access2000 seems to support XAs ...but..

2001-04-30 Thread Ray Harrison
Not sure, but I don't believe Access is designed for transactions in particular. Regardless, though, try SAP DB (www.sapdb.org) for Windows 2K - it is a solid, transaction supporting, commercial grade free database with a type 4 JDBC driver. My consultancy does ETL and enterprise data strategie

Re: cant start orion after the auto update.....

2001-04-28 Thread Ray Harrison
I know at one point there was some less than stable behaviour reported from the IBM JVM - get the latest from Sun to see if it makes a difference. I have had no problem autoupdating to 1.4.8 on Win2K Server. --- Christian Meunier <[EMAIL PROTECTED]> wrote: > I tried that and the auto update done

Re: Orion support company

2001-04-28 Thread Ray Harrison
Joke. --- ken cooper <[EMAIL PROTECTED]> wrote: > Where did you see that Orion had been sold to BEA - why? > Thanks - Ken > > > >From: "Somewhere . . ." <[EMAIL PROTECTED]> > >Reply-To: Orion-Interest <[EMAIL PROTECTED]> > >To: Orion-Interest <[EMAIL PROTECTED]> > >Subject: Re: Orion support com

RE: ejb 2.0 proposed final draft #2 is out

2001-04-27 Thread Ray Harrison
Appendix E Revision History - E12 Proposed Final Draft 2 --- Alex Paransky <[EMAIL PROTECTED]> wrote: > RE: ejb 2.0 proposed final draft #2 is outI read the spec, and still saw the > Dependent Objects in there. Where does it say that the DOs are gone? > > -AP_ > -Original Message- >

RE: orion 1.4.8 bug

2001-04-25 Thread Ray Harrison
Its not just you! --- elephantwalker <[EMAIL PROTECTED]> wrote: > Is it just me, or was this the last orion-interest mail? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew R > Bauer > Sent: Monday, April 23, 2001 6:15 PM > To: Orion-Interes

  1   2   >