[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 MSSQL money type

2006-10-16 Thread marcinnowak
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

[jboss-user] [EJB 3.0] - Re: @EJB not working?

2006-10-15 Thread marcinnowak
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