1. With <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">, <bean id="commonDataSource"
class="com.zenodata.shared.db.PooledDataSource"
factory-method="createCommonInstance"/>
yields: Attribute "factory-method" must be declared by element type bean
2. And in the same xml use of an inner class:
<bean id="eventDaoJdbc" class="com.zenodata.jaz.db.EventDao$Jdbc">
yields: class "com.zenodata.jaz.db.EventDao$Jdbc" not found.
Both from XML Buddy.
Anybody know of any workarounds?


Reply With Quote
