Hi JB,
Thanks for giving pointers. I tried it and now my DB connectivity is working
fine. it is able to locate datasource and doing database transactions
properly.
But I have issues with few of the tables where model class is having
classname different than tablename.
example
@Entity
@Table(name = "ConfigParameters")
public class parameter{
}
it is working fine where model classname and tablename is same.
example
@Entity
@Table(name = "ConfigParameter")
public class ConfigParameter{
}
Same code was working fine earlier with openJpa 2.4.2 and KARAF 3.X.
Can you please suggest?
Regards
Munish
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html