Re: I need help with this 503 error

2015-05-20 Thread Nana Kwame Amagyei
Thanks much Thomas. Problem is, I have GWT 3.8.0 plugin installed in 
Eclipse Luna. Do you suggest I downgrade to 2.6.1?

On Tuesday, May 19, 2015 at 9:13:24 PM UTC, Thomas Broyer wrote:

 First thing is to try with GWT 2.6.1 (or better, 2.7) as 2.6.0 is known to 
 have classloader issues in webapps.

-- 
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/d/optout.


I need help with this 503 error

2015-05-19 Thread Nana Kwame Amagyei


 Loading modules

   com.atp.ATPSoftware
  Validating servlet tags for module 'atpsoftware'
  For additional info see: 
file:/C:/Eclipse/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/doc/helpInfo/servletMappings.html
 [WARN] Module declares a servlet class 
'org.spring4gwt.server.SpringGwtRemoteServiceServlet' with a mapping to 
'/atpsoftware/atp', but the web.xml has no corresponding mapping; please 
add the following lines to your web.xml:
servlet-mapping
  servlet-namespring4gwt/servlet-name
  url-pattern/atpsoftware/atp/url-pattern
/servlet-mapping
[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:/C:/Eclipse/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:/C:/Eclipse/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0/doc/helpInfo/webAppClassPath.html
17:36:32.611 [main] DEBUG org.eclipse.jetty.util.log - Logging to 
Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog
log4j:ERROR A org.apache.log4j.xml.DOMConfigurator object is not 
assignable to a org.apache.log4j.spi.Configurator variable.
log4j:ERROR The class org.apache.log4j.spi.Configurator was loaded by 
log4j:ERROR [sun.misc.Launcher$AppClassLoader@4f1799e7] whereas object of 
type 
log4j:ERROR org.apache.log4j.xml.DOMConfigurator was loaded by 
[WebAppClassLoader=433850454@19dc0856].
log4j:ERROR Could not instantiate configurator 
[org.apache.log4j.xml.DOMConfigurator].
log4j:WARN No appenders could be found for logger 
(org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
Starting Jetty on port 
   [WARN] Failed startup of context 
c.g.g.d.s.j.WebAppContextWithReload{/,file:/C:/Users/NanaWin7/ECWorkspace/atpSoftware/war/},C:\Users\NanaWin7\ECWorkspace\atpSoftware\war
org.springframework.beans.factory.BeanInitializationException: Could not 
load properties; nested exception is java.io.FileNotFoundException: Could 
not open ServletContext resource [/${PROP_GEN_PATH}]
at 
org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:87)
at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:694)
at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:669)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
at 
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at 
org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:782)
at 
org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:424)
at 
org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:774)
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:249)
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1242)
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:717)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:494)
at 
com.google.gwt.dev.shell.jetty.JettyLauncher$WebAppContextWithReload.doStart(JettyLauncher.java:518)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at 
org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestLogHandler.java:162)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:282)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at 
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:717)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:522)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1104)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:844)
at com.google.gwt.dev.DevMode.main(DevMode.java:322)
Caused by: java.io.FileNotFoundException: Could not open ServletContext 
resource [/${PROP_GEN_PATH}]
at 

Re: Chrome prompts me to install GWT Developer Plugin even though the plugin is already installed

2015-04-24 Thread Nana Kwame Amagyei
Thanks Stefan. I was having that issue too. I re-enabled NPAPI and voila! I 
back on track! Kudos!

On Monday, April 20, 2015 at 10:25:52 AM UTC, Stefan Bylund wrote:

 I also noticed this yesterday.

 The GWT Developer Plugin requires NPAPI, which was disabled in Chrome 
 version 42.

 It is possible to temporarily re-enable it again using the URL 
 chrome://flags/#enable-npapi

 Evidently, that option will disappear in Chrome version 45...



-- 
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/d/optout.


GWT Incubator scrolltable

2010-03-21 Thread Kwame
Does anyone have the full source code for this paging scroll table
demo:
http://collectionofdemos.appspot.com/demo/com.google.gwt.gen2.demo.scrolltable.PagingScrollTableDemo/PagingScrollTableDemo.html

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



Re: DatePicker and setting the time

2009-05-31 Thread Kwame Iwegbue
Have you tried the new DatePicker in GWT 1.6?
http://gwt.google.com/samples/Showcase/Showcase.html#CwDatePicker



On Sun, May 31, 2009 at 3:23 PM, Thad thad.humphr...@gmail.com wrote:


 I understand that DatePicker will allow setting the hour, minute, etc.
 if that is set in the Date.  What I'm looking for is a UI like the
 incubator's now deprecated DateTimePicker class had.  Otherwise users
 are left having to enter a time format correctly in text boxes.

 To my mind, DateTimePicker should not be deprecated because the
 DateTime widget does not have the full functionality of the former.
 As DateTime has CalenderModel/View, I think there should be a
 TimeModel/View and the option to display a TimePicker in the
 DatePicker.

 On May 29, 1:42 pm, Kwame iweg...@gmail.com wrote:
  Hi Thad,
  Have you tried datePicker.setValue(new Date(year, month, date)) or
  to format the output, maybe something like:
 
  String dateString = DateTimeFormat.getMediumDateFormat().format
  (datePicker.getValue());
 
  I have a similar problem. I think the 1.6 DateBox/DatePicker lets you
  format the Date using something called DateBox.Format, but I'm not
  sure how. I've spent many hours looking at the API, and still can't
  figure out how to format the default DateBox textField value)
 
  On May 29, 1:20 pm, Thad thad.humphr...@gmail.com wrote:
 
   The incubator's DateTimePicker (now deprecated) allowed for setting
   hour, minute, and AM/PM, a feature my application requires.  I don't
   see this feature in GWT 1.6's DatePicker.  Am I missing something?  Is
   this capability coming and when?
 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: DatePicker and setting the time

2009-05-29 Thread Kwame

Hi Thad,
Have you tried datePicker.setValue(new Date(year, month, date)) or
to format the output, maybe something like:

String dateString = DateTimeFormat.getMediumDateFormat().format
(datePicker.getValue());

I have a similar problem. I think the 1.6 DateBox/DatePicker lets you
format the Date using something called DateBox.Format, but I'm not
sure how. I've spent many hours looking at the API, and still can't
figure out how to format the default DateBox textField value)


On May 29, 1:20 pm, Thad thad.humphr...@gmail.com wrote:
 The incubator's DateTimePicker (now deprecated) allowed for setting
 hour, minute, and AM/PM, a feature my application requires.  I don't
 see this feature in GWT 1.6's DatePicker.  Am I missing something?  Is
 this capability coming and when?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How to display widget in html div wth rootPanel.get('div_id')

2008-09-05 Thread Kwame Iwegbue
Thanks for your reply Jason. I wasn't adding any stylesheet to the GWT
module, just whatever default it uses. for instance, I never heard of
inherits name=com.google.gwt.user.theme.standard.StandardResources/

I'm using FIrefox 3.01 with GWT 1.5

It finally worked for me though when I added the ListBox to Vertical or
Horizontal Panel instead of AbsolutePanel (which is what I had before). I
think that was the problem.




On Thu, Sep 4, 2008 at 5:27 PM, Jason Essington
[EMAIL PROTECTED]wrote:



 On Sep 4, 2008, at 3:02 PM, Sumit Chandel wrote:

  Hi Kwame,
 
  I just tried to reproduce the issue with the code snippet below and
  didn't have any problems with displaying the ListBox. I tried this
  on Firefox 2 with GWT 1.5 and used the standard stylesheet
  (inherits
  name=com.google.gwt.user.theme.standard.StandardResources/)
 
  snip/

  I'm not sure where the added overflow: hidden;... attribute came
  from in your case. Could you post back with more details on:
 
  1) Which version of GWT you were using when the problem occurred
 
  2) Which GWT style you're applying
 
  3) Which version of Firefox you're using
 

 And perhaps whether you are using GWT-EXT?

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Need help with Ant GWT compile script

2008-08-27 Thread Kwame

I'm trying to write a simple Ant script to compile my GWT app. o far I
have this

target name=compile
java classname=com.google.gwt.dev.GWTCompiler
   fork=true
   failonerror=true
   maxmemory=256m
arg value=-out file=${basedir}/www/
arg value=module file=src/com.my.app.Module /

   classpath
pathelement location=${gwthome}/gwt-user.jar/
pathelement location=${gwthome}/gwt-dev-mac.jar/
pathelement location=${basedir}/src/
pathelement path=${java.class.path}/
   /classpath

/java
/target

I'm getting build error:
compile:
 [java] Loading module '/Users/me/Documents/workspace/com.gwt/src/
com.my.app.Module'
 [java][ERROR] Invalid module name:
 '/Users/me/Documents/workspace/com.gwt/src/com.my.app.Module'
 [java] [ERROR] Build failed

All the build properties are correctly set.
Can anyone help?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Need help with Ant GWT compile script

2008-08-27 Thread Kwame Iwegbue
THANK YOU :)

On Wed, Aug 27, 2008 at 10:32 PM, Renato Mangini [EMAIL PROTECTED] wrote:


 Kwame,

 Here is mine. It works perfectly.

 target name=web.compile depends=init
 java fork=true maxmemory=256M
 classname=com.google.gwt.dev.GWTCompiler
 classpath
 pathelement
 path=${src.dir}/pathelement
 pathelement
 location=${GWT_HOME}/gwt-user.jar/pathelement
 pathelement
 location=${GWT_HOME}/gwt-dev-linux.jar/pathelement
 /classpath
 arg value=-out/arg value=www/
 arg value=com.mycompany.myapp/
 /java
 /target


 On 8/27/08, Kwame [EMAIL PROTECTED] wrote:


 I'm trying to write a simple Ant script to compile my GWT app. o far I
 have this

 target name=compile
 java classname=com.google.gwt.dev.GWTCompiler
fork=true
failonerror=true
maxmemory=256m
 arg value=-out file=${basedir}/www/
 arg value=module file=src/com.my.app.Module
 /

classpath
 pathelement location=${gwthome}/gwt-user.jar/
 pathelement
 location=${gwthome}/gwt-dev-mac.jar/
 pathelement location=${basedir}/src/
 pathelement path=${java.class.path}/
/classpath

 /java
 /target

 I'm getting build error:
 compile:
  [java] Loading module '/Users/me/Documents/workspace/com.gwt/src/
 com.my.app.Module'
  [java][ERROR] Invalid module name:
   '/Users/me/Documents/workspace/com.gwt/src/com.my.app.Module'
  [java] [ERROR] Build failed

 All the build properties are correctly set.
 Can anyone help?

 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---