| Author |
Getting nullpointerexception while persisting
|
sinan dogan
Greenhorn
Joined: May 21, 2012
Posts: 2
|
|
Hi. I am getting nullpointer exception while persisting an object. I checked values in debug, all of objects is loadded but when step came entitymanager.persist that exception has been throwing.
my xhtml page :
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Not the greatest help but check:
"#{partStockFacade.loadFromPartCatalog(partCatalogFacade.partCatalog)}"
Make sure that partStockFacade and partCatalog aren't null.
|
 |
sinan dogan
Greenhorn
Joined: May 21, 2012
Posts: 2
|
|
|
Thanks. There was a problem at h:from. I have tried a4j:from and the problem has solved.
|
 |
 |
|
|
subject: Getting nullpointerexception while persisting
|
|
|