[google-appengine] Re: How to create normal Backend service on App Engine

2020-09-03 Thread pravanjan palai
Hi , Have you tried enabling lazy initialization? please follow this doc for the same https://spring.io/blog/2019/03/14/lazy-initialization-in-spring-boot-2-2 Thanks, Pravanjan On Thursday, September 3, 2020 at 3:43:47 PM UTC+5:30 vili...@gmail.com wrote: > Another method in my code. On App

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread pravanjan palai
Hello Todd, I have created a sample example with Java 11 with Spring Boot war type and successfully tested. Please follow this Github link for complete detail. Do let me know if it works for you. Thanks, Pravanjan On Tuesday, Aug

[google-appengine] Java 8 throws worg.eclipse.jetty.io.EofException: Closed warning on every redirection call to server.

2018-01-08 Thread pravanjan palai
Hi , Java 8 throws worg.eclipse.jetty.io.EofException: Closed warning on every redirection call to my server. The same code works fine (without warning message )if i switch back the to java 7 .

Re: [google-appengine] Re: Text

2013-04-13 Thread pravanjan palai
just use getvalue() method for type Text will result the string and then we can split the string value. On Apr 13, 2013, at 9:31 PM, Newbee wrote: > > I still have one question.If i want to split a Text how can i do that because > it is saying "The method split() is undefined for the type T