[appengine-java] Is there any problem to use the actionListener inside the h:commandButton??? cause it does nothing?

2009-11-12 Thread Daniel
uld be the problem? Thanx ahead Daniel -- 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-app

[appengine-java] plz ignore my previous post... my mistake... about the actionlistener.... sorry....

2009-11-12 Thread Daniel
sorry shit happens :) -- 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...@goo

[appengine-java] Re: Configuring JSF 2.0 to run on Google App Engine

2009-11-17 Thread Daniel
worked perfectly on local gae server) I left it on this point... anyway if u'll be able to create a running project using JSF + GAE , plz let me know... Daniel. On Nov 17, 9:24 am, Denden Gajudo wrote: > I'm attempting to configure JSF 2.0 to run on Google App Engine using >

[appengine-java] Re: Wanna share a forum for GAE developers i made

2009-12-21 Thread Daniel
great! tx On Dec 21, 6:12 pm, "nmelen...@getsense.com.ar" wrote: > Hi there, > I usually write code to anwer something or to make a question in the list, > but it is difficult to read > because it is no formatted and the syntax isn,t highlight. > > So, i wanna share with the community  a forum f

[appengine-java] JSF 2 on GAE getting "java.io.NotSerializableException: javax.faces.component.html.HtmlSelectManyListbox" after trying to run from production

2010-02-28 Thread Daniel
java.io.ObjectOutputStream.writeObject(Unknown Source) at com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java: 358) ... 39 more any idea what i should add to fix this problem? thx ahead! Daniel -- You received this message because you are

[appengine-java] Getting java.lang.ClassNotFoundException on class (the package seems to be wrong) after deploy onto google (works localy)

2010-07-07 Thread Daniel
Hi i tried to deploy my application onto google after testing it localy and got java.lang.ClassNotFoundException : javax.servlet.ServletException: java.lang.RuntimeException: java.lang.ClassNotFoundException: dr.todo.ToBuyBean the thing is that the class "ToBuyBean" isnt located in package dr.to

[appengine-java] How can i invalidate the session when user log in out from my app using the google log out link?

2010-07-09 Thread Daniel
Hi i got a JSF 2 web app, with the google login system, the thing is that when the user click on the log out (using the createLogoutURL of the UserService class) the session isnt being invalidated and the next user that doing login from the same browser gets the previous user session.. and all th

[appengine-java] Re: Java Server Faces 2.0 does not works in GAE (for me)

2010-07-13 Thread Daniel
It looks fine to me... all ur settings and configs aresame as at my web app i also took them from that web site If i were u i would delete the project and build it from scratch.. its probably some silly mistake... its not that u in the middle of the project.. u just started it should wor

[appengine-java] I cannot access the url of my deployed application? getting "Not Found"

2010-07-13 Thread Daniel
Hi I got no firewall on the PC and i can log in into the "https:// appengine.google.com/dashboard?&app_id=*" Than when i browse to Administration -> Versions i click on the link of the application and getting immediate "Not Found" it looks like it doesn't even try to surf to the web page tr

[appengine-java] Re: PDF Files

2010-07-14 Thread Daniel
But it says that on" Will it play in App Engine" That its incompatible: iText Version(s): ? Status: INCOMPATIBLE * iText relies on several classes not in the JRE class whitelist including java.awt.Color and java.nio.MappedByteBuffer. A bug has been filed at http://sourceforge.net/tracker/?f

[appengine-java] Qestion regarding getObjectById

2010-09-07 Thread Daniel
I've noticed that i can perform query using the getObjectById while using the ID or the Key pm.getObjectById(myClass.class, idString); pm.getObjectById(myClass.class, keyString); idString and keyString are different string values, is it possible because of the fact that the id attribute is defin

[appengine-java] JSF2

2010-09-23 Thread Daniel
this.count = count; } } Thanks ahead. Daniel -- 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

[appengine-java] Re: JSF2

2010-09-23 Thread Daniel
ahead Daniel On Sep 23, 3:24 pm, Jaziel Leandro wrote: > I have the same error few times ago. > Try this, make you Bean implements Serializable. > > 2010/9/23 Daniel > > > I'm want to use the > without any luck > > > I tried some very simple examples taken f

[appengine-java] Re: JSF2

2010-09-24 Thread Daniel
I tried also mojarra-2.0.3-FCS-binary.zip but without any luck also.. no ajax for me :/ On Sep 23, 9:22 pm, Daniel wrote: > Hi > this does not help... same behavior... > > i got my jsf jars from here > :http://javadocs.wordpress.com/2009/10/17/mojarra-jsf-2-0-rc2-and-goog... >

[appengine-java] Re: JSF2

2010-09-24 Thread Daniel
I tried this too... but its the same.. does not work :/ On Sep 24, 6:15 pm, "Chris (Google Employee)" wrote: > Hi Daniel, > > For a possible workaround, have you tried manually coding the > JavaScript for the Ajax request call? > > For example, instead of: > >

[appengine-java] Re: JSF2

2010-09-24 Thread Daniel
I tried this too... but its the same.. does not work :/ On Sep 24, 6:15 pm, "Chris (Google Employee)" wrote: > Hi Daniel, > > For a possible workaround, have you tried manually coding the > JavaScript for the Ajax request call? > > For example, instead of: > >

[appengine-java] Re: JSF2

2010-09-24 Thread Daniel
I tried this too... but its the same.. does not work :/ On Sep 24, 6:15 pm, "Chris (Google Employee)" wrote: > Hi Daniel, > > For a possible workaround, have you tried manually coding the > JavaScript for the Ajax request call? > > For example, instead of: > >

[appengine-java] Re: JSF2

2010-09-24 Thread Daniel
seems to be solved by removing primefaces-2.2.M1.jar weird??? but works now... On Sep 24, 7:56 pm, Daniel wrote: > I tried this too... but its the same.. does not work :/ > > On Sep 24, 6:15 pm, "Chris (Google Employee)" > wrote: > > > Hi Daniel, > >

[appengine-java] Primefaces 2.2 (Based on JSF 2 )- does any one manged to get it working properly ?

2010-09-27 Thread Daniel
Hi I'm trying to get primefaces-2.2 working on GAE , but already on the very simple attempt - http://groups.google.com/group/google-appengine-java?hl=en.

[appengine-java] JSF 2 (pure mojarra jars) on GAE : short tutorial on how to use...

2010-10-17 Thread Daniel
Hi I recently figured out how to use the original latest mojarra jars in my project... It solved many weird errors i was bumping into once in a while... so I thought i would share it with other JSF 2 users... Here the link to the tutorial... http://www.neverslair-blog.net/daniels-tips-and-tutor

[appengine-java] Re: JSF 2.0 MyFaces problem with Ajax and Command Button

2010-10-27 Thread Daniel
://www.neverslair-blog.net/daniels-tips-and-tutorials/[/url] Daniel. On Oct 26, 11:06 am, "powell...@gmail.com" wrote: > I cannot get Ajax to allow navigation to another page when a > h:commandButton is clicked. I use the classic command given in texts > as shown below but Ajax will always

[appengine-java] Re: JSF 2.0 MyFaces problem with Ajax and Command Button

2010-10-27 Thread Daniel
of which you use now... and if it will work... than blame the jars you use (maybe they out dated), and you can always switch to the mojarraimplementation Regards. Daniel On Oct 27, 11:40 am, Daniel wrote: > First of all what version of mojarra you use? > > In case you using the mod

[appengine-java] Security and Authentication - in web.xml annoying error

2010-10-30 Thread Daniel
ttp://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> how can i fix this annoying error ? Tx ahead Daniel -- You received this message because you are subscribed to the Google Groups "

[appengine-java] Re: Security and Authentication - in web.xml annoying error

2010-11-01 Thread Daniel
Thx! Solved the issue... On Oct 31, 12:37 am, Shawn Brown wrote: > > how can i fix this annoying error ? > > "web-resource-name}' is expected." > see the top link in the following search and just add a web-resource-name > > http://docs.sun.com/app/docs/doc/819-3669/bncbk?a=view > > Shawn -- You

[appengine-java] Re: Problem with JSF 2.0

2010-11-07 Thread Daniel
Regards Daniel On Nov 5, 9:12 pm, vaninh0 wrote: > Hello, > > I have an application running on EclipsePlugin (JSF2.0), but when I > deploy it got the following error: > (it's started when I used the templates) > > Anyone can help me? >

[appengine-java] Primefaces works on Development but after Deployment seems like all css are not recognized? (In FireFox only)

2010-12-06 Thread Daniel
issue? Regards Daniel. -- 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-appengin

[appengine-java] Re: Nice Online XSLT Transformer Hosted in GAE

2011-01-02 Thread Daniel
looks cool On Jan 2, 10:23 pm, XSLT Master wrote: > Useful for tests when developing XSLT: > > http://xslttest.appspot.com/ > > Developed with Java, GWT and Google Plugin for Eclipse. Hosted in GAE. > > Cheers -- You received this message because you are subscribed to the Google Groups "Google

[appengine-java] Gettin white page when trying to log in - cause of exception.... even after deleting all _ah_SESSION Entities???

2011-03-14 Thread Daniel
I'm getting the next exception after I've added the private static final long serialVersionUID to the class... What else do i need to delete from my app in order to be able to log in into the application Regards, Daniel. 2011-03-14 14:25:24.394 http://vedmack.a

[appengine-java] Re: Gettin white page when trying to log in - cause of exception.... even after deleting all _ah_SESSION Entities???

2011-03-15 Thread Daniel
Where can I do the flush of the MemCache? On Mar 15, 11:18 am, Simon Knott wrote: > Have you tried flushing MemCache?  Sessions are serialized in there as well > as the datastore. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. T

[appengine-java] Re: JSF 2 state saving on server

2011-04-04 Thread Daniel
just in case you haven't read the following: Configuring JavaServer Faces 2.0 to run on the Google App Engine Using Eclipse https://sites.google.com/a/wildstartech.com/adventures-in-java/Java-Platform-Enterprise-Edition/JavaServer-Faces/sun-javaserver-faces-reference-implementation/configuring-jsf

[appengine-java] How can I make the session to be held open as long as the user got its browser opened?

2011-04-06 Thread Daniel
Hi I need to keep the session opened as long as the user got its browser opened in my web app... Is there such a setting that i can enable for my web app? If not, Is there any suggester/recommend way to achieve it? Thanks ahead! Daniel. -- You received this message because you are

[appengine-java] Re: How can I make the session to be held open as long as the user got its browser opened?

2011-04-09 Thread Daniel
any1? On Apr 6, 1:18 pm, Daniel wrote: > Hi > > I need to keep the session opened as long as the user got its browser > opened in my web app... > > Is there such a setting that i can enable for my web app? > > If not, Is there any suggester/recommend way to achi

[appengine-java] Re: How can I make the session to be held open as long as the user got its browser opened?

2011-04-10 Thread Daniel
I refer to the one that defined in web.xml 30 I want to keep it open as long as the browser is opened at my page... On Apr 10, 2:10 pm, Didier Durand wrote: > Hi, > > You should clarify what you mean by an open session: do you mean the > http one defined by the

[appengine-java] Re: Eclipse, RichFaces & Google App Engine - Tutorial - Step By Step - Draft 1.0

2011-04-19 Thread Daniel
nice! tx! On Apr 18, 12:53 am, Tomek wrote: > On Apr 17, 9:48 pm, Tomek wrote: > > > Hi, > > > Maybe some of you will find the > > tutorialuseful. > > Any comments (fixes too) are very welcome. > > > All the best, > > >

[appengine-java] Why my "KeepSessionAlive" Servlet consumes diff' ammount of cpu???

2011-05-10 Thread Daniel
ed every 5 minutes? why each time it says that it loaded for the first time? when it does an "light " serlvet call it does not says that it is loaded for the first time... I am the only one that logged into the app so only my open tab in the FF calls the servlet Help will be appreciated.

[appengine-java] : SystemId Unknown; Line #57; Column #31; Failed calling setMethod method

2011-05-14 Thread Daniel
My log is full of this weird stderr message [vedmack/1.350345457568997204].: SystemId Unknown; Line #57; Column #31; Failed calling setMethod method Its an Info message... any ideas to what can cause this? Thanks ahead! Daniel, -- You received this message because you are subscribed to the

[appengine-java] Re: : SystemId Unknown; Line #57; Column #31; Failed calling setMethod method

2011-05-14 Thread Daniel
le-appengine-java/browse_thread/th... > > At the very bottom, you may have the answer to you question > > regards > > didier > > On May 14, 11:25 am, Daniel wrote: > > > My log is full of this weird stderr message > > > [vedmack/1.350345457568997204].: SystemId

[appengine-java] Another transaction by user vedmack is already in progress for app: vedmack, version: 1. That user can undo the transaction with "appcfg rollback".

2011-05-21 Thread Daniel
Hi I tried to deploy to GAE and noticed that by mistake I'm about to upload tons of tons of files... so i closed the eclipse and reopen it, since then i cant deplot my application (its been several hours since than) hoe can i FIX this? Here is the message: Unable to update app: Error posting to

[appengine-java] Re: Another transaction by user vedmack is already in progress for app: vedmack, version: 1. That user can undo the transaction with "appcfg rollback".

2011-05-21 Thread Daniel
actually i didn't i never used this appcfg and i was not aware of it... google a bit now and did the rollback :) i guess i got :cold feet" :) thx... On May 21, 11:26 pm, JT wrote: > Did you try "appcfg rollback"? > On May 21, 2011 4:17 PM, "Daniel"

[appengine-java] Why does the info messages stopped appearing in the Logs?

2011-06-08 Thread Daniel
Hi I always was writing the info messages to the log (like described in here : http://code.google.com/appengine/docs/java/runtime.html#Logging) I always used the .info method and the messages were perfectly shown in the Admin Log page, But recently i noticed the .info messages stopped to work,

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-10 Thread Daniel
? >   ·  Where is this file? Has it moved recently? Have you more than one > copy of this file? > > On Jun 8, 2:00 pm, Daniel wrote: > > > Hi > > > I always was writing the info messages to the log (like described in > > here : > > >http://code.google.com/ap

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
I use > >   # Set the default logging level for all loggers >   .level = WARNING > >   com.my.app.[...].level = FINE > > This then allows my log message of level FINE or more severe to be > recorded. > > 4. Case sensitivity: I recall (perhaps wrongly) that > "loggin

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
I use > >   # Set the default logging level for all loggers >   .level = WARNING > >   com.my.app.[...].level = FINE > > This then allows my log message of level FINE or more severe to be > recorded. > > 4. Case sensitivity: I recall (perhaps wrongly) that > "loggin

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-11 Thread Daniel
gt; (Am I correct to presume that the relevant setting in your "appengine- > web.xml" points to the correct "logging.properties" file and > location?) > > On Jun 11, 8:59 am, Daniel wrote: > > > I did as you said in 1 --> did nothing > > > after

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-12 Thread Daniel
working!!! finally this is the needed line : dr.level = INFO upper level of my packages... + "dot" + "level" this is the line: dr.level = INFO On Jun 11, 9:47 pm, Daniel wrote: > Thanks alot anyway, > > adn yes > > my appengine-web.xml is

[appengine-java] Re: jsf view id's expire too quick

2011-06-20 Thread Daniel
hed the same issues with mojarra 2.0.4 , so i downgraded back to mojarra 2.0.3 , and it works fine... On Jun 19, 11:46 pm, Piter Blom wrote: > Hi Mich, did you ever resolve this problem? > > I've just deployed my first app (mojarra 2.0.4) and I ran into exactly the > same problem. -- You receiv

[appengine-java] Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-10-27 Thread Daniel
he upgrade... What is the best practice for it? Thanks ahead, Daniel. -- 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

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-10-29 Thread Daniel
d, > have you deleted all your previously-existing ToBuyBean persistent > entities? (This would ensure that no ToBuyBean persistent entity > exists that has a quantityToAdd already persisted as a string.) > > On Oct 27, 10:14 pm, Daniel wrote: > > >

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-10-29 Thread Daniel
And 1 more thing , the error got fixed by itself, after several hours, the "previously-existing ToBuyBean persistent entities" were somehow deleted (not by me)... so how can i do it by myself if i want to? Thanks ahead On Oct 29, 10:20 pm, Daniel wrote: > The ToBuyBean class inde

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-11-01 Thread Daniel
Thanks for the suggestions, Ian's sounds unrealistic (to me at least) Ronaldo, could you please explain more about the method you are using? or post some references/url's so i could read some more? Thanks! On Oct 30, 10:33 am, Ian Marshall wrote: > You might want to implement an alternative p

[appengine-java] Re: Change from String to Integer , now can't rid of Zombie instances... what is the right procedure to do so?

2011-11-02 Thread Daniel
Thx 4 the detailed example, Will read it at later on today Daniel. On Nov 1, 6:40 pm, Ronoaldo José de Lana Pereira wrote: > Daniel, > > To "convert" old session data I started to persist just the user Id in > session. Sadly, unlike memcache, you can't control how th

[appengine-java] java.util.ResourceBundle.Control is not supported by Google App Engine's Java runtime environment

2011-11-12 Thread Daniel
Hi, I wanted to use this class and added its import import java.util.ResourceBundle.Control The java.util.ResourceBundle class is on google white list , so can it be that java.util.ResourceBundle.Control is not on the white list? isn't it supposed to be included in the white list if the import jav

[appengine-java] Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
When I first got eclipse setup, it would automatically reinsert newly compiled objects into the running server so that all I had to do was refresh the page in the browser to see my changes. For some reason this stopped working. I don't see any errors in the error log for eclipse and it appears

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I'm not sure if this is related, but I'm getting errors with DataNucleus Enhancer. Here's what I'm getting: DataNucleus Enhancer (version 1.1.4) : Enhancement of classes DataNucleus Enhancer completed with success for 0 classes. Timings : input=42 ms, enhance=0 ms, total=42 ms. Consult the log f

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
I have now uninstalled Java7 so that only Java6 is installed. I also uninstalled and reinstalled Eclipse. Changes to classes still don't show up until I stop the web application and the start it again using 'Run as' Any ideas of what I can troubleshoot next? -- You received this message becau

[appengine-java] Re: Eclipse doesn't automatically reload anymore

2012-01-02 Thread Daniel
Solved (sort of). I went back through the tutorial here: http://code.google.com/appengine/docs/java/tools/eclipse.html I should have been debugging as: *Debug As* > *Web Application* It now works just like it should -- You received this message because you are subscribed to the Google Grou

Re: [appengine-java] Domain setup using Google Apps

2009-12-30 Thread Daniel Louis
Yeah, it is possible... 2009/12/23 Marcel Overdijk > I own the footdex.com Google Apps domain. I've bought this some time > ago to host a GAE application on it. > I now finally added the domain using in GAE admin console, but all I > can do is "attach" it to a subdomain of footdex.com. I just wa

[appengine-java] Re: Class XXX has multiple relationship fields of type YYYY

2010-01-16 Thread Daniel Benamy
I think I'm hitting this check since updating to 1.2.8. I've got something like: class A { B bVar; List bList; } Should I be getting this error? I haven't noticed a problem with my app using this setup. Thanks! Dan On Dec 5 2009, 12:52 am, "Max Ross (Google)" wrote: > SDK 1.2.8 contains a new

Re: [appengine-java] Re: Class XXX has multiple relationship fields of type YYYY

2010-01-16 Thread Daniel Benamy
One more thing- I get this error the first time I hit this code after idling or starting up, but subsequent runs work ok. Dan On Sat, Jan 16, 2010 at 2:51 AM, Daniel Benamy wrote: > I think I'm hitting this check since updating to 1.2.8. I've got > something like: > class A {

[appengine-java] Test data

2010-01-21 Thread Daniel Dacila
Hi All, I am writing some junit tests for a GAE application. Can anybody suggest the best approach to create a test-data file and populate from that the GAE database? Thanks, Daniel Dacila -- You received this message because you are subscribed to the Google Groups "Google App Engine for

[appengine-java] Seeing owned/child entities in the datastore viewer

2010-02-02 Thread Daniel Benamy
Hi, I'm trying to find a way to see the relationships between entities in the data store viewer. If I have: class A { B foo; } and I'm looking at an instance of A in the data store viewer, is there any way for me to find its B? I feel like this should be pretty simple and maybe I'm just missin

Re: [appengine-java] Seeing owned/child entities in the datastore viewer

2010-02-08 Thread Daniel Benamy
t?can=2&q=datastore+viewer > > On Tue, Feb 2, 2010 at 8:10 PM, Daniel Benamy wrote: >> >> Hi, >> >> I'm trying to find a way to see the relationships between entities in >> the data store viewer. If I have: >> class A { >>    B foo; >&g

Re: [appengine-java] Re: First access to a jsp takes a while

2010-02-14 Thread Daniel Benamy
I think google just turned on precompilation in 1.3.1. On Sun, Feb 14, 2010 at 8:31 AM, Eduardo Ramírez wrote: > >   Hi, > >   I think that this extra time you're seeing is the time expended in > compiling the JSP, which occurs the first time a particular JSP is accessed, > as you can see in: htt

[appengine-java] TO GOOGLE GAE Java team: Book author looking for early access to next release (java)

2010-07-01 Thread Daniel Guermeur
would like to have an early access to the upcoming GAE Java release. Could someone at Google help me with this? Thank you so much. Daniel -- 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 t

[appengine-java] Dance Dance Robot error / Channel API

2010-07-15 Thread Daniel Guermeur
) /*-{ return new $wnd.goog.appengine.Channel(channelId); }-*/; } Again this is straight from the Dance Dance Robot demo app. I am pretty sure it is a stupid mistake on my part but can't find it. Any suggestion would be greatly appreciated. Daniel -- You received this message because yo

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-17 Thread Daniel Guermeur
mport com.google.appengine.api.channel.ChannelServiceFactory; and it all works. Daniel On Jul 16, 6:42 pm, Rahul Ravikumar wrote: > The Channel API for Google App Engine is not out yet! > > On Jul 15, 6:11 pm, Daniel Guermeur wrote: > > > > > Hello there, > > > I am building a G

[appengine-java] App Engine integration with Google Apps Marketplace

2010-07-18 Thread Daniel Pascariu
google accounts only (like gmail accounts) - I do not get any Google Apps page where a user like us...@domain1.com could login :( Does anybody know how I can get this working ? Or am I on the wrong track ? Many thanks for the help !! Daniel -- You received this message because you are subsc

[appengine-java] Re: App Engine integration with Google Apps Marketplace

2010-07-19 Thread Daniel Pascariu
uot; ! The produced URLs are slightly different, but the outcome seems the same - I can login to domain1.com using user1 (on google apps). I'm wondering if there's any subtle difference between the OpenId authentification in the two cases - do you know ? Thanks, Daniel On Jul 19, 9:43

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-19 Thread Daniel Guermeur
: ApplicationError: 2: Here is the stack trace. Let me know of any ideas you might have. Thanks! Daniel SEVERE: Failed to push the message com.metadot.book.stalkrapp.shared.mess...@1010a3b to client channel- a4kt0t-stalkrappt...@example.com-1 com.google.appengine.api.channel.ChannelFailureException: An

[appengine-java] Channel api / Dance dance robot: what is ApplicationError: 2:

2010-07-24 Thread Daniel Guermeur
: com.google.appengine.api.channel.ChannelFailureException: An unexpected error occurred. Caused by: com.google.apphosting.api.ApiProxy$ApplicationException: ApplicationError: 2: See trace below. What is ApplicationError2, how to fix it? Any help / pointer would be appreciated. Thanks. Daniel SEVERE: Failed to push

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-28 Thread Daniel Guermeur
Thanks Don. Including dev-channel-js.js works perfectly. Daniel On Jul 27, 10:14 am, Don Schwarz wrote: > Sorry, to be clear, I meant that you should create an /_ah/channel directory > at the top of your war and copy dev-channel-js.js so it is a file named > 'jsapi' i

[appengine-java] Re: Channel api / Dance dance robot: what is ApplicationError: 2:

2010-07-28 Thread Daniel Guermeur
Thanks Don. Works perfectly. Here is a recap to summarize all the steps so others can do it too: 1. Extract the "apphosting/tools/dev-channel-js.js" file from appengine-api-1.0-sdk-1.3.5.jar 2. Create a directory _ah/channel in your war directory 3. Rename dev-channel-js.js to jsapi and place it

[appengine-java] App Engine Channel API release date on production?

2010-09-12 Thread Daniel Guermeur
release? Daniel -- 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-jav

[appengine-java] Channel API still not live...

2010-09-19 Thread Daniel Guermeur
Hello there, Google announced Channel API for 1.3.6 but it is still not live in 1.3.7. It runs in dev mode but when deployed I get a 'feature not implemented' exception. Does anyone has any updated on this? Google team? Thank you. Daniel -- You received this message because you are

[appengine-java] Testing with JDO

2010-10-22 Thread Daniel Blasco
Hi, I'm using GAE 1.3.5 and JUnit 4. I want to test a GAE App which uses JDO. Firstly I read the "HowTo" in the GAE official site: http://code.google.com/appengine/docs/java/tools/localunittesting.html But there is no clues. In this page http://blog.appenginefan.com/2009/05/jdo-and-unit-tests.htm

[appengine-java] Re: Testing with JDO

2010-10-25 Thread Daniel Blasco
Thank you Didier. This is my BaseTest.java and works perfect now: package ...; import static org.junit.Assert.assertEquals; import java.util.Date; import java.util.List; import javax.jdo.PersistenceManager; import org.junit.After; import org.junit.Before; import org.junit.Test; import com...

[appengine-java] New book: Google App Engine Java and GWT Application Development

2010-12-03 Thread Daniel Guermeur
hi, Some of you may be interested in a book I co-authored that has just been published: "Google App Engine Java and GWT Application Development" by Amy Unruh and Daniel Guermeur, from Packt. The book describes many of the techniques and approaches used to develop GAE+GWT applica

[appengine-java] Re: Cloud2db for Cassandra and MongoDb

2010-12-28 Thread Daniel Florey
Hi, this sounds very interesting. Will the data stored in the db be human-readable in the datastore with datastore viewer or will it just store a bunch of blobs? Daniel On Dec 28, 9:03 pm, Sandeep Sathaye wrote: > Hi Everyone, > > Cloud2db <http://www.cloud2db.com/> is pleased

[appengine-java] Re: suggestions on template engine for GAE-java

2011-03-17 Thread Daniel Florey
You can check out http://code.google.com/p/jmte/ -- 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] Deploy credentials with 3.6 beta plugin

2011-04-14 Thread Daniel Florey
Since upgrading to the 3.6 beta plugin I am unable to deploy apps with ant. It will always complain that my credentials have expired, so I can only upload from the IDE. This is annoying since it will always trigger full gwt compile... Any ideas? Daniel -- You received this message because you

[appengine-java] Coding with Adobe Software

2011-05-19 Thread Daniel Nieblas
Hi my name is Daniel, I'm new to coding, so everything literally feels like a foreign language at this point, but I decided to start learning because I'm interested in developing a news app for smartphones and tablets. Anyway i'm using the Java version of the GAE SDK and wa

[appengine-java] Upload blob never calls success path

2011-05-23 Thread Daniel Florey
t is never called. (I can call it from the browser though, so it seems to be mapped correctly). Do I have to enable some option on the devserver so that the success path servlet will be called once the upload is complete? Thanks for any hints, Daniel -- You received this message becau

[appengine-java] Re: Upload blob never calls success path

2011-05-23 Thread Daniel Florey
that I may need to turn on some flags to call my success path after upload? Is there a way to turn on debug logging for the core services? Thanks! Daniel -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this g

[appengine-java] Re: Upload blob never calls success path

2011-05-24 Thread Daniel Florey
As I expected in the first place I'm just dumb. After running into a lot of issues (OutOfMemory and alike) I found out that I just forgot to attach the form to the site properly ;-) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

[appengine-java] List of supported content types in BlobStore?

2011-05-24 Thread Daniel Florey
Hi, is there a list of content types that BlobStore is be able to detect? Thanks, Daniel -- 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 u

Re: [appengine-java] GAE Authentication Broken

2011-07-11 Thread Daniel Werner
Could someone tell me how this was resolved (if it was)? I'm running into the exact same problem here. -- 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/goog

Aw: Re: [appengine-java] javax.mail.SendFailedException: Send failure:Unauthorized Sender: Unauthorized sender

2011-08-12 Thread Daniel Florey
Same problem here. -- 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/-/V5KAFTzYUUsJ. To post to this group, send email to google-appengin

[appengine-java] Strange datastore exception

2011-09-05 Thread Daniel Florey
Anybody seen this exception before? Thanks for your help, Daniel Caused by: java.lang.IllegalArgumentException: app s~floreysoftucm cannot access app floreysoftucm's data at com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:36)

[appengine-java] Re: Java OAuth API, example

2011-09-11 Thread Daniel Florey
As it is not related to GAE you should check the GData docs. You'll find all the good stuff there. On Sep 11, 1:56 pm, de Witte wrote: > Hello, > > I'm trying to find any example for the OAuth API. > > The trunk forhttp://oauthexample.appspot.com/Welcomeseems to be empty. > > http://code.google.c

[appengine-java] Re: Java OAuth API, example

2011-09-11 Thread Daniel Florey
...or are you interested in implementing an OAuth provider? Then of course it is a different story. On Sep 11, 11:12 pm, Daniel Florey wrote: > As it is not related to GAE you should check the GData docs. You'll > find all the good stuff there. > > On Sep 11, 1:56 pm

[appengine-java] SocketTimeoutException when doing URLFetch between 2 apps

2011-09-13 Thread Daniel Florey
;ve turned threadsafe on/off but this makes no difference. Help appreciated, Daniel -- 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-jav

[appengine-java] Re: SocketTimeoutException when doing URLFetch between 2 apps

2011-09-16 Thread Daniel Florey
Any ideas anyone? -- 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/-/oS6fYc8lgcsJ. To post to this group, send email to google-appengine

[appengine-java] Re: Writing to google spreadsheet from GAE

2011-09-19 Thread Daniel Florey
I've been able to access spreadsheets from GAE without problems. The only problem is the limited upload size for URLFetch that makes it impossible to upload large pre-populated sheets. Other than that it worked without problmes... -- You received this message because you are subscribed to the Go

[appengine-java] Image API

2011-09-21 Thread Daniel Viveiros
ed Imaging. Is there another component/framework for imaging processing/transformation that I can use in GAE? Thanks, Daniel V. -- 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 g

[appengine-java] Snapshots...

2011-09-27 Thread Daniel Viveiros
Hi all, What's the best way to take snapshots of the GAE's database in a way it's possible to backup/restore it if needed? Thanks, Daniel V. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to

Re: [appengine-java] Re: Snapshots...

2011-09-28 Thread Daniel Viveiros
Thank you! This is really a good post. Best, Daniel V. 2011/9/28 Jose Montes de Oca > Hi Daniel, > > Take a look at our Bulkloader Tool: > http://code.google.com/appengine/docs/python/tools/uploadingdata.html > > Here is a great post: > http://ikaisays.com/2010/06/10/usin

[appengine-java] Parsing XML on GAE/Java

2011-10-05 Thread Daniel Florey
Hi, just wanted to share my experience with parsing XML on App Engine/Java: http://www.floreysoft.net/en/blog.html Cheers, Daniel -- 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 vi

[appengine-java] Re: Templating Frameworks

2011-11-09 Thread Daniel Florey
We have open sourced our template engine running on GAE a while ago: http://code.google.com/p/jmte/ -- 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-a

[appengine-java] Re: Templating Frameworks

2011-11-09 Thread Daniel Florey
You can check out our comparison page for the different engines available: http://code.google.com/p/jmte/wiki/Comparison -- 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.goog

[appengine-java] Channel API reconnect after token timeout

2011-11-14 Thread Daniel Florey
her thread that I had to delete the iframe manually, but this did not help either. Any ideas? Anybody managed to properly reconnect after timeout using GWT? Thanks, Daniel -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group

  1   2   >