You can now add the need properties:

<jsr181:endpoint pojoClass="test.EchoService2"
                serviceInterface="test.Echo"
                annotations="none" >
 <property name="properties">
   <map>
     <entry key="jaxb.search.packages">
       <list>
         <value>com.acme.square</value>
       </list>
     </entry>
   </map>
 </property>
</jsr181:endpoint>


On 1/12/07, hiyer <[EMAIL PROTECTED]> wrote:

Here's the JIRA:
http://issues.apache.org/activemq/browse/SM-818
Thanks


gnodet wrote:
>
> It should be easy to add additional properties
> for xfire.  Please raise a JIRA.
>
> On 1/12/07, hiyer <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I would like to specify a parent class as the return type in my
>> webservice
>> in order to be aple to return the appropritae child class at runtime. I
>> know
>> that xfire supports polymorphic javabeans (inheritance) in both aegis and
>> jaxb2 bindings.
>> e.g.
>> <service>
>> ...
>> <property name="jaxb.search.packages">
>>   <list>
>>    <entry>com.acme.square</entry>
>>   </list>
>> </property>
>> </service>
>>
>>
>> Is there a similar support using the jsr181 component? If so, please let
>> me
>> know the equivalent configuration element to the above example? If not,
>> then
>> does that mean I need to use the deprecated xfire component?
>> Cheers,
>> Hari.
>> --
>> View this message in context:
>> 
http://www.nabble.com/polymorphic-javabean-support-in-jsr181-tf2967484s12049.html#a8303491
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Architect, LogicBlaze (http://www.logicblaze.com/)
> Blog: http://gnodet.blogspot.com/
>
>

--
View this message in context: 
http://www.nabble.com/polymorphic-javabean-support-in-jsr181-tf2967484s12049.html#a8304095
Sent from the ServiceMix - User mailing list archive at Nabble.com.




--
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Reply via email to