@Rusty

    I tried read your codes,

1. you already defined pointcuit for transaction in jdo-gae-context.xml  but
will still define @transaction.. inside service layer?  that is duplicate
work right?

2. why do you define "transient" of logger in service layer?  i do
understand transient is not serializable, but what it serves in your context
...

3. in your jdoconfig.xml u set

    <property
            name="javax.jdo.option.NontransactionalRead"
            value="true"
        />

        <property
            name="javax.jdo.option.NontransactionalWrite"
            value="true"
        />


that mean we are not usnig transaction right?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to