Hi!
Peter Antman wrote:
> > Alright, I see. Don't overdo the metadata stuff, as I will be covering
> > that base from here.
>
> It's basically done, when you redo it, we will take that.
Ok. It's not that much code, but anyway.
> I guess the big thing will be the jboss.xml stuff since we will need a
> lot of information JNDI stuff, factor classes for Queue and Topic, and
> some more.
Agreed. Do you have any suggestions for defaults? As with everything
else it would be cool to be able to deploy beans without having to enter
any jboss.xml info, but for MDB's it seems tricky to do this.
> Well, its a total cover up of StatelessSessionInstanceInterceptor.java,
> the problem in it was the lines:
> protected StatelessSessionContainer container;
> ...
> this.container = (StatelessSessionContainer)container
>
> its switched to:
>
> protected MessageDrivenContainer container;
> ...
> this.container = (MessageDrivenContainer)container
>
> The typecast actually seems a waste, they ar'nt used, what I can see,
> but the don't do that much harm either. 5 minutes copy and paste.
Ah, ok, I see. Rename it to MessageDrivenInstanceInterceptor please. :-)
regards,
Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]