Ok, I'll change it.
----- Original Message -----
From: "Mike Swainston-Rainford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 3:38 PM
Subject: Re: [JBoss-dev] Looking to do 2.2.2 release
> Hi
>
> I'm working on the Together 5.0 JBoss deployer . I don't have CVS write
> access but there is a quick fix that I would appreciate.
>
> The MDB message-interceptor is an optional element but the JBoss deployer
> insists on it being there. unfortunately the Together ejb-jar.xml step
> doesn't write an empty element so you have to edit the file by hand after
> generation to include and empty message-interceptor element. To avoid this
> hacking the deployer could be changed to accept no message-interceptor
> element. This is a very quick one line change :-)
>
> Could someone change the following (assuming there are no objections) on
> the 2.2 branch.
>
> In file org\jboss\metadata\MessageDrivenMetaData.java
> on or about line 83
> messageSelector = getElementContent(getUniqueChild(element,
> "message-selector"));
> change it to
> messageSelector = getElementContent(getOptionalChild(element,
> "message-selector"));
>
> thanks
>
> Mike Swainston-Rainford
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development