Hello,
I have problem. I developed plugin with active object where I use im my class:
@Preload
@Table("XPTO")
public interface Xpto extends Entity { ...
When I use H2 database in memory it's working perfectly.
I generated .jar with command "mvn package" and I put in my jira standalone.
My table XPTO was generated with "AO_123 ..." but when I´m trying to do ao.find(Xpto.class) I couldn´t get datas.
To work with Oracle do I need to do something diferent ? new configuration ?
thanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.