Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] demo war : An entry point named 'default' does not exist

Hi

I have packaged the rap.demo application into a war using the rap.demo.feature project and the explanations from help.
  I get this error when trying to access it :

java.lang.IllegalArgumentException: An entry point named 'default' does not exist. at org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:80) at org.eclipse.rwt.internal.lifecycle.PrepareUIRoot.execute(PrepareUIRoot.java:36) at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.executePhase(RWTLifeCycle.java:126) at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.execute(RWTLifeCycle.java:88) at org.eclipse.rwt.internal.service.LifeCycleServiceHandler$1.run(LifeCycleServiceHandler.java:59) at org.eclipse.rwt.internal.service.LifeCycleServiceHandler.internalService(LifeCycleServiceHandler.java:178) at org.eclipse.rwt.internal.service.LifeCycleServiceHandler.access$1(LifeCycleServiceHandler.java:170)

Please tell me what more info I could give to help me fix the error

Thanks,
  Val


Back to the top