Re: .ear file deployment

2004-09-13 Thread David Blevins
On Mon, Sep 13, 2004 at 01:35:03PM -0600, Bruce Snyder wrote:
 Can Geronimo deploy .ear files yet?

Yep.  Here are the release notes for M2, it's item 162.

  http://cvs.apache.org/dist/geronimo/v1.0-M2/RELEASE-NOTES-1.0-M2.txt

Note item 213 in the Unimplemented and Unsupported Features section.
Until we get that finished any java modules in the ear will be
ignored.

Also, deploying MDBs is a little tricky with M2 though as ActiveMQ
isn't installed.

-David


Re: .ear file deployment

2004-09-13 Thread David Jencks
to install activemq, just deploy their .rar file.  It should have the 
appropriate geronimo-ra.xml in it to start the broker.

david jencks
On Sep 13, 2004, at 12:47 PM, David Blevins wrote:
On Mon, Sep 13, 2004 at 01:35:03PM -0600, Bruce Snyder wrote:
Can Geronimo deploy .ear files yet?
Yep.  Here are the release notes for M2, it's item 162.
  http://cvs.apache.org/dist/geronimo/v1.0-M2/RELEASE-NOTES-1.0-M2.txt
Note item 213 in the Unimplemented and Unsupported Features section.
Until we get that finished any java modules in the ear will be
ignored.
Also, deploying MDBs is a little tricky with M2 though as ActiveMQ
isn't installed.
-David