OK, I've just tested and the "russian doll" feature wasn't working with .bsh
files. It is now fixed.

Furthermore, I just tested this case: I added a xxx.bsh file inside a
ejb.jar file. Result: the deployment process respect the
create/start/stop/destroy steps i.e. you have this sequence:

 - create bsh script
 - create ejbs
 - start bsh script
 - start ejbs
 - ...

and so on. So it works.

Cheers,


sacha

> -----Message d'origine-----
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Adam Heath
> Envoye : mercredi, 8 janvier 2003 19:47
> A : Jboss-Dev
> Cc : jBoss-User Mailing List; [EMAIL PROTECTED]
> Objet : [JBoss-user] RE: [Beanshell-users] Re: [JBoss-dev] ANNOUNCE:
> BeanShell JBoss sub-deployer in HEAD
>
>
> On Wed, 8 Jan 2003, Sacha Labourey wrote:
>
> >
> > > If something like this could also be added to J2EE
> deployments(in META-INF
> > > dirs), then I'd be even more excited.
> >
> > Well, have you simply tried to put a xxx.bsh file inside your
> JAR, SAR or
> > EAR (not war though): it should deploy  thanks to the "russian dolls"
> > packaging feature.
>
> Oh, hmm, forgot about that.
>
> Yeah, that would work, but is not what I want.
>
> I'd like a way to have some bit of code called for the
> start/stop/init/destroy
> methods, in parallel to the ear service methods.
>
> So, when ear.init() is called, my own code is also called.
>
> What you suggest would be a separate deployment underneath the ear.
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to