Re: Web app classpath problem

2014-02-06 Thread SS
Hi 
 
I'm getting the following warning in the hosted mode console:
 
 
[WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' 
could not be found in the web app, but was found on the system classpath

[WARN] Adding classpath entry 
'file:/D:/New%20Folder/eclipse-jee-kepler-SR1-win32/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/gwt-dev.jar'
 
to the web app classpath for this session

For additional info see: 
file:/D:/New%20Folder/eclipse-jee-kepler-SR1-win32/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/doc/helpInfo/webAppClassPath.html

On Monday, 25 May 2009 18:59:06 UTC+5:30, hezjing wrote:

 Hi 

 I'm getting the following warning in the hosted mode console:

  [INFO] Starting Jetty on port 8080
 [WARN] Server class 
 'org.apache.commons.collections.map.CaseInsensitiveMap' could not be found 
 in the web app, but was found on the system classpath
 [WARN] Adding classpath entry 
 'file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334/gwt-windows-1.6.4/gwt-dev-windows.jar'
  
 to the web app classpath for this session
 More info: 
 file:/C:/eclipse/plugins/com.google.gwt.eclipse.sdkbundle.win32_1.6.4.v200904062334/gwt-windows-1.6.4/doc/helpInfo/webAppClassPath.html


 I followed the tip described 
 in gwt-windows-1.6.4\doc\helpInfo\webAppClassPath.html, and ensure 
 that gwt-servlet.jar is already in war\WEB-INF\lib
 but the problem still exist!


 Do you have any idea?


 -- 

 Hez


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Licensing

2011-06-14 Thread SS
When reading the licensing agreement (terms)
I found a reference to the Browser Detect Code as follows

Browser Detect v2.1.6   Creative Commons Attribution 1.0
google-web-toolkit.googlecode.com; transliterated into Java source

and also came across

Protocol BuffersNew BSD License
code.google.com/p/protobuf

How does this impact Commercial Software development? Both these
licenses are not acceptable to our company and was wondering whether
it would impact developing the software in GWT...

Thanks for your help in advance

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Issues in handling Keyboard events in a custom Grid

2010-12-27 Thread SS
Hi All,

I am  facing tabing and keyboard events related issues in a custom
grid created using composite in our application.To handle all the
keyboard events we have a KeyDownHandler added to the focuspanel which
wraps the grid.Another listener is attached at the field level .This
field change listener sets the value to the context. When the user
types in fast or tabs out fast after making text entry , sometimes
field level listener is not invoked at all.KeyDownHandler , however,
is always invoked.This happens only if I type in fast .In the GWT
debug mode in the eclipse if I put a debug point in either
KeyDownHandler or the field change listener the issue is not
reproducible.

Any pointers to resolve this issue will be really helpful.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.