The New Java Pet Store

2000-10-15 Thread Ray Harrison

Hi -
Has anyone investigated the new java pet store (came out on October 11th, I believe)? 
I just did a
straight deploy - here's the message I receive on "Enter the Store"...
-
java.lang.NullPointerException
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getTagValue(ScreenFlowXmlDAO.java:332)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getScreens(ScreenFlowXmlDAO.java:155)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.loadScreenDefinitions(ScreenFlowXmlDAO.java:97)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowManager.init(ScreenFlowManager.java:52)
at
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.getScreenFlowManager(MainServlet.java:96)
at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.init(MainServlet.java:37)
at javax.servlet.GenericServlet.init(GenericServlet.java)
at com.evermind.server.http.HttpApplication.wt(JAX)
at com.evermind.server.http.HttpApplication.wb(JAX)
at com.evermind.server.http.HttpApplication.um(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)

-
Orion Version 1.4.0
Cloudscape data source
AND
MS Sql Server data source (the results are the same - the sources have worked before
and continue to work on the previous pet store release (1.0.1)...


Any clues as to where to start looking? I am not THAT interested in getting it to 
work, but I am a
bit curious....

Cheers
Ray Harrison

__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/




RE: The New Java Pet Store

2000-10-15 Thread Ray Harrison

They've done a bit of re-architecting. They've broken out the EJB jars into:
mailerEjb.jar
shoppingcartEjb.jar
petstoreEjb.jar
customerEjb.jar
inventoryEjb.jar

as examples. They've added an admin piece to it as well. Anyway - I've started looking 
at the
error below, but haven't gotten very far. If anyone has seen this sort of behaviour 
before - let
me know and I will focus on that area.

Cheers
Ray Harrison



--- Robert Nicholson [EMAIL PROTECTED] wrote:
 What new about it?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Harrison
  Sent: Sunday, October 15, 2000 8:20 AM
  To: Orion-Interest
  Subject: The New Java Pet Store
  
  
  Hi -
  Has anyone investigated the new java pet store (came out on 
  October 11th, I believe)? I just did a
  straight deploy - here's the message I receive on "Enter the Store"...
  --
  ---
  java.lang.NullPointerException
  at
  com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getT
  agValue(ScreenFlowXmlDAO.java:332)
  at
  com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getS
  creens(ScreenFlowXmlDAO.java:155)
  at
  com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.load
  ScreenDefinitions(ScreenFlowXmlDAO.java:97)
  at
  com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowManager.ini
  t(ScreenFlowManager.java:52)
  at
  com.sun.j2ee.blueprints.petstore.control.web.MainServlet.getScreen
  FlowManager(MainServlet.java:96)
  at 
  com.sun.j2ee.blueprints.petstore.control.web.MainServlet.init(Main
  Servlet.java:37)
  at javax.servlet.GenericServlet.init(GenericServlet.java)
  at com.evermind.server.http.HttpApplication.wt(JAX)
  at com.evermind.server.http.HttpApplication.wb(JAX)
  at com.evermind.server.http.HttpApplication.um(JAX)
  at com.evermind.server.http.ef.su(JAX)
  at com.evermind.server.http.ef.dn(JAX)
  at com.evermind.util.f.run(JAX)
  
  --
  ---
  Orion Version 1.4.0
  Cloudscape data source
  AND
  MS Sql Server data source (the results are the same - the sources 
  have worked before
  and continue to work on the previous pet store release (1.0.1)...
  
  
  Any clues as to where to start looking? I am not THAT interested 
  in getting it to work, but I am a
  bit curious
  
  Cheers
  Ray Harrison
  
  __
  Do You Yahoo!?
  Yahoo! Messenger - Talk while you surf!  It's FREE.
  http://im.yahoo.com/
  
 


__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/




RE: The New Java Pet Store

2000-10-16 Thread Ray Harrison

I thought so too, but -Djsp.tags.reuse=false produces the same error.

--- Mike Cannon-Brookes [EMAIL PROTECTED] wrote:
 I'm thinking it's probably the same bug as in the first pet store,
 concerning tag reuse?
 
 Search the archives, something like -Djsp.tags.reuse=false
 
 Mike
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Harrison
  Sent: Monday, October 16, 2000 5:51 AM
  To: Orion-Interest
  Subject: RE: The New Java Pet Store
 
 
  They've done a bit of re-architecting. They've broken out the EJB
  jars into:
  mailerEjb.jar
  shoppingcartEjb.jar
  petstoreEjb.jar
  customerEjb.jar
  inventoryEjb.jar
 
  as examples. They've added an admin piece to it as well. Anyway -
  I've started looking at the
  error below, but haven't gotten very far. If anyone has seen this
  sort of behaviour before - let
  me know and I will focus on that area.
 
  Cheers
  Ray Harrison
 
 
 
  --- Robert Nicholson [EMAIL PROTECTED] wrote:
   What new about it?
  
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ray Harrison
Sent: Sunday, October 15, 2000 8:20 AM
To: Orion-Interest
Subject: The New Java Pet Store
   
   
Hi -
Has anyone investigated the new java pet store (came out on
October 11th, I believe)? I just did a
straight deploy - here's the message I receive on "Enter the Store"...
--
---
java.lang.NullPointerException
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getT
agValue(ScreenFlowXmlDAO.java:332)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getS
creens(ScreenFlowXmlDAO.java:155)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.load
ScreenDefinitions(ScreenFlowXmlDAO.java:97)
at
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowManager.ini
t(ScreenFlowManager.java:52)
at
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.getScreen
FlowManager(MainServlet.java:96)
at
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.init(Main
Servlet.java:37)
at javax.servlet.GenericServlet.init(GenericServlet.java)
at com.evermind.server.http.HttpApplication.wt(JAX)
at com.evermind.server.http.HttpApplication.wb(JAX)
at com.evermind.server.http.HttpApplication.um(JAX)
at com.evermind.server.http.ef.su(JAX)
at com.evermind.server.http.ef.dn(JAX)
at com.evermind.util.f.run(JAX)
   
--
---
Orion Version 1.4.0
Cloudscape data source
AND
MS Sql Server data source (the results are the same - the sources
have worked before
and continue to work on the previous pet store release (1.0.1)...
   
   
Any clues as to where to start looking? I am not THAT interested
in getting it to work, but I am a
bit curious
   
Cheers
Ray Harrison
   
__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/
   
  
 
 
  __
  Do You Yahoo!?
  Yahoo! Messenger - Talk while you surf!  It's FREE.
  http://im.yahoo.com/
 
 
 
 


__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/




Re: The New Java Pet Store

2000-10-19 Thread Ray Harrison

I found the problem for this particular error - the petstore app tries to load the 
japanese
version of the pages and it chokes while doing it. It happens not only on Orion, but 
J2ee-ri as
well. If you remove the entry from the xml/requestmappings.xml file and remove the 
appropriate
entry from
the index.html file (you can do this all obviously from the earassembler or the 
webappassembler)..
--- Ray Harrison [EMAIL PROTECTED] wrote:
 Hi -
 Has anyone investigated the new java pet store (came out on October 11th, I 
believe)? I just did
 a
 straight deploy - here's the message I receive on "Enter the Store"...
 
-
 java.lang.NullPointerException
 at

com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getTagValue(ScreenFlowXmlDAO.java:332)
 at

com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getScreens(ScreenFlowXmlDAO.java:155)
 at

com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.loadScreenDefinitions(ScreenFlowXmlDAO.java:97)
 at
 
com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowManager.init(ScreenFlowManager.java:52)
 at

com.sun.j2ee.blueprints.petstore.control.web.MainServlet.getScreenFlowManager(MainServlet.java:96)
 at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.init(MainServlet.java:37)
 at javax.servlet.GenericServlet.init(GenericServlet.java)
 at com.evermind.server.http.HttpApplication.wt(JAX)
 at com.evermind.server.http.HttpApplication.wb(JAX)
 at com.evermind.server.http.HttpApplication.um(JAX)
 at com.evermind.server.http.ef.su(JAX)
 at com.evermind.server.http.ef.dn(JAX)
 at com.evermind.util.f.run(JAX)
 
 
-
 Orion Version 1.4.0
 Cloudscape data source
 AND
 MS Sql Server data source (the results are the same - the sources have worked before
 and continue to work on the previous pet store release (1.0.1)...
 
 
 Any clues as to where to start looking? I am not THAT interested in getting it to 
work, but I am
 a
 bit curious
 
 Cheers
 Ray Harrison
 
 __
 Do You Yahoo!?
 Yahoo! Messenger - Talk while you surf!  It's FREE.
 http://im.yahoo.com/
 


__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/




Re: Is the List alive?

2001-01-04 Thread Ray Harrison

I haven't received anything either. Can you get to www.orionserver.com? I can't
The quiet list and being unable to access the main site seems strange...
--- Jarek Skreta [EMAIL PROTECTED] wrote:
 Hi Everybody,
 
 Happy New Year!
 
 I haven't received a single message since 29-Dec-2000. Has the service gone
 down, nobody is working on Orion or is it just my link that's gone quiet?
 
 Jarek 
 
 

 ATTACHMENT part 2 application/ms-tnef name=winmail.dat



__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/




Re:

2001-01-04 Thread Ray Harrison

I fell for the "Ask about Orion Server" trick - everytime someone ELSE asks about it - 
I can get
to it, as well! I should have known!

Cheers
--- Dumitru Sbenghe [EMAIL PROTECTED] wrote:
 For me it's working; I don't now why but everytime when someone tell
 the orionserver is down for me it's working;
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Harrison
 Sent: jeudi 4 janvier 2001 16:52
 To: Orion-Interest
 Subject: Re: Is the List alive?
 
 
 I haven't received anything either. Can you get to www.orionserver.com? I
 can't
 The quiet list and being unable to access the main site seems strange...
 --- Jarek Skreta [EMAIL PROTECTED] wrote:
  Hi Everybody,
 
  Happy New Year!
 
  I haven't received a single message since 29-Dec-2000. Has the service
 gone
  down, nobody is working on Orion or is it just my link that's gone quiet?
 
  Jarek
 
 
 
  ATTACHMENT part 2 application/ms-tnef name=winmail.dat
 
 
 
 __
 Do You Yahoo!?
 Yahoo! Photos - Share your holiday photos online!
 http://photos.yahoo.com/
 
 


__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/




Re: User guide

2001-01-05 Thread Ray Harrison

There's more info and examples,etc on www.orionsupport.com. Check it out.

--- Laurent Vansuypeene [EMAIL PROTECTED] wrote:
 hi everybody,

 I need to evaluate orionserver but i don't find any user
 guide on the site and the documentation is quiet not enough.
 For example, i want to know how to define servlet context,
 EJB2.0 (how to define EQL, where are the generated stub...)
 Has someone a user guide ?

 Thanks in advance
 __
 Boîte aux lettres - Caramail - http://www.caramail.com




__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/




Re: 1.4.5 auto-deployment troubles

2001-01-26 Thread Ray Harrison

Jeff - 
I have had to go in and change the ejb-jar file in the atm app as I am looking at 
using SapDB for
our database choice. Since SapDB requires object names to be 32 or less in length, I 
had to make
these changes to ejb names in the atm ejb-jar file and re-deploy. I removed the 
application from
the applications-deployments directory as well. I am using Orion 1.4.5 on Windows 2000 
Server and
Professional and SapDB (most recent version). It picked up my changes with no problem. 
I did not
however, change the class files themselves. Maybe there is an issue with that 
aspect

Cheers
Ray


--- Jeff Schnitzer [EMAIL PROTECTED] wrote:
 Has anyone else noticed that 1.4.5 seems to neglect changes made to the
 ejb-jar?  It unpacks the ear and deploys changed war files just fine,
 and if I change the ejb-jar.xml, it will unpack the ejb jar.  But if I
 change only the ejb class files, Orion just upacks the ear and sits.
 Even restarting the server doesn't help.
  
 Since nobody else has mentioned it yet, I'm wondering if it's just me.
 I can get 1.4.4 to work just fine, though, so I suspect not.
  
 I am deploying by copying the new ear over the old one.
  
 Jeff
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/




Re: SV: interbase database schema

2001-01-26 Thread Ray Harrison

I have been reasonably impressed with SapDB - its got its quirks and I haven't fully 
completed my
testing (database and jdbc driver), but is seems pretty solid on Windows 2000 thus far.
RHH
--- Markus Härnvi [EMAIL PROTECTED] wrote:

 MySQL lacks real transactions.

 My suggestion would be PostgreSQL. I have it running here on my Windows
 2000. It can be compiled with the Cygwin tools.

 http://people.freebsd.org/~kevlo/postgres/portNT.html

 I wouldn't run it on Windows in a production environment, but for
 development it is OK.

 http://theserverside.com uses PostgreSQL on Linux togheter with EJB.

   /Markus



 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]För Chris Bartling
 Skickat: den 26 januari 2001 03:10
 Till: Orion-Interest
 Ämne: RE: interbase database schema


 What about MySQL?  Works under both Windows and Linux and is open source.
 Doesn't do everything a DB2 or Oracle does (subselects instantly come to
 mind), but it does work well.  Plus, O'Reilly has a great book out on MySQL,
 so documentation is not a problem.  JDBC drivers are readily available.  All
 of this can be found at http://www.mysql.com.  I've been using MySQL and
 Orion together on Windows 2000 without a problem.


 -- chris --



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus Rydin
 Sent: Thursday, January 25, 2001 3:35 AM
 To: Orion-Interest
 Subject: SV: interbase database schema


 hSQL (java based) that is shipped with Orion is very neat for development,
 but probably not the best choice for a production environment.
 In production I would recommend DB2 or Oracle.. Not open source, but
 trustworthy.
 WR
  -Ursprungligt meddelande-
  Från: H.Bakker [mailto:[EMAIL PROTECTED]]
  Skickat: den 25 januari 2001 00:46
  Till: Orion-Interest
  Ämne: interbase database schema
 
 
  Good morning.
 
  We are doing some experiments with Orion, and it looks very good.
 
  We are looking for a (preferable open source) database with
  will work in a
  production environment under Linux, but can also be used
  under Windows in a
  development environment because not all developers we have,
  use Linux as
  their development environment.
 
  We already use Interbase from Borland, but I could not find a database
  scheme in 1.45
  Does anybody already have a schema or a other suggestion for
  a database?
 
  thanks in advance,
 
  Regards
 
  Hans Bakker
  A-Net Internet Services
  www.a-net.nl/english
  partner of www.ejbprovider.com
 
 






__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/




Re: orion + multi processor's X86 PC

2001-01-26 Thread Ray Harrison

Windows 2000 dual processor box runs very well with 1.4.5 and uses both processors 
quite nicely.

--- Robert Krueger [EMAIL PROTECTED] wrote:
 At 08:42 26.01.2001 , you wrote:
 Hi,
 
 We planned to go on production state of our developpement under ORION, but
 we don't have a clue on multiprocessors (SMP) and Orion.
 
 If we run a X86 PC server with 2 XEON and sun's JVM 1.3 + Orion + NT or
 2000, is this will be enought to take advantage of SMP ???
 Maybe we need to run 2 JVMs and setup a "cluster like" config ???

 no, you'll be ok. one of our prod systems (linux however) is exactly like
 that and it does use both processors very well. since NT's threading is
 even supposed to be better than linux's :( currently I don't see why you
 shouldn't see the same.

 HTH

 robert

 If someone expirience this, just let us know.
 
 Thanks.
 
 PHiL.
 
 

 (-) Robert Krüger
 (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
 (-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
 (-) Tel: 06151 665401, Fax: 06151 665373
 (-) [EMAIL PROTECTED], www.signal7.de




__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/




Re: SV: interbase database schema

2001-01-27 Thread Ray Harrison

Should have been more clear - we are using it with Orion 1.4.5 on W2K - the more I 
test and
stress it - the more I like it. I even like the tools that come with it. As it is 
being moved to
open source, it comes to us a little differently than other open source apps.  It is a 
mature
database already and I believe it can only get better as an open source app. I should 
say, rather,
that it has the potential to get better, time will tell of course.  How is it that 
PostgreSQL
seems more mature than SapDB? Kind of curious...

Cheers
Ray
--- Markus Harnvi [EMAIL PROTECTED] wrote:
 
 Yes, SABDB would be another alterantive. Anyone tried it togheter with
 Orion?
 
 PostgreSQL seems to be more mature than SABDB, but SAPDB has a big company
 supporting it.
 
   /Markus
 
 
 -Ursprungligt meddelande-
 Fran: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]For Ray Harrison
 Skickat: den 26 januari 2001 18:09
 Till: Orion-Interest
 Amne: Re: SV: interbase database schema
 
 
 I have been reasonably impressed with SapDB - its got its quirks and I
 haven't fully completed my
 testing (database and jdbc driver), but is seems pretty solid on Windows
 2000 thus far.
 RHH
 --- Markus Hdrnvi [EMAIL PROTECTED] wrote:
 
  MySQL lacks real transactions.
 
  My suggestion would be PostgreSQL. I have it running here on my Windows
  2000. It can be compiled with the Cygwin tools.
 
  http://people.freebsd.org/~kevlo/postgres/portNT.html
 
  I wouldn't run it on Windows in a production environment, but for
  development it is OK.
 
  http://theserverside.com uses PostgreSQL on Linux togheter with EJB.
 
  /Markus
 
 
 
  -Ursprungligt meddelande-
  Fren: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]Fvr Chris Bartling
  Skickat: den 26 januari 2001 03:10
  Till: Orion-Interest
  Dmne: RE: interbase database schema
 
 
  What about MySQL?  Works under both Windows and Linux and is open source.
  Doesn't do everything a DB2 or Oracle does (subselects instantly come to
  mind), but it does work well.  Plus, O'Reilly has a great book out on
 MySQL,
  so documentation is not a problem.  JDBC drivers are readily available.
 All
  of this can be found at http://www.mysql.com.  I've been using MySQL and
  Orion together on Windows 2000 without a problem.
 
 
  -- chris --
 
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/




Re: Developers

2001-01-30 Thread Ray Harrison

In my day job, I use both SilverStream and Sybase's EA Server. They are okay. I 
personally think
that they are extraordinarily over-priced and they don't have the level of J2ee 
technology
implemented that Orion does, especially in CMP, where I have a special place in my 
heart.  I have
used JRun, I think Orion is better. I find it to be extremely stable for what we do - 
others who
are more familiar with running a live site with Orion will be far better at describing 
how well
(or not)  it works in that environment. What people complain about most with the 
product is lack
of documentation and 24x7 tech support that you can pay for with the larger app 
servers. I
personally have found that the mail list is invaluable, not to mention the 
orionsupport.com site.


--- Burr Sutter [EMAIL PROTECTED] wrote:
 Just downloaded the Orion Server and was wondering what the current userbase
 thought about the product.
 Is it stable and scalable enough to deploy a major website using Servlets,
 JSP and EJB?
 
 Better than Resin? JRun?
 
 I've used WebSphere, WebLogic and SilverStream.
 
 Thanks,
 Burr
 [EMAIL PROTECTED]
 
 
 


__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: same Error deserializing EJB-session on petstore, anyone help me.

2001-02-01 Thread Ray Harrison

I have experienced the same problems with the petstore app on Sybase/EA Server and 
Orion/Variety
of databases. Its somewhere in the app itself...but the app itself always needed 
fixing prior to
running it anyway - depending on the app server and the database. It doesn't do much 
right out of
the box and there may be some other issue that needs addressing that isn't happening. 
I have just
used the app as a learning tool - and it has some interesting features - but I never 
spent the
time to get all of it working perfectly - not worth it to me.



--- Matt Bauer [EMAIL PROTECTED] wrote:
 Just glancing at your problem, I think the error is in the petstore app.  
ModelManager and some
 other classes for the shoppingclientcontroller do not implement
 serializable and hence an error.
 
 Matt
 
 
 Li You wrote:
 
  Hi All,
 
  Dear Alexey Ryndin,
   I find same Error deserializing EJB-session in petstore on Orion,I don't know 
where i
 miss ?
  where petstore 
miss ?
  where Orion 
miss ?
  where 
Postgresql  miss?
   and why!?
  please help me.
  thanks again,
   yours Urey
 
   .
  //**  errors of perstore on Orion 
  00-11-2 12:47 Started
  00-11-2 12:47 petstore: 1.3.8 Started
  00-11-2 12:48 petstore: com.sun.j2ee.blueprints.petstore.control.web.MainServlet: 
init
  00-11-2 12:48 Error deserializing EJB-session
  java.io.WriteAbortedException: Writing aborted by exception; 
java.io.NotSerializableException:
 com.sun.j2ee.blueprints.petstore.control.ejb.ModelUpdateManager
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:445)
   at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2262)
   at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:519)
   at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1411)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
   at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2262)
   at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:519)
   at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1411)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
   at com.evermind.server.ejb.gp.ah8(JAX)
   at com.evermind.server.ejb.EJBContainer.aib(JAX)
   at com.evermind.server.ejb.gr.fv(JAX)
   at com.evermind.server.rmi.bf.h0(JAX)
   at com.evermind.server.rmi.RMIContext.gr(JAX)
   at com.evermind.server.rmi.RMIContext.gv(JAX)
   at com.evermind.server.rmi.RMIContext.lookup(JAX)
   at com.evermind.server.hi.f_(JAX)
   at com.evermind.server.hi.lookup(JAX)
   at com.evermind.server.ejb.gr.fv(JAX)
   at com.evermind.util.t.lookup(JAX)
   at com.evermind.server.hi.f_(JAX)
   at com.evermind.server.hi.lookup(JAX)
   at javax.naming.InitialContext.lookup(InitialContext.java:350)
   at com.sun.j2ee.blueprints.petstore.util.EJBUtil.getSCCHome(EJBUtil.java:47)
   at 
com.sun.j2ee.blueprints.petstore.control.web.ModelManager.getSCCEJB(ModelManager.java:124)
   at

com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.init(ShoppingClientControllerWebImpl.java:61)
   at

com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(RequestProcessor.java:96)
   at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:61)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at com.evermind.server.http.d1.si(JAX)
   at com.evermind.server.http.d1.forward(JAX)
   at com.evermind.server.http.ed.sp(JAX)
   at com.evermind.server.http.ed.so(JAX)
   at com.evermind.util.f.run(JAX)
  00-11-2 12:48 Error deserializing EJB-session
  java.io.WriteAbortedException: Writing aborted by exception; 
java.io.NotSerializableException:
 com.sun.j2ee.blueprints.petstore.control.ejb.ModelUpdateManager
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:445)
   at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2262)
   at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:519)
   at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1411)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
   at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2262)
   at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:519)
   at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1411)
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
   at 

Re: ATM application not working in 1.4.0

2001-02-09 Thread Ray Harrison

There should be a jms config section in your server.xml file that needs 
uncommenting
if not here is what you should have:

!-- JMS-server config link, uncomment to activate the JMS service --
jms-config path="./jms.xml" /



--- Globetrot Communications [EMAIL PROTECTED] wrote:
 The ATM sample I am trying to deploy is the one that
 came with Orion 1.4.0. Looks like the problem is that
 the JMS server is not running! What could cause that?
 
 Thanks for your help.
 
 I am attaching the mail-session tag from server.xml.
 
 mail-session location="mail/MailSession"
 smtp-host="mailhost.driftwood.com"
property name="mail.transport.protocol"
 value="smtp" /
property name="mail.smtp.from"
 value="[EMAIL PROTECTED]" /
property name="mail.from"
 value="[EMAIL PROTECTED]" /
 /mail-session
 
 
 
 Error deploying
 file:/home/local/orion/applications/atm/atm-ejb.jar
 homes: Unable to link resource MessageDrivenBean
 com.acme.atm.ejb.MainLoggerEJB, no JMS server running
 
 --- Globetrot Communications [EMAIL PROTECTED]
 wrote:
  When I try to register on the web-page in ATM
  application, I get the following exceptions! I was
  hoping to use this application to see how exactly it
  is doing O/R mapping.
  
  Thanks.
  
  Satish
  
  
  javax.servlet.jsp.JspException: NamingException:
  com.acme.atm.ejb.AccountOwnerManager not found
  at
 
 com.evermind.ejb.taglib.UseHomeTag.doStartTag(UseHomeTag.java:37)
  at
  /doAddUser.jsp._jspService(/doAddUser.jsp.java:43)
  (JSP page line 3)
  at
  com.orionserver.http.OrionHttpJspPage.service(JAX)
  at
  com.evermind.server.http.HttpApplication.xa(JAX)
  at
  com.evermind.server.http.JSPServlet.service(JAX)
  at com.evermind.server.http.d3.so(JAX)
  at com.evermind.server.http.d3.sm(JAX)
  at com.evermind.server.http.ef.su(JAX)
  at com.evermind.server.http.ef.dn(JAX)
  at com.evermind.util.f.run(JAX)
  
  __
  Do You Yahoo!?
  Yahoo! Auctions - Buy the things you want at great
  prices.
  http://auctions.yahoo.com/
  
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35 
 a year!  http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: Orion

2001-02-12 Thread Ray Harrison

Waheed - look at www.jollem.com, www.orionsupport.com.
Also buy Richard Monson-Haefel's book - "Enterprise Java Beans"
Look around the net - you will find a lot of stuff...
Ray
--- waheed_rahuman [EMAIL PROTECTED] wrote:
 hi all
 Can anybody send me some ejb tutorials
 bye then
 waheed
 
 
 
 
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: Installing application.

2001-02-12 Thread Ray Harrison

Hi -
Go check out www.orionsupport.com and www.jollem.com (orion primer example)
That should get you started
Ray
--- [EMAIL PROTECTED] wrote:
 Hi:
 
 I have been trying to install an application using orion and I am having a terrible 
time of it.
 With what information I can find I have installed the application in the application 
direcotry
 of orion and set the refrence in the server.xml file but I get this error when 
starting up
 orion:
 
 C:\orionjava -jar orion.jar
 Error instantiating application at file:/C:/orion/addressbook2: Unable to find/r
 ead assembly info for C:\orion/addressbook2 (IO error: unable to find addressboo
 k2)
 Orion/1.3.8 initialized
 
 Any ideas?
 
 Are there any clear tutorials out there in setting up an application in orion?
 
 Thanks,
 
 Stefan
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: How to deploy?

2001-02-13 Thread Ray Harrison

look at www.jollem.com, www.orionsupport.org
--- catjava [EMAIL PROTECTED] wrote:
 I'm a beginner,and i want to know how to deploy an jar file on orion ejb server?
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: How does this effect Orion?

2001-02-14 Thread Ray Harrison

It costs $2500/cpu for almost reaching the level of what Orion offers. Development 
version is
somewhat limited, though you could download the 30 day trial for your stress testing, 
I suppose.
I'm certainly interested in what shakes out in the industry over the next year or so...


--- Kemp Randy-W18971 [EMAIL PROTECTED] wrote:
 I have read the announcement at www.theserverside.com about the ewave server for 
only $595 per
 CPU.  The company marketing it has a good marketing and capital engine behind them, 
so I wonder
 how this will effect Orion?  It is very interesting that there are over thirty 
vendors offering
 some flavor of J2EE technology, anywhere from the high priced servers like Weblogic 
to the open
 source servers like Jboss.  Yet this industry is supposed to be around $2 billion 
now and
 projected to be $12 billion in two years.  This means there is a market for all the 
"good"
 products, and the consumer and developer will become the clear winners.  
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




RE: NOVICE Question about orion and mysql

2001-02-21 Thread Ray Harrison

It appears from the error message that you are pointing to the wrong mysql database: 
The data-sour
xml file snippet you give below refers (in you URL) to defaultdb and your message 
refers to
addressbookdb. In mysql, create a database called addressbookdb (or just change your 
references to
defaultdb). The tables will then be automatically created.

--- [EMAIL PROTECTED] wrote:
 
 Hi Andres,
 
 I'm sorry, I didn't get that error.  Orion automatically creates tables
 in MySQL for CMP entity beans on my system, after just doing what
 I suggested earlier.  Your error sounds like the "database" is invalid,
 like the URL you're using is pointing to the wrong MySQL database?
 Just a thought, but I'm not sure.  Maybe someone else has more insight.
 
 Doug
 
 
 
 
  
   
   
 "Andres Garcia Hourcade" 
   
   
 [EMAIL PROTECTED]  To: Orion-Interest 
   
   
 Sent by:  
[EMAIL PROTECTED]  
   
 owner-orion-interest@orioncc:
   
   
 server.comSubject: RE: NOVICE 
Question about
 orion and 
   mysql  
   
   
  
   
   
 02/20/2001 06:52 AM  
   
   
 Please respond to
   
   
 Orion-Interest   
   
   
  
   
   
  
   
   
 
 
 
 
 Thanks a lot, i did what you tell me,but i am still getting this msg.
 
 
 Warning: Unable to create new entry, caught: "javax.ejb.CreateException",
 message is: "Error creating EntityBean: General error: Unknown database
 'addressbookdb'".
 
 obviusly i do not know how tell to orion server that it must create de
 addresbookdb, not search it
 
 any ideas ?
 
 
 
 
 -Mensaje original-
 De: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]En nombre de
 [EMAIL PROTECTED]
 Enviado el: lunes, 19 de febrero de 2001 13:48
 Para: Orion-Interest
 Asunto: Re: NOVICE Question about orion and mysql
 
 
 Hi Andres,
 
 I have some custom CMP EJBs working with MySQL 3.23.
 My datasource.xml entry is similar to yours.  A couple thoughts:
 
 1. Make sure you have removed the attribute "ejb-location"
from the hsql datasource.
 
 2. Make sure you have a schema for mysql in the
 orion/config/database-schemas directory.
Here is the one I use (named mysql.xml):
 
 --
 
 ?xml version="1.0"?
 !DOCTYPE database-schema PUBLIC "-//Evermind//- Database schema"
 "http://www.orionserver.com/dtds/database-schemas.dtd"
 
 database-schema name="Mysql" not-null="not null" null="" primary-key
 ="primary key"
  type-mapping type="java.lang.String" name="varchar(255)" /
  type-mapping type="int" name="integer" /
  type-mapping type="float" name="float" /
  type-mapping type="double" name="double" /
  type-mapping type="byte" name="smallint" /
  type-mapping type="char" name="char(1)" /
  type-mapping type="short" name="integer" /
  type-mapping type="boolean" name="bit" /
  type-mapping type="java.util.Date" name="datetime" /
 
  disallowed-field name="password" /
  disallowed-field name="username" /
  disallowed-field name="date" /
  disallowed-field name="text" /
 /database-schema
 
 --
 
 Good luck,
 
 Doug
 
 
 
 
 
 "Andres Garcia Hourcade"
 [EMAIL PROTECTED]  To:
 Orion-Interest
 [EMAIL PROTECTED]
 Sent by:  cc:
 owner-orion-interest@orionSubject: NOVICE
 Question about orion and mysql
 server.com
 
 
 02/16/2001 02:31 PM
 Please respond to
 Orion-Interest
 
 
 
 
 
 
 i changed orion-primer-cmp to use mysql 3.22
 the mysql server is up and running, the app. works fine with hsql, but in
 mysql i have to create database and tables manually, because it cannot
 auto-create them
 what else may i config, or where i could find any tips ?
 thanks in advanced
 
 
 attached config/datasource.xml
 
data-source
   

Re: Beginner...

2001-02-22 Thread Ray Harrison

Hi Luis -
A good place to start is to look at:

www.jollem.com
www.orionsupport.com

There are some examples there to get you started


--- Luis Javier Beltran [EMAIL PROTECTED] wrote:
 Hi all,
 
 I've just started using Orion server My question is, how do I create a new 
application??
 What files should I modify, what lines should I add, to register it?
 
 Thanks!!
 
 Luis Javier
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/




RE: Win2k Pro. is mess... choosing the right database product

2001-02-24 Thread Ray Harrison

In development we are running orion 1.4.7 on Windows 2000 Server with the latest 
SapDB. I love it.
It has pretty slick tools, and it is pretty solid. Admittedly I had to (an currently) 
learning its
quirks, etc. I decided I would get the latest Pet Store (1.1.1) working with 
Orion/SapDB. I JUST
got it working. It was a worthwhile exercise because this app has a lot of BMP stuff 
so I was able
to play around with the database side of things. It handles CMP just fine, as far as I 
have tested
it. 

SapDB is quite solid, handles transactions, has a long track record (short in the 
opensource
realm) and can, one way or another, work with most data types. I recomend at least 
taking a look
at it if you are evaluating mySQL or Interbase.

--- Arno Grbac [EMAIL PROTECTED] wrote:
 It could be that Interbase is a very recent addition to the open source /
 freeware bunch. Also, prior to version 6, Interbase was
 missing some essential data types, which made it a bit less approchable. My
 company is still evaluating Interbase, but so far
 we haven't found any "issues" and are extremely pleased with the JDBC driver
 and the performance/features of this product.
 
 There appears to be an issue setting different character sets for the JDBC
 driver in data-sources.xml, but that is probably true
 for all JDBC drivers and setting their extended parameters (it could be a
 problem with Orion) and it's not a show stopper for us.
 
 At some point in time, we were also evaluating mySQL, but (AT THE TIME) it
 had no transaction support, JDBC drivers were
 in flux and no blobs.
 
 Personally, I believe that InterBase 6 offers more features then mySQL.
 Another FREE option appears to come from SAP
 (http://www.sap.com/solutions/technology/sapdb/) I know nothing about this
 product, but it comes with a type 4 JDBC
 driver and a bunch of tools. It would be nice to hear from somebody who know
 more about it.
 
 -arno
 
   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink
 Isaksen
   Sent: Friday, February 23, 2001 6:27 PM
   To: Orion-Interest
   Subject: RE: Win2k Pro. is mess... choosing the right database product
 
 
   You are probably right in your asumptions. Might I ask why you have chosen
 to go for PostgreSQL? To me it seems a bit too uncertain to have two pieces
 of experimental software in one project. Personally I was thinking of
 switching to either MySQL or Interbase once my system goes on-line. I have
 used Interbase quite a lot, just not with EJBs, and it is totally free and
 open source nowadays. I have no experience with MySQL, but as far as I have
 read on this list, quite many people are fond of it, and it seems that the
 use of MySQL is a question of once needs for transactions (which MySQL does
 not support).
 
   I am wondering if anyone is using the prepackaged Hypersonic database in
 production... It has not given me any trouble during this development
 project... yet... - I would feel MUCH better about using a 10+ years old
 well-tested database like Interbase, and I simply do not know why more
 people are not using it.
 
 
   Any comments anyone?
 
 
   Randahl
 
 
 
-Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
   Sent: 23. februar 2001 18:39
   To: Orion-Interest
   Subject: Re: Win2k Pro. is messing up the DB
 
 
 Hello Randahl,
 First of all, I appreciate your idea.
 Yes, we came to the near conclusion that it was not orion but it was
 postgresql.
 To tell the truth, I believe in orion but not very much so in
 postgresql.
 As a matter of fact, we are using a CVS version of PostgreSQL because
 the released version of postgresql does not yet support the right join
 sql statement.
 To make matters worse, the Linux JDBC driver was not working properly on
 the timestamp
 field before I made a modification on the driver. We were totally
 forgetting all about this.
 Our Windows developers have had no problems with ODBC drivers so far,
 out of which
 we can guess it is not the DB itself but it is the Linux JDBC driver.
 What are your thoughts?
 Once again, thank you very much.
 
 
 
 Simon
 
 
 
 
 
 
   - Original Message -
   From: Randahl Fink Isaksen
   To: Orion-Interest
   Sent: Friday, February 23, 2001 1:07 AM
   Subject: RE: Win2k Pro. is messing up the DB
 
 
   I know this is a wild guess, but just to make sure, I would of course
 do a disk scan on that machine to make sure it is not a hardware problem -
 these things do happen, I am afraid.
 
   Another good thing would be to run the application on a _different_
 Win2K Pro. machine to make sure it is not just something which is specific
 to only her single machine.
 
   BTW, I would doubt PostgreSQL more on Win2K than I would doubt Orion.
 Orion is a java application, which gives it a pretty good chance of running
 in the same way 

Re: Orion taken over

2001-02-27 Thread Ray Harrison

Where did you hear it?



--- John Miller [EMAIL PROTECTED] wrote:
 Have heard that Orion has been bought by someone. Is that true? Is so by
 who?
 
 Johnny
 
 
 BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit 
 http://www.iii.co.uk/isa for a choice of 400+ funds, market leading
 discounts 
 and access to expert advice. 
 
 FANCY A FREE ISA? Enter our competition now at http://www.iii.co.uk/isa 
 Terms and Conditions apply and are available online. 
 Issued by Interactive Investor Trading Limited, regulated by the SFA.
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




RE: Orion taken over

2001-02-27 Thread Ray Harrison

I know that they have been forming a new company called IronFlare or something to that 
effect.
Currently www.ironflare.com=www.orionserver.com
I have not heard anything about them being taken over..

--- John Miller [EMAIL PROTECTED] wrote:
 off some bloke
 
 -Original Message-
 From: Ray Harrison [mailto:[EMAIL PROTECTED]]
 Sent: 27 February 2001 16:36
 To: Orion-Interest
 Subject: Re: Orion taken over
 
 
 Where did you hear it?
 
 
 
 --- John Miller [EMAIL PROTECTED] wrote:
  Have heard that Orion has been bought by someone. Is that true? Is so by
  who?
  
  Johnny
  
  
  BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit 
  http://www.iii.co.uk/isa for a choice of 400+ funds, market leading
  discounts 
  and access to expert advice. 
  
  FANCY A FREE ISA? Enter our competition now at http://www.iii.co.uk/isa 
  Terms and Conditions apply and are available online. 
  Issued by Interactive Investor Trading Limited, regulated by the SFA.
  
 
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/
 
 
 BUY YOUR 2001 ISA AT INTERACTIVE INVESTOR'S NEW ISA CENTRE - visit 
 http://www.iii.co.uk/isa for a choice of 400+ funds, market leading
 discounts 
 and access to expert advice. 
 
 FANCY A FREE ISA? Enter our competition now at http://www.iii.co.uk/isa 
 Terms and Conditions apply and are available online. 
 Issued by Interactive Investor Trading Limited, regulated by the SFA.
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: EJBQL

2001-03-02 Thread Ray Harrison

The latest information in hand that I know of is that no - they do not support EJBQL - 
although
that may have changed recently. Not sure that I know of any app server that is fully 
EJB2.0
compliant as yet...

Cheers
RHH
--- fresnaULL [EMAIL PROTECTED] wrote:
 Does Orion provide support for EJBQL? Which Orion version?
 Is Orion full EJB 2.0 compliant?
 
 Thanks in advance
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




RE: EJBQL

2001-03-02 Thread Ray Harrison

Very interesting discussion. Definitely worth a look.


--- Edoardo Comar [EMAIL PROTECTED] wrote:
  -Original Message-
  that may have changed recently. Not sure that I know of any app 
  server that is fully EJB2.0
  compliant as yet...
 
 have a look at what's happening here ...
 
 http://theserverside.com/home/thread.jsp?thread_id=4658
 
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Here is a SAP DB schema if interested...

2001-03-06 Thread Ray Harrison

Here is a SAP DB schema that I've been working with recently - I have not tried all of 
the
elements so if anyone uses it and finds a problem - post it back to the list with the 
fixfor
instance
I am not sure about some of the date/time stuff, among other things...

Cheers
Ray Harrison


?xml version="1.0"?
!DOCTYPE database-schema PUBLIC "-//Evermind//- Database schema" 
"http://www.orionserver.com/dtds/database-schemas.dtd"

database-schema name="SapDB" not-null="not null" null="" primary-key="primary key" 
  max-table-name-lenght="32"
type-mapping type="boolean"  name="boolean" /
type-mapping type="java.lang.Boolean"name="boolean" /
type-mapping type="byte" name="byte" /
type-mapping type="java.lang.Byte"   name="byte" /
type-mapping type="char" name="char" /
type-mapping type="java.lang.Character"  name="char" /
type-mapping type="double"   name="double precision" /
type-mapping type="java.lang.Double" name="double precision" /
type-mapping type="float"name="float" /
type-mapping type="java.lang.Float"  name="float" /
type-mapping type="int"  name="integer" /
type-mapping type="java.lang.Integer"name="integer" /
type-mapping type="long" name="integer" /
type-mapping type="java.lang.Long"   name="integer" /
type-mapping type="short"name="smallint" /
type-mapping type="java.lang.Short"  name="smallint" /
type-mapping type="java.lang.String" name="varchar(255)" /
type-mapping type="java.math.BigDecimal" name="fixed(15,15)" /
type-mapping type="byte[]"   name="long byte" /
type-mapping type="java.sql.Date"name="date" /
type-mapping type="java.sql.Time"name="time" /
type-mapping type="java.sql.Timestamp"   name="timestamp" /
type-mapping type="java.util.Date"   name="timestamp" /
type-mapping type="java.io.Serializable" name="long byte" /

disallowed-field name="key" /
disallowed-field name="date" /
disallowed-field name="timestamp" /
disallowed-field name="time" /
disallowed-field name="username" /
disallowed-field name="password" /
disallowed-field name="order" /
disallowed-field name="table" /
/database-schema


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: un subscribe

2001-03-06 Thread Ray Harrison

Please use the form at www.orionserver.com
--- Prasanna Kumar [EMAIL PROTECTED] wrote:
 Please  un subscribe
 
 Thanx..
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Here is a SAP DB schema if interested...

2001-03-06 Thread Ray Harrison

Spelling 'length' would be a good start
--- Ray Harrison [EMAIL PROTECTED] wrote:
 Here is a SAP DB schema that I've been working with recently - I have not tried all 
of the
 elements so if anyone uses it and finds a problem - post it back to the list with 
the fixfor
 instance
 I am not sure about some of the date/time stuff, among other things...
 
 Cheers
 Ray Harrison
 
 
 ?xml version="1.0"?
 !DOCTYPE database-schema PUBLIC "-//Evermind//- Database schema" 
 "http://www.orionserver.com/dtds/database-schemas.dtd"
 
 database-schema name="SapDB" not-null="not null" null="" primary-key="primary key" 
   max-table-name-length="32"
 type-mapping type="boolean"  name="boolean" /
 type-mapping type="java.lang.Boolean"name="boolean" /
 type-mapping type="byte" name="byte" /
 type-mapping type="java.lang.Byte"   name="byte" /
 type-mapping type="char" name="char" /
 type-mapping type="java.lang.Character"  name="char" /
 type-mapping type="double"   name="double precision" /
 type-mapping type="java.lang.Double" name="double precision" /
 type-mapping type="float"name="float" /
 type-mapping type="java.lang.Float"  name="float" /
 type-mapping type="int"  name="integer" /
 type-mapping type="java.lang.Integer"name="integer" /
 type-mapping type="long" name="integer" /
 type-mapping type="java.lang.Long"   name="integer" /
 type-mapping type="short"name="smallint" /
 type-mapping type="java.lang.Short"  name="smallint" /
 type-mapping type="java.lang.String" name="varchar(255)" /
 type-mapping type="java.math.BigDecimal" name="fixed(15,15)" /
 type-mapping type="byte[]"   name="long byte" /
 type-mapping type="java.sql.Date"name="date" /
 type-mapping type="java.sql.Time"name="time" /
 type-mapping type="java.sql.Timestamp"   name="timestamp" /
 type-mapping type="java.util.Date"   name="timestamp" /
 type-mapping type="java.io.Serializable" name="long byte" /
 
 disallowed-field name="key" /
 disallowed-field name="date" /
 disallowed-field name="timestamp" /
 disallowed-field name="time" /
 disallowed-field name="username" /
 disallowed-field name="password" /
 disallowed-field name="order" /
 disallowed-field name="table" /
 /database-schema
 
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: File not found Error (404 error)

2001-03-13 Thread Ray Harrison

Waheed - 
This sort of thing can be handled in your servlet logic, among a variety of other 
ways.
A good way to learn this stuff is to dig around in some of the existing demo apps, 
like the ATM
demo for instance.
Have fun -
Ray
--- waheed_rahuman [EMAIL PROTECTED] wrote:
 Hi All,
 Can anybody help ,me in setting a default html so, that when ever  a file
 which is not found in the server is requested this default html is servered
 by the orion server, (File not found error or 404 error)
 
 Thank you in advance
 waheed
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/




Re: Bug in deployment descriptor?!

2001-03-21 Thread Ray Harrison

Hi Nevin,
Databases will have their own list of keywords that you can't use as attribute names 
and
"password" is generaly one of them. The database schema contains this list and its 
behaviour is
such that the illegal keywords will be appended by the "_" character. Check out
$ORIONDIR/config/database-schemas for your particular database.

Cheers
Ray

--- Nevin Ng [EMAIL PROTECTED] wrote:
 Hi,
 
 I wonder if you have met this situation before, I trying to deploy an entity bean 
with one of
 the field named "password".   I have write the corresponding orion-ejb-jar.xml for 
the
 persistence mapping within database. Everything seems fine, the xml in the
 application-deployment directory is correct. Until the whole deployment is done, 
which orion
 compiled all the generated files, the seems to be correct orion-ejb-jar.xml has been 
updated
 with the "password" field mapping becomes "password_".  Is this a bug or just my 
problem?!
 
 I have tried all the ways and nothing can stop orion change the from "password" to 
"password_"! 
  When I change the mapping to something else such as "blahblahblah" its ok, but not 
"password".
 
 I really confused about this strange behavior
 
 Regards,
 Nevin Ng
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




RE: Orion on RedHat

2001-03-23 Thread Ray Harrison

I always have to throw in SAP DB as well (www.sapdb.org). I have been very happy with 
the
database. I haven't used it on linux, but I understand that it performs nicely on that 
platform.
--Ray
--- Kemp Randy-W18971 [EMAIL PROTECTED] wrote:
 Hypersonic sql has temporary become hsql, as it tries to find a home with a new 
development
 team.  There are other options also, mentioned in this list before, like mysql 
(www.mysql.com),
 postgresql (www.postgresql.org), and instantdb (www.enhydra.org).
 
   -Original Message-
  From:   Russ White [mailto:[EMAIL PROTECTED]] 
  Sent:   Thursday, March 22, 2001 11:01 AM
  To: Orion-Interest
  Subject:RE: Orion on RedHat
  
  Actually the Hypersonic DB that comes with Orion is quite suitable for small 
sites, and it is
 fast, and works well with Orion because it already has the configuration for the db 
in the
 distribution.
  
  I would stick Hypersonic unless you really need something else.
  
   -Original Message-
  From:   [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]] 
  Sent:   Thursday, March 22, 2001 10:10 AM
  To: Orion-Interest
  Subject:RE: Orion on RedHat
  
  Russ,
  
  Thanks for the news. I was hoping that this set up would work as it is easy to 
get relatively
 cheap hosting based on RaQ and Linux.
  
  One more question, if that's OK: at the moment we are doing without a database 
(information
 is stored in XML files). However, we may need to get one at some point. Which 
database system
 (low cost) would work OK in this configuration?
  
  Many thanks again.
  
  Jarek 
  
-Original Message-
   From: [EMAIL PROTECTED] 
   [mailto:[EMAIL PROTECTED]] 
   Sent: 22 March 2001 14:10
   To:   Orion-Interest
   Subject:  RE: Orion on RedHat
   
   This actually sounds like a good setup for what you want to do.
   
   I have setup many site for non-profits with a setup similar to 
   what you are doing.
   
   Using Linux in such an environment is a great idea because you 
   can set it up like a hands off appliance, and it is very cost effective.
   
   you could actually get by with less then a gig of HD space but 
   the more the better.
   
   as far as RAM 64-128 meg has work fine for me even on busy sites. 
   256 meg to 1+ gig is great but not generally necessary for small sites.
   
   Get the new sun JDK and not IBM's as IBM's is prone to crash.
   
   Use the newest version of Orion if you are going to be doing any 
   EJB 2.0 experimenting.
   
   Have fun!!!
   
-Original Message-
   From: [EMAIL PROTECTED] 
   [mailto:[EMAIL PROTECTED]] 
   Sent: Thursday, March 22, 2001 7:06 AM
   To:   Orion-Interest
   Subject:  Orion on RedHat
   
   Dear All,
   
   We are planning for a budget (read 'cheap') deployment of a 
   website running on Orion for a charity. We're thinking about 
   RedHat Linux 6 on a Cobalt RaQ3 server. Does anybody has any 
   experience of running Orion on such kit? What resources (RAM, 
   etc.) should a single server have in order to run it comfortably 
   (it is just an informational web site with limited traffic)?
   
   Many thanks for your
   
   Jarek
   
   Nesscomp Limited
   mailto:[EMAIL PROTECTED]
   === 
   This email and any files transmitted with it are confidential and 
intended
   solely for the use of the individual or entity to whom they are 
addressed.
   Nesscomp Ltd do not accept legal responsibility for the contents of
   this message. Any views or opinions presented are solely those of the
   author and do not necessarily represent those of Nesscomp Ltd.
   This message can not be classed as SPAM, the recipient has not
   been added to any mailing lists.
   
   
   
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Help me please domain was nul message is killing me here...

2001-04-02 Thread Ray Harrison

Alex -
Is there any chance you could zip up a small amount of code that recreates your 
problem? You had
better include examples of your orion config files too. Or at least if you could 
provide lots of
information code snippets and the like - that would be great! Give us what you can and 
we may be
able to help...

Cheers
Ray 



--- Alex Paransky [EMAIL PROTECTED] wrote:
 Does anyone know what the "domain was null" message means?  How do I get rid
 of it.  Where do I specify a domain?  HEELP, someone please.  I have
 been posting this question for the last 3 weeks, and still I have no
 answers.
 
 Please, please please, help.
 
 -AP_
 
 PS: Is this what it takes to get a question answered?  Is there a different
 forum for paying customers?  If I pay $1500, will I get my questions
 answered faster?
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




Re: Help me please domain was nul message is killing me here...

2001-04-03 Thread Ray Harrison

I've gone back through your emails and don't have an overall picture of your 
application. Perhaps
I am more dense than the average bear, but go ahead and give an overall picture of your
application - like:
This app is distributed over N orion server[s] and the configuration is done in the 
following
manner... and I am trying to accomplish the followingand then I get this "domain 
was null"
error, etc.

That way myself and perhaps others can help out and it won't take 4 weeks to do so. 

Just a question out of curiosity:
Have you looked at other app servers and do they support what you want to do in the 
way you want
to do it - like JBoss,WebLogic,EAServer?

Cheers!

Ray Harrison


--- Ray Harrison [EMAIL PROTECTED] wrote:
 Alex -
 Is there any chance you could zip up a small amount of code that recreates your 
problem? You had
 better include examples of your orion config files too. Or at least if you could 
provide lots of
 information code snippets and the like - that would be great! Give us what you can 
and we may be
 able to help...
 
 Cheers
 Ray 
 
 
 
 --- Alex Paransky [EMAIL PROTECTED] wrote:
  Does anyone know what the "domain was null" message means?  How do I get rid
  of it.  Where do I specify a domain?  HEELP, someone please.  I have
  been posting this question for the last 3 weeks, and still I have no
  answers.
  
  Please, please please, help.
  
  -AP_
  
  PS: Is this what it takes to get a question answered?  Is there a different
  forum for paying customers?  If I pay $1500, will I get my questions
  answered faster?
  
  
 
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/?.refer=text
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




RE: Does any one has a solution for the domain was null message???

2001-04-04 Thread Ray Harrison

From what I have seen, each app server is free to define its own specific method for 
partitioning
functionality and is not hard wired into the spec. Orion, Weblogic, EA Server, for 
instance, each
have their own protocol for intra/inter server communication. Jason has done an 
excellent job in
describing how Orion operates (and Jason, you also cleared up an issue I was having 
yesterday too
- thanks!). I am not always as careful as I should be when I read specs - Alex, is 
there a section
of the specs that says that you should be able to accomplish what you want to do from 
the approach
that you tried? Architecturally, it seems you have an orion server that is acting as a 
web
container and an orion server that is acting as an EJB container and that you want to 
use Orion's
protocols to have those two servers communicate appropriately. 

Cheers
Ray

--- Jason Smith [EMAIL PROTECTED] wrote:
 Well, I agree that it would be nice if you could get access to servers
 outside of Orion using the "client" approach, I don't think it necessarily
 defined in the J2EE platform specs.  I took a look around the J2EE 1.3
 specification, and the section J2EE.2.8 "Flexibility of Product
 Requirements" states:
 "This specification doesn't require that J2EE product be implemented by a
 single program, a single server, or even a single machine.  In general, this
 specification doesn't describe the partionining of services or functions
 between machines, servers, or processes.  As long as the requirements in
 this specification are met, J2EE Product Providers can partition the
 functionality however they see fit.  A J2EE product must be able to deploy
 application components that execute with the semantics described by this
 specification."
 
 In section J2EE.2.11.3 "Network Protocols" it says that "This specification
 defines the mapping of application components to industry-standard network
 protocols.  The mapping allows client access to the application components
 that have not installed J2EE product technology".
 
 Finally, in J2EE.8.2.1 "Application Assembly" subpart 3ii says "Dependencies
 that are not linked to internal components must be handled by the Deployer
 as external dependencies that must be met by resources previously installed
 on the platform.  External resources must be linked to the resources on the
 platform during deployment."
 
 From everything I have read, it seems that Orion isn't violating any
 specification rules, since they are allowed to partition functionality as
 they see fit.  Orion does allows multiple servers to intercommunicate, but
 it is the responsibility of the application deployer to specify those links
 (and it is specific to Orion).  Since the web container is bundled as part
 of the J2EE Server, I don't think the specification requires that it has
 access to anything outside that specific server environment.
 
 I would like to hear the thoughts of others about this, and any experiences
 they might have had with access with remote containers/servers.
 
 -jason
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




Re: orion with mysql?

2001-04-04 Thread Ray Harrison

Try SapDB (www.sapdb.org)as one of your evaluations. I don't use JBuilder, but other 
tools I have
used have been able to see SapDB tables no problem. Although it doesn't really make 
sense that
JBuilder can't see PostgreSQL tables using the jdbc driver. 



--- Peter Peltonen [EMAIL PROTECTED] wrote:
 
 Is it possible to use MySQL with Orion? Does it need a db-schema of it's own? 
 
 We tried to use PostgreSQL but JBuilder4 didn't cope with it very well
 (JBuilder isn't able to show Postgre's tables). We also tried Hypersonic, but
 it seems that when both Orion and JBuilder communicate with the db the db gets
 confused. At least the changes we make in JBuilder don't get updated.
 
 Any ideas about a good open-source db that would work with both Orion and
 JBuilder would be appreciated!
 
 Regards,
 Peter
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




Re: PetStore 1.1.1 on Orion/Oracle

2001-04-04 Thread Ray Harrison

Andy, 
I've gotten it to run under SapDB using SapDB's Oracle 7 mode - its not Oracle 8 but 
the
techniques for getting it to work are more or less database independent - I had some 
issue with
SapDB that you shouldn't have with oracle.

Each application server will run into issues with the pet store since it is not truly 
a 
portable application and you will need to change a few items here and there and 
rebuild and
re-deploy the pet store. How far along are you?

Cheers
Ray
--- Andy Tael [EMAIL PROTECTED] wrote:
 Hi all,
 anyone got the full PetStore to run on Orion
 1.4.7/Oracle 8.1.7 ? I really need some help onthis.
 
 .A
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




Re: orion + jbuilder4 -- sapdb?

2001-04-05 Thread Ray Harrison

I always like to pitch SapDB, because like Interbase, SAP DB, from the folks who 
brought us SAP
R/3 etc has been around the block. Has a lot of good stuff: Referential Integrity, 
Triggers,
Stored Procs, updateable views, subselects and outer joins, scrollable cursors, plus
maintenance-wise it has online backup, online expansion of the db, a solid set of 
commandline and
gui-based maintenance tools (some are available on Windows platforms only, for now) an 
active user
community, an active and helpful news group, and active support from a 
reasonable-sized team of
developers at SAP Labs in Berlin. The programming interfaces include ODBC, C/C++ 
precompiler,
JDBC (the one I use - it has a type4 jdbc driver that is pretty solid), Perl DBI, 
Python, and PHP.
Backup tools that can be used are:


ADSM + adint2 
Networker 
Netvault, HiBack 
(soon) Backint for Oracle
Tools supporting this interface are: 
ARCserve, Backup Express, dbBRZ for R/3, DBVAULT, DoroStore, EASY_BASE, EMC, EPOCH, 
FDR/UPSTREAM,
HIBACK, HSMS-CL Backint, NetBackup, NetVault, NetWorker, Omniback, Seagate Backup, 
SESAM, Solstice
Backup, Sys-Save, TIME NAVIGATOR for R/3, Tivoli


I believe they have something like 800 clients using it with an implementation of SAP 
R/3. It has
its quirks, here and there, which you'll notice if you try and get the Petstore to 
work with it.
But I think it is a great product, works well with Orion, handles CMP in a dandy 
fashion. Etc.


I would encourage at least evaluating the product. 

However, I am forgetting about your question, and that is does it work with JBuilder4 
and how does
it compare to MySQL and postresql? I haven't worked with postgresql, perhaps another 
person can
speak to that, but I have use MySQL. MySQL is unbelievably quick, and while there is 
now
transaction support that is coming out of the mysql camp - we decided to look at 
databases that
already had it and stumbled on this one (SAP DB). It is quick as well and does what we 
want. It
has a larger footprint than MySQL, but that would be expected. It's a quick db as well 
and has a
lot of configurable options to help out in that arena. Does it work with JBuilder4? 
Don't know! I
don't see why it wouldn't, but I'm a UltraEdit/Vi-Ant guy so I can't speak for it - 
again perhaps
someone else on the list can shed some light. 

There was another posting that suggested using Interbase with JBuilder4 - that is 
certainly a good
idea since Borland and JBuilder have been so closely linked. I have used Interbase and 
JBuilder
before but that was several years ago (They worked then!)

Good luck

Ray Harrison


--- Peter Peltonen [EMAIL PROTECTED] wrote:
 
 Thank you for everyone answering my MySQL question. So, it appears that the
 situation is this, if I want to use Orion + JBuilder4:
 
 * PostgreSQL works fine except it isn't able to show tables in JBuilder
 
 * MySQL's EJB support doesn't work (and we need that!)
 
 * If we want to use Hypersonic we have to stop Orion while updating the db
 
 
 So, the question is, does SapDB work with our combination (has anyone used it
 with JBuilder and Orion)? I haven't really heard about it before, so how does
 it compare for example to MySQL and PostgreSQL?
 
 
 Regards,
 Peter
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Bi-directional relations

2001-04-05 Thread Ray Harrison

Nope. 
--- Patrik Andersson [EMAIL PROTECTED] wrote:
 Does bi-directional relations work yet? I'm pretty sure it did not work the
 last time I tried, but that was a fix fix versions ago.
 
 Any news on this issue?
 
 regards,
 Patrik Andersson
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Bi-directional relations (my kludge)

2001-04-05 Thread Ray Harrison

Hi Reid -
What App Servers currently offer m-n relationships - I'm interested in exploring how 
some of them
operate.

Cheers
Ray
--- Reid Hartenbower [EMAIL PROTECTED] wrote:
 I have found the lack of bi-directional support very frustrating, and think
 that it so impedes CMP functionality that it should be qualified as a bug,
 and not a pending feature.
 
 I also don't see what the big technical challenge in implementing it would
 be.
 If Orion is going to be this sluggish with support and new features, I would
 ask them to consider going open source.  Let me fix it if you won't--do you
 hear me Orion guys?
 
 My workaround is to manage the relations with a 'RelationManager' session
 bean.  For n-m relations, I create my join tables with composite primary
 keys, as in (for hsql):
 
 CREATE TABLE User_Order (
 userId  CHAR(37)NOT NULL,
 orderIdCHAR(37)NOT NULL,
 PRIMARY KEY (userId, orderId));
 
 
 Then in the session bean, I explicitly create both sides of the relationship
 (eg. user.addOrder(order) and order.addUser(user) ) and catch the duplicate
 key exception, as in:
 
 user.addOrder(order);
 if(NON_DIRECTIONAL_BUG) {
   try {
 order.addUser(user);
   }
   catch(EJBException e) {
 // for Orion 1.4.7 bidirectional bug;
   }
 }
 
 When (if) Orion fixes this bug, the modifications to my code will be slight.
 
 - Original Message -
 From: "Ray Harrison" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Sent: Thursday, April 05, 2001 10:50 AM
 Subject: Re: Bi-directional relations
 
 
  Nope.
  --- Patrik Andersson [EMAIL PROTECTED] wrote:
   Does bi-directional relations work yet? I'm pretty sure it did not work
 the
   last time I tried, but that was a fix fix versions ago.
  
   Any news on this issue?
  
   regards,
   Patrik Andersson
  
 
 
  __
  Do You Yahoo!?
  Get email at your own domain with Yahoo! Mail.
  http://personal.mail.yahoo.com/
 
 
 
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Bi-directional relations (my kludge)

2001-04-06 Thread Ray Harrison

Nice! Though Orion and Weblogic both support incomplete versions of 2.0 (and each 
different
aspects at that) and all of that is subject to change, of course! I couldn't tell 
though if 
Weblogic supports m-n relationships in a solid manner. 
--- Reid Hartenbower [EMAIL PROTECTED] wrote:
 Hi Ray.  The only vendors I know of who have EJB 2 implementations are Orion
 and WebLogic.
 I definitely prefer Orion's development environment, but there is no
 comparison in terms of support (and I mean free support; WebLogic staff
 developers routinely answer newsgroup questions and once, in response to a
 bug I submitted concerning compound primary keys, a WL developer not only
 identified himself as the one working on the problem, but asked me if I
 thought his proposed solution was acceptable.  Wow.)
 Reid
 
 - Original Message -
 From: "Ray Harrison" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Sent: Thursday, April 05, 2001 6:47 PM
 Subject: Re: Bi-directional relations (my kludge)
 
 
  Hi Reid -
  What App Servers currently offer m-n relationships - I'm interested in
 exploring how some of them
  operate.
 
  Cheers
  Ray
  --- Reid Hartenbower [EMAIL PROTECTED] wrote:
   I have found the lack of bi-directional support very frustrating, and
 think
   that it so impedes CMP functionality that it should be qualified as a
 bug,
   and not a pending feature.
  
   I also don't see what the big technical challenge in implementing it
 would
   be.
   If Orion is going to be this sluggish with support and new features, I
 would
   ask them to consider going open source.  Let me fix it if you won't--do
 you
   hear me Orion guys?
  
   My workaround is to manage the relations with a 'RelationManager'
 session
   bean.  For n-m relations, I create my join tables with composite primary
   keys, as in (for hsql):
  
   CREATE TABLE User_Order (
   userId  CHAR(37)NOT NULL,
   orderIdCHAR(37)NOT NULL,
   PRIMARY KEY (userId, orderId));
  
  
   Then in the session bean, I explicitly create both sides of the
 relationship
   (eg. user.addOrder(order) and order.addUser(user) ) and catch the
 duplicate
   key exception, as in:
  
   user.addOrder(order);
   if(NON_DIRECTIONAL_BUG) {
 try {
   order.addUser(user);
 }
 catch(EJBException e) {
   // for Orion 1.4.7 bidirectional bug;
 }
   }
  
   When (if) Orion fixes this bug, the modifications to my code will be
 slight.
  
   - Original Message -
   From: "Ray Harrison" [EMAIL PROTECTED]
   To: "Orion-Interest" [EMAIL PROTECTED]
   Sent: Thursday, April 05, 2001 10:50 AM
   Subject: Re: Bi-directional relations
  
  
Nope.
--- Patrik Andersson [EMAIL PROTECTED] wrote:
 Does bi-directional relations work yet? I'm pretty sure it did not
 work
   the
 last time I tried, but that was a fix fix versions ago.

 Any news on this issue?

 regards,
 Patrik Andersson

   
   
__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
   
   
  
  
  
 
 
  __
  Do You Yahoo!?
  Get email at your own domain with Yahoo! Mail.
  http://personal.mail.yahoo.com/
 
 
 
 
 


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/




Re: Is EJBMaker Worth it?

2001-04-20 Thread Ray Harrison

I have found that using vi or ultraedit + Ant has been a much better combination. 
--- Joe Fair [EMAIL PROTECTED] wrote:
 I've been working with EJBMaker for several hours now,
 and I can't help but think that it would have been
 faster to do it by hand.  Does anyone else have an
 encouraging experience?
 Thanks,
 Joe
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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 company
 Date: Wed, 25 Apr 2001 08:20:25 -0700
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com
 

 ATTACHMENT part 2 message/rfc822 
 From: Somewhere . . . [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Subject: Re: Orion support company
 Date: Wed, 25 Apr 2001 08:20:25 -0700
 Reply-to: Orion-Interest [EMAIL PROTECTED]
 

HR
htmlDIV
PGood news unless you need it./P
PThe cost for same day support runs $8650 per month./P
PTwo months worth and you've got a single cpu license for WebLogic, which, by the 
way, comes
with support./P
PTheir insane if you ask me.BRBR/P/DIV
DIV/DIV
DIV/DIVOriginal Message Follows
DIV/DIVFrom: Bernard Sauterel [EMAIL PROTECTED]
DIV/DIVReply-To: Orion-Interest [EMAIL PROTECTED]
DIV/DIVTo: Orion-Interest [EMAIL PROTECTED]
DIV/DIVSubject: Orion support company
DIV/DIVDate: Wed, 25 Apr 2001 14:30:09 +0200
DIV/DIV
DIV/DIVI wonder if somebody saw on Orion web site, that
DIV/DIVthere's now an official support company: Cadrion.
DIV/DIV
DIV/DIVFor me it's good news.
DIV/DIV
DIV/DIVOn Mec, 25 avr 2001, Joseph B. Ottinger [EMAIL PROTECTED]wrote:
DIV/DIV
DIV/DIVgt;The list is DEAD? NO MAILS!??!
DIV/DIVgt;
DIV/DIVgt;OH NO! ORION HAS BEEN SOLD TO BEA AFTER ALL!
DIV/DIVgt;
DIV/DIVgt;On Wed, Apr 25, 2001 at 12:56:21PM +0200, Ismael wrote:
DIV/DIVgt;gt; Hi all,
DIV/DIVgt;gt;
DIV/DIVgt;gt; Is the list still running?
DIV/DIVgt;gt;
DIV/DIVgt;gt; The number of mails received have decreased to 0 !!!
DIV/DIVgt;gt;
DIV/DIVgt;gt; Are you still there??
DIV/DIVgt;gt;
DIV/DIVgt;
DIV/DIVgt;--
DIV/DIVgt;---
DIV/DIVgt;Joseph B. Ottinger [EMAIL PROTECTED]
DIV/DIVgt;http://epesh.com/ IT Consultant
DIV/DIVgt;
DIV/DIV
DIV/DIV
DIV/DIV
DIV/DIVbr clear=allhrGet your FREE download of MSN Explorer at a
href=http://explorer.msn.com;http://explorer.msn.com/abr/p/html





__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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 nothing at all.
 I then tried something simple :
 
 got a fresh copy of 1.4.5 from orionserver
 installed it ( java -jar orion.jar -install)
 - Orion worked well (default orion webpage)
 then i updated it ( java -jar autoupdate.jar)
 and when i tried to start it again i got the same following error.
 
 Config : Win2000 Pro - Ibm jdk 1.3.0
 
 What is weird is it seems that im the only one to get this error
 
 - Original Message -
 From: Anders Dahlberg [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, April 27, 2001 12:33 AM
 Subject: Re: cant start orion after the auto update.
 
 
  At 00:55 2001-04-28, you wrote:
  Hello all, i just updated to 1.4.8 and now i get an error using :
  
  java -jar orion.jar
  
  i got the following error :
  
  java.lang.NoSuchMethodError: org.xml.sax.Attributes: method
  getQName(I)Ljava/lang/String; not found
   at
 org.apache.crimson.tree.AttributeSet.init(AttributeSet.java:139)
   at
  
 org.apache.crimson.tree.XmlDocumentBuilder.startElement(XmlDocumentBuilder.j
 ava:463)
   at
 org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1449)
   at
 org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
   at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
   at
   org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
   at
  
 org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:1
 79)
   at com.evermind._yw.getJavaxDocument(Unknown Source)
   at com.evermind.xml.XMLUtils.getDocument(Unknown Source)
   at com.evermind.xml.XMLConfig._iw(Unknown Source)
   at com.evermind.xml.XMLConfig._iw(Unknown Source)
   at com.evermind._kh.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:498)
   at com.evermind._jw.run(Unknown Source)
  
  i  dont even use crimson.
  Any idea ?
  Thx in advance
  Chris
  
  Ps: i moved the principals.xml reference to config/application.xml
 
  run autoupdate again, and it works
 
 
 
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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 strategies - lots of people and companies, large and small, like to keep mission 
critical
data in Access databases because it is easy to use. It causes more trouble than its 
worth in the
long run. So my advice is: use one of the free databases for your development purposes 
(And
production, too!). Get a copy of SQL Server if you want to use a MS product that 
supports
transactions well.



--- ±èÅÂȯ [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED]

 I am developing on ORION  WIN2k  tiny DB (Access2000)

 I tested Transactions in Access

 (con.setAutoCommit(false);con.commit();con.rollback();.)

 Everything went well..

 But, Orion Setting makes Problem.

 in data-source.xml
 data-source class=com.evermind.sql.DriverManagerDataSource 
location=jdbc/AccessCoreDS
 connection-driver=sun.jdbc.odbc.JdbcOdbcDriver ejb-location=jdbc/AccessDS
 xa-location=jdbc/AccessXADS name=Access password=7098 url=jdbc:odbc:oriondb
 inactivity-timeout=30 username=neosuper pooled-location=jdbc/AccessPool/


 This code works well, but if class attribute is changed to
 com.evermind.sql.DriverManagerXADataSource,

 Orion will not start with not founded Source Location Errors..


 Can't I use Transactions with Access 2000 ?

 Please give me some advices.. and solutions

 [EMAIL PROTECTED]



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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
 
 -Original Message-
 From: Rex McFarlin [mailto:[EMAIL PROTECTED]]
 Sent: 02 May 2001 04:21
 To: Orion-Interest
 Subject: RE: Orion-based JSP bug -- The Case of the Exhibiting %00
 
 
 Thanks. We are trying, but are running into other non-related issues (if I
 remember correctly, they have to do with internationalization).
 
 --Rex
 
 | -Original Message-
 | From: Hani Suleiman [mailto:[EMAIL PROTECTED]]
 | Sent: Monday, April 30, 2001 11:18 AM
 | To: Orion-Interest
 | Subject: Re: Orion-based JSP bug -- The Case of the Exhibiting %00
 | 
 | 
 | This bug was reported and fixed a long time ago, you should upgrade!
 | 
 | On Mon, 30 Apr 2001, Rex McFarlin wrote:
 | 
 |  Can anyone help us solve a perplexing JSP bug? We have been 
 | unsuccessful.
 |   
 |  If a %00 is attached to the end of a URL (as in,
 |  http://localhost:8008/dcr/index.jsp%00
 |  http://localhost:8008/dcr/index.jsp%00  ) to a JSP page 
 | that is being
 |  served by Orion server, the user receives, not the rendered 
 | HTML page that
 |  he or she might be expecting, but a textual output of the 
 | raw JSP code for
 |  that page. 
 |   
 |  We have found this to be true with the following configuration:
 |  Orion 1.4.1
 |  Win2K
 |  JDK1.3
 |   
 |  Thank you,
 |   
 |  Rex McFarlin
 |  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 |   
 |  
 | 
 | 
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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 emptying 
application-deployments dir)
 a) my orion-ejb-jar.xml are not used any more. 
 b) crashes login Web application user. Denies any access to Desktop application user.
 
 All worked fine till 1.4.7. Upgraded to be able to use Struts without patching it.
 
 Anybody got similar problems?
 
 Werner Bohl
 
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




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 it works just fine. 

--- Gordon Reynolds (Cyonara) [EMAIL PROTECTED] wrote:
 No, but I hope someone has. I can tell you this much, it'll require 2
 things: first writing
 native code to access the NT authentication system (I've seen an article on
 this sometime
 in the last year in one of my many Java magazines), then writing your own
 UserManager
 to access the native code.
 
 Regards,
 
 Gordon.
 
 - Original Message -
 From: Joe Fair [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Thursday, June 07, 2001 10:17 AM
 Subject: NT Security Integration?
 
 
  Has anyone has integrated Orion user security with NT
  login security?  It sounds like the sort of thing that
  is either really easy or really tough.
  Any leads?
  Thanks,
  Joe
 
  __
  Do You Yahoo!?
  Get personalized email addresses from Yahoo! Mail - only $35
  a year!  http://personal.mail.yahoo.com/
 
 
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: NT Security Integration?

2001-06-08 Thread Ray Harrison

Hi Paul -
You can work with Active Directory just like regular old LDAP - binding on port 389 
and all of
that. I am not forcing it to do very much - just authenticate against users that I add 
myself so
nothing sophisticated! Using JNDI to wrap all of that is pretty straight forward. I 
would recomend
a quick look at java.sun.com and search on LDAP or look for the JNDI tutorial - they 
show how to
do authentication and searching. I have a simple JNDI-LDAP utilities file that 
authenticates a
user, a user/password, and a user/group. If I have time later I will send some 
snippets of code...
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,
 Please could you say more about authentication with Active Directory 
 (Windows 2000). I need some hints 'cause I would like to implement that sort 
 of thing.
 
 Regards,
 
 Paul
 
 
 From: Ray Harrison [EMAIL PROTECTED]
 Reply-To: Orion-Interest [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Subject: Re: NT Security Integration?
 Date: Fri, 8 Jun 2001 11:03:04 -0700 (PDT)
 
 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 it works just fine.
 
 --- Gordon Reynolds (Cyonara) [EMAIL PROTECTED] wrote:
   No, but I hope someone has. I can tell you this much, it'll require 2
   things: first writing
   native code to access the NT authentication system (I've seen an article 
 on
   this sometime
   in the last year in one of my many Java magazines), then writing your 
 own
   UserManager
   to access the native code.
  
   Regards,
  
   Gordon.
  
   - Original Message -
   From: Joe Fair [EMAIL PROTECTED]
   To: Orion-Interest [EMAIL PROTECTED]
   Sent: Thursday, June 07, 2001 10:17 AM
   Subject: NT Security Integration?
  
  
Has anyone has integrated Orion user security with NT
login security?  It sounds like the sort of thing that
is either really easy or really tough.
Any leads?
Thanks,
Joe
   
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year!  http://personal.mail.yahoo.com/
   
   
  
  
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35
 a year!  http://personal.mail.yahoo.com/
 
 
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




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, but
suppose they did hire testers? I suspect that many folks on this list would still test 
orion just
as rigourously as they do now.  

I get paid regardless of whether I test Orion. I test Orion because I like it. If, by 
testing
Orion I can get a better product, then I will test Orion. I don't HAVE to use Orion. I 
WANT to use
it.

Do you like the product?





 - Ironflare is in it, at least in part, for big money; otherwise, they
 would have collected from the production license violator.


Every company is in it, to one degree or another, for the money. My consultancy is in 
it for the
money - but we started it because we wanted to do our work OUR way which we now do. 
The money just
happens to go along with it. Ironflare wanted to write an application server and that 
was only
possible, in their view, by starting their own company. They need money, too, as Karl 
explained.
If Oracle came to my company and said Hey, we'd like to license some of that software 
you've been
writing for a nice sum of cash - I would say You Bet!. What's wrong with that? 
Nothing!



 - Ironflare will leave you hanging if you report license violations.


When you reported the license violations, what was Ironflare supposed to do? I don't 
know the
nature of how you found the violations or who is doing the violating, but it seems to 
me that once
you report it, then you would be finished with your task. 


 - Ironflare may be censoring messages.


You lay out your facts above - but given other experiences with this list (I briefly 
mention mine
in a previous posting that quite frankly hasn't come through yet) I can't draw the same
conclusions. Sorry.




 I can't lay it out much better than that.

 So, attack one of these facts and quit challenging my mental condition.

 From the asylum,
 Jay



--- Johan Fredriksson [EMAIL PROTECTED] wrote:
 What is your point?
 
 Johan
 - Original Message -
 From: Jay Armstrong [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Monday, June 11, 2001 3:51 PM
 Subject: RE: Oracle deal gag
 
 
  
  We've all tried presenting the facts to you regarding the Oracle deal,
 but
  all we seem to be getting in respose is a descent into your own personal
  madness. How about summing up the problems you have in a few short lines
  that won't cause cynics like me to laugh or respond so unpleasantly?
  
  Hani
  
 
  In spite of your personal attacks on my mental condition, I will try one
  more time to deal with facts and give yet another summary.
 
  Before doing so, let me state that yesterday I made a third attempt to
 post
  my response to Karl.  I also sent it directly to Mike Cannon-Brookes
 asking
  him to post it.  So, three times now I've tried.  Let me ask you and the
  group, how many times must I try and fail to post that message before you
  will believe that it's getting blocked?  Seriously, just pick a number and
  I'll try that many times.
 
  Here's the summary:
  - 6 months ago (Dec 7), Karl stated, resources will initially be spent
  more on building the organization and hiring the right people than would
 be
  necessary if we didn't make the expansion.
 
  - Since then, there have been several threads about lack of support:
  www.orionserver.com down again (Dec 13), What's going on with Orion?
  (Jan 4), Is the List alive? (Jan 4), Any news from Orion yet?? (Jan
  15), Orion Team Needs New List Software (Mar 14), Impossible getting
 the
  attention of the orion (support) team. Are they still around? (Mar 19),
  Is the list dead? (Apr 25)
 
  - Since then, hiring the right people has not occurred.
 
  - On Apr 18, Randy Kemp suggested Ironflare contact MySQL, which is also
 in
  Sweden (A Swedish Idea).  Like me, Randy was ridiculed by people, like
  Hani, who used terms such as bizarre, this whole ridiculous discussion
  and fairy tale.
 
  - On Apr 23, I reported a production licensing violation directly to Karl.
  He did not respond.
 
  - On Apr 24, I reported the production licensing violation to
  [EMAIL PROTECTED]  Karl responded, stating, We'll check into it.
 
  - On May 8, I asked Karl for a status on the licensing violation, but to
  date, have gotten no response.
 
  - On Jun 6, Bryan Young posted the following to this group: I just read
  about Orion being used as the base code for their 9i app server.
 
  - On Jun 6, I responded, refering to the A Swedish Idea thread and
  stating, I TOLD YOU SO.  I also stated, I admire the way they've
 managed
  to build a decent product without having to hire testers.
 
  - On Jun 7, the day after my post, Karl responded via orion-interest,
  stating, We've never been in it for the money, but that doesn't mean that
  you 

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 its J2EE container (i.e. Orion) vs BEA. 

I suspect, by the way, that Oracle will handle its users concerns. They probably have 
a number of
developers who are up-to-snuff on Orion. It remains to be seen, but if a company wants 
a
name-brand, investor-friendly product, I would happily recomend they use Oracle over 
BEA or WAS -
or that they at least bring them in for the running. 


--- Jay Armstrong [EMAIL PROTECTED] wrote:
 Nathan,
 
 A lot of what you're saying is true.  I acknowledge that Orion is
 relatively fast and has some great features (like auto-reconfigure), but I
 recall that Orion used to claim that it was the fastest J2EE product (or
 something like that), then had to remove that claim from the
 orionserver.com site (I think BEA challenged the claim).  
 
 Also, one of the first questions I get asked when recommending software for
 clients is about support.  It's probably the primary reason why major
 systems do not rely on open products, or semi-open products like Orion.
 
 Yes, Karl and Magnus built a fabulous product, but where's the support
 (documentation, help desk, etc)?
 
 I am not applauding the support for WebLogic, WebsFear, IPlanit, etc, but
 if I report a problem with WebLogic to BEA, eventually it will filter to
 the gurus, who will respond (usually they ask for a reconfigure, restart,
 and a dump).  
 
 Who will handle this for Orion/Oracle?  Karl and Magnus?  They rarely
 respond now, so don't you think they could get even more overwhelmed?
 
 Please, point me to where Ellison talked about support.
 
 Jay
 
 At 09:32 AM 6/11/01 -0500, you wrote:
 On a different note concerning the Oracle deal:
 
 I wasn't at JavaOne, but I've been reading all about it on the web.  One
 news story that I've seen a lot about is Larry Ellison and Bill Coleman's
 little fight.  Oracle has put Orion in the big leagues... I mean, Karl could
 have produced all sorts of documentation that said Orion is better then
 Weblogic, but BEA would have paid it no attention.  However, when Oracle
 says Oracle is better then Weblogic, BEA certainly takes notice!
 
 I consider this a great victory for Ironflare, the J2EE community, and every
 single young person hacking away in his garage.  This proves it--a few
 talented and committed developers can accomplish anything they set their
 minds too.  I think Larry Ellison said it best, when, at JavaOne, he said
 We have thrown out literally all of our old Java code.  The reason we threw
 away all of our old J2EE implementations is we had to build a high
 performance, scaleable version of J2EE. We think that this is a huge
 breakthrough for the entire Java community because it addresses the single
 biggest threat to Java, which is performance.
 
 And we, all of us on this list, know what Larry Ellison was really saying...
 
 We replaced all our old Java code with the code from a small Swedish
 company called Ironflare.  The reason we threw away all of our old J2EE
 implementations was that, plain and simple, these two Swedish guys are
 studs, and had managed to build a high performance, scaleable version of
 J2EE when we had largely failed internally.  We think that this is a huge
 breakthrough for the entire Java community because it addresses the single
 biggest threat to Java, which is performance.
 
  -LARRY ELLISON
   CEO, ORACLE
 
 
 Now, that is sweet!
 
 
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: Error in deploying EJBs on OC4J

2001-06-12 Thread Ray Harrison

Venkata -
It is looking for your META-INF\ejb-jar.xml file in your directory structure. Finding 
it and
putting it in the right place in your application distribution will fix your problem. 
If you are
new to OCJ4 (hence Orion) you will want to take a look at www.orionsupport.com (with 
further 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 files are working fine.
 
 Any suggestion in this regard will be appreciated.
 
 Error in application Entrmine: Error loading package at
 file:/E:/OC4J/j2ee/home/applications/Entrmin
 e/mysessionbean.jar, Unable to find/read assembly info for
 E:\OC4J\j2ee\home\applications\Entrmine/m
 ysessionbean.jar (META-INF/ejb-jar.xml)
 
 
 
 Regards
 kumar
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




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:
  data-source
   class=com.evermind.sql.DriverManagerDataSource
   name=Cloudscape
   location=jdbc/CloudscapeCoreDS
   xa-location=jdbc/xa/CloudscapeXADS
   ejb-location=jdbc/myDS
   connection-driver=COM.cloudscape.core.JDBCDriver
   username=
   password=
   url=jdbc:cloudscape:myDB
   inactivity-timeout=30
  /
 
 
 Lou Farho
 Certes Solutions, Inc.
 2485 W MAIN ST
 SUITE 205
 Littleton, CO 80120
 303.798.8079
 
  BEGIN:VCARD
 VERSION:2.1
 N:Farho;Louis
 FN:Louis Farho
 ORG:Certes Solutions
 TITLE:Consultant
 ADR;WORK;ENCODING=QUOTED-PRINTABLE:;303.798.8079;2485 W Main St.=0D=0ASuite
 205;Littleton;CO;80120
 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:303.798.8079=0D=0A2485 W Main St.=0D=0ASuite
 205=0D=0ALittleton, CO 80120
 URL:
 URL:http://certes-solutions.com
 EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
 REV:20010611T170823Z
 END:VCARD
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/




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 assembly-descriptor
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)
container-transaction which looks like this:

assembly-descriptor
.
.
.
container-transaction
 description Give this a required transaction /description
 method
  ejb-nameYourEJBName/ejb-name
  method-intfRemote/method-intf
  method-namedeposit/method-name
 /method
 method
 .
 /method
 .
 .
 List all of your methods for which you want a 'required transaction'
trans-attributeRequiredtrans-attribute
   /container-transaction

Check out the ejb specs at java.sun.com as they describe all of this quite well.
The GUI tools often hide what is going on! (good  bad) 
--- [EMAIL PROTECTED] wrote
 :
 Hello everyone,
 I am new to orion server and am trying to find out how to use
 transaction handling within orion. Now within the datasource.xml file.
 I have got something like this
 
 data-source
   class=com.evermind.sql.DriverManagerDataSource
   name=OracleDS
   location=jdbc/OracleCoreDS
   source-location = c:\orion\j2ee\home\orion.jar
   xa-location=jdbc/xa/OracleXADS
   ejb-location=jdbc/OracleDS
   connection-driver=oracle.jdbc.driver.OracleDriver
   username=scott
   password=tiger
   url=jdbc:oracle:thin:@192.168.0.5:1521:dcom
   inactivity-timeout=30
  /
 
 In this case when I am using the code in the client as
 
 InitialContext ic = new InitialContext();
 DataSource ds = (DataSource)ic.lookup(jdbc/OracleDS);
 Connection con = ds.getConnection();
 
 then the pooled connection happens. As I understand there is a place where the 
transactions can
 be rolled back if an
 'EJBException' is thrown by the container. Now the doubt is that this does not 
happen with the
 OracleDS.
 
 So I thought that I should use the
 
 class=com.evermind.sql.DriverManagerXADataSource in the xml file
 
 and in the client code use
 
 DataSource ds = (DataSource)ic.lookup(jdbc/xa/OracleXADS);
 
 The problem is that the server does not start saying that it needs the 
source-location. can
 anyone
 help me out on this? Thanks
 
 i would also like to know how to say 'transaction' required for one of the function 
of my EJB in
 orion.
 I could do this in the J2EE RI using the deploytool, but I am totally lost here.
 
 Thanks in advance
 
 Regards
 Aby
 
 


__
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/




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 the petstore. The changes have been discussed in this list.

--- Emilio Suarez [EMAIL PROTECTED] wrote:
 Hi, 
 
 Has anybody installed the Java Pet Store demo in Orion? and if so, what database did 
you use. 
 I tried installing it using cloudscape and keep getting the error that the user id 
is already
 loged in:
 
 Error: 
 
 The User ID you selected is already in use. Please go back to the previous screen 
using the
 'Back' button on your browser and select a different User ID. 
 
 
 
 So I think that there is something wrong with the database access. 
 
 Any ideas?
 
 Thanks, 
 
 -emilio
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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).
 
 Thanks Stefan
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 is NO WAY to disable the max-tx-retries.  This
 seems like a serious problem, since there are cases when I do not want to
 retry a transaction.
 
 -AP_
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 as
 a TAG from orion-ejb-jar.xml.  The next time around, it adds
 max-tx-retries=3.  There is NO WAY to disable the max-tx-retries.  This
 seems like a serious problem, since there are cases when I do not want to
 retry a transaction.
 
 -AP_
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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.
 
 Also, is there a version/bug fix list available to the public?  we are on 
 1.4.5 and I am wondering about 1.5.2, and what issues have been addressed.
 
 Finally, has ANYONE had any success getting ahold of Cadrion, the alleged 
 'support partner' of Orion??
 
 
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Re: Prob in Deploying CMP EJB on to orion

2001-06-27 Thread Ray Harrison

State your abstract-schema-nameSomeAppropriateName/abstract-schema-name 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 the console when the server is
 started is
 
 Error in application SampleEb20: Error loading package
 at file:/C:/Orion-test-apps/Test20Cmp/rel/Sample
 Eb20-ver001a/SampleEb20-ver001a-ejb.jar,
 abstract-schema-name not specified for entity
 'Test20Cmp.eb.Sa
 mple20Eb', it must be specified for EJB 2.0 style CMP
 beans
 
 How can we rectify this prob?
 
 Thanks
 Praveen and Eda
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 
 
 data-source
 class=com.evermind.sql.DriverManagerDataSource
 name=oraclethin
 location=jdbc/Oracle
 connection-driver=oracle.jdbc.driver.OracleDriver
 username=varro
 password=varro
 url=jdbc:oracle:thin:@192.0.0.8:1521:hcp
 inactivity-timeout=30
 / 
 
 How to use/locate this data source in a simple client
 application which uses this datasource and connects to
 database
 If possible give example code for client application
 
 thanks  regards
 praveen
 
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 error stating that there is an illegal space
 in my descriptor.  Yet, if I use the same descriptor file and use
 java.lang.Integer as the primay key class it works.
 
 
 - Original Message -
 From: Paolo Ramasso [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Monday, July 02, 2001 4:29 AM
 Subject: request for info:ssl and client authentication with orion
 
 
  Hi guys
 
  i need some more info about ssl and oc4j (orion 1.5.0)
  here is the enviroment:
  client authentication by SSL 3 using x501 certificates, the application
  server (oc4j )  must validate and inspect the certificate info and
  extract the
  user information contained in it (common name to use it as a
  lookup
  key in LDAP directory search ).
  here are the question:
  does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
  to validate the client digital certificate against a CA?
  does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
  to extract
  client user  information from the digital certificate sent by the
  client?
  thanks a lot in advance
  ciao
  Paolo
 
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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
orionserver.com. Keep in mind that this list is voluntary and if people CAN help, they 
generally
will. On occassion, the Ironflare folks will poke their heads into the list for an 
appearance. Not
very often, of course. Also, providing a lot of information will help others help you 
diagnose
your problems. No one wants to see you switch app servers, however suggesting that you 
will switch
app servers unless you get an immediate response from a voluntary mailing list won't 
make it
faster - sorry. Search the email list to see if others have posted similar questions. 
Look at
www.orionsupport.com to see if they have any answers (a volunteer site). 

Good luck!

RHH



--- Ozzie-Mailing Lists [EMAIL PROTECTED] wrote:
 Please, please need help immediately or I am considering switching app servers.
 
 - Original Message - 
 From: Ozzie-Mailing Lists 
 To: Orion-interest 
 Sent: Wednesday, June 27, 2001 10:51 AM
 Subject: Urgent: SSL - BigIP - Apache - Orion : Page Not Found
 
 
 The problem is that we receive an intermittent Page Not Found error on IE 5.5 and 
greater when
 using BigIP with SSL and Orion as the server. If we click the refresh button on the 
browser, the
 page actually renders correctly. The SSL is being done by the BigIP and not Orion. 
Has anyone
 ran into this problem? This problem occurs more often with IE 6.0.
 
 Thanks,
 Ozzie Gurkan
 Manheim Interactive
 404-269-8776
 
 P.S.: Apache does the redirecting of the http://; redirects coming from Orion back 
to
 https://; to the client browser.
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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
 
   data-source 
   name=MyDataSource
   class=com.evermind.sql.ConnectionDataSource
   location=jdbc/DefaultDS
   pooled-location=jdbc/DefaultPooledDS
   xa-location=jdbc/xa/DefaultXADS
   ejb-location=jdbc/DefaultEJBDS
   url=jdbc:sybase:Tds:hostname:8000/mydbname
   connection-driver=com.sybase.jdbc2.jdbc.SybDriver
   username=user
   password=pwd
   schema=database-schemas/sybase.xml
   max-connections=4
   inactivity-timeout=3600
/data-source



--- Boris Erukhimov [EMAIL PROTECTED] wrote:
 I'm trying to ask it second time.
 
 Does anyone use Jconnect 5.2 ?
 If so could you please share your data-source.xml and access code.
 I'm particularly interested to see how pooled-location works, not
 ejb-location.
 
 Thanks
 ~boris
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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
 the secoud part. But how do I go about the former?? (The unsubscribe
 button on the orionserver home
 page does not work).
 
 regards,
 abhilash
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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.
 
 I made a change to a servlet and I have bulid the whole thing again with
 ANT.
 
 At this point how do I redeploy the modified application? (I've tried
 restarting, and deloying options via admin.jar)
 
 Thanks
 
 Tim
 
 
 
 _
 Tim Kang
 Database Developer
 Syoni Communications Inc.
 
 You can catch me at ~
 mailto:[EMAIL PROTECTED]
 TEL  604.871.1000 ext.2231
 CELL 604.790.2566
 CELL 604.788.4314
 FAX  604.871.1001
 FREE 888.440.4477 loc. 4
 FAX  888.520.4477
 Check out.
 http://www.mediaco.ca
 http://www.syoni.com
 http://www.onlinebroadcasting.com
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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,
  so I would imagine it works with LDAP..of what company I have no idea.
 
 I've been using OpenLDAP (http://www.openldap.org) with Sun's LDAP
 provider in Linux. So far I haven't had any problems. The LDAP
 operations I've done are very basic though (listing, adding and deleting
 entries).
 
 -- 
 Joni
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Re: EJB 2.0 Spec approved!!!

2001-07-18 Thread Ray Harrison

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 finalized. They have included the spec in the latest release of j2EE 1.3 
beta(2)...I am
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:
  
  http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=28281
  
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




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 finalized. They have included the spec in the latest release of j2EE 1.3 
beta(2)...I am
 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:
   
   http://www.crn.com/sections/BreakingNews/breakingnews.asp?ArticleID=28281
   
  
  
  __
  Do You Yahoo!?
  Get personalized email addresses from Yahoo! Mail
  http://personal.mail.yahoo.com/
  
 
 
 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Re: increasing JVM's memory limit

2001-07-26 Thread Ray Harrison

java -Xmssome_min_size -Xmxsome_max_size





--- 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
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




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 international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




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 benefit of the hole Orion
 community, or the Oracle licence was a copy of source like when Oracle
 licenced JBuilder 2 to become JDeveloper...

 I surely hope it's the first, because ever since JDeveloper was licensed and
 it has been an old (lately very old) version of JBuilder with Oracle
 specific functions you need when you are working in an Oracle enviroment..

 /Christian Bjørnbak

 - Original Message -
 From: Neville Burnell [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Tuesday, September 04, 2001 7:14 AM
 Subject: RE: bug fixes


  thanks elephant walker ...
 
  its really good to get some news that orion is still moving forward
 
  -Original Message-
  From: The elephantwalker [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 4 September 2001 1:09 PM
  To: Orion-Interest
  Subject: bug fixes
 
 
  Group,
 
  Although 1.5.2 and oc4j 1.0.2.2.0 aren't exactly the same, the new
  release
  of oc4j (1.0.2.2.1) has several bug fixes that may be fixed in the next
  version of Orion. OC4J 1.0.2.2.1 came out on August 17.
 
  Here's a list of bug fixes in 1.0.2.2.1 (from the oc4j readme file).
 
 
  Regards,
 
  the elephantwalker
 
 
 
  OC4J fixes in 9iAS 1.0.2.2.1
   
  1853961 - RMI tunneling through HTTP
Two EJBs could not communicate through a firewall using
standard RMI HTTP-tunneling.  The program would get the
initial context, but the lookup operation would fail.
This has been fixed in release 1.0.2.2.1.
 
  1851047 - Compilation error when exclusive-write-accessúlse
EJB deployment failed when setting exclusive-write-access
to false in orion-ejb-jar.xml. The problem has been fixed
in this release.
 
  1904888 - Constructor for bean throws CreateException
Bean Constructor throwing CreateException caused EJB
deployment to fail. This problem has also been fixed in
release 1.0.2.2.1.
 
  1910155 - The session bean reference was still available after
runtime exception during a transaction.
 
  1929873 - MessageLogger Demo broken
The demo has been fixed. It also includes a readme.txt
that outline configuration steps to run the demo.
 
  1826744 - NLS: RequestDispatcher's path query string doesn't take
multi-byte characters.
This has been fixed in release 1.0.2.2.1.
Query string containing multi-byte characters can be
passed to included/forwarded pages.
 
  1806219 - NLS: request.getLocales() doesn't parse the
accept-language correctly
The problem has been fixed and accept-language is
correctly parsed in this release(1.0.2.2.1)
 
  1806193 - NLS: response.getCharacterEncoding() always returns
ISO-8859-1
The locale was disregarded and
response.getCharacterEncoding always returned ISO-8859-1.
 
  1806276 - NLS: response.setContentType() has no effect on JspWriter
encoding
The character set attribute was not being picked up when
using request.setContentType. This has been fixed in this
release(1.0.2.2.1).
 
  1910946 - JspWriter does not print NULL,  when a null object is
passed to print()
 
  1911268 - JspWriter flush() did not actually flush buffer to client
 
  1913403 - NLS: request.setCharacterEncoding() did not reset parsed
parameters
 
  1808513 - NLS: Servlet engine doesn't support Thai encoding TIS-620
When using the IANA name of Thai character set (TIS-620)
PrintWriter used to return UnsupportedEncodingException error.
This problem has been fixed in this release(1.0.2.2.1)
 
  1913863 - NLS: response.sendError() doesn't display multi-byte message
correctly
 
  1883653 - usertransaction.setTransactionTimeout() did not function.
Fixed in this release(1.0.2.2.1)
 
  1883670 - OC4J did not throw NotSupportedException when starting new
transaction before commit or rollback of current transaction
 
  1937950 - Session cookie wasn't secure enough
This has been fixed in this release(1.0.2.2.1) by cookies
  being
atleast 128 bits and using strong cryptography.
 
 




__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com




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 transaction?  Or roll back the
 transaction?  I've been unsuccessful with Orion 1.5.2 so far.
 
 My latest problem is the following exception when calling setRollbackOnly()
 from a transactional MDB:
 
 java.lang.IllegalStateException: MessageDriven beans have no EJBHome
 at com.evermind._qh.getEvermindHome(Unknown Source)
 at com.evermind._ddb.setRollbackOnly(Unknown Source)
 at (my call to setRollbackOnly())
 
 Any idea what's going on here?  According to the spec, a call to
 MessageDrivenContext.setRollbackOnly() is perfectly legal in an MDB (though
 a call to getEJBHome() is not).
 
 The bean is pretty trivial, and deploys/functions in other app servers.  I
 can provide code if asked.
 
 
 


__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com




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 / RSAIFS - IOM [EMAIL PROTECTED] wrote:
 Has it been declared approved formally? Or does the ballots suggest that it
 is going to be approved?
  
 Has any of the app server vendors come out with plans in rolling out their
 EJB2.0 servers?
  
 Satish
  
  
 -Original Message-
 From: Solinsky, Jason [mailto:[EMAIL PROTECTED]]
 Sent: Monday, September 10, 2001 8:01 AM
 To: Orion-Interest
 Subject: EJB 2.0 Approved
 
 
 THIS MESSAGE ORIGINATED ON THE INTERNET - Please read the detailed
 disclaimer below.
 --
 
 
 I haven't seen anything here about this:
  
 http://www.jcp.org/jsr/results/19-15-1.jsp
 http://www.jcp.org/jsr/results/19-15-1.jsp 
  
 The EJB 2.0 Standard was approved by the Java Community Process on Wednesday
 the 4th. Now that the orion developers can be sure that the standard will
 not change, what sort of timeline can we expect for implementation? The most
 critical component for me is the Local Interface.
  
 It is interesting that at Java One Larry Ellison bragged about how Oraclew
 ould be the first to implement EJB 2.0 using their brand new platform (Orion
 didn't get any direct mention). If Orion (or Oracle) is truly is to beat
 Weblogic in this race, then there must already be some developed code thath
 asn't been released.
  
 JWS
 
 
 --
 The following message has been automatically added by the mail gateway to
 comply with a Royal  Sun Alliance IT Security requirement:
 
 As this email arrived via the Internet you should be cautious about its
 origin and content. Replies which contain sensitive information or
 legal/contractual obligations are particularly vulnerable. In these cases
 you should not reply unless you are authorised to do so, and adequate
 encryption is employed.
 
 If you have any questions, please speak to your local desktop support team
 or IT security contact.
 --
 
 
 
 
 This e-mail communication and any attachments are confidential and intended
 only for the use of the designated recipients named above. If you are not
 the intended recipient, you are hereby notified that you have received this
 communication in error and that any review, disclosure, dissemination, or
 distribution of it or its contents is prohibited. If you have received this
 communication in error, please notify USPowerSolutions Corporation
 immediately by telephone at (617)547-3800 or via e-mail at
 [EMAIL PROTECTED] and destroy all copies of this communication and
 any attachments. 
 
 
 
 


__
Do You Yahoo!?
Get email alerts  NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com




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 with a trial version of CommuniGate(tm) Pro*
 I've sent unsubscribe requests to both this list and the
 orion-interest-request, and I'm still on here
 
 Please get me off this *#$$# list! :)
 PLEASE!
 Jordan
 
 


__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/




Re: mySQL

2001-09-22 Thread Ray Harrison

Emeline -
Go to http://mmmysql.sourceforge.net/ and you can pick up the latest jdbc driver jar 
file (works
anywhere). You should be able to export your access tables to delimited files and then 
load them
into mysql. With Access, you can use the JDBC-ODBC bridge to get at the data if you 
are 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 
 instances of the program, and it worked. Does this mean that it will be 
 working when installed on shared drive?
 I tried to switch to mySQL, butcannot yet find the JDBC driver for 
 WindowsNT(only Linux). Also I need to export my databases from Access to 
 MySQL which I have not found as well.
 May be there are some free JDBC drivers for Access which I am not aware. I 
 make this program for non=profitable organization which has no money to buy 
 drivers.
 Any help will be appreciated.
 Emeline
 
 
 From: Michael J. Cannon [EMAIL PROTECTED]
 Reply-To: Orion-Interest [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: Orion Security (WAS:RE:Questions About Orion)
 Date: Fri, 21 Sep 2001 15:27:42 -0500
 
 Vlad,
 
 As in any App Server environment on the Web, the security vulnerabilities 
 of
 the Orion App Server are on two fronts:
 
 Server-side:
 Orionserver Security Primer:
 http://www.jollem.com/~ernst/orion-security-primer/
 Java Best Practices for Server-side Security:
 From Sun:
 J2EE:
 The Tutorial:
 http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Security.html
 The Security Blueprint:
 http://java.sun.com/j2ee/blueprints/eis_tier/security/index.html
 Platform Spec for v.1.3 (go to the Security Bookmark in the .pdf)
 http://java.sun.com/j2ee/j2ee-1_3-pfd4-spec.pdf
 
 Additionally, there are potential vulnerabilities in the HTTP server, the
 plug-in architecture (especially when using CGI and PHP, Python, Perl or
 Jpython scripts/executables - allowed in Orion and rather easy to do, as
 well as being very fast).  There was a general discussion about Java-based
 HTTP webservers at the WWW Mobile code forum
 (link:http://www.securityfocus.com/templates/archive.pike?end=2001-09-22tid
 =196606start=2001-09-16list=107threads=0), but it didn't resolve
 anything.  Bottom line:  in general, currently both the HTTP and Java/J2EE
 functionality of the Orion Server is safe from all known exploits and
 vulnerabilities in the wild, with the possible exception of a DoS due to
 transparent proxying on the server (Cisco Routers and Xerox Printers, as
 well as most Cable and DSL modems are similarly vulnerable).  Orion is no
 more vulnerable than Apache/Tomcat or IIS, and, as recent history has
 proven, is actually far less vulnerable than the Microsoft products for
 similar functionality (as well as being FAR faster and easier to develop
 for - Link:  http://www.orionserver.com/benchmarks/benchmark.html , sadly,
 the BEAst will not allow Orion to continue to publlish stats, but you can
 read about that following the links:).
 
 The second major place that any  J2EE AppServer is in the database.  'Nuff
 said, separate issue and separate practices.  Use a secured (wrappered or
 tunneled with encruyption) HTTP or RMI connection to the database all JDBC
 connections.  Secure the JDBC datastream and securew the database according
 to the best practices you may choose.
 
 The final place on the server-side that any J2EE or other App server is
 vulnerable is the environment.  Nail down the ACLs for your specific
 environment and pay attention to the OS and the various other sevices and
 apps you are running on the box (including the security services -  just 
 had
 to repair a Symantec-installed hole left when they put their IDS tools on
 the production box!). Pay attention to domain and network issues, and keep
 the network clean and properly configured.  Most Orion or Oracle
 penetrations I've seen/heard of were actually BIND exploits or port53 DNS
 issues.
 
 With the advent of NIMDA, we see another vector for attacks:  the client
 program.  With a few exceptions, Java AppServers are uniquely invulnerable
 to this new vector.
 Sun Client-side Security Note:
 http://java.sun.com/j2se/1.3.0/docs/guide/security/spec/security-specTOC.fm.
 html
 
 So, keep aware of general security threats, code to best practices, test
 developers' code for exploits before putting it into production (85% of all
 losses in the IT enterprise space are inside jobs) and be aware of normal
 security precautions.
 
 For Solaris tools see:
 http://www.solaris4you.dk/sunsolaris.html
 
 and, I'm testing the Astaro Security Linux implementation (and have
 installed it for 3 clients who use Orion or Oracle 9AS with OC4J) so far
 successfully.  I include a few additional patches and configuration 
 changes,
 but, in general it seems to work well. 

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 trying to deploy cmpcustomer application downloaded from Sun. It's
 implementation of CMP 2.0 - it introduces local interfaces. While deploying
 I get a message: unknown etitiy subtag: local-home.
 Does Orion support local interfaces? Or - more generally - what features of
 EJB 2.0 does Orion support?
 
 Greetings
 --
 Jacek Bialecki
 
 $ cd pub
 $ more beer
 
 


__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com




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 few days!

Cheers
Ray
--- Stephen Davidson [EMAIL PROTECTED] wrote:
 My original post never appeared, so I am reposting...
 
 -Steve

 ATTACHMENT part 2 message/rfc822 
 Date: Tue, 02 Oct 2001 17:07:45 -0500
 From: Stephen Davidson [EMAIL PROTECTED]
 Organization: Delphi Consultants, LLC
 To: Orion-Interest [EMAIL PROTECTED]
 Subject: New Release
 
 Greetings.
 
 A new release was recently announced, but I have been unable to find it
 on the website.  The only thing I have been able to find any references
 to is the 1.5.2 build, which has been around for a while.
 
 If somebody could provide a link, it would be greatly appreciated.
 
 Thanks,
 Steve
 -- 
 Stephen Davidson
 Java Consultant
 Delphi Consultants, LLC
 http://www.delphis.com
 Phone: 214-696-6224 x208
 


__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com




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:
 
 prim-key-classint/prim-key-class
 
 When starting up Orion, I get:
 
 Class 'int' not found
 
 Any help will be greatly appreciated,
 
 Marc
 
 


__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




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 patrick [EMAIL PROTECTED] wrote:
 Dear all,
 
   if any one know how to find the jndi lookup name
 for the Transaction Manager, please let me know..
 
 Thanks 
 patrick
 
 __
 Do You Yahoo!?
 Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
 http://geocities.yahoo.com/ps/info1
 


__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




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 your prompt reply..  But, i don't need
 the JNDI LOOK UP name of the userTransaction,  I need
 the JNDI NAME TO LOOKUP SERVER TRANSACTION MANAGER. 
 SO PLEASE SEND ME THAT..
 
 EXPECTING IMMEDIATE REPLY..
 
 THANKING YOU
 PATRICK
 --- Greg Matthews [EMAIL PROTECTED] wrote:
  InitialContext ic = new InitialContext();
  UserTransaction ut =
 
 (javax.transaction.UserTransaction)ic.lookup(java:comp/UserTransaction);
  
  
  - Original Message -
  From: Ray Harrison [EMAIL PROTECTED]
  To: Orion-Interest
  [EMAIL PROTECTED]
  Sent: Wednesday, November 21, 2001 3:12 AM
  Subject: Re: Most Urgent: How to find jndi lookup
  name for Transaction
  Manager?
  
  
   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 patrick [EMAIL PROTECTED]
  wrote:
Dear all,
   
  if any one know how to find the jndi
  lookup name
for the Transaction Manager, please let me
  know..
   
Thanks
patrick
   
   
  __
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site
  hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
   
  
  
   __
   Do You Yahoo!?
   Yahoo! GeoCities - quick and easy web site
  hosting, just $8.95/month.
   http://geocities.yahoo.com/ps/info1
  
  
  
 
 
 __
 Do You Yahoo!?
 Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
 http://geocities.yahoo.com/ps/info1
 


__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




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 meddelande-
  Från: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]För Lachezar Dobrev
  Skickat: den 20 november 2001 11:30
  Till: Orion-Interest
  Ämne: A word of warning: SwiftMQ and Resource providers.
 
 
 Recently looking at the Resource-Providers docs, and EAGER to use an
  external JMS for my MDBs I and a colleague decided to run the demos.
 As quite a surprise the demo run ok. The MDB did everything when a
  message was sent to the Queue.
 
 The BIG disappointment was, when we tried to do the same with
  the topic.
 In short: It does not work.
 It seems, that Orion is looking for the resource type.
  Although it should
  check if the resource is of the NEEDED type, it rather checks if the
  resource is of ANY type.
 SwiftMQ implements a Topic as a subclass of it's Queue implementation:
 
 the plainsocket@router1 class is as follows:
 
  class com.swiftmq.jms.ConnectionFactoryImpl
|- interface javax.jms.QueueConnectionFactory
|- interface javax.jms.TopicConnectionFactory
'- interface java.io.Serializable
 
 the testqueue@router1 class is as follows:
 
  class com.swiftmq.jms.QueueImpl
|- interface javax.jms.Queue
|- interface java.io.Serializable
'- interface com.swiftmq.jms.DestinationImpl
 
 the testtopic class is as follows:
 
  class com.swiftmq.jms.TopicImpl
  | '- interface javax.jms.Topic
  |
  '- (super) class com.swiftmq.jms.QueueImpl
|- interface javax.jms.Queue
|- interface java.io.Serializable
'- interface com.swiftmq.jms.DestinationImpl
 
 
 As you can see a Topic is also a Queue.
 So when trying to deploy the MDB one gets:
 
  Error deploying
  file:/D:/Temp/Orion/applications/Orion2SwiftMQ/Orion2SwiftMQ.jar
  homes: JMS
  Error: Queue 'testtopic' is not local! Can't create a Consumer on it!
 
 
 But... That doesn't help. I'm quite disappointed. I almost got it.
 
 Lachezar.
 




__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




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 PROTECTED] wrote:
 Wow.  I know people have complained about this list being a little slow, but
 if this is what I get from the lead developer of JBoss on how to fix up
 JBoss performance to compare to Orion's, then ... well ... perhaps I should
 be spending more time on this list.  I'm a little disappointed.  I have some
 interest in both JBoss and Orion, and it's frustrating to get this kind of a
 response from a key player in the JBoss community.
 
   - Geoffrey
 
 : -Original Message-
 : From: marc fleury [mailto:[EMAIL PROTECTED]]
 : Sent: Tuesday, November 27, 2001 2:34 PM
 : To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 : Subject: RE: [JBoss-user] Redux of Performance Issues
 : 
 : 
 : look dude,
 : 
 : get the integrated jboss-tomcat stack you are running 
 : non-optimized out of
 : stack, period.
 : 
 : come back when you have set it up, or don't we don't care,
 : 
 : marcf
 : 
 : |-Original Message-
 : |From: [EMAIL PROTECTED]
 : |[mailto:[EMAIL PROTECTED]]On Behalf Of
 : |[EMAIL PROTECTED]
 : |Sent: Tuesday, November 27, 2001 2:09 PM
 : |To: [EMAIL PROTECTED]
 : |Subject: [JBoss-user] Redux of Performance Issues
 : |
 : |
 : |For reasons unknown, this message hasn't been going out to the
 : |list.  Trying
 : |again.
 : |
 : |--
 : |
 : |Okay, I've clearly managed to piss off a few people by my 
 : concerns about
 : |JBoss performance.
 : |
 : |Let me start out by saying that I'd be more than happy to get my
 : |application
 : |working speedily under JBoss.  Orion's documentation is poor 
 : at best, and
 : |JBoss is fully open-source.  I have a great deal of respect 
 : for some of
 : |JBoss's technology (the verifier and deployer are probably 
 : the best I've
 : |seen), and where it's coming from.  I chose JBoss for the initial
 : |development because of its reputation and my own interests.
 : |
 : |That said, if the performance I'm getting out of JBoss is 
 : the best I can
 : |expect, or, at least, the best I can manage to get, then I
 : |absolutely cannot
 : |use it.  Not because I think it 'sucks rocks', because it 
 : doesn't, but
 : |simply because it will not support the user load I need it to in
 : |any sort of
 : |cost-effective manner.  Some of you would probably be just 
 : as happy to see
 : |me go somewhere else, from the tone of your emails, but I'd 
 : personally
 : |rather find a way to get the performance out of JBoss, for 
 : this or other
 : |projects.
 : |
 : |And, ultimately, it seems as if the performance I'm asking for is
 : |relatively
 : |reasonable.  I expect a certain amount of overhead in EJB 
 : performance, and
 : |I'm not asking to duplicate the speed of a bean-only 
 : implementation.  But
 : |supporting a maximum of 25 concurrent users on a decent (if 
 : not maxed-out)
 : |server seems ... suspiciously slow.
 : |
 : |It may be that I've missed some settings to speed things up.  It
 : |may be that
 : |our application's architecture is better suited to Orion 
 : than to JBoss.
 : |Whatever it is, I'd like to find out.  So I've joined the 
 : JBoss list, and
 : |I'm here to ask some questions.  I'm not trying to promote 
 : Orion, or insult
 : |JBoss.  I like bits of both of them, and the reasons for 
 : that, I can get
 : |into another day.  Ultimately, however, I'd rather support 
 : JBoss as an
 : |open-source appserver, if I can.
 : |
 : |--
 : |
 : |Now, on to the details.  Some of you pointed out, and 
 : rightly so, that I
 : |hadn't provided much in the way of details of what I've 
 : tried, which is
 : |true.  I wanted to start off by finding out if the kind of 
 : numbers I was
 : |talking about seemed realistic or not, based on the 
 : experience of people
 : |who'd spent more time with JBoss than I have, but it's 
 : probably fair to say
 : |that you couldn't really say without knowing a lot more about my
 : |application.  So let's get into a few details.
 : |
 : |Let's start with versions.  I did some of my original EJB
 : |experimentation on
 : |JBoss-2.4.1.  We started developing a project on 
 : JBoss-2.4.1a w/ Embedded
 : |Tomcat, which was the latest JBoss/Tomcat grouping at the 
 : time.  We started
 : |noticing performance concerns then.  When Tomcat 4 came out, 
 : we moved to
 : |JBoss-2.4.3 w/ Embedded Catalina, so that we could try a few 
 : things, and
 : |found it not to be slower, so we stayed with it.
 : |
 : |After we reached a point where we needed to see better 
 : performance, we did
 : |some optimizing of our app with a profiler, and tried JBoss 
 : 2.4.3 w/ Resin,
 : |which we already knew to be fast.  That gave us a minor speed
 : |boost, but not
 : |very much, leading me to believe that JBoss might be the 
 : cause of some 

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 have two beans: Article and Category, and a m:n relation between
 them.
 
 in CategoryBean.java i have:
 public abstract java.util.Collection getArticles();
 and in ArticleBean:
 public abstract java.util.Collection getCategories();
 
 and in ejb_jar.xml:
 
relationships
   ejb-relation
  ejb-relation-namearticle-category/ejb-relation-name
 
  ejb-relationship-role
 

 
ejb-relationship-role-namemany-category-has-many-article/ejb-relationship-role-name
 multiplicityMany/multiplicity
 !--relationship-role-source--
 role-source
ejb-nameArticle/ejb-name
 /role-source
 !--/relationship-role-source--
 cmr-field
cmr-field-namecategories/cmr-field-name
cmr-field-typejava.util.Collection/cmr-field-type
 /cmr-field
  /ejb-relationship-role
 
  ejb-relationship-role
 

 
ejb-relationship-role-namemany-article-has-many-category/ejb-relationship-role-name
 multiplicityMany/multiplicity
 !--relationship-role-source--
 role-source
ejb-nameCategory/ejb-name
 /role-source
 !--/relationship-role-source--
 cmr-field
cmr-field-namearticles/cmr-field-name
cmr-field-typejava.util.Collection/cmr-field-type
 /cmr-field
  /ejb-relationship-role
 
   /ejb-relation
/relationships
 
 orion keeps complaining:
 Method public abstract java.util.Collection 
redact.ejb.beans.CategoryBean.getArticles()
 can not be declared abstract.
 
 TIA
  chris
 
 


__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




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 [EMAIL PROTECTED] wrote:
 I am somewhat disapointed in the new release. My EJB 2.0 local interfaces are
 still not supported. Bummer. Still at least there are some bug fixes.
 
 __
 Do You Yahoo!?
 Make a great connection at Yahoo! Personals.
 http://personals.yahoo.com
 


__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com




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 product, more
 features than you could ever possibly use, but at £5000 a seat the price
 is slightly prohibitive. I was lucky enough to use Together Control
 Center for my Thesis, if you can afford it, get it!
 Otherwise, for 10% of the functionality, for free get Poseidon! If you
 like it and use it commercially pay the $150 or so dollars for the
 Professional version.

 Oisin

 On Fri, 2001-12-07 at 13:47, Curt Smith wrote:
  I have a team using TogetherJ for our modeler, IDE and deploy tool.
  TogetherJ, the first to market with a great all Java UML modeler, round trip
  code generator product.  Supports all IDE functions including debugging into
  your appserver's VM, deploy, call Ant, JUnit etc etc.  Very feature rich.
 
  togethersoft.com
 
  Curt
 
  Oisin Kim wrote:
 
   John,
   have a look at Poseidon, the community edition is free and it's 100%
   Java so multi platform, although it runs best with 1.3.1_01 JRE...
   Oisin
  
   On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
Hi,
   
I have been asked by my manager to evaluate some UML modelling tools:
Rational Rose and Select. However, I have never really used UML so I
probably wasn't the best person to ask :)
   
So, if anyone could tell me any pros and cons of these packages I would
appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
idea would be to farm out classes/beans you have designed and structured in
the UML model.
   
Any information or experiences you would like to share would be appreciated
as I don't have a clue :)
   
Thanks,
   
Johnny
   
   
Confidentiality Notice:
The information in this e-Mail message is confidential and for the use of
the named recipients only. The information may be protected by privilege,
work product immunity or other applicable law.
If you are not the intended recipient - the retention, dissemination,
distribution or copying of this e-Mail message is strictly prohibited. If
you receive this e-Mail message in error, please notify me immediately by
telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
   
   --
  
   ===   Oisin Kim
   Software Engineer
   Aurium - the new brand for Conceptual Drift
   Clifton House
   Lower Fitzwilliam Street
   Dublin 2
   Web - http://www.aurium.net
   Email - [EMAIL PROTECTED]
   Mobile - +353 86 841 9967
   Telephone - +353 1 661 1132
   === 
 
 --

 === Oisin Kim
 Software Engineer
 Aurium - the new brand for Conceptual Drift
 Clifton House
 Lower Fitzwilliam Street
 Dublin 2
 Web - http://www.aurium.net
 Email - [EMAIL PROTECTED]
 Mobile - +353 86 841 9967
 Telephone - +353 1 661 1132
 ===



__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com




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:38 PM
 Subject: Pet Store 1.3 and Orion
 
 
  Hi,
  
  Has anybody tried to install the sun pet store 1.3 app work on orion ?
  It seems that my orion version doesn't take into account the EJB2.0 
  localhome feature.
  Does the last one (1.5.3) do it ?
  
  Thanx
  Jean-Guillaume LALANNE 
  
 
 


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




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]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, January 11, 2002 1:15 PM
 Subject: Re: Pet Store 1.3 and Orion


  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:38 PM
   Subject: Pet Store 1.3 and Orion
  
  
Hi,
   
Has anybody tried to install the sun pet store 1.3 app work on orion ?
It seems that my orion version doesn't take into account the EJB2.0
localhome feature.
Does the last one (1.5.3) do it ?
   
Thanx
Jean-Guillaume LALANNE
   
  
  
 
 
  __
  Do You Yahoo!?
  Send FREE video emails in Yahoo! Mail!
  http://promo.yahoo.com/videomail/
 
 





__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




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:54PM +0200, Lachezar Dobrev wrote:
 Recently looking at the Resource-Providers docs, and EAGER to use
 an external JMS for my MDBs I and a colleague decided to run the
 demos.  As quite a surprise the demo run ok. The MDB did everything
 when a message was sent to the Queue.
  
 The BIG disappointment was, when we tried to do the same with the
 topic.  In short: It does not work.
 
  Error deploying
  file:/D:/Temp/Orion/applications/Orion2SwiftMQ/Orion2SwiftMQ.jar
  homes: JMS Error: Queue 'testtopic' is not local! Can't create a
  Consumer on it!
 
 has this now been fixed?  I'm getting the same error with SwiftMQ and
 the latest build.
 
 cheers,
 
 -- 
 Graham Bennett
 [EMAIL PROTECTED]
 


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




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.EJBLocalObject ?
 
 I am going through Ed Roman's Mastering EJB 2nd edition and it uses 
 these (as part of EJB 2.0, I assume.)
 
 ,boz
 
 


__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com




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] wrote:
 I was wondering what the (BS) stood for :-)
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of Robb (BS)
 Sent: Sunday, February 03, 2002 8:10 AM
 To: Orion-Interest
 Cc: [EMAIL PROTECTED]
 Subject: Re: Questionnaire
 
 
 If you cannot control your weblist from people who deploy viruses, how
 in the hell can you make a decent app server
 
 Please remove me from your list ASAP!!
 - Original Message - 
 From: chen.hui 
 To: Orion-Interest 
 Sent: Saturday, February 02, 2002 9:31 AM
 Subject: Questionnaire
 
 


__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com




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 1.5.4 is in its current mode for a while and if there are no major 
bugs, it will
likely become a so-called stable release.

--- Djemal, Guy (TWIi London) [EMAIL PROTECTED] wrote:
 Another question from me as I'm a bit late on the Orion scene, I have only
 been using it a couple of months. Does this mean that 1.5.3 has been
 abandoned. It also seems like it has been an awfully long time since they
 last released a stable version.
 
 Guy Djemal.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: 15 February 2002 16:40
  To: Orion-Interest
  Subject: RE: Wow. It seems that 1.5.4 is released!!!
  
  
  Great to see that a new version is ready of this great 
  application server!!!
  
  Just a question for the Orion guys. Does this version support 
  the complete J2EE 1.3 standard (including all EJB2.0)?? I am 
  very interested because this is a key issue for one of my projects! 
  
  Thanks on any info.
  Erwin Teseling
  
  
  See subj.
  
 


__
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com




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 longer
 available to download.
 
  -Original Message-
  From: Ray Harrison [mailto:[EMAIL PROTECTED]]
  Sent: 15 February 2002 11:29
  To: Orion-Interest
  Subject: RE: Wow. It seems that 1.5.4 is released!!!
  
  
  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 1.5.4 is in its current mode for a while and 
  if there are no major bugs, it will
  likely become a so-called stable release.
  
  --- Djemal, Guy (TWIi London) [EMAIL PROTECTED] wrote:
   Another question from me as I'm a bit late on the Orion 
  scene, I have only
   been using it a couple of months. Does this mean that 1.5.3 has been
   abandoned. It also seems like it has been an awfully long 
  time since they
   last released a stable version.
   
   Guy Djemal.
   
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 15 February 2002 16:40
To: Orion-Interest
Subject: RE: Wow. It seems that 1.5.4 is released!!!


Great to see that a new version is ready of this great 
application server!!!

Just a question for the Orion guys. Does this version support 
the complete J2EE 1.3 standard (including all EJB2.0)?? I am 
very interested because this is a key issue for one of my 
  projects! 

Thanks on any info.
Erwin Teseling


See subj.

   
  
  
  __
  Do You Yahoo!?
  Got something to say? Say it better with Yahoo! Video Mail 
  http://mail.yahoo.com
  
 


__
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com




Orion 1.5.4 - M-N Relationship chokes (?)

2002-02-15 Thread Ray Harrison

Resend - it didn't post the first
time:
---

Hello -
For the hell of it I decided to test M-N relationships in the latest release of Orion 
(1.5.4). I
started by trying to work with some of Monson-Haefel's examples - the result was the 
same as that
below. To simplify it, I just created a couple of test entities, each with a 
collection based
reference to the other entity. Using local interfaces. The 1-N relationships seem to 
work just
fine. I am wondering if I am missing something in the M-N relationship construction.

otest1Local:
// Collection ref to otest2
public Collection getOtest2s( );
public void setOtest2s(Collection otest2s);

otest1EJB:

// abstract methods
public abstract Collection getOtest2s( );
public abstract void setOtest2s(Collection otest2s);

There is a similar setup for the other entity. The relationship references are (from 
ejb-jar.xml):


relationships
ejb-relation
  ejb-relation-nameotest1-otest2/ejb-relation-name
  ejb-relationship-role
 ejb-relationship-role-name
   otest1-has-many-otest2
   /ejb-relationship-role-name
  multiplicityMany/multiplicity
  relationship-role-source
ejb-nameotest1/ejb-name
  /relationship-role-source
  cmr-field
  cmr-field-nameotest2s/cmr-field-name
cmr-field-typejava.util.Collection/cmr-field-type
  /cmr-field
/ejb-relationship-role

ejb-relationship-role
  ejb-relationship-role-name
  otest2-has-many-otest1
  /ejb-relationship-role-name
  multiplicityMany/multiplicity
  relationship-role-source
ejb-nameotest2/ejb-name
  /relationship-role-source
  cmr-field
   cmr-field-nameotest1s/cmr-field-name
  cmr-field-typejava.util.Collection/cmr-field-type
  /cmr-field
  /ejb-relationship-role
 /ejb-relation
/relationships



As I said earlier, the faithful 1-many relationships work. When changed to an m-n 
relationship, as
the entity jar is being deployed it comes back with the following:


Auto-deploying testorion (New server version detected)...
Auto-deploying server.jar (No previous deployment found)... java.lang.NullPointe
rException
at com.evermind._eh._hg(.:120)
at com.evermind._eh._de(.:173)
at com.evermind._ef._de(.:292)
at com.evermind._em._nvc(.:395)
at com.evermind._eq.init(.:63)
at com.evermind._ed._aa(.:186)
at com.evermind._ai._kmd(.:526)
at com.evermind._aj._kmd(.:287)
at com.evermind._aj._vxb(.:119)
at com.evermind.server.ApplicationServer._sxc(.:1308)
at com.evermind.server.ApplicationServer._ige(.:1265)
at com.evermind.server.ApplicationServer._vxb(.:1003)
at com.evermind._cxb.run(.: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 You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




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 following
 exception:
 
 500 Internal Server Error
 Error parsing JSP page /main.jsp
 
 Syntax error in source
 error: Invalid class file format in 
d:\j2sdk1.4.0\jre\lib\rt.jar(java/lang/Object.class).  The
 major.minor version '48.0' is too recent for this tool to understand.
 /main.jsp.java:0: Class java.lang.Object not found in class
 com.orionserver.http.OrionHttpJspPage.
 import javax.servlet.*;
 ^
 2 errors
 
 does anyone know a solution for this?
 thanks in advance!
 
 greetings
   Robert Virkus
   Director Mobile Solutions
 
 -- 
 Robert Virkus
 scaraboo GmbH
 mobile Entertainment
 Georg-Wulf-Str.4-6
 28199 Bremen
 Germany
 phone  +49 - (0)421 - 59 67 549
 fax+49 - (0)421 - 59 67 567
 mobile +49 - (0)171 - 35 31 635
 [EMAIL PROTECTED]
 www.scaraboo.de
 wap.scaraboo.de
 
 
 Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene
 Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung
 reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten
 Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung,
 Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet
 ist. Diese Nachricht ist ausschliesslich fuer den bezeichneten Adressaten
 oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat
 dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem
 Absender der E-Mail in Verbindung zu setzen.
 
 For legal and security reasons the information provided in this e-mail is
 not legally binding. Upon request we would be pleased to provide you with a
 legally binding confirmation in written form. Any form of unauthorised use,
 publication, reproduction, copying or disclosure of the content of this
 e-mail is not permitted. This message is exclusively for the person
 addressed or their representative. If you are not the intended recipient of
 this message and its contents, please notify the sender immediately.
 
 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




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

2002-02-19 Thread Ray Harrison

Interesting - I *don't* get that error any longer with 1.5.4, though I did with 1.5.3.
--- Geoff Soutter [EMAIL PROTECTED] wrote:
 Argh. Mailing lists that are not reliable annoy the  out of me.
 
 -Original Message-
 From: Geoff Soutter [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, 19 February 2002 9:32 AM
 To: 'Orion-Interest'
 Subject: RE: A word of warning: SwiftMQ and Resource providers.
 
 
 Hi Magnus,
 
 All I did was follow the instructions in the resource providers document
 (http://www.orionserver.com/docs/resource-providers/resource-providers.x
 ml)
 
 As soon as I added the resource-provider tag you quoted below, and
 restarted orion, I got:
 
 C:\apps\orion\154java -jar orion.jar
 Error deploying file:/C:/temp/newsfeed/build/newsfeed/newsfeed-ejb.jar
 homes: JMS Error: Queue 'testtopic' is not local! Can't create a
 Consumer on it!
 2002-02-19 09:23:14,435 INFO   StartupServlet - startup completed
 Orion/1.5.4 initialized
 
 Which is exactly the same error as originally reported below.
 
 Cheers,
 
 Geoff
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of Magnus Rydin
 Sent: Monday, 18 February 2002 7:35 PM
 To: Orion-Interest
 Subject: RE: A word of warning: SwiftMQ and Resource providers.
 
 
 Geoff,
 
 It IS fixed in 1.5.4, so please let us know what fails for you. Here is
 a sample setup:
 
 1. Set up and start SwiftMQ.
 
 2. In your /config/application.xml have a setup like the following:
 resource-provider
 class=com.evermind.server.deployment.ContextScanningResourceProvider
 display-name=SwiftMQ resource name=SwiftMQ  
 description 
 SwiftMQ resource provider. 
 /description 
 property name=java.naming.factory.initial
 value=com.swiftmq.jndi.InitialContextFactoryImpl / 
 property name=java.naming.provider.url value=smqp://localhost:4001
 / 
 property name=resource.names
 value=testtopic,testqueue@router1,plainsocket@router1 / 
 /resource-provider
 
 3. Start Orion, deploy the ATM sample (it uses a MDB with a topic)
 
 4. Configure the ATM sample to use your resource provider with something
 like the following in your orion-ejb-jar.xml: message-driven-deployment
 name=mainLogger
 destination-location=java:comp/resource/SwiftMQ/testtopic
 connection-factory-location=java:comp/resource/SwiftMQ/plainsocket@rout
 er1
   ejb-ref-mapping name=ejb/mainLog /
   /message-driven-deployment
 
 Could you please let me know where/how this fails for you?
 
 WR
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [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
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of Ray Harrison
 Sent: Monday, 14 January 2002 8:50 AM
 To: Orion-Interest
 Subject: Re: A word of warning: SwiftMQ and Resource providers.
 
 
 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:54PM +0200, Lachezar Dobrev wrote:
  Recently looking at the Resource-Providers docs, and EAGER to use
  an external JMS for my MDBs I and a colleague decided to run the
  demos.  As quite a surprise the demo run ok. The MDB did
 everything
  when a message was sent to the Queue.
   
  The BIG disappointment was, when we tried to do the same with the
  topic.  In short: It does not work.
  
   Error deploying 
   file:/D:/Temp/Orion/applications/Orion2SwiftMQ/Orion2SwiftMQ.jar
   homes: JMS Error: Queue 'testtopic' is not local! Can't create a
   Consumer on it!
  
  has this now been fixed?  I'm getting the same error with SwiftMQ and 
  the latest build.
  
  cheers,
  
  --
  Graham Bennett
  [EMAIL PROTECTED]
  
 
 
 __
 Do You Yahoo!?
 Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
 
 
 
 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




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

2002-02-20 Thread Ray Harrison

I am using 1.3.1_02 and SwiftMQ 3.0 beta.

--- Geoff Soutter [EMAIL PROTECTED] wrote:
 Hmm. Strange. 
 
 I'm definitely using 1.5.4, you can see it in the console output I
 included below. I tried doing an autoupdate and trying it again, made no
 difference. I even did a recursive diff against the .zip version and the
 autoupdate version and they are identical (despite the fact autoupdate
 claimed it was overwriting most of the files).
 
 There must be a logical explanation ... but I can't see it ...
 
 I'm using jdk 1.3.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 Behalf Of Ray Harrison
 Sent: Wednesday, 20 February 2002 10:04 AM
 To: Orion-Interest
 Cc: [EMAIL PROTECTED]
 Subject: Re: (repost) FW: A word of warning: SwiftMQ and Resource
 providers.
 
 
 Interesting - I *don't* get that error any longer with 1.5.4, though I
 did with 1.5.3.
 --- Geoff Soutter [EMAIL PROTECTED] wrote:
  Argh. Mailing lists that are not reliable annoy the  out of me.
  
  -Original Message-
  From: Geoff Soutter [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, 19 February 2002 9:32 AM
  To: 'Orion-Interest'
  Subject: RE: A word of warning: SwiftMQ and Resource providers.
  
  
  Hi Magnus,
  
  All I did was follow the instructions in the resource providers 
  document 
 
 (http://www.orionserver.com/docs/resource-providers/resource-providers.x
  ml)
  
  As soon as I added the resource-provider tag you quoted below, and 
  restarted orion, I got:
  
  C:\apps\orion\154java -jar orion.jar
  Error deploying file:/C:/temp/newsfeed/build/newsfeed/newsfeed-ejb.jar
  homes: JMS Error: Queue 'testtopic' is not local! Can't create a 
  Consumer on it!
  2002-02-19 09:23:14,435 INFO   StartupServlet - startup completed
  Orion/1.5.4 initialized
  
  Which is exactly the same error as originally reported below.
  
  Cheers,
  
  Geoff
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]] On Behalf Of Magnus 
  Rydin
  Sent: Monday, 18 February 2002 7:35 PM
  To: Orion-Interest
  Subject: RE: A word of warning: SwiftMQ and Resource providers.
  
  
  Geoff,
  
  It IS fixed in 1.5.4, so please let us know what fails for you. Here 
  is a sample setup:
  
  1. Set up and start SwiftMQ.
  
  2. In your /config/application.xml have a setup like the following: 
  resource-provider 
  class=com.evermind.server.deployment.ContextScanningResourceProvider
  display-name=SwiftMQ resource name=SwiftMQ 
  description 
  SwiftMQ resource provider. 
  /description 
  property name=java.naming.factory.initial
  value=com.swiftmq.jndi.InitialContextFactoryImpl / 
  property name=java.naming.provider.url
 value=smqp://localhost:4001
  / 
  property name=resource.names
  value=testtopic,testqueue@router1,plainsocket@router1 / 
  /resource-provider
  
  3. Start Orion, deploy the ATM sample (it uses a MDB with a topic)
  
  4. Configure the ATM sample to use your resource provider with 
  something like the following in your orion-ejb-jar.xml: 
  message-driven-deployment name=mainLogger 
  destination-location=java:comp/resource/SwiftMQ/testtopic
  connection-factory-location=java:comp/resource/SwiftMQ/plainsocket@ro
  ut
  er1
  ejb-ref-mapping name=ejb/mainLog /
  /message-driven-deployment
  
  Could you please let me know where/how this fails for you?
  
  WR
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [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
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]] On Behalf Of Ray 
  Harrison
  Sent: Monday, 14 January 2002 8:50 AM
  To: Orion-Interest
  Subject: Re: A word of warning: SwiftMQ and Resource providers.
  
  
  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:54PM +0200, Lachezar Dobrev wrote:
   Recently looking at the Resource-Providers docs, and EAGER to
 use
   an external JMS for my MDBs I and a colleague decided to run
 the
   demos.  As quite a surprise the demo run ok. The MDB did
  everything
   when a message was sent to the Queue.

   The BIG disappointment was, when we tried to do the same with
 the
   topic.  In short: It does not work.
   
Error deploying
file:/D:/Temp/Orion/applications/Orion2SwiftMQ/Orion2SwiftMQ.jar
homes: JMS Error: Queue 'testtopic

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_02 and SwiftMQ 3.0 beta.
 
 --- Geoff Soutter [EMAIL PROTECTED] wrote:
  Hmm. Strange. 
  
  I'm definitely using 1.5.4, you can see it in the console output I
  included below. I tried doing an autoupdate and trying it again, made no
  difference. I even did a recursive diff against the .zip version and the
  autoupdate version and they are identical (despite the fact autoupdate
  claimed it was overwriting most of the files).
  
  There must be a logical explanation ... but I can't see it ...
  
  I'm using jdk 1.3.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 Behalf Of Ray Harrison
  Sent: Wednesday, 20 February 2002 10:04 AM
  To: Orion-Interest
  Cc: [EMAIL PROTECTED]
  Subject: Re: (repost) FW: A word of warning: SwiftMQ and Resource
  providers.
  
  
  Interesting - I *don't* get that error any longer with 1.5.4, though I
  did with 1.5.3.
  --- Geoff Soutter [EMAIL PROTECTED] wrote:
   Argh. Mailing lists that are not reliable annoy the  out of me.
   
   -Original Message-
   From: Geoff Soutter [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, 19 February 2002 9:32 AM
   To: 'Orion-Interest'
   Subject: RE: A word of warning: SwiftMQ and Resource providers.
   
   
   Hi Magnus,
   
   All I did was follow the instructions in the resource providers 
   document 
  
  (http://www.orionserver.com/docs/resource-providers/resource-providers.x
   ml)
   
   As soon as I added the resource-provider tag you quoted below, and 
   restarted orion, I got:
   
   C:\apps\orion\154java -jar orion.jar
   Error deploying file:/C:/temp/newsfeed/build/newsfeed/newsfeed-ejb.jar
   homes: JMS Error: Queue 'testtopic' is not local! Can't create a 
   Consumer on it!
   2002-02-19 09:23:14,435 INFO   StartupServlet - startup completed
   Orion/1.5.4 initialized
   
   Which is exactly the same error as originally reported below.
   
   Cheers,
   
   Geoff
   
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]] On Behalf Of Magnus 
   Rydin
   Sent: Monday, 18 February 2002 7:35 PM
   To: Orion-Interest
   Subject: RE: A word of warning: SwiftMQ and Resource providers.
   
   
   Geoff,
   
   It IS fixed in 1.5.4, so please let us know what fails for you. Here 
   is a sample setup:
   
   1. Set up and start SwiftMQ.
   
   2. In your /config/application.xml have a setup like the following: 
   resource-provider 
   class=com.evermind.server.deployment.ContextScanningResourceProvider
   display-name=SwiftMQ resource name=SwiftMQ 
   description 
   SwiftMQ resource provider. 
   /description 
   property name=java.naming.factory.initial
   value=com.swiftmq.jndi.InitialContextFactoryImpl / 
   property name=java.naming.provider.url
  value=smqp://localhost:4001
   / 
   property name=resource.names
   value=testtopic,testqueue@router1,plainsocket@router1 / 
   /resource-provider
   
   3. Start Orion, deploy the ATM sample (it uses a MDB with a topic)
   
   4. Configure the ATM sample to use your resource provider with 
   something like the following in your orion-ejb-jar.xml: 
   message-driven-deployment name=mainLogger 
   destination-location=java:comp/resource/SwiftMQ/testtopic
   connection-factory-location=java:comp/resource/SwiftMQ/plainsocket@ro
   ut
   er1
 ejb-ref-mapping name=ejb/mainLog /
 /message-driven-deployment
   
   Could you please let me know where/how this fails for you?
   
   WR
   
   
   -Original Message-
   From: [EMAIL PROTECTED]
   [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
   
   
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]] On Behalf Of Ray 
   Harrison
   Sent: Monday, 14 January 2002 8:50 AM
   To: Orion-Interest
   Subject: Re: A word of warning: SwiftMQ and Resource providers.
   
   
   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:54PM +0200, Lachezar Dobrev wrote:
Recently looking at the Resource-Providers docs, and EAGER to
  use
an external JMS for my MDBs I

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 - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




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 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 - Coverage of the 2002 Olympic Games
 http://sports.yahoo.com
 


__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




  1   2   >