[appengine-java] Re: 1.4 eclipse plugin

2010-12-07 Thread Thomas Meyer
I have the same problem - .jsp's work fine after moving the App Engine
SDK to the top of the Order and Export list, but JSP-mappings don't
work.

I can also confirm that it works on the App Engine servers, deployed
with the 1.4 SDK.

Mac OS X 10.6.5
Eclipse SDK, Version: 3.5.2
Google Plugin for Eclipse 3.5, 1.4.0.v201010280047

This is the error I'm getting in the browser:
HTTP ERROR 500

Problem accessing /admin/. Reason:

Unable to compile class for JSP:

An error occurred at line: 10 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

...



On Dec 6, 8:39 pm, mscwd01 mscw...@gmail.com wrote:
 I'm running:

 Eclipse Java EE IDE for Web Developers.
 Build id: 20100218-1602

 With V1.4 of the App Engine SDK and cannot get servlets mapping to jsp
 files, i.e.

 servlet
   servlet-nameabout/servlet-name
   jsp-file/about.jsp/jsp-file
 /servlet

 servlet-mapping
   servlet-nameabout/servlet-name
   url-pattern/about/url-pattern
 /servlet-mapping

 However, other servlets work fine for example I have servlets which
 issue a redirect to a jsp file in my WEB-INF folder and they work
 fine.

 It's baffling me now.


-- 
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] Re: 1.4 eclipse plugin

2010-12-07 Thread xenoneo
I created an issue 4216 - see the url above.
Hope the GAE guys will get to it soon.
For now it looks like it is safe to keep using 1.3.8 since the actual
app engine is not affected by this.


On Dec 7, 5:22 am, Thomas Meyer meyer...@gmail.com wrote:
 I have the same problem - .jsp's work fine after moving the App Engine
 SDK to the top of the Order and Export list, but JSP-mappings don't
 work.

 I can also confirm that it works on the App Engine servers, deployed
 with the 1.4 SDK.

 Mac OS X 10.6.5
 Eclipse SDK, Version: 3.5.2
 Google Plugin for Eclipse 3.5, 1.4.0.v201010280047

 This is the error I'm getting in the browser:
 HTTP ERROR 500

 Problem accessing /admin/. Reason:

     Unable to compile class for JSP:

 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

 ...

 On Dec 6, 8:39 pm, mscwd01 mscw...@gmail.com wrote:







  I'm running:

  Eclipse Java EE IDE for Web Developers.
  Build id: 20100218-1602

  With V1.4 of the App Engine SDK and cannot get servlets mapping to jsp
  files, i.e.

  servlet
    servlet-nameabout/servlet-name
    jsp-file/about.jsp/jsp-file
  /servlet

  servlet-mapping
    servlet-nameabout/servlet-name
    url-pattern/about/url-pattern
  /servlet-mapping

  However, other servlets work fine for example I have servlets which
  issue a redirect to a jsp file in my WEB-INF folder and they work
  fine.

  It's baffling me now.

-- 
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] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
really solved this.

Thanks a lot :)

On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:

 I had the same problem and fixed it by:

 1) Selecting project Root - Goto File-Properties
 2) Select Java Build Path
 3) Select Order and Export
 4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to the #2
 position

 On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

 Same issue here... does anyone have a fix that doesn't involve re-
 installing eclipse and recreating the entire project step by step?

 Sudhir

 On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
  I solve my jsp compilation issue by using below steps.
 
  1) Download and install eclipse-java-helios-SR1-win32.zip.
  2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
  3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
  4) Create a new and empty app using same project name and package as
  my old app.
  5) Carefully copy all files in src and war from my old app into the
  new app.
  6) Import all external libs from my old app into the new app.
  7) Set Properties-Google-App Engine-ORM to server files which need
  enhancement.
  8) Debug and no more Unable to compile class for JSP.
 
  On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 
 
 
 
 
 
 
   Sorry, no solution but a very similar issue with Eclipse Helios SR 1:
 
   org.apache.jasper.JasperException: Unable to compile class for JSP:
 
   An error occurred at line: 9 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
 
   An error occurred at line: 10 in the generated java file
   org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
   type
 
   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved to a type
 
   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved
 
   An error occurred at line: 23 in the generated java file
   javax.el.ExpressionFactory cannot be resolved to a type
 
   An error occurred at line: 24 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 31 in the generated java file
   _el_expressionfactory cannot be resolved
 
   An error occurred at line: 31 in the generated java file
   _jspxFactory cannot be resolved
 
   An error occurred at line: 31 in the generated java file
   The method getServletConfig() is undefined for the type plans_jsp
 
   An error occurred at line: 32 in the generated java file
   _jsp_annotationprocessor cannot be resolved
 
   An error occurred at line: 32 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 32 in the generated java file
   The method getServletConfig() is undefined for the type plans_jsp
 
   An error occurred at line: 32 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 38 in the generated java file
   HttpServletRequest cannot be resolved to a type
 
   An error occurred at line: 38 in the generated java file
   HttpServletResponse cannot be resolved to a type
 
   An error occurred at line: 39 in the generated java file
   ServletException cannot be resolved to a type
 
   An error occurred at line: 41 in the generated java file
   PageContext cannot be resolved to a type
 
   An error occurred at line: 42 in the generated java file
   HttpSession cannot be resolved to a type
 
   An error occurred at line: 43 in the generated java file
   ServletContext cannot be resolved to a type
 
   An error occurred at line: 44 in the generated java file
   ServletConfig cannot be resolved to a type
 
   An error occurred at line: 45 in the generated java file
   JspWriter cannot be resolved to a type
 
   An error occurred at line: 47 in the generated java file
   JspWriter cannot be resolved to a type
 
   An error occurred at line: 48 in the generated java file
   PageContext cannot be resolved to a type
 
   An error occurred at line: 53 in the generated java file
   _jspxFactory cannot be resolved
 
   An error occurred at line: 1,315 in the generated java file
   SkipPageException cannot be resolved to a type
 
   An error occurred at line: 1,322 in the generated java file
   _jspxFactory cannot be resolved
 
   Stacktrace:
   at
  
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
 er.java:
   92)
   at
  
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
   330)
   at
   org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
   439)
   at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
   at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
   at
 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
This still doesn't solve the issue for me, mapping a servlet url
pattern to a jsp file always fails...

On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
 really solved this.

 Thanks a lot :)







 On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
  I had the same problem and fixed it by:

  1) Selecting project Root - Goto File-Properties
  2) Select Java Build Path
  3) Select Order and Export
  4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to the #2
  position

  On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

  Same issue here... does anyone have a fix that doesn't involve re-
  installing eclipse and recreating the entire project step by step?

  Sudhir

  On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
   I solve my jsp compilation issue by using below steps.

   1) Download and install eclipse-java-helios-SR1-win32.zip.
   2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
   3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
   4) Create a new and empty app using same project name and package as
   my old app.
   5) Carefully copy all files in src and war from my old app into the
   new app.
   6) Import all external libs from my old app into the new app.
   7) Set Properties-Google-App Engine-ORM to server files which need
   enhancement.
   8) Debug and no more Unable to compile class for JSP.

   On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

Sorry, no solution but a very similar issue with Eclipse Helios SR 1:

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 9 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

An error occurred at line: 10 in the generated java file
org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved to a type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved

An error occurred at line: 23 in the generated java file
javax.el.ExpressionFactory cannot be resolved to a type

An error occurred at line: 24 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 31 in the generated java file
_el_expressionfactory cannot be resolved

An error occurred at line: 31 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 31 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
_jsp_annotationprocessor cannot be resolved

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 32 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletRequest cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletResponse cannot be resolved to a type

An error occurred at line: 39 in the generated java file
ServletException cannot be resolved to a type

An error occurred at line: 41 in the generated java file
PageContext cannot be resolved to a type

An error occurred at line: 42 in the generated java file
HttpSession cannot be resolved to a type

An error occurred at line: 43 in the generated java file
ServletContext cannot be resolved to a type

An error occurred at line: 44 in the generated java file
ServletConfig cannot be resolved to a type

An error occurred at line: 45 in the generated java file
JspWriter cannot be resolved to a type

An error occurred at line: 47 in the generated java file
JspWriter cannot be resolved to a type

An error occurred at line: 48 in the generated java file
PageContext cannot be resolved to a type

An error occurred at line: 53 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 1,315 in the generated java file
SkipPageException cannot be resolved to a type

An error occurred at line: 1,322 in the generated java file
_jspxFactory cannot be resolved

Stacktrace:
        at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
  er.java:
92)
        at

  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
330)
        at

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
What does the error message say?
No hints in the Problems window?

On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote:

 This still doesn't solve the issue for me, mapping a servlet url
 pattern to a jsp file always fails...

 On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
  really solved this.
 
  Thanks a lot :)
 
 
 
 
 
 
 
  On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
   I had the same problem and fixed it by:
 
   1) Selecting project Root - Goto File-Properties
   2) Select Java Build Path
   3) Select Order and Export
   4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to
 the #2
   position
 
   On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:
 
   Same issue here... does anyone have a fix that doesn't involve re-
   installing eclipse and recreating the entire project step by step?
 
   Sudhir
 
   On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
I solve my jsp compilation issue by using below steps.
 
1) Download and install eclipse-java-helios-SR1-win32.zip.
2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project name and package as
my old app.
5) Carefully copy all files in src and war from my old app into the
new app.
6) Import all external libs from my old app into the new app.
7) Set Properties-Google-App Engine-ORM to server files which need
enhancement.
8) Debug and no more Unable to compile class for JSP.
 
On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 
 Sorry, no solution but a very similar issue with Eclipse Helios SR
 1:
 
 org.apache.jasper.JasperException: Unable to compile class for
 JSP:
 
 An error occurred at line: 9 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
 
 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be resolved to
 a
 type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved to a type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved
 
 An error occurred at line: 23 in the generated java file
 javax.el.ExpressionFactory cannot be resolved to a type
 
 An error occurred at line: 24 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 31 in the generated java file
 _el_expressionfactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 _jspxFactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp
 
 An error occurred at line: 32 in the generated java file
 _jsp_annotationprocessor cannot be resolved
 
 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 32 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp
 
 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 38 in the generated java file
 HttpServletRequest cannot be resolved to a type
 
 An error occurred at line: 38 in the generated java file
 HttpServletResponse cannot be resolved to a type
 
 An error occurred at line: 39 in the generated java file
 ServletException cannot be resolved to a type
 
 An error occurred at line: 41 in the generated java file
 PageContext cannot be resolved to a type
 
 An error occurred at line: 42 in the generated java file
 HttpSession cannot be resolved to a type
 
 An error occurred at line: 43 in the generated java file
 ServletContext cannot be resolved to a type
 
 An error occurred at line: 44 in the generated java file
 ServletConfig cannot be resolved to a type
 
 An error occurred at line: 45 in the generated java file
 JspWriter cannot be resolved to a type
 
 An error occurred at line: 47 in the generated java file
 JspWriter cannot be resolved to a type
 
 An error occurred at line: 48 in the generated java file
 PageContext cannot be resolved to a type
 
 An error occurred at line: 53 in the generated java file
 _jspxFactory cannot be resolved
 
 An error occurred at line: 1,315 in the generated java file
 SkipPageException cannot be resolved to a type
 
 An error occurred at line: 1,322 in the generated java file
 _jspxFactory cannot be resolved
 
 Stacktrace:
 at
 
  
 

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
supposed to be...?

On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:

 No hints in the problems window that are of any help. The error I get
 is:

 WARNING: /features
 org.apache.jasper.JasperException: Unable to compile class for JSP:
 An error occurred at line: 11 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

 And the first part of the stacktrace is:

 Stacktrace:
at

 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:
 92)
at
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
 330)
at
 org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
 439)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
at
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
 592)

 Thanks

 On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  What does the error message say?
  No hints in the Problems window?
 
 
 
 
 
 
 
  On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote:
   This still doesn't solve the issue for me, mapping a servlet url
   pattern to a jsp file always fails...
 
   On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
Thanks guys, moving AppEngine (and GWT) to the top in Order and
 Export
really solved this.
 
Thanks a lot :)
 
On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com
 wrote:
 I had the same problem and fixed it by:
 
 1) Selecting project Root - Goto File-Properties
 2) Select Java Build Path
 3) Select Order and Export
 4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0
 to
   the #2
 position
 
 On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:
 
 Same issue here... does anyone have a fix that doesn't involve re-
 installing eclipse and recreating the entire project step by step?
 
 Sudhir
 
 On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
  I solve my jsp compilation issue by using below steps.
 
  1) Download and install eclipse-java-helios-SR1-win32.zip.
  2) Install plugins from 
 http://dl.google.com/eclipse/plugin/3.6;.
  3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
  4) Create a new and empty app using same project name and
 package as
  my old app.
  5) Carefully copy all files in src and war from my old app into
 the
  new app.
  6) Import all external libs from my old app into the new app.
  7) Set Properties-Google-App Engine-ORM to server files which
 need
  enhancement.
  8) Debug and no more Unable to compile class for JSP.
 
  On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 
   Sorry, no solution but a very similar issue with Eclipse
 Helios SR
   1:
 
   org.apache.jasper.JasperException: Unable to compile class for
   JSP:
 
   An error occurred at line: 9 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a
 type
 
   An error occurred at line: 10 in the generated java file
   org.apache.jasper.runtime.JspSourceDependent cannot be
 resolved to
   a
   type
 
   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved to a type
 
   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved
 
   An error occurred at line: 23 in the generated java file
   javax.el.ExpressionFactory cannot be resolved to a type
 
   An error occurred at line: 24 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 31 in the generated java file
   _el_expressionfactory cannot be resolved
 
   An error occurred at line: 31 in the generated java file
   _jspxFactory cannot be resolved
 
   An error occurred at line: 31 in the generated java file
   The method getServletConfig() is undefined for the type
 plans_jsp
 
   An error occurred at line: 32 in the generated java file
   _jsp_annotationprocessor cannot be resolved
 
   An error occurred at line: 32 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 32 in the generated java file
   The method getServletConfig() is undefined for the type
 plans_jsp
 
   An error occurred at line: 32 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type
 
   An error occurred at line: 38 in the generated java file
   HttpServletRequest cannot be resolved to a type
 
   An error occurred at line: 38 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
Where should it be? I cannot see it listed in my libraries.

On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
 supposed to be...?







 On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:
  No hints in the problems window that are of any help. The error I get
  is:

  WARNING: /features
  org.apache.jasper.JasperException: Unable to compile class for JSP:
  An error occurred at line: 11 in the generated java file
  org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

  And the first part of the stacktrace is:

  Stacktrace:
         at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl 
  er.java:
  92)
         at
  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
  330)
         at
  org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
  439)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
         at
  org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
  592)

  Thanks

  On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   What does the error message say?
   No hints in the Problems window?

   On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote:
This still doesn't solve the issue for me, mapping a servlet url
pattern to a jsp file always fails...

On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Thanks guys, moving AppEngine (and GWT) to the top in Order and
  Export
 really solved this.

 Thanks a lot :)

 On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com
  wrote:
  I had the same problem and fixed it by:

  1) Selecting project Root - Goto File-Properties
  2) Select Java Build Path
  3) Select Order and Export
  4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0
  to
the #2
  position

  On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

  Same issue here... does anyone have a fix that doesn't involve re-
  installing eclipse and recreating the entire project step by step?

  Sudhir

  On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
   I solve my jsp compilation issue by using below steps.

   1) Download and install eclipse-java-helios-SR1-win32.zip.
   2) Install plugins from 
 http://dl.google.com/eclipse/plugin/3.6;.
   3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
   4) Create a new and empty app using same project name and
  package as
   my old app.
   5) Carefully copy all files in src and war from my old app into
  the
   new app.
   6) Import all external libs from my old app into the new app.
   7) Set Properties-Google-App Engine-ORM to server files which
  need
   enhancement.
   8) Debug and no more Unable to compile class for JSP.

   On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

Sorry, no solution but a very similar issue with Eclipse
  Helios SR
1:

org.apache.jasper.JasperException: Unable to compile class for
JSP:

An error occurred at line: 9 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a
  type

An error occurred at line: 10 in the generated java file
org.apache.jasper.runtime.JspSourceDependent cannot be
  resolved to
a
type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved to a type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved

An error occurred at line: 23 in the generated java file
javax.el.ExpressionFactory cannot be resolved to a type

An error occurred at line: 24 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 31 in the generated java file
_el_expressionfactory cannot be resolved

An error occurred at line: 31 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 31 in the generated java file
The method getServletConfig() is undefined for the type
  plans_jsp

An error occurred at line: 32 in the generated java file
_jsp_annotationprocessor cannot be resolved

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 32 in the generated java file
The method getServletConfig() is undefined for the type
  plans_jsp

An error occurred at line: 32 in the generated java file

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
This JAR is where Eclipse reads the HttpJspBase type from. It is included in
the AppEngine SDK Library.

Project - Properties - Java Build Path - Libraries

On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:

 Where should it be? I cannot see it listed in my libraries.

 On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
  supposed to be...?
 
 
 
 
 
 
 
  On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:
   No hints in the problems window that are of any help. The error I get
   is:
 
   WARNING: /features
   org.apache.jasper.JasperException: Unable to compile class for JSP:
   An error occurred at line: 11 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
 
   And the first part of the stacktrace is:
 
   Stacktrace:
  at
 
  
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
 er.java:
   92)
  at
  
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
   330)
  at
   org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
   439)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
  at
  
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
   592)
 
   Thanks
 
   On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
What does the error message say?
No hints in the Problems window?
 
On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote:
 This still doesn't solve the issue for me, mapping a servlet url
 pattern to a jsp file always fails...
 
 On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
 wrote:
  Thanks guys, moving AppEngine (and GWT) to the top in Order and
   Export
  really solved this.
 
  Thanks a lot :)
 
  On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com
 
   wrote:
   I had the same problem and fixed it by:
 
   1) Selecting project Root - Goto File-Properties
   2) Select Java Build Path
   3) Select Order and Export
   4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK
 2.1.0
   to
 the #2
   position
 
   On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com
 wrote:
 
   Same issue here... does anyone have a fix that doesn't involve
 re-
   installing eclipse and recreating the entire project step by
 step?
 
   Sudhir
 
   On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com
 wrote:
I solve my jsp compilation issue by using below steps.
 
1) Download and install eclipse-java-helios-SR1-win32.zip.
2) Install plugins from 
  http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project name and
   package as
my old app.
5) Carefully copy all files in src and war from my old app
 into
   the
new app.
6) Import all external libs from my old app into the new
 app.
7) Set Properties-Google-App Engine-ORM to server files
 which
   need
enhancement.
8) Debug and no more Unable to compile class for JSP.
 
On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 
 Sorry, no solution but a very similar issue with Eclipse
   Helios SR
 1:
 
 org.apache.jasper.JasperException: Unable to compile class
 for
 JSP:
 
 An error occurred at line: 9 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved
 to a
   type
 
 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be
   resolved to
 a
 type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved to a type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved
 
 An error occurred at line: 23 in the generated java file
 javax.el.ExpressionFactory cannot be resolved to a type
 
 An error occurred at line: 24 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a
 type
 
 An error occurred at line: 31 in the generated java file
 _el_expressionfactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 _jspxFactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 The method getServletConfig() is undefined for the type
   plans_jsp
 
 An error occurred at line: 32 in the generated java file
 _jsp_annotationprocessor 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
Ah yes found it in the App Engine SDK, repackaged-appengine-
jasper-6.0.29.jar is there. The question now, is why isn't it working?

On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 This JAR is where Eclipse reads the HttpJspBase type from. It is included in
 the AppEngine SDK Library.

 Project - Properties - Java Build Path - Libraries







 On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
  Where should it be? I cannot see it listed in my libraries.

  On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
   supposed to be...?

   On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:
No hints in the problems window that are of any help. The error I get
is:

WARNING: /features
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 11 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

And the first part of the stacktrace is:

Stacktrace:
       at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
  er.java:
92)
       at

  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
330)
       at
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
439)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
       at

  org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
592)

Thanks

On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 What does the error message say?
 No hints in the Problems window?

 On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com wrote:
  This still doesn't solve the issue for me, mapping a servlet url
  pattern to a jsp file always fails...

  On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
  wrote:
   Thanks guys, moving AppEngine (and GWT) to the top in Order and
Export
   really solved this.

   Thanks a lot :)

   On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com

wrote:
I had the same problem and fixed it by:

1) Selecting project Root - Goto File-Properties
2) Select Java Build Path
3) Select Order and Export
4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK
  2.1.0
to
  the #2
position

On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com
  wrote:

Same issue here... does anyone have a fix that doesn't involve
  re-
installing eclipse and recreating the entire project step by
  step?

Sudhir

On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com
  wrote:
 I solve my jsp compilation issue by using below steps.

 1) Download and install eclipse-java-helios-SR1-win32.zip.
 2) Install plugins from 
   http://dl.google.com/eclipse/plugin/3.6;.
 3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
 4) Create a new and empty app using same project name and
package as
 my old app.
 5) Carefully copy all files in src and war from my old app
  into
the
 new app.
 6) Import all external libs from my old app into the new
  app.
 7) Set Properties-Google-App Engine-ORM to server files
  which
need
 enhancement.
 8) Debug and no more Unable to compile class for JSP.

 On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

  Sorry, no solution but a very similar issue with Eclipse
Helios SR
  1:

  org.apache.jasper.JasperException: Unable to compile class
  for
  JSP:

  An error occurred at line: 9 in the generated java file
  org.apache.jasper.runtime.HttpJspBase cannot be resolved
  to a
type

  An error occurred at line: 10 in the generated java file
  org.apache.jasper.runtime.JspSourceDependent cannot be
resolved to
  a
  type

  An error occurred at line: 12 in the generated java file
  JspFactory cannot be resolved to a type

  An error occurred at line: 12 in the generated java file
  JspFactory cannot be resolved

  An error occurred at line: 23 in the generated java file
  javax.el.ExpressionFactory cannot be resolved to a type

  An error occurred at line: 24 in the generated java file
  org.apache.AnnotationProcessor cannot be resolved to a
  type

  An error occurred at line: 31 in the generated java file
  _el_expressionfactory cannot be resolved

  An error occurred at line: 31 in the generated java file
  

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Could it be it is only a missing import declaration in the *.java result of
your *.JSP?

On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote:

 Ah yes found it in the App Engine SDK, repackaged-appengine-
 jasper-6.0.29.jar is there. The question now, is why isn't it working?

 On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  This JAR is where Eclipse reads the HttpJspBase type from. It is included
 in
  the AppEngine SDK Library.
 
  Project - Properties - Java Build Path - Libraries
 
 
 
 
 
 
 
  On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
   Where should it be? I cannot see it listed in my libraries.
 
   On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
supposed to be...?
 
On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:
 No hints in the problems window that are of any help. The error I
 get
 is:
 
 WARNING: /features
 org.apache.jasper.JasperException: Unable to compile class for JSP:
 An error occurred at line: 11 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
 
 And the first part of the stacktrace is:
 
 Stacktrace:
at
 
  
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
   er.java:
 92)
at
 
  
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
 330)
at

 org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
 439)
at
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
at
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
at
   org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
at
 
  
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
 592)
 
 Thanks
 
 On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
 wrote:
  What does the error message say?
  No hints in the Problems window?
 
  On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com
 wrote:
   This still doesn't solve the issue for me, mapping a servlet
 url
   pattern to a jsp file always fails...
 
   On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
   wrote:
Thanks guys, moving AppEngine (and GWT) to the top in Order
 and
 Export
really solved this.
 
Thanks a lot :)
 
On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen 
 mfrie...@gmail.com
 
 wrote:
 I had the same problem and fixed it by:
 
 1) Selecting project Root - Goto File-Properties
 2) Select Java Build Path
 3) Select Order and Export
 4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK
   2.1.0
 to
   the #2
 position
 
 On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com
 
   wrote:
 
 Same issue here... does anyone have a fix that doesn't
 involve
   re-
 installing eclipse and recreating the entire project step
 by
   step?
 
 Sudhir
 
 On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com
   wrote:
  I solve my jsp compilation issue by using below steps.
 
  1) Download and install
 eclipse-java-helios-SR1-win32.zip.
  2) Install plugins from 
http://dl.google.com/eclipse/plugin/3.6;.
  3) Download and install
 java_ee_sdk-6u1-jdk-windows.exe.
  4) Create a new and empty app using same project name
 and
 package as
  my old app.
  5) Carefully copy all files in src and war from my old
 app
   into
 the
  new app.
  6) Import all external libs from my old app into the new
   app.
  7) Set Properties-Google-App Engine-ORM to server files
   which
 need
  enhancement.
  8) Debug and no more Unable to compile class for JSP.
 
  On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com
 wrote:
 
   Sorry, no solution but a very similar issue with
 Eclipse
 Helios SR
   1:
 
   org.apache.jasper.JasperException: Unable to compile
 class
   for
   JSP:
 
   An error occurred at line: 9 in the generated java
 file
   org.apache.jasper.runtime.HttpJspBase cannot be
 resolved
   to a
 type
 
   An error occurred at line: 10 in the generated java
 file
   org.apache.jasper.runtime.JspSourceDependent cannot be
 resolved to
   a
   type
 
   An error occurred at line: 12 in the generated java
 file
   JspFactory cannot be resolved to a type
 
   An error occurred at line: 12 in the generated java
 file
   JspFactory cannot be resolved
 
   An error occurred at line: 23 in the generated java
 file
   javax.el.ExpressionFactory cannot be resolved to a
 type
 
   

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
I'm not sure I understand. It worked fine before I downloaded the new
1.4 SDK.

On Dec 6, 5:54 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Could it be it is only a missing import declaration in the *.java result of
 your *.JSP?







 On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote:
  Ah yes found it in the App Engine SDK, repackaged-appengine-
  jasper-6.0.29.jar is there. The question now, is why isn't it working?

  On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   This JAR is where Eclipse reads the HttpJspBase type from. It is included
  in
   the AppEngine SDK Library.

   Project - Properties - Java Build Path - Libraries

   On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
Where should it be? I cannot see it listed in my libraries.

On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 seems like repackaged-appengine-jasper-6.0.29.jar is not where it is
 supposed to be...?

 On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com wrote:
  No hints in the problems window that are of any help. The error I
  get
  is:

  WARNING: /features
  org.apache.jasper.JasperException: Unable to compile class for JSP:
  An error occurred at line: 11 in the generated java file
  org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

  And the first part of the stacktrace is:

  Stacktrace:
         at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
er.java:
  92)
         at

  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
  330)
         at

  org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
  439)
         at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
         at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
         at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
         at

  org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
  592)

  Thanks

  On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
  wrote:
   What does the error message say?
   No hints in the Problems window?

   On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com
  wrote:
This still doesn't solve the issue for me, mapping a servlet
  url
pattern to a jsp file always fails...

On Dec 6, 1:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
wrote:
 Thanks guys, moving AppEngine (and GWT) to the top in Order
  and
  Export
 really solved this.

 Thanks a lot :)

 On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen 
  mfrie...@gmail.com

  wrote:
  I had the same problem and fixed it by:

  1) Selecting project Root - Goto File-Properties
  2) Select Java Build Path
  3) Select Order and Export
  4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK
2.1.0
  to
the #2
  position

  On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com

wrote:

  Same issue here... does anyone have a fix that doesn't
  involve
re-
  installing eclipse and recreating the entire project step
  by
step?

  Sudhir

  On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com
wrote:
   I solve my jsp compilation issue by using below steps.

   1) Download and install
  eclipse-java-helios-SR1-win32.zip.
   2) Install plugins from 
 http://dl.google.com/eclipse/plugin/3.6;.
   3) Download and install
  java_ee_sdk-6u1-jdk-windows.exe.
   4) Create a new and empty app using same project name
  and
  package as
   my old app.
   5) Carefully copy all files in src and war from my old
  app
into
  the
   new app.
   6) Import all external libs from my old app into the new
app.
   7) Set Properties-Google-App Engine-ORM to server files
which
  need
   enhancement.
   8) Debug and no more Unable to compile class for JSP.

   On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com
  wrote:

Sorry, no solution but a very similar issue with
  Eclipse
  Helios SR
1:

org.apache.jasper.JasperException: Unable to compile
  class
for
JSP:

An error occurred at line: 9 in the generated java
  file
org.apache.jasper.runtime.HttpJspBase cannot be
  resolved
to a
  type

An error occurred at line: 10 in the generated java
  file
org.apache.jasper.runtime.JspSourceDependent cannot be
  resolved to
a
type

An error occurred at line: 12 in the generated java
  file
JspFactory cannot be resolved to a type

An error occurred at 

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
Forget it, I don't think it is actually possible to get JSP transformed into
*.java without the imports, it'd probably yell at you upon saving the JSP.

Have you tried re-syncing the JARs?
I believe it can be done either by unchecking the is GAE option in the GAE
settings of your project, and checking it back again... or by deleting some
of those JARs in your /WEB-INF/lib - Eclipse (the plugin) should offer you
the re-syncing in the Problems window as a Quick Fix.

On Mon, Dec 6, 2010 at 7:07 PM, mscwd01 mscw...@gmail.com wrote:

 I'm not sure I understand. It worked fine before I downloaded the new
 1.4 SDK.

 On Dec 6, 5:54 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  Could it be it is only a missing import declaration in the *.java result
 of
  your *.JSP?
 
 
 
 
 
 
 
  On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote:
   Ah yes found it in the App Engine SDK, repackaged-appengine-
   jasper-6.0.29.jar is there. The question now, is why isn't it working?
 
   On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
This JAR is where Eclipse reads the HttpJspBase type from. It is
 included
   in
the AppEngine SDK Library.
 
Project - Properties - Java Build Path - Libraries
 
On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
 Where should it be? I cannot see it listed in my libraries.
 
 On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
 wrote:
  seems like repackaged-appengine-jasper-6.0.29.jar is not where it
 is
  supposed to be...?
 
  On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com
 wrote:
   No hints in the problems window that are of any help. The error
 I
   get
   is:
 
   WARNING: /features
   org.apache.jasper.JasperException: Unable to compile class for
 JSP:
   An error occurred at line: 11 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a
 type
 
   And the first part of the stacktrace is:
 
   Stacktrace:
  at
 
  
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
 er.java:
   92)
  at
 
  
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
   330)
  at
 
   org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
   439)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
  at
 org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
  at
 
  
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
   592)
 
   Thanks
 
   On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
   wrote:
What does the error message say?
No hints in the Problems window?
 
On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com
   wrote:
 This still doesn't solve the issue for me, mapping a
 servlet
   url
 pattern to a jsp file always fails...
 
 On Dec 6, 1:33 pm, Jaroslav Záruba 
 jaroslav.zar...@gmail.com
 wrote:
  Thanks guys, moving AppEngine (and GWT) to the top in
 Order
   and
   Export
  really solved this.
 
  Thanks a lot :)
 
  On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen 
   mfrie...@gmail.com
 
   wrote:
   I had the same problem and fixed it by:
 
   1) Selecting project Root - Goto File-Properties
   2) Select Java Build Path
   3) Select Order and Export
   4) Move App Engine SDK 1.4.0 to the #1 position and GWT
 SDK
 2.1.0
   to
 the #2
   position
 
   On Sun, Dec 5, 2010 at 7:28 AM, Sudhir 
 sudhi...@gmail.com
 
 wrote:
 
   Same issue here... does anyone have a fix that doesn't
   involve
 re-
   installing eclipse and recreating the entire project
 step
   by
 step?
 
   Sudhir
 
   On Dec 4, 4:37 pm, GoSharp Lite 
 gosharpl...@gmail.com
 wrote:
I solve my jsp compilation issue by using below
 steps.
 
1) Download and install
   eclipse-java-helios-SR1-win32.zip.
2) Install plugins from 
  http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install
   java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project
 name
   and
   package as
my old app.
5) Carefully copy all files in src and war from my
 old
   app
 into
   the
new app.
6) Import all external libs from my old app into the
 new
 app.
7) Set Properties-Google-App Engine-ORM to server
 files
 which
   need
enhancement.
8) Debug and no more Unable to compile class for
 JSP.
 
On Dec 4, 11:47 am, Jerome 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
I can confirm that JSPs are broken in 1.4 - tested it with eclipse 3.5
 3.6 fresh install.
The actual app engine renders them just fine so it should be something
in the sdk or the plugin (or both)
Solution for now would be - revert back to 1.3.8 ...


On Dec 6, 1:26 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Forget it, I don't think it is actually possible to get JSP transformed into
 *.java without the imports, it'd probably yell at you upon saving the JSP.

 Have you tried re-syncing the JARs?
 I believe it can be done either by unchecking the is GAE option in the GAE
 settings of your project, and checking it back again... or by deleting some
 of those JARs in your /WEB-INF/lib - Eclipse (the plugin) should offer you
 the re-syncing in the Problems window as a Quick Fix.







 On Mon, Dec 6, 2010 at 7:07 PM, mscwd01 mscw...@gmail.com wrote:
  I'm not sure I understand. It worked fine before I downloaded the new
  1.4 SDK.

  On Dec 6, 5:54 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   Could it be it is only a missing import declaration in the *.java result
  of
   your *.JSP?

   On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote:
Ah yes found it in the App Engine SDK, repackaged-appengine-
jasper-6.0.29.jar is there. The question now, is why isn't it working?

On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 This JAR is where Eclipse reads the HttpJspBase type from. It is
  included
in
 the AppEngine SDK Library.

 Project - Properties - Java Build Path - Libraries

 On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
  Where should it be? I cannot see it listed in my libraries.

  On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
  wrote:
   seems like repackaged-appengine-jasper-6.0.29.jar is not where it
  is
   supposed to be...?

   On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com
  wrote:
No hints in the problems window that are of any help. The error
  I
get
is:

WARNING: /features
org.apache.jasper.JasperException: Unable to compile class for
  JSP:
An error occurred at line: 11 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a
  type

And the first part of the stacktrace is:

Stacktrace:
       at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
  er.java:
92)
       at

  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
330)
       at

org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
439)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
       at

  org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
592)

Thanks

On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
wrote:
 What does the error message say?
 No hints in the Problems window?

 On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com
wrote:
  This still doesn't solve the issue for me, mapping a
  servlet
url
  pattern to a jsp file always fails...

  On Dec 6, 1:33 pm, Jaroslav Záruba 
  jaroslav.zar...@gmail.com
  wrote:
   Thanks guys, moving AppEngine (and GWT) to the top in
  Order
and
Export
   really solved this.

   Thanks a lot :)

   On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen 
mfrie...@gmail.com

wrote:
I had the same problem and fixed it by:

1) Selecting project Root - Goto File-Properties
2) Select Java Build Path
3) Select Order and Export
4) Move App Engine SDK 1.4.0 to the #1 position and GWT
  SDK
  2.1.0
to
  the #2
position

On Sun, Dec 5, 2010 at 7:28 AM, Sudhir 
  sudhi...@gmail.com

  wrote:

Same issue here... does anyone have a fix that doesn't
involve
  re-
installing eclipse and recreating the entire project
  step
by
  step?

Sudhir

On Dec 4, 4:37 pm, GoSharp Lite 
  gosharpl...@gmail.com
  wrote:
 I solve my jsp compilation issue by using below
  steps.

 1) Download and install
eclipse-java-helios-SR1-win32.zip.
 2) Install plugins from 
   http://dl.google.com/eclipse/plugin/3.6;.
 3) Download and install
java_ee_sdk-6u1-jdk-windows.exe.
 4) Create a new and empty app using same project
  name
and
package as
 my old app.
 5) Carefully copy all files in 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
JSPs still broken with 1.4

Tested with eclipse 3.5  3.6
JDK version 1.6.0_22;
OS Linux x86_64;
Google Plugin for 1.4.0.v201010280047
com.google.gdt.eclipse.suite.e35.feature.feature.group
Google App Engine Java SDK 1.4.0 1.4.0.v201012021500
com.google.appengine.eclipse.sdkbundle.e35.feature.1.4.0.feature.group

To reproduce:
1. download fresh eclipse 3.5 or 3.6;
2. install sdk  plugin as described in 
http://code.google.com/appengine/docs/java/tools/eclipse.html
3. create Web Application Project disable GWT support (testing JSPs
only)
4. add JSP definition to web.xml
5. create hello world jsp as defined in web.xml
6. run the project and hit the jsp :

INFO: The server is running at http://localhost:/
Dec 6, 2010 12:35:57 PM com.google.apphosting.utils.jetty.JettyLogger
warn
WARNING: /test.htm
org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 7 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

An error occurred at line: 8 in the generated java file
org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
type




On Dec 6, 8:33 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
 really solved this.

 Thanks a lot :)







 On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
  I had the same problem and fixed it by:

  1) Selecting project Root - Goto File-Properties
  2) Select Java Build Path
  3) Select Order and Export
  4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to the #2
  position

  On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

  Same issue here... does anyone have a fix that doesn't involve re-
  installing eclipse and recreating the entire project step by step?

  Sudhir

  On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
   I solve my jsp compilation issue by using below steps.

   1) Download and install eclipse-java-helios-SR1-win32.zip.
   2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
   3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
   4) Create a new and empty app using same project name and package as
   my old app.
   5) Carefully copy all files in src and war from my old app into the
   new app.
   6) Import all external libs from my old app into the new app.
   7) Set Properties-Google-App Engine-ORM to server files which need
   enhancement.
   8) Debug and no more Unable to compile class for JSP.

   On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

Sorry, no solution but a very similar issue with Eclipse Helios SR 1:

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 9 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

An error occurred at line: 10 in the generated java file
org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved to a type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved

An error occurred at line: 23 in the generated java file
javax.el.ExpressionFactory cannot be resolved to a type

An error occurred at line: 24 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 31 in the generated java file
_el_expressionfactory cannot be resolved

An error occurred at line: 31 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 31 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
_jsp_annotationprocessor cannot be resolved

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 32 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletRequest cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletResponse cannot be resolved to a type

An error occurred at line: 39 in the generated java file
ServletException cannot be resolved to a type

An error occurred at line: 41 in the generated java file
PageContext cannot be resolved to a type

An error occurred at line: 42 in the generated java file
HttpSession cannot be resolved to a type

An error occurred at line: 43 in the generated java file
ServletContext cannot be resolved to a type

An error occurred 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
http://code.google.com/p/googleappengine/issues/detail?id=4216

On Dec 6, 1:26 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Forget it, I don't think it is actually possible to get JSP transformed into
 *.java without the imports, it'd probably yell at you upon saving the JSP.

 Have you tried re-syncing the JARs?
 I believe it can be done either by unchecking the is GAE option in the GAE
 settings of your project, and checking it back again... or by deleting some
 of those JARs in your /WEB-INF/lib - Eclipse (the plugin) should offer you
 the re-syncing in the Problems window as a Quick Fix.







 On Mon, Dec 6, 2010 at 7:07 PM, mscwd01 mscw...@gmail.com wrote:
  I'm not sure I understand. It worked fine before I downloaded the new
  1.4 SDK.

  On Dec 6, 5:54 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   Could it be it is only a missing import declaration in the *.java result
  of
   your *.JSP?

   On Mon, Dec 6, 2010 at 6:46 PM, mscwd01 mscw...@gmail.com wrote:
Ah yes found it in the App Engine SDK, repackaged-appengine-
jasper-6.0.29.jar is there. The question now, is why isn't it working?

On Dec 6, 5:33 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 This JAR is where Eclipse reads the HttpJspBase type from. It is
  included
in
 the AppEngine SDK Library.

 Project - Properties - Java Build Path - Libraries

 On Mon, Dec 6, 2010 at 6:28 PM, mscwd01 mscw...@gmail.com wrote:
  Where should it be? I cannot see it listed in my libraries.

  On Dec 6, 5:03 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
  wrote:
   seems like repackaged-appengine-jasper-6.0.29.jar is not where it
  is
   supposed to be...?

   On Mon, Dec 6, 2010 at 5:58 PM, mscwd01 mscw...@gmail.com
  wrote:
No hints in the problems window that are of any help. The error
  I
get
is:

WARNING: /features
org.apache.jasper.JasperException: Unable to compile class for
  JSP:
An error occurred at line: 11 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a
  type

And the first part of the stacktrace is:

Stacktrace:
       at

  org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandl
  er.java:
92)
       at

  org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
330)
       at

org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
439)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
       at
  org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
       at

  org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
592)

Thanks

On Dec 6, 4:52 pm, Jaroslav Záruba jaroslav.zar...@gmail.com
wrote:
 What does the error message say?
 No hints in the Problems window?

 On Mon, Dec 6, 2010 at 5:42 PM, mscwd01 mscw...@gmail.com
wrote:
  This still doesn't solve the issue for me, mapping a
  servlet
url
  pattern to a jsp file always fails...

  On Dec 6, 1:33 pm, Jaroslav Záruba 
  jaroslav.zar...@gmail.com
  wrote:
   Thanks guys, moving AppEngine (and GWT) to the top in
  Order
and
Export
   really solved this.

   Thanks a lot :)

   On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen 
mfrie...@gmail.com

wrote:
I had the same problem and fixed it by:

1) Selecting project Root - Goto File-Properties
2) Select Java Build Path
3) Select Order and Export
4) Move App Engine SDK 1.4.0 to the #1 position and GWT
  SDK
  2.1.0
to
  the #2
position

On Sun, Dec 5, 2010 at 7:28 AM, Sudhir 
  sudhi...@gmail.com

  wrote:

Same issue here... does anyone have a fix that doesn't
involve
  re-
installing eclipse and recreating the entire project
  step
by
  step?

Sudhir

On Dec 4, 4:37 pm, GoSharp Lite 
  gosharpl...@gmail.com
  wrote:
 I solve my jsp compilation issue by using below
  steps.

 1) Download and install
eclipse-java-helios-SR1-win32.zip.
 2) Install plugins from 
   http://dl.google.com/eclipse/plugin/3.6;.
 3) Download and install
java_ee_sdk-6u1-jdk-windows.exe.
 4) Create a new and empty app using same project
  name
and
package as
 my old app.
 5) Carefully copy all files in src and war from my
  old
app
  into
the
 new app.
 6) Import all external libs from my old app into the
  new
  app.
 7) Set 

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread Jaroslav Záruba
I'm running JSPs w/o issues now.

Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 1
Build id: 20100917-0705

GAE 1.4, GWT 2.1

On Mon, Dec 6, 2010 at 6:46 PM, xenoneo kozhuharov.i...@gmail.com wrote:

 JSPs still broken with 1.4

 Tested with eclipse 3.5  3.6
 JDK version 1.6.0_22;
 OS Linux x86_64;
 Google Plugin for 1.4.0.v201010280047
 com.google.gdt.eclipse.suite.e35.feature.feature.group
 Google App Engine Java SDK 1.4.0 1.4.0.v201012021500
 com.google.appengine.eclipse.sdkbundle.e35.feature.1.4.0.feature.group

 To reproduce:
 1. download fresh eclipse 3.5 or 3.6;
 2. install sdk  plugin as described in
 http://code.google.com/appengine/docs/java/tools/eclipse.html
 3. create Web Application Project disable GWT support (testing JSPs
 only)
 4. add JSP definition to web.xml
 5. create hello world jsp as defined in web.xml
 6. run the project and hit the jsp :

 INFO: The server is running at http://localhost:/
 Dec 6, 2010 12:35:57 PM com.google.apphosting.utils.jetty.JettyLogger
 warn
 WARNING: /test.htm
 org.apache.jasper.JasperException: Unable to compile class for JSP:

 An error occurred at line: 7 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

 An error occurred at line: 8 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
 type




 On Dec 6, 8:33 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
  Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
  really solved this.
 
  Thanks a lot :)
 
 
 
 
 
 
 
  On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
   I had the same problem and fixed it by:
 
   1) Selecting project Root - Goto File-Properties
   2) Select Java Build Path
   3) Select Order and Export
   4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to
 the #2
   position
 
   On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:
 
   Same issue here... does anyone have a fix that doesn't involve re-
   installing eclipse and recreating the entire project step by step?
 
   Sudhir
 
   On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
I solve my jsp compilation issue by using below steps.
 
1) Download and install eclipse-java-helios-SR1-win32.zip.
2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project name and package as
my old app.
5) Carefully copy all files in src and war from my old app into the
new app.
6) Import all external libs from my old app into the new app.
7) Set Properties-Google-App Engine-ORM to server files which need
enhancement.
8) Debug and no more Unable to compile class for JSP.
 
On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 
 Sorry, no solution but a very similar issue with Eclipse Helios SR
 1:
 
 org.apache.jasper.JasperException: Unable to compile class for
 JSP:
 
 An error occurred at line: 9 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type
 
 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be resolved to
 a
 type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved to a type
 
 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved
 
 An error occurred at line: 23 in the generated java file
 javax.el.ExpressionFactory cannot be resolved to a type
 
 An error occurred at line: 24 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 31 in the generated java file
 _el_expressionfactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 _jspxFactory cannot be resolved
 
 An error occurred at line: 31 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp
 
 An error occurred at line: 32 in the generated java file
 _jsp_annotationprocessor cannot be resolved
 
 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 32 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp
 
 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type
 
 An error occurred at line: 38 in the generated java file
 HttpServletRequest cannot be resolved to a type
 
 An error occurred at line: 38 in the generated java file
 HttpServletResponse cannot be resolved to a type
 
 An error occurred at line: 39 in the generated java file
 ServletException cannot be resolved to a 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread xenoneo
No luck with:
  Eclipse IDE for Java EE Developers  1.3.1.20100916-1202
epp.package.jee
  Google App Engine Java SDK 1.4.0  1.4.0.v201012021502
com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.0.feature.group
  Google Plugin for Eclipse 3.6 1.4.0.v201010280102
com.google.gdt.eclipse.suite.e36.feature.feature.group

no GWT

will test Web version of eclipse in a a few


On Dec 6, 2:14 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 I'm running JSPs w/o issues now.

 Eclipse Java EE IDE for Web Developers.
 Version: Helios Service Release 1
 Build id: 20100917-0705

 GAE 1.4, GWT 2.1







 On Mon, Dec 6, 2010 at 6:46 PM, xenoneo kozhuharov.i...@gmail.com wrote:
  JSPs still broken with 1.4

  Tested with eclipse 3.5  3.6
  JDK version 1.6.0_22;
  OS Linux x86_64;
  Google Plugin for 1.4.0.v201010280047
  com.google.gdt.eclipse.suite.e35.feature.feature.group
  Google App Engine Java SDK 1.4.0 1.4.0.v201012021500
  com.google.appengine.eclipse.sdkbundle.e35.feature.1.4.0.feature.group

  To reproduce:
  1. download fresh eclipse 3.5 or 3.6;
  2. install sdk  plugin as described in
 http://code.google.com/appengine/docs/java/tools/eclipse.html
  3. create Web Application Project disable GWT support (testing JSPs
  only)
  4. add JSP definition to web.xml
  5. create hello world jsp as defined in web.xml
  6. run the project and hit the jsp :

  INFO: The server is running athttp://localhost:/
  Dec 6, 2010 12:35:57 PM com.google.apphosting.utils.jetty.JettyLogger
  warn
  WARNING: /test.htm
  org.apache.jasper.JasperException: Unable to compile class for JSP:

  An error occurred at line: 7 in the generated java file
  org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

  An error occurred at line: 8 in the generated java file
  org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
  type

  On Dec 6, 8:33 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
   Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
   really solved this.

   Thanks a lot :)

   On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
I had the same problem and fixed it by:

1) Selecting project Root - Goto File-Properties
2) Select Java Build Path
3) Select Order and Export
4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to
  the #2
position

On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

Same issue here... does anyone have a fix that doesn't involve re-
installing eclipse and recreating the entire project step by step?

Sudhir

On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
 I solve my jsp compilation issue by using below steps.

 1) Download and install eclipse-java-helios-SR1-win32.zip.
 2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
 3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
 4) Create a new and empty app using same project name and package as
 my old app.
 5) Carefully copy all files in src and war from my old app into the
 new app.
 6) Import all external libs from my old app into the new app.
 7) Set Properties-Google-App Engine-ORM to server files which need
 enhancement.
 8) Debug and no more Unable to compile class for JSP.

 On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

  Sorry, no solution but a very similar issue with Eclipse Helios SR
  1:

  org.apache.jasper.JasperException: Unable to compile class for
  JSP:

  An error occurred at line: 9 in the generated java file
  org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

  An error occurred at line: 10 in the generated java file
  org.apache.jasper.runtime.JspSourceDependent cannot be resolved to
  a
  type

  An error occurred at line: 12 in the generated java file
  JspFactory cannot be resolved to a type

  An error occurred at line: 12 in the generated java file
  JspFactory cannot be resolved

  An error occurred at line: 23 in the generated java file
  javax.el.ExpressionFactory cannot be resolved to a type

  An error occurred at line: 24 in the generated java file
  org.apache.AnnotationProcessor cannot be resolved to a type

  An error occurred at line: 31 in the generated java file
  _el_expressionfactory cannot be resolved

  An error occurred at line: 31 in the generated java file
  _jspxFactory cannot be resolved

  An error occurred at line: 31 in the generated java file
  The method getServletConfig() is undefined for the type plans_jsp

  An error occurred at line: 32 in the generated java file
  _jsp_annotationprocessor cannot be resolved

  An error occurred at line: 32 in the generated java file
  org.apache.AnnotationProcessor cannot be resolved to a type

  An error occurred at line: 32 in the generated java file
  The method getServletConfig() is 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-06 Thread mscwd01
I'm running:

Eclipse Java EE IDE for Web Developers.
Build id: 20100218-1602

With V1.4 of the App Engine SDK and cannot get servlets mapping to jsp
files, i.e.

servlet
  servlet-nameabout/servlet-name
  jsp-file/about.jsp/jsp-file
/servlet

servlet-mapping
  servlet-nameabout/servlet-name
  url-pattern/about/url-pattern
/servlet-mapping

However, other servlets work fine for example I have servlets which
issue a redirect to a jsp file in my WEB-INF folder and they work
fine.

It's baffling me now.

On Dec 6, 7:25 pm, xenoneo kozhuharov.i...@gmail.com wrote:
 No luck with:
   Eclipse IDE for Java EE Developers  1.3.1.20100916-1202
 epp.package.jee
   Google App Engine Java SDK 1.4.0  1.4.0.v201012021502
 com.google.appengine.eclipse.sdkbundle.e36.feature.1.4.0.feature.group
   Google Plugin for Eclipse 3.6 1.4.0.v201010280102
 com.google.gdt.eclipse.suite.e36.feature.feature.group

 no GWT

 will test Web version of eclipse in a a few

 On Dec 6, 2:14 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:







  I'm running JSPs w/o issues now.

  Eclipse Java EE IDE for Web Developers.
  Version: Helios Service Release 1
  Build id: 20100917-0705

  GAE 1.4, GWT 2.1

  On Mon, Dec 6, 2010 at 6:46 PM, xenoneo kozhuharov.i...@gmail.com wrote:
   JSPs still broken with 1.4

   Tested with eclipse 3.5  3.6
   JDK version 1.6.0_22;
   OS Linux x86_64;
   Google Plugin for 1.4.0.v201010280047
   com.google.gdt.eclipse.suite.e35.feature.feature.group
   Google App Engine Java SDK 1.4.0 1.4.0.v201012021500
   com.google.appengine.eclipse.sdkbundle.e35.feature.1.4.0.feature.group

   To reproduce:
   1. download fresh eclipse 3.5 or 3.6;
   2. install sdk  plugin as described in
  http://code.google.com/appengine/docs/java/tools/eclipse.html
   3. create Web Application Project disable GWT support (testing JSPs
   only)
   4. add JSP definition to web.xml
   5. create hello world jsp as defined in web.xml
   6. run the project and hit the jsp :

   INFO: The server is running athttp://localhost:/
   Dec 6, 2010 12:35:57 PM com.google.apphosting.utils.jetty.JettyLogger
   warn
   WARNING: /test.htm
   org.apache.jasper.JasperException: Unable to compile class for JSP:

   An error occurred at line: 7 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

   An error occurred at line: 8 in the generated java file
   org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
   type

   On Dec 6, 8:33 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
Thanks guys, moving AppEngine (and GWT) to the top in Order and Export
really solved this.

Thanks a lot :)

On Sun, Dec 5, 2010 at 4:40 PM, Mike Friesen mfrie...@gmail.com wrote:
 I had the same problem and fixed it by:

 1) Selecting project Root - Goto File-Properties
 2) Select Java Build Path
 3) Select Order and Export
 4) Move App Engine SDK 1.4.0 to the #1 position and GWT SDK 2.1.0 to
   the #2
 position

 On Sun, Dec 5, 2010 at 7:28 AM, Sudhir sudhi...@gmail.com wrote:

 Same issue here... does anyone have a fix that doesn't involve re-
 installing eclipse and recreating the entire project step by step?

 Sudhir

 On Dec 4, 4:37 pm, GoSharp Lite gosharpl...@gmail.com wrote:
  I solve my jsp compilation issue by using below steps.

  1) Download and install eclipse-java-helios-SR1-win32.zip.
  2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
  3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
  4) Create a new and empty app using same project name and package 
  as
  my old app.
  5) Carefully copy all files in src and war from my old app into the
  new app.
  6) Import all external libs from my old app into the new app.
  7) Set Properties-Google-App Engine-ORM to server files which need
  enhancement.
  8) Debug and no more Unable to compile class for JSP.

  On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:

   Sorry, no solution but a very similar issue with Eclipse Helios 
   SR
   1:

   org.apache.jasper.JasperException: Unable to compile class for
   JSP:

   An error occurred at line: 9 in the generated java file
   org.apache.jasper.runtime.HttpJspBase cannot be resolved to a 
   type

   An error occurred at line: 10 in the generated java file
   org.apache.jasper.runtime.JspSourceDependent cannot be resolved 
   to
   a
   type

   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved to a type

   An error occurred at line: 12 in the generated java file
   JspFactory cannot be resolved

   An error occurred at line: 23 in the generated java file
   javax.el.ExpressionFactory cannot be resolved to a type

   An error occurred at line: 24 in the generated java file
   org.apache.AnnotationProcessor cannot be resolved to a type

   An 

Re: [appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Rajeev Dayal
Hi,

If you navigate to Project Properties - Google - Web Application, do you
have the option Launch and deploy from this directory checked? If so, when
you switched SDKs on your project, the Google Plugin for Eclipse should have
copied over the new libraries from the SDK over to your war/WEB-INF/lib
directory.

Have you manually copied/modified/removed any of the App Engine-related
libraries in the war/WEB-INF/lib folder? If so, then the Google Plugin for
Eclipse will not overwrite those changes on an SDK switch. What will happen
is that when switching SDKs, a warning will appear in the problems view,
indicating that there is a mismatch between the SDK jars and those in your
war/WEB-INF/lib folder. By selecting the warning and hitting CTRL-1, you'll
be given the option to synchronize the jars in the new SDK with the jars in
war/WEB-INF/lib.


Rajeev

On Fri, Dec 3, 2010 at 9:30 PM, GoSharp Lite gosharpl...@gmail.com wrote:

 I have just upgraded Eclipse Galileo with AppEngine version 1.4.0.
 There seems to be a mismatch of Tomcat versions between pre-
 compilation and execution.

 Does anyone have a solution with jsp compilation issue?

 Local server shows below logs with SDK 1.4.0 -
 HTTP ERROR 500

 Problem accessing /. Reason:
 Unable to compile class for JSP:

 An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
 \jsp\org\apache\jsp\GoChildWeb_jsp.java:8:
 org.apache.jsp.GoChildWeb_jsp is not abstract and does not override
 abstract method getDependants() in
 org.apache.jasper.runtime.JspSourceDependent
[javac] public final class GoChildWeb_jsp extends
 org.apache.jasper.runtime.HttpJspBase
[javac]  ^


 An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
 \jsp\org\apache\jsp\GoChildWeb_jsp.java:18: getDependants() in
 org.apache.jsp.GoChildWeb_jsp cannot implement getDependants() in
 org.apache.jasper.runtime.JspSourceDependent; attempting to use
 incompatible return type
[javac] found   : java.lang.Object
[javac] required: java.util.List
[javac]   public Object getDependants() {
[javac] ^


 An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
 \jsp\org\apache\jsp\GoChildWeb_jsp.java:23: cannot find symbol
[javac] symbol  : method
 getJspApplicationContext(javax.servlet.ServletContext)
[javac] location: class javax.servlet.jsp.JspFactory
[javac] _el_expressionfactory =

 _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
[javac] ^
[javac] 3 errors



 On Dec 4, 6:30 am, Alex Humesky ahume...@google.com wrote:
  GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the
  delay.
 
  On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote:
 
   My apologies.  We plan to have it up before the end of the day today.
 
   On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com
 wrote:
When will the Eclipse plugin update site be updated?
 
The plugin is now version 1.4, but the SDK is still version 1.3.8.
 
On Dec 3, 2:59 am, Ikai Lan (Google) 
ikai.l+gro...@google.comikai.l%2bgro...@google.com
 
wrote:
Dance dance robot is a bit older and the API may have changed
 slightly (not
sure, I have not done a visual check), but it's a good example of
 how to use
JSNI with the Channel API:
 
   http://code.google.com/p/dance-dance-robot/
 
--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger:http://googleappengine.blogspot.com
Reddit:http://www.reddit.com/r/appengine
Twitter:http://twitter.com/app_engine
 
On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
 Great release! Are there some libraries/docs for GWT and the
 Channel
 API ?
 
 On Dec 2, 10:17 pm, Ikai Lan (Google) 
 ikai.l+gro...@google.comikai.l%2bgro...@google.com
 ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com
 
 wrote:
  They're still rolling out:
 
 http://code.google.com/appengine/docs/java/channel/
 
  If you see an error, wait a bit and refresh.
 
  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine
 
  On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
  ikai.l+gro...@google.com ikai.l%2bgro...@google.com 
 ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com
 ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com 
 ikai.l%252bgro...@google.com ikai.l%25252bgro...@google.com
 
   wrote:
   The docs aren't live yet. They'll be live later in the day.
 
   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Jaroslav Záruba
Same error, syncing the JARs has not helped. :(
It appears to me there's still hiding one incompatible (Jasper?)
library somewhere.

I guess I just have bad luck. Every time I upgrade GAE/GWT Eclipse
plugin or SDK I end up doing clean install of Eclipse. :(

On Dec 5, 7:36 pm, Rajeev Dayal rda...@google.com wrote:
 Hi,

 If you navigate to Project Properties - Google - Web Application, do you
 have the option Launch and deploy from this directory checked? If so, when
 you switched SDKs on your project, the Google Plugin for Eclipse should have
 copied over the new libraries from the SDK over to your war/WEB-INF/lib
 directory.

 Have you manually copied/modified/removed any of the App Engine-related
 libraries in the war/WEB-INF/lib folder? If so, then the Google Plugin for
 Eclipse will not overwrite those changes on an SDK switch. What will happen
 is that when switching SDKs, a warning will appear in the problems view,
 indicating that there is a mismatch between the SDK jars and those in your
 war/WEB-INF/lib folder. By selecting the warning and hitting CTRL-1, you'll
 be given the option to synchronize the jars in the new SDK with the jars in
 war/WEB-INF/lib.

 Rajeev







 On Fri, Dec 3, 2010 at 9:30 PM, GoSharp Lite gosharpl...@gmail.com wrote:
  I have just upgraded Eclipse Galileo with AppEngine version 1.4.0.
  There seems to be a mismatch of Tomcat versions between pre-
  compilation and execution.

  Does anyone have a solution with jsp compilation issue?

  Local server shows below logs with SDK 1.4.0 -
  HTTP ERROR 500

  Problem accessing /. Reason:
  Unable to compile class for JSP:

  An error occurred at line: -1 in the generated java file
     [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
  \jsp\org\apache\jsp\GoChildWeb_jsp.java:8:
  org.apache.jsp.GoChildWeb_jsp is not abstract and does not override
  abstract method getDependants() in
  org.apache.jasper.runtime.JspSourceDependent
     [javac] public final class GoChildWeb_jsp extends
  org.apache.jasper.runtime.HttpJspBase
     [javac]              ^

  An error occurred at line: -1 in the generated java file
     [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
  \jsp\org\apache\jsp\GoChildWeb_jsp.java:18: getDependants() in
  org.apache.jsp.GoChildWeb_jsp cannot implement getDependants() in
  org.apache.jasper.runtime.JspSourceDependent; attempting to use
  incompatible return type
     [javac] found   : java.lang.Object
     [javac] required: java.util.List
     [javac]   public Object getDependants() {
     [javac]                 ^

  An error occurred at line: -1 in the generated java file
     [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
  \jsp\org\apache\jsp\GoChildWeb_jsp.java:23: cannot find symbol
     [javac] symbol  : method
  getJspApplicationContext(javax.servlet.ServletContext)
     [javac] location: class javax.servlet.jsp.JspFactory
     [javac]     _el_expressionfactory =

  _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext( 
  )).getExpressionFactory();
     [javac]                                         ^
     [javac] 3 errors

  On Dec 4, 6:30 am, Alex Humesky ahume...@google.com wrote:
   GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the
   delay.

   On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote:

My apologies.  We plan to have it up before the end of the day today.

On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com
  wrote:
 When will the Eclipse plugin update site be updated?

 The plugin is now version 1.4, but the SDK is still version 1.3.8.

 On Dec 3, 2:59 am, Ikai Lan (Google) 
 ikai.l+gro...@google.comikai.l%2bgro...@google.com

 wrote:
 Dance dance robot is a bit older and the API may have changed
  slightly (not
 sure, I have not done a visual check), but it's a good example of
  how to use
 JSNI with the Channel API:

http://code.google.com/p/dance-dance-robot/

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine

 On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
  Great release! Are there some libraries/docs for GWT and the
  Channel
  API ?

  On Dec 2, 10:17 pm, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.l%2bgro...@google.com
  ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

  wrote:
   They're still rolling out:

  http://code.google.com/appengine/docs/java/channel/

   If you see an error, wait a bit and refresh.

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blogger:http://googleappengine.blogspot.com
   Reddit:http://www.reddit.com/r/appengine
   Twitter:http://twitter.com/app_engine

   On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
   

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Nick
Same error...JSPs are not working with 1.4.0

On Dec 5, 6:58 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote:
 Same error, syncing the JARs has not helped. :(
 It appears to me there's still hiding one incompatible (Jasper?)
 library somewhere.

 I guess I just have bad luck. Every time I upgrade GAE/GWT Eclipse
 plugin or SDK I end up doing clean install of Eclipse. :(

 On Dec 5, 7:36 pm, Rajeev Dayal rda...@google.com wrote:







  Hi,

  If you navigate to Project Properties - Google - Web Application, do you
  have the option Launch and deploy from this directory checked? If so, when
  you switched SDKs on your project, the Google Plugin for Eclipse should have
  copied over the new libraries from the SDK over to your war/WEB-INF/lib
  directory.

  Have you manually copied/modified/removed any of the App Engine-related
  libraries in the war/WEB-INF/lib folder? If so, then the Google Plugin for
  Eclipse will not overwrite those changes on an SDK switch. What will happen
  is that when switching SDKs, a warning will appear in the problems view,
  indicating that there is a mismatch between the SDK jars and those in your
  war/WEB-INF/lib folder. By selecting the warning and hitting CTRL-1, you'll
  be given the option to synchronize the jars in the new SDK with the jars in
  war/WEB-INF/lib.

  Rajeev

  On Fri, Dec 3, 2010 at 9:30 PM, GoSharp Lite gosharpl...@gmail.com wrote:
   I have just upgraded Eclipse Galileo with AppEngine version 1.4.0.
   There seems to be a mismatch of Tomcat versions between pre-
   compilation and execution.

   Does anyone have a solution with jsp compilation issue?

   Local server shows below logs with SDK 1.4.0 -
   HTTP ERROR 500

   Problem accessing /. Reason:
   Unable to compile class for JSP:

   An error occurred at line: -1 in the generated java file
      [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
   \jsp\org\apache\jsp\GoChildWeb_jsp.java:8:
   org.apache.jsp.GoChildWeb_jsp is not abstract and does not override
   abstract method getDependants() in
   org.apache.jasper.runtime.JspSourceDependent
      [javac] public final class GoChildWeb_jsp extends
   org.apache.jasper.runtime.HttpJspBase
      [javac]              ^

   An error occurred at line: -1 in the generated java file
      [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
   \jsp\org\apache\jsp\GoChildWeb_jsp.java:18: getDependants() in
   org.apache.jsp.GoChildWeb_jsp cannot implement getDependants() in
   org.apache.jasper.runtime.JspSourceDependent; attempting to use
   incompatible return type
      [javac] found   : java.lang.Object
      [javac] required: java.util.List
      [javac]   public Object getDependants() {
      [javac]                 ^

   An error occurred at line: -1 in the generated java file
      [javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
   \jsp\org\apache\jsp\GoChildWeb_jsp.java:23: cannot find symbol
      [javac] symbol  : method
   getJspApplicationContext(javax.servlet.ServletContext)
      [javac] location: class javax.servlet.jsp.JspFactory
      [javac]     _el_expressionfactory =

   _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext(
)).getExpressionFactory();
      [javac]                                         ^
      [javac] 3 errors

   On Dec 4, 6:30 am, Alex Humesky ahume...@google.com wrote:
GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the
delay.

On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote:

 My apologies.  We plan to have it up before the end of the day today.

 On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com
   wrote:
  When will the Eclipse plugin update site be updated?

  The plugin is now version 1.4, but the SDK is still version 1.3.8.

  On Dec 3, 2:59 am, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.l%2bgro...@google.com

  wrote:
  Dance dance robot is a bit older and the API may have changed
   slightly (not
  sure, I have not done a visual check), but it's a good example of
   how to use
  JSNI with the Channel API:

 http://code.google.com/p/dance-dance-robot/

  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine

  On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
   Great release! Are there some libraries/docs for GWT and the
   Channel
   API ?

   On Dec 2, 10:17 pm, Ikai Lan (Google) 
   ikai.l+gro...@google.comikai.l%2bgro...@google.com
   ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

   wrote:
They're still rolling out:

   http://code.google.com/appengine/docs/java/channel/

If you see an error, wait a bit and refresh.

--
Ikai Lan
Developer Programs Engineer, Google App 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-05 Thread Mike
I fixed this problem by making sure that App Engine SDK 1.4.0 is first
in my Java Build Path in the Order and Export and changing my GWT SDK
to 2.1.0

-- 
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] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
I solve my jsp compilation issue by using below steps.

1) Download and install eclipse-java-helios-SR1-win32.zip.
2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project name and package as
my old app.
5) Carefully copy all files in src and war from my old app into the
new app.
6) Import all external libs from my old app into the new app.
7) Set Properties-Google-App Engine-ORM to server files which need
enhancement.
8) Debug and no more Unable to compile class for JSP.

On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 Sorry, no solution but a very similar issue with Eclipse Helios SR 1:

 org.apache.jasper.JasperException: Unable to compile class for JSP:

 An error occurred at line: 9 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
 type

 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved to a type

 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved

 An error occurred at line: 23 in the generated java file
 javax.el.ExpressionFactory cannot be resolved to a type

 An error occurred at line: 24 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 31 in the generated java file
 _el_expressionfactory cannot be resolved

 An error occurred at line: 31 in the generated java file
 _jspxFactory cannot be resolved

 An error occurred at line: 31 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp

 An error occurred at line: 32 in the generated java file
 _jsp_annotationprocessor cannot be resolved

 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 32 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp

 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 38 in the generated java file
 HttpServletRequest cannot be resolved to a type

 An error occurred at line: 38 in the generated java file
 HttpServletResponse cannot be resolved to a type

 An error occurred at line: 39 in the generated java file
 ServletException cannot be resolved to a type

 An error occurred at line: 41 in the generated java file
 PageContext cannot be resolved to a type

 An error occurred at line: 42 in the generated java file
 HttpSession cannot be resolved to a type

 An error occurred at line: 43 in the generated java file
 ServletContext cannot be resolved to a type

 An error occurred at line: 44 in the generated java file
 ServletConfig cannot be resolved to a type

 An error occurred at line: 45 in the generated java file
 JspWriter cannot be resolved to a type

 An error occurred at line: 47 in the generated java file
 JspWriter cannot be resolved to a type

 An error occurred at line: 48 in the generated java file
 PageContext cannot be resolved to a type

 An error occurred at line: 53 in the generated java file
 _jspxFactory cannot be resolved

 An error occurred at line: 1,315 in the generated java file
 SkipPageException cannot be resolved to a type

 An error occurred at line: 1,322 in the generated java file
 _jspxFactory cannot be resolved

 Stacktrace:
         at
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:
 92)
         at
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
 330)
         at
 org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
 439)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
         at
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
 592)
         at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
 317)
         at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
 313)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         at com.google.appengine.tools.development.PrivilegedJspServlet.access
 $101(PrivilegedJspServlet.java:23)
         at com.google.appengine.tools.development.PrivilegedJspServlet
 $2.run(PrivilegedJspServlet.java:59)
         at java.security.AccessController.doPrivileged(Native Method)
         at
 com.google.appengine.tools.development.PrivilegedJspServlet.service(PrivilegedJspServlet.java:
 57)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
I solve my jsp compilation issue by using below steps.

1) Download and install eclipse-java-helios-SR1-win32.zip.
2) Install plugins from http://dl.google.com/eclipse/plugin/3.6;.
3) Download and install java_ee_sdk-6u1-jdk-windows.exe.
4) Create a new and empty app using same project name and package as
my old app.
5) Carefully copy all files in src and war from my old app into the
new app.
6) Import all external libs from my old app into the new app.
7) Set Properties-Google-App Engine-ORM to server files which need
enhancement.
8) Debug and no more Unable to compile class for JSP.

On Dec 4, 11:47 am, Jerome jerome.mou...@gmail.com wrote:
 Sorry, no solution but a very similar issue with Eclipse Helios SR 1:

 org.apache.jasper.JasperException: Unable to compile class for JSP:

 An error occurred at line: 9 in the generated java file
 org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

 An error occurred at line: 10 in the generated java file
 org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
 type

 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved to a type

 An error occurred at line: 12 in the generated java file
 JspFactory cannot be resolved

 An error occurred at line: 23 in the generated java file
 javax.el.ExpressionFactory cannot be resolved to a type

 An error occurred at line: 24 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 31 in the generated java file
 _el_expressionfactory cannot be resolved

 An error occurred at line: 31 in the generated java file
 _jspxFactory cannot be resolved

 An error occurred at line: 31 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp

 An error occurred at line: 32 in the generated java file
 _jsp_annotationprocessor cannot be resolved

 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 32 in the generated java file
 The method getServletConfig() is undefined for the type plans_jsp

 An error occurred at line: 32 in the generated java file
 org.apache.AnnotationProcessor cannot be resolved to a type

 An error occurred at line: 38 in the generated java file
 HttpServletRequest cannot be resolved to a type

 An error occurred at line: 38 in the generated java file
 HttpServletResponse cannot be resolved to a type

 An error occurred at line: 39 in the generated java file
 ServletException cannot be resolved to a type

 An error occurred at line: 41 in the generated java file
 PageContext cannot be resolved to a type

 An error occurred at line: 42 in the generated java file
 HttpSession cannot be resolved to a type

 An error occurred at line: 43 in the generated java file
 ServletContext cannot be resolved to a type

 An error occurred at line: 44 in the generated java file
 ServletConfig cannot be resolved to a type

 An error occurred at line: 45 in the generated java file
 JspWriter cannot be resolved to a type

 An error occurred at line: 47 in the generated java file
 JspWriter cannot be resolved to a type

 An error occurred at line: 48 in the generated java file
 PageContext cannot be resolved to a type

 An error occurred at line: 53 in the generated java file
 _jspxFactory cannot be resolved

 An error occurred at line: 1,315 in the generated java file
 SkipPageException cannot be resolved to a type

 An error occurred at line: 1,322 in the generated java file
 _jspxFactory cannot be resolved

 Stacktrace:
         at
 org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:
 92)
         at
 org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
 330)
         at
 org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
 439)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
         at
 org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
 592)
         at
 org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
 317)
         at
 org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
 313)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
         at com.google.appengine.tools.development.PrivilegedJspServlet.access
 $101(PrivilegedJspServlet.java:23)
         at com.google.appengine.tools.development.PrivilegedJspServlet
 $2.run(PrivilegedJspServlet.java:59)
         at java.security.AccessController.doPrivileged(Native Method)
         at
 com.google.appengine.tools.development.PrivilegedJspServlet.service(PrivilegedJspServlet.java:
 57)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Royce Fullerton
When will the Eclipse plugin update site be updated?

The plugin is now version 1.4, but the SDK is still version 1.3.8.

On Dec 3, 2:59 am, Ikai Lan (Google) ikai.l+gro...@google.com
wrote:
 Dance dance robot is a bit older and the API may have changed slightly (not
 sure, I have not done a visual check), but it's a good example of how to use
 JSNI with the Channel API:

 http://code.google.com/p/dance-dance-robot/

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine







 On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
  Great release! Are there some libraries/docs for GWT and the Channel
  API ?

  On Dec 2, 10:17 pm, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.l%2bgro...@google.com

  wrote:
   They're still rolling out:

  http://code.google.com/appengine/docs/java/channel/

   If you see an error, wait a bit and refresh.

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blogger:http://googleappengine.blogspot.com
   Reddit:http://www.reddit.com/r/appengine
   Twitter:http://twitter.com/app_engine

   On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
   ikai.l+gro...@google.com ikai.l%2bgro...@google.com
  ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

wrote:
The docs aren't live yet. They'll be live later in the day.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger:http://googleappengine.blogspot.com
Reddit:http://www.reddit.com/r/appengine
Twitter:http://twitter.com/app_engine

On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge glafo...@gmail.com
  wrote:

I don't see any Java API in the javadocs about the Channel API. Is it
normal??

On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
  wrote:

Actually, one can download the SDK here at least:
   http://code.google.com/p/googleappengine/downloads/list

On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
  wrote:

It's not yet on the download area either, nor the documentation been
updated.
I guess the blog post was a bit in advance, and we'll see the
  artifacts
shortly.
We're all too excited and impatient :-)

--
Guillaume
   http://gaelyk.appspot.com

On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com
  wrote:

It seems 1.4 isn't yet available as on the eclipse plugin url
   http://dl.google.com/eclipse/plugin/3.6

Is this an error or do we have to wait for a few extra days like
  last
time?

--
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%2B
 unsubscr...@googlegroups.comgoogle-appengine-java%2B
  unsubscr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
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%2B
 unsubscr...@googlegroups.comgoogle-appengine-java%2B
  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-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B 
  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-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] Re: 1.4 eclipse plugin

2010-12-03 Thread Don Schwarz
My apologies.  We plan to have it up before the end of the day today.

On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com wrote:
 When will the Eclipse plugin update site be updated?

 The plugin is now version 1.4, but the SDK is still version 1.3.8.

 On Dec 3, 2:59 am, Ikai Lan (Google) ikai.l+gro...@google.com
 wrote:
 Dance dance robot is a bit older and the API may have changed slightly (not
 sure, I have not done a visual check), but it's a good example of how to use
 JSNI with the Channel API:

 http://code.google.com/p/dance-dance-robot/

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine







 On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
  Great release! Are there some libraries/docs for GWT and the Channel
  API ?

  On Dec 2, 10:17 pm, Ikai Lan (Google) 
  ikai.l+gro...@google.comikai.l%2bgro...@google.com

  wrote:
   They're still rolling out:

  http://code.google.com/appengine/docs/java/channel/

   If you see an error, wait a bit and refresh.

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blogger:http://googleappengine.blogspot.com
   Reddit:http://www.reddit.com/r/appengine
   Twitter:http://twitter.com/app_engine

   On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
   ikai.l+gro...@google.com ikai.l%2bgro...@google.com
  ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

wrote:
The docs aren't live yet. They'll be live later in the day.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger:http://googleappengine.blogspot.com
Reddit:http://www.reddit.com/r/appengine
Twitter:http://twitter.com/app_engine

On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge glafo...@gmail.com
  wrote:

I don't see any Java API in the javadocs about the Channel API. Is it
normal??

On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
  wrote:

Actually, one can download the SDK here at least:
   http://code.google.com/p/googleappengine/downloads/list

On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
  wrote:

It's not yet on the download area either, nor the documentation been
updated.
I guess the blog post was a bit in advance, and we'll see the
  artifacts
shortly.
We're all too excited and impatient :-)

--
Guillaume
   http://gaelyk.appspot.com

On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com
  wrote:

It seems 1.4 isn't yet available as on the eclipse plugin url
   http://dl.google.com/eclipse/plugin/3.6

Is this an error or do we have to wait for a few extra days like
  last
time?

--
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%2B
 unsubscr...@googlegroups.comgoogle-appengine-java%2B
  unsubscr...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/google-appengine-java?hl=en.

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
Guillaume Laforge
Groovy Project Manager
Head of Groovy Development at SpringSource
   http://www.springsource.com/g2one

--
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%2B
 unsubscr...@googlegroups.comgoogle-appengine-java%2B
  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-j...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
   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-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Alex Humesky

GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the
delay.

On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote:
 My apologies.  We plan to have it up before the end of the day today.







 On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com wrote:
  When will the Eclipse plugin update site be updated?

  The plugin is now version 1.4, but the SDK is still version 1.3.8.

  On Dec 3, 2:59 am, Ikai Lan (Google) ikai.l+gro...@google.com
  wrote:
  Dance dance robot is a bit older and the API may have changed slightly (not
  sure, I have not done a visual check), but it's a good example of how to 
  use
  JSNI with the Channel API:

 http://code.google.com/p/dance-dance-robot/

  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine

  On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
   Great release! Are there some libraries/docs for GWT and the Channel
   API ?

   On Dec 2, 10:17 pm, Ikai Lan (Google) 
   ikai.l+gro...@google.comikai.l%2bgro...@google.com

   wrote:
They're still rolling out:

   http://code.google.com/appengine/docs/java/channel/

If you see an error, wait a bit and refresh.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger:http://googleappengine.blogspot.com
Reddit:http://www.reddit.com/r/appengine
Twitter:http://twitter.com/app_engine

On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
ikai.l+gro...@google.com ikai.l%2bgro...@google.com
   ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

 wrote:
 The docs aren't live yet. They'll be live later in the day.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine

 On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge glafo...@gmail.com
   wrote:

 I don't see any Java API in the javadocs about the Channel API. Is 
 it
 normal??

 On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
   wrote:

 Actually, one can download the SDK here at least:
http://code.google.com/p/googleappengine/downloads/list

 On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
   wrote:

 It's not yet on the download area either, nor the documentation 
 been
 updated.
 I guess the blog post was a bit in advance, and we'll see the
   artifacts
 shortly.
 We're all too excited and impatient :-)

 --
 Guillaume
http://gaelyk.appspot.com

 On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com
   wrote:

 It seems 1.4 isn't yet available as on the eclipse plugin url
http://dl.google.com/eclipse/plugin/3.6

 Is this an error or do we have to wait for a few extra days like
   last
 time?

 --
 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%2B
  unsubscr...@googlegroups.comgoogle-appengine-java%2B
   unsubscr...@googlegroups.com
 .
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.

 --
 Guillaume Laforge
 Groovy Project Manager
 Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

 --
 Guillaume Laforge
 Groovy Project Manager
 Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

 --
 Guillaume Laforge
 Groovy Project Manager
 Head of Groovy Development at SpringSource
http://www.springsource.com/g2one

 --
 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%2B
  unsubscr...@googlegroups.comgoogle-appengine-java%2B
   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-j...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2B
unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread GoSharp Lite
I have just upgraded Eclipse Galileo with AppEngine version 1.4.0.
There seems to be a mismatch of Tomcat versions between pre-
compilation and execution.

Does anyone have a solution with jsp compilation issue?

Local server shows below logs with SDK 1.4.0 -
HTTP ERROR 500

Problem accessing /. Reason:
Unable to compile class for JSP:

An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
\jsp\org\apache\jsp\GoChildWeb_jsp.java:8:
org.apache.jsp.GoChildWeb_jsp is not abstract and does not override
abstract method getDependants() in
org.apache.jasper.runtime.JspSourceDependent
[javac] public final class GoChildWeb_jsp extends
org.apache.jasper.runtime.HttpJspBase
[javac]  ^


An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
\jsp\org\apache\jsp\GoChildWeb_jsp.java:18: getDependants() in
org.apache.jsp.GoChildWeb_jsp cannot implement getDependants() in
org.apache.jasper.runtime.JspSourceDependent; attempting to use
incompatible return type
[javac] found   : java.lang.Object
[javac] required: java.util.List
[javac]   public Object getDependants() {
[javac] ^


An error occurred at line: -1 in the generated java file
[javac] D:\Profiles\LOCALS~1\Temp\Jetty_0_0_0_0__warmasbuh
\jsp\org\apache\jsp\GoChildWeb_jsp.java:23: cannot find symbol
[javac] symbol  : method
getJspApplicationContext(javax.servlet.ServletContext)
[javac] location: class javax.servlet.jsp.JspFactory
[javac] _el_expressionfactory =
_jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
[javac] ^
[javac] 3 errors



On Dec 4, 6:30 am, Alex Humesky ahume...@google.com wrote:
 GPE's AppEngine SDK bundle version 1.4.0 is now up. Sorry for the
 delay.

 On Dec 3, 11:02 am, Don Schwarz schwa...@google.com wrote:

  My apologies.  We plan to have it up before the end of the day today.

  On Fri, Dec 3, 2010 at 9:26 AM, Royce Fullerton roy...@gmail.com wrote:
   When will the Eclipse plugin update site be updated?

   The plugin is now version 1.4, but the SDK is still version 1.3.8.

   On Dec 3, 2:59 am, Ikai Lan (Google) ikai.l+gro...@google.com
   wrote:
   Dance dance robot is a bit older and the API may have changed slightly 
   (not
   sure, I have not done a visual check), but it's a good example of how to 
   use
   JSNI with the Channel API:

  http://code.google.com/p/dance-dance-robot/

   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blogger:http://googleappengine.blogspot.com
   Reddit:http://www.reddit.com/r/appengine
   Twitter:http://twitter.com/app_engine

   On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:
Great release! Are there some libraries/docs for GWT and the Channel
API ?

On Dec 2, 10:17 pm, Ikai Lan (Google) 
ikai.l+gro...@google.comikai.l%2bgro...@google.com

wrote:
 They're still rolling out:

http://code.google.com/appengine/docs/java/channel/

 If you see an error, wait a bit and refresh.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine

 On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
 ikai.l+gro...@google.com ikai.l%2bgro...@google.com
ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com

  wrote:
  The docs aren't live yet. They'll be live later in the day.

  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine

  On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge 
  glafo...@gmail.com
wrote:

  I don't see any Java API in the javadocs about the Channel API. 
  Is it
  normal??

  On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge 
  glafo...@gmail.com
wrote:

  Actually, one can download the SDK here at least:
 http://code.google.com/p/googleappengine/downloads/list

  On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge 
  glafo...@gmail.com
wrote:

  It's not yet on the download area either, nor the documentation 
  been
  updated.
  I guess the blog post was a bit in advance, and we'll see the
artifacts
  shortly.
  We're all too excited and impatient :-)

  --
  Guillaume
 http://gaelyk.appspot.com

  On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com
wrote:

  It seems 1.4 isn't yet available as on the eclipse plugin url
 http://dl.google.com/eclipse/plugin/3.6

  Is this an error or do we have to wait for a few extra days 
  like
last
  time?

  

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread Jerome
Sorry, no solution but a very similar issue with Eclipse Helios SR 1:

org.apache.jasper.JasperException: Unable to compile class for JSP:

An error occurred at line: 9 in the generated java file
org.apache.jasper.runtime.HttpJspBase cannot be resolved to a type

An error occurred at line: 10 in the generated java file
org.apache.jasper.runtime.JspSourceDependent cannot be resolved to a
type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved to a type

An error occurred at line: 12 in the generated java file
JspFactory cannot be resolved

An error occurred at line: 23 in the generated java file
javax.el.ExpressionFactory cannot be resolved to a type

An error occurred at line: 24 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 31 in the generated java file
_el_expressionfactory cannot be resolved

An error occurred at line: 31 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 31 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
_jsp_annotationprocessor cannot be resolved

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 32 in the generated java file
The method getServletConfig() is undefined for the type plans_jsp

An error occurred at line: 32 in the generated java file
org.apache.AnnotationProcessor cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletRequest cannot be resolved to a type

An error occurred at line: 38 in the generated java file
HttpServletResponse cannot be resolved to a type

An error occurred at line: 39 in the generated java file
ServletException cannot be resolved to a type

An error occurred at line: 41 in the generated java file
PageContext cannot be resolved to a type

An error occurred at line: 42 in the generated java file
HttpSession cannot be resolved to a type

An error occurred at line: 43 in the generated java file
ServletContext cannot be resolved to a type

An error occurred at line: 44 in the generated java file
ServletConfig cannot be resolved to a type

An error occurred at line: 45 in the generated java file
JspWriter cannot be resolved to a type

An error occurred at line: 47 in the generated java file
JspWriter cannot be resolved to a type

An error occurred at line: 48 in the generated java file
PageContext cannot be resolved to a type

An error occurred at line: 53 in the generated java file
_jspxFactory cannot be resolved

An error occurred at line: 1,315 in the generated java file
SkipPageException cannot be resolved to a type

An error occurred at line: 1,322 in the generated java file
_jspxFactory cannot be resolved

Stacktrace:
at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:
92)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:
330)
at
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:
439)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
592)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
317)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at com.google.appengine.tools.development.PrivilegedJspServlet.access
$101(PrivilegedJspServlet.java:23)
at com.google.appengine.tools.development.PrivilegedJspServlet
$2.run(PrivilegedJspServlet.java:59)
at java.security.AccessController.doPrivileged(Native Method)
at
com.google.appengine.tools.development.PrivilegedJspServlet.service(PrivilegedJspServlet.java:
57)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
511)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1166)
at
com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:
58)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:
43)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:
122)
at org.mortbay.jetty.servlet.ServletHandler

[appengine-java] Re: 1.4 eclipse plugin

2010-12-02 Thread emerix
Great release! Are there some libraries/docs for GWT and the Channel
API ?

On Dec 2, 10:17 pm, Ikai Lan (Google) ikai.l+gro...@google.com
wrote:
 They're still rolling out:

 http://code.google.com/appengine/docs/java/channel/

 If you see an error, wait a bit and refresh.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger:http://googleappengine.blogspot.com
 Reddit:http://www.reddit.com/r/appengine
 Twitter:http://twitter.com/app_engine

 On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
 ikai.l+gro...@google.comikai.l%2bgro...@google.com







  wrote:
  The docs aren't live yet. They'll be live later in the day.

  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine

  On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge glafo...@gmail.comwrote:

  I don't see any Java API in the javadocs about the Channel API. Is it
  normal??

  On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.comwrote:

  Actually, one can download the SDK here at least:
 http://code.google.com/p/googleappengine/downloads/list

  On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.comwrote:

  It's not yet on the download area either, nor the documentation been
  updated.
  I guess the blog post was a bit in advance, and we'll see the artifacts
  shortly.
  We're all too excited and impatient :-)

  --
  Guillaume
 http://gaelyk.appspot.com

  On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com wrote:

  It seems 1.4 isn't yet available as on the eclipse plugin url
 http://dl.google.com/eclipse/plugin/3.6

  Is this an error or do we have to wait for a few extra days like last
  time?

  --
  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%2B
   unsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.

  --
  Guillaume Laforge
  Groovy Project Manager
  Head of Groovy Development at SpringSource
 http://www.springsource.com/g2one

  --
  Guillaume Laforge
  Groovy Project Manager
  Head of Groovy Development at SpringSource
 http://www.springsource.com/g2one

  --
  Guillaume Laforge
  Groovy Project Manager
  Head of Groovy Development at SpringSource
 http://www.springsource.com/g2one

  --
  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%2B
   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-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] Re: 1.4 eclipse plugin

2010-12-02 Thread Ikai Lan (Google)
Dance dance robot is a bit older and the API may have changed slightly (not
sure, I have not done a visual check), but it's a good example of how to use
JSNI with the Channel API:

http://code.google.com/p/dance-dance-robot/

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Thu, Dec 2, 2010 at 3:50 PM, emerix rafa...@gmail.com wrote:

 Great release! Are there some libraries/docs for GWT and the Channel
 API ?

 On Dec 2, 10:17 pm, Ikai Lan (Google) 
 ikai.l+gro...@google.comikai.l%2bgro...@google.com
 
 wrote:
  They're still rolling out:
 
  http://code.google.com/appengine/docs/java/channel/
 
  If you see an error, wait a bit and refresh.
 
  --
  Ikai Lan
  Developer Programs Engineer, Google App Engine
  Blogger:http://googleappengine.blogspot.com
  Reddit:http://www.reddit.com/r/appengine
  Twitter:http://twitter.com/app_engine
 
  On Thu, Dec 2, 2010 at 1:10 PM, Ikai Lan (Google)
  ikai.l+gro...@google.com ikai.l%2bgro...@google.com
 ikai.l%2bgro...@google.com ikai.l%252bgro...@google.com
 
 
 
 
 
 
 
   wrote:
   The docs aren't live yet. They'll be live later in the day.
 
   --
   Ikai Lan
   Developer Programs Engineer, Google App Engine
   Blogger:http://googleappengine.blogspot.com
   Reddit:http://www.reddit.com/r/appengine
   Twitter:http://twitter.com/app_engine
 
   On Thu, Dec 2, 2010 at 1:05 PM, Guillaume Laforge glafo...@gmail.com
 wrote:
 
   I don't see any Java API in the javadocs about the Channel API. Is it
   normal??
 
   On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
 wrote:
 
   Actually, one can download the SDK here at least:
  http://code.google.com/p/googleappengine/downloads/list
 
   On Thu, Dec 2, 2010 at 21:50, Guillaume Laforge glafo...@gmail.com
 wrote:
 
   It's not yet on the download area either, nor the documentation been
   updated.
   I guess the blog post was a bit in advance, and we'll see the
 artifacts
   shortly.
   We're all too excited and impatient :-)
 
   --
   Guillaume
  http://gaelyk.appspot.com
 
   On Thu, Dec 2, 2010 at 21:45, Matt Farnell mfarn...@gmail.com
 wrote:
 
   It seems 1.4 isn't yet available as on the eclipse plugin url
  http://dl.google.com/eclipse/plugin/3.6
 
   Is this an error or do we have to wait for a few extra days like
 last
   time?
 
   --
   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.comgoogle-appengine-java%2B
 unsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine-java?hl=en.
 
   --
   Guillaume Laforge
   Groovy Project Manager
   Head of Groovy Development at SpringSource
  http://www.springsource.com/g2one
 
   --
   Guillaume Laforge
   Groovy Project Manager
   Head of Groovy Development at SpringSource
  http://www.springsource.com/g2one
 
   --
   Guillaume Laforge
   Groovy Project Manager
   Head of Groovy Development at SpringSource
  http://www.springsource.com/g2one
 
   --
   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.comgoogle-appengine-java%2B
 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-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.