Re: [appengine-java] Re: Paypal integration with app engine?

2010-05-04 Thread Aditya Rathi
You can integrate paypal with GAE using thrid part cart feature. I have used
it

On Tue, May 4, 2010 at 11:33 AM, Vaclav Bartacek 
vaclav.barta...@spolecne.cz wrote:

 The only way I found and successfully use is the PayPal Button (saved
 on the server + 'custom' attribute) + IPN mechanism (over SSL) to
 receive transaction statuses. Other ways could not be probably
 implemented now due to the current GAE restrictions - mainly: you
 cannot add a new JCE provider now.

 Vaclav


 On May 3, 7:47 am, shamel shame...@gmail.com wrote:
  How  to integrate paypal with app engine??
 i have got many errors when integrating this. main exceptions are
  org.xml.sax.SAXNotSupportedException:
 http://xml.org/sax/features/external-general-entities
  at
 
 org.apache.xerces.framework.XMLParser.setExternalGeneralEntities(XMLParser.java:
  486)
  at
 org.apache.xerces.framework.XMLParser.setFeature(XMLParser.java:
  1298)
  at
 org.apache.xerces.parsers.SAXParser.setFeature(SAXParser.java:578)
  at
  org.apache.xerces.jaxp.SAXParserImpl.setFeatures(SAXParserImpl.java:
  150)
  ...
 
  please help me as fast as possible???
 
  --
  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
 google-appengine-j...@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group athttp://
 groups.google.com/group/google-appengine-java?hl=en.

 --
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] java.lang.RuntimeException: java.io.NotSerializableException: + objectify framework

2010-04-12 Thread Aditya Rathi
I have not modified anything in DWR. But the same code was working with JDO;
I have migrated it to Objectify keeping the action layer unchanged.

This is working fine on my local environment.

On Mon, Apr 12, 2010 at 12:47 PM, Shawn Brown big.coffee.lo...@gmail.comwrote:

  I am using dwr and objectify framework to get the arraylist of string
  from datastore.
  But I am getting error.
 
  java.lang.RuntimeException: java.io.NotSerializableException

 Well beyond that have you really gotten dwr to work in appengine.  If
 so, it must be a pretty old version.

 AFAIK, dwr uses threads and file writes.  Have you modified dwr to avoid
 those?

 Shawn

 --
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.



-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] java.lang.RuntimeException: java.io.NotSerializableException: + objectify framework

2010-04-11 Thread aditya rathi
HI,

I am using dwr and objectify framework to get the arraylist of string
from datastore.
But I am getting error.

java.lang.RuntimeException: java.io.NotSerializableException

It will be helpful if any one has faced the similar problem and know
the solution.


Thanks,
Aditya Rathi

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.