Question

Platform I am using:

  • Fedora 20;
  • mariadb-5.5.34-2.fc20.x86_64;
  • Eclipse Kepler Service Release from www.eclipse.org

I am implementing example

See here

and I am trying to manage to work the login interface. Actually I am configuring TomEE to use JAAS auth technology. Since I am having some troubles, I would like to solve them with the help of Eclipse debugging mode. To do that, I:

  • setted breakpoint at line number 79 of LoginController.java;
  • started TomEE in debug mode;
  • executed login.xhtml in debug mode too;

My problem is that I see nothing in debug mode: no variables, etc. How is it possible? I have been using debugging mode for a long time, but it is my first time in web development. Project archive

Click here for a larger Screenshot enter image description here

Was it helpful?

Solution

The webpage bean has not been istantiated for an unknown reason. I opened a new question to fix it. Bean not instantiated

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top