Questions tagged [errai-4]

4 questions
3
votes
2 answers

Errai 4 running on Tomcat

I am attempting to get Errai 4.0.0.Beta1 running in Tomcat, and I was wondering if anyone has done this before? Specifically, I am trying to determine what dependencies I can remove from Errai (i.e. Wildfly), and any additional steps required to…
randymay
  • 403
  • 4
  • 12
1
vote
1 answer

How can hot reload be enabled when running Errai on Tomcat?

I am developing a project with Errai 4 and as usual I can run "mvn gwt:run" and hot reload just works, i.e. I change models or views and I only need to refresh the browser. Now I need that but running my Errai application on top of Tomcat 7. The…
Tlaloc-ES
  • 4,825
  • 7
  • 38
  • 84
0
votes
0 answers

Errai JAX-RS Rest service returns 404 Not found

I've followed instruction that was here: http://docs.jboss.org/errai/latest/errai/reference/html_single/#sid-19398997 Unfortunatelly I can not make this work. Here is my service interface: package pl.korbeldaniel.erpe.shared.rest.api; import…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
0
votes
1 answer

ClassCastException When Trying to Make JAXRS Call in Errai 4

I am using Errai 4.0.0.Beta1, and I am trying to make a simple JAX RS call. Here is the code I am using: final RemoteCallback> remoteCallback = new RemoteCallback>() { @Override public void callback(List
randymay
  • 403
  • 4
  • 12