"class" atribute of @spring.bean don't function
"Robson Paniago Vasconcelos" <[email protected]> Thu, 5 Oct 2006 09:05:36 -0300
| Newsgroups | gmane.comp.java.xdoclet.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm trying to use the "class" atribute of the @spring.bean but xdoclet
ignore it. Am I doing something wrong?
(Note that the xdoclet always put the FQN of the current class.)
(I'm using xdoclet 1.2.3.)
Class with the annotations:
---------
br.gov.baa.fom.componentes.prop.controller.AlcAprovControllerBean
Annotations in the class:
----------
@spring.bean id="prop.AlcAprovControllerLocal" lazy-init="true"
class="
org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean"
@spring.property name="jndiName"
value="ejb/br/gov/baa/fom/comp/prop/controller/AlcAprovControllerLocal"
@spring.property name="resourceRef" value="true"
@spring.property name="businessInterface" value="
br.gov.baa.fom.comp.prop.controller.AlcAprovControllerLocal"
Generated file: prop-applicationContext.xml
----------
<bean
id="prop.AlcAprovControllerLocal"
class="
br.gov.baa.fom.componentes.prop.controller.AlcAprovControllerBean"
lazy-init="true"
>
<property name="jndiName">
<value>ejb/br/gov/baa/fom/comp/prop/controller/AlcAprovControllerLocal</value>
</property>
<property name="resourceRef">
<value>true</value>
</property>
<property name="businessInterface">
<value>br.gov.baa.fom.comp.prop.controller.AlcAprovControllerLocal
</value>
</property>
</bean>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user