Re: How to deploy simple HelloWorld type EJB?

2001-04-26 Thread bchoi

Heya Harley.

It does indeed sound like a descriptor file problem... could you send your
xml files so that we might be able to take a look at it ?

Your application-client.xml should look something like this...

application-client
 ejb-ref
  ejb-ref-nametest/TestApp/ejb-ref-name
  ejb-ref-typeSession/ejb-ref-type
  hometest.TestHome/home
  remotetest.TestRemote/remote
 /ejb-ref
/application-client

Another thing.. your META-INF directory is case sensitive (I think...)





RE: How to deploy?

2001-02-16 Thread Kemp Randy-W18971



The 
step by step documentation should be in the Orion documentation, but it is 
not.
 

 
Orion: here is a riddle for you.
 
If you put an injured bull in a ring, and someone is trying to tease him, what 
would happen?
 
What does this riddle mean? If a company like Unify is having financial 
troubles, slashes prices on their product, have only two products to market, and 
it is do or die for them, will they fight like the injured bull or take a 
nap? Are you guys at Orion takes some notes? There will be a quiz in 
the near future. 

  -Original Message-From: catjava 
  [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 15, 2001 10:02 
  PMTo: Orion-InterestSubject: Re: How to 
  deploy?
  Thanks,But i want a step by step setup document,who can help 
  me?


RE: How to deploy?

2001-02-16 Thread Jeff Schnitzer

I'm not sure the same lessons apply; while still a small company by BEA
standards, Unify has a lot of mouths to feed.  Other than 1999, it looks
like all of their years have been unprofitable, and 2000 was
dramatically so.  They've been financing this with equity issues, but at
the current valuation, that tap is now off.  If they don't get enough
sales volume to offset the dramatically decreased price and then some,
it's going to get ugly.  It's hard to tell when because I can't seem to
find any information more recent than statements for the year ending
April 2000.  They lost $7 million in the year ending 2000, but their
balance sheet was still $10 million on the positive side.  There is
still hope.
 
I doubt Ironflare/Orion has anything near the $2 million/month burn rate
that Unify does.  I'm speculating it's something like 1/50th that (or
less).  You don't need to sell too many licenses to keep the company
going; there is something to be said for growing a company slowly rather
than explosively.  Unfortunately one of those things is *not* that it
rapidly produces the documentation and tech support everyone would
like...
 
Of course, I'm not an expert, so don't take any of this as investment
advice :-)
 
Amusing chart, not atypical for a loss-leading tech company:
http://moneycentral.msn.com/investor/charts/chartdl.asp?Symbol=unfy
http://moneycentral.msn.com/investor/charts/chartdl.asp?Symbol=unfyDat
eRangeForm=1CP=0PT=7C5=1C6=C7=1C8=C9=2ComparisonsForm=1CE=0Dis
playForm=1D9=1D0=1D4=1D7=D6=D3=0ShowChtBt.x=28ShowChtBt.y=4
DateRangeForm=1CP=0PT=7C5=1C6=C7=1C8=C9=2ComparisonsForm=1CE=0
DisplayForm=1D9=1D0=1D4=1D7=D6=D3=0ShowChtBt.x=28ShowChtBt.y=4
 
This makes for entertaining reading, as such things go:
http://www.unify.com/Corporate/press/12-20-00.htm
http://www.unify.com/Corporate/press/12-20-00.htm 
 
Jeff

-Original Message-
From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 16, 2001 6:34 AM
To: Orion-Interest
Subject: RE: How to deploy?


The step by step documentation should be in the Orion documentation, but
it is not.
  
  Orion: here is a riddle for you.
If you put an injured bull in a ring, and someone is trying
to tease him, what would happen?
What does this riddle mean?  If a company like Unify is
having financial troubles, slashes prices on their product, have only
two products to market, and it is do or die for them, will they fight
like the injured bull or take a nap?  Are you guys at Orion takes some
notes?  There will be a quiz in the near future.  

-Original Message-
From: catjava [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 10:02 PM
To: Orion-Interest
Subject: Re: How to deploy?


Thanks,But i want a step by step setup document,who can help me?





Re: How to deploy?

2001-02-15 Thread catjava



Thanks,But i want a step by step setup document,who can help 
me?


RE: How to deploy?

2001-02-13 Thread Duffey, Kevin



I wont 
give details, but use ANT to do a build/jar/deploy with one script. It will save 
you alot of time.

  -Original Message-From: catjava 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 7:27 
  AMTo: Orion-InterestSubject: How to 
  deploy?
  I'm a beginner,and i want to know how to deploy an jar file 
  on orion ejb server?


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 to deploy an app with only jsp, servlets and beans (not ejb)

2000-12-16 Thread Jarek Skreta

This may not be the best way of doing things but in a situation like this we
normally generate the .ear file containing only the .war file plus the j2ee
deployment descriptor (application.xml). The .war file is created in the
same fashion as for an application with EJBs. Seems to be working.

Hope this helps.

Jarek




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Steven and
 Susan Hirsch
 Sent: 16 December 2000 15:28
 To: Orion-Interest
 Subject: how to deploy an app with only jsp, servlets and beans (not
 ejb)


 Hi,

 Can anyone point me to some literature explaining how to deploy
 an app that
 does not contain ejbs?  For example, I'mm looking for a way to
 deploy a .war
 file without having to construct a .ear file.  Any help would be
 appreciated!! Thanks!







Re: How to deploy EJBs

1999-10-29 Thread Andrew Liles

Using Orion 0.7.9, I have got further attempting to deploy the News demo.  However, I 
want to use Oracle and 
have taken these steps:

create a jdbc/DefaultDS pointing to an Oracle database which the account has DBA 
privileges on.
uncommented jdbc/xa/DefaultXADS to point to the above
uncommented the web-app and ejb stuff

The EJB then attempts auto-deployment but the CREATE TABLE fails as it wants to use a 
column called "date" to 
match the bean attribute.  In Oracle, "date" is a reserved word.  

I see that a orion-ejb-jar gets autocreated (if the orion folder is missing). [Wow! 
cool deployment mechanism].  
This .xml seems to have everything I want; I can modify the table name, modify the 
column names, datatypes, 
etc.  But I cannot seem to get the .xml to be recognised/re-read.  Am I missing 
something here?

In an attempt to get past the "date" issue, I recompiled NewsItemEJB modifying the 
bean object from "date" to 
"dt".  Next error is an incompatible date-type for Oracle (TIMESTAMP).  So I really 
need to have control over the 
.xml.

How?!

Andrew.



RE: How to deploy EJBs

1999-10-29 Thread Andrew Liles

Thanks Magnus, that helped.

One bug so far: the format used to pass dates to Oracle must be failing since the date 
written into Oracle is 
00/00/ etc.

(To anyone following me on this, the user/password to use is
user/456
which is defined in principals.xml)

My next battle was to get the NewsItemClient working.  This I cannot seem to get 
working as I do not know 
what URL to use, I have tried:

java://127.0.0.1:82/
(where 82 is my Orion HTTP port)
and a few other combinations.


 Hi,
 the procedure is quite easy, but far from obvious without 
 docs (yes, we are working on it ;).
 You were on the right track, just a few more steps, from the 
 start:
 1. Deploy the EJB, this attempts to create a table (which in 
 your case will fail) and writes the
 orion/orion-ejb-jar.xml descriptor.
 2. Edit the orion/orion-ejb-jar.xml descriptor to fit your 
 needs (as you did).
 3. Touch (open and save) the META-INF/ejb-jar.xml file to 
 make Orion aware of the update.
 4. Restart Orion or touch the config/ejb.xml file, Orion 
 should now redeploy the beans with the
 new settings.
 
 Hope it helps, let us know if you have any additional 
 problems! :)
 
 /Magnus Stenman, the Orion team
 
 - Original Message - 
 From: Andrew Liles [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Friday, October 29, 1999 1:10 PM
 Subject: Re: How to deploy EJBs
 
 
  Using Orion 0.7.9, I have got further attempting to deploy 
  the News demo.  However, I want to use Oracle and have 
  taken these steps:
  
  create a jdbc/DefaultDS pointing to an Oracle database 
  which the account has DBA privileges on.
  uncommented jdbc/xa/DefaultXADS to point to the above
  uncommented the web-app and ejb stuff
  
  The EJB then attempts auto-deployment but the CREATE TABLE 
  fails as it wants to use a column called "date" to match 
  the bean attribute.  In Oracle, "date" is a reserved word.  
  
  I see that a orion-ejb-jar gets autocreated (if the orion 
  folder is missing). [Wow! cool deployment mechanism].  This 
  .xml seems to have everything I want; I can modify the 
 table name, modify the column names, datatypes, etc.  But I 
  cannot seem to get the .xml to be recognised/re-read.  Am I 
 missing something here?
  
  In an attempt to get past the "date" issue, I recompiled 
  NewsItemEJB modifying the bean object from "date" to "dt".  
  Next error is an incompatible date-type for Oracle 
 (TIMESTAMP).  So I really need to have control over the .xml.
  
  How?!
  
  Andrew.