rockzeng / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

If attributes are present in service:export, then exportName needs to be present #382

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example 

<pre>
<service:export beanName="someBean" attributes="..."/>
</pre>

Does not appear to export the bean against the name "someBean". Instead you 
need to be explicit, as in:

<pre>
<service:export exportName="someBean" beanName="someBean" attributes="..."/>
</pre>

Original issue reported on code.google.com by p...@realtimedespatch.co.uk on 5 Oct 2012 at 10:44

GoogleCodeExporter commented 8 years ago

Original comment by philzoio...@googlemail.com on 5 Oct 2012 at 10:45

GoogleCodeExporter commented 8 years ago

Original comment by philzoio...@googlemail.com on 19 Dec 2012 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by philzoio...@googlemail.com on 19 Dec 2012 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by philzoio...@googlemail.com on 19 Dec 2012 at 3:24

GoogleCodeExporter commented 8 years ago
Fixed with r5868. 

Note that if export types are set, then bean name is not used implicitly.

Original comment by philzoio...@googlemail.com on 22 Dec 2012 at 7:39

GoogleCodeExporter commented 8 years ago

Original comment by philzoio...@googlemail.com on 23 Mar 2013 at 4:19