1

I'm having an error trying to run my application in jboss5.1 after a migration. I've resolved a lot of issues now, but my app still doesn't work :(

I'm working with GWT and JSF. Jboss has a clean boot, even my login page loads ok, but when it arrives to the GWT menu it doesn't show anything, and the log doesn't show any error.

I don't have a clue of what can it be. Maybe a library a have to update for jboss5.1 or something like that.

Please if you have any idea let me know. Thanks a lot :)

linuxbuild
  • 15,843
  • 6
  • 60
  • 87
Ron
  • 2,215
  • 3
  • 22
  • 30

1 Answers1

0

Since you have no any messages in your log, you need to debug. Try remote debugger in Eclipse.

See also:

Community
  • 1
  • 1
linuxbuild
  • 15,843
  • 6
  • 60
  • 87