Hi,
I have table that definition I cannot change and there is a column type
"money". I have to map it somehow to EJB3 persistence.
I tried double and BigDecimal but i doesn't work during deployment i get error
"Wrong column type".
My perssitence.xml has option validate - is there any way to m
Hi,
I found the answer:
Problem is with import javax.ejb.EJB;
it should be
import javax.annotation.EJB;
It is working for me at 4.0.4GA
Martin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978398#3978398
Reply to the post :
http://www.jboss.com/index.htm