Revision history [back]

click to hide/show revision 1
initial version

asked 2013-01-25 13:59:55 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India

http://emrpms.blogspot.in...

Spring + JPA @Wire variable is not working giving null pointer

Spring + JPA @Wire variable is not working giving null pointer

Please see all my code here

In my VM, I have declared like this

@WireVariable private examplesListService examplesListService =null;

@Command public void showrecordcount() { List<exampleslist> result = examplesListService.findAll(); Messagebox.show(" Count is " + result.size()); }

Now the findall giving null pointer exception.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More