PersistenceContext import not recognised
Hi all
I am using JDeveloper to create a stateful session bean. I am trying to use the PersistenceContext annotation but the import statement is not recognised. I have tried:
import javax.persistence.PersistenceContext
and
import javax.persistence.*
but neither are found. It's weird because the import statement for EntityManager is found. Has anyone else come across this? Am I doing something wrong? I am using JDeveloper version 10.1.3 and jdk 1.5.
Any help appreciated.
Thanks,
Paul

