Hi,

This one is for Jeff Vroom since he is the one that create the
SpringFactory. I download this one from the Christophe Coenraets article at:


http://coenraets.org/flex-spring

I creating a FDS application that uses JPA / EJB3 persistence. Now that all
is working I want to use Spring since is a client's requeriment. The problem
is that I can't set the fill, syn methods in my data-management-config.xml.
In the following destination:

<destination id="Trabajador">

       <adapter ref="java-dao" />

       <properties>
           <source>trabajadorAssembler</source>
           <factory>spring</factory>
<!--            <scope>application</scope>-->

           <metadata>
               <identity property="id"/>
           </metadata>

<!--       <network>
               <session-timeout>20</session-timeout>
               <paging enabled="false" pageSize="10" />
               <throttle-inbound policy="ERROR" max-frequency="500"/>
               <throttle-outbound policy="REPLACE" max-frequency="500"/>
           </network>

           <server>
               <fill-method>
                   <name>fill</name>
               </fill-method>
               <sync-method>
                   <name>syncTrabajador</name>
               </sync-method>
           </server>
            -->
       </properties>
   </destination>


trabajadorAssembler is a bean configures in spring "applicationContext.xml".
I comment the parts in my destination that I can't use since I get errors
when deploy the application (scope, network, ...). If I can't configure
those parts ? how could I configure my sync-mehotd? how can I configure the
pagination?

Thanks in advance!

C.

--
::| Carlos Rovira
::| http://www.carlosrovira.com
::| http://www.madeinflex.com

Reply via email to