JBoss development,
A new message was posted in the thread "Smooks problem":
http://community.jboss.org/message/519791#519791
Author : Gilles Dupont Tagne Tagne
Profile :
http://community.jboss.org/people/tagnegilles
Message:
--------------------------------------------------------------
dbSmooksConf.xml
<?xml version="1.0" encoding="UTF-8"?>
<smooks-resource-list
xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd"
xmlns:jb="http://www.milyn.org/xsd/smooks/javabean-1.2.xsd"
xmlns:dao="http://www.milyn.org/xsd/smooks/persistence-1.2.xsd">
<jb:bean beanId="person"
class="de.gilles.projects.splitteresb.PersonAge"
createOnElement="person">
<jb:value property="id" data="id"
decoder="Integer"/>
<jb:value property="age" data="age"
decoder="Integer"/>
</jb:bean>
<dao:inserter beanId="person" insertOnElement="person"/>
</smooks-resource-list>
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/519791#519791