[appengine-java] java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl is a restricted class

2011-10-12 Thread Köll S . Cherizard
Hey Gang!
 
I am stumped on this one...  any idea on how to fix below error.  
 

*java.lang.NoClassDefFoundError: org.apache.xerces.jaxp.SAXParserFactoryImpl 
is a restricted class. Please see the Google App Engine developer's guide 
for more details.*

** 

It looks like a CLASSPATH based on a post I saw, but I did not do any work 
there.  Nonetheless I went in anyway and added a new jar file for Xerces, 
that did  not work.  Do you have a step by step.

 

This is also spreading to my other Apps, Apps I have not updated in great 
while.  This error loads with JSPs and HTMs.  I also ran an update of App 
Engine to see if it would pick up new jar files, that did not work either.

 

I should perhaps mention, this started happening while I was adding more JSP 
files, by copying existing ones.  I deployed the App to view my changes and 
pages were not found.

 

Köll

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/xFo-0yey8wgJ.
To post to this group, send email to google-appengine-java@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] Mails got lost between appstore and gmail

2011-10-12 Thread Raphael André Bauer
On Tue, Oct 11, 2011 at 6:52 AM, Jan Schweizer
schweizer@googlemail.com wrote:
 Hi, as I tryout I did a small application for my sons school which
 ultimately resulted in some 25 mails being sent out to each a list of 4
 recipients (to) and  20 recipients BCC. One of the TO addresses has been my
 googlemail account.

 What happened is that I only received 8 of those initially sent emails but
 got responses from one of the BCC recipients in one of the other mails.

 Now I'm wondering: If the BCC recipient got that mail and I was on the TO -
 why didn't I get this email as well?

 To me it looks as if some of these mails where swallowed somewhere inside
 google (between appstore and googlemail) and I'd really like to know what I
 can do to prevent that from happening.

Guess it's a bug of GMail (call it feature). When you receive a mail
where the sender is
an address registered in your GMail account (yourn...@gmail.com or
myregisteredem...@anotherdomain.com) it will NOT show up in inbox...
Pretty strange
https://mail.google.com/support/bin/answer.py?answer=82454

Best,

Raphael

 Any suggestions on that?

 Thanks

 Jan

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/2aS_UDoNnZoJ.
 To post to this group, send email to google-appengine-java@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.




-- 
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com

-- 
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-java@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] Datastore Admin

2011-10-12 Thread Shash Joshi
I cannot get the data store admin to work for last 48 hrs, does anyone knows
of any issues?

-- 
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-java@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] Re: Datastore Admin

2011-10-12 Thread Shash Joshi
Never mind I figured it out, if you have multiple GoogleApps or Google
accounts then you need to go to the iframe URL directly and select the
correct account and the data-store admin shows up.

On Wed, Oct 12, 2011 at 11:02 AM, Shash Joshi sh...@perfode.com wrote:

 I cannot get the data store admin to work for last 48 hrs, does anyone
 knows of any issues?

-- 
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-java@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] XG Transactions with JDO/JPA

2011-10-12 Thread Max Ross (Google)
Hi everyone,

Due to a mix-up, the JDO/JPA jars that are included in the 1.5.5 SDK do *not 
*support XG Transactions.  If you want to use XG Transactions with JDO or 
JPA in 1.5.5 you can download an updated jar 
from 
http://code.google.com/p/datanucleus-appengine/downloads/detail?name=datanucleus-appengine-1.0.10.final.jar
 
and follow the installation instructions on that page.

Please let me know if you have any problems with it.

Sorry for the trouble,
Max

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/WXNFlj2PlvwJ.
To post to this group, send email to google-appengine-java@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] Crons Optimization

2011-10-12 Thread Hakim
Hi everybody,

I've an application that runs 14 crons that have the same schedule 
configuration: every 30 mins synchronized

I'm looking for a technique to desynchronise the execution of these crons, I 
don't want them to execute at the same time in order to reduce the number of 
instances used to serve them each 30 minutes

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/yEiqaj1sVEAJ.
To post to this group, send email to google-appengine-java@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] Re: JDO/JPA Snippets That Work - Executing Batch Gets

2011-10-12 Thread Hakim
Hi guys

I'm trying to execute a JDO batch Get using the code presented by Max, but I 
still seeing several datastore_v3.Get on the appstats of my application. Is 
this normal?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/Ac-dveGt-4UJ.
To post to this group, send email to google-appengine-java@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] JAX-WS logging

2011-10-12 Thread alexh
Hi,

I am writing an application that makes use of GAE's builtin JAS-WS
classes as a SOAP client. I'd like to enable logging. I've read that
this cannot be enabled via log4j but instead by adding a system
property. Can anyone verify?

I've attempted adding the following to my appengine-web.xml but I am
not receiving any additional log output when making SOAP calls.


system-properties
property
name=com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump
value=true/
/system-properties

Thanks!

-- 
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-java@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] Re: Datastore Admin

2011-10-12 Thread Arun Ramanujapuram
Even I see this problem occurring - when you click on the Datastore Admin link, 
nothing shows up. I wonder if it is a bug with the URL (I can see an  
immediately after the ?): 
https://appengine.google.com/datastore/admin?app_id=XXXversion_id=XXX.

Thanks,
Arun




From: Shash Joshi sh...@perfode.com
To: google-appengine-java@googlegroups.com
Sent: Wednesday, 12 October 2011 11:40 PM
Subject: [appengine-java] Re: Datastore Admin


Never mind I figured it out, if you have multiple GoogleApps or Google accounts 
then you need to go to the iframe URL directly and select the correct account 
and the data-store admin shows up.


On Wed, Oct 12, 2011 at 11:02 AM, Shash Joshi sh...@perfode.com wrote:

I cannot get the data store admin to work for last 48 hrs, does anyone knows of 
any issues? 
-- 
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-java@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.

-- 
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-java@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] Spring or Struts with Google app engine.Is it feasible to use any of these?

2011-10-12 Thread sagar misal
Hello everyone,
I have developed and deployed an application using GAE java and
now looking forward to develop another one using the same but with
Struts or Spring framework,can anyone suggest me where to start and
whether it is feasible to do this?Or should i follow general way of
developing GAE java project ?

Thanks and Regards
 Sagar Misal

-- 
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-java@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.