I have definitely been fighting the JBoss 5.0.x classloader and having mixed success. I've finally got Spring 3.0.6 to work with the "help" of the JBoss Snowbird project.
One thing to note...your...
Type: Posts; User: BigGillyStyle; Keyword(s):
I have definitely been fighting the JBoss 5.0.x classloader and having mixed success. I've finally got Spring 3.0.6 to work with the "help" of the JBoss Snowbird project.
One thing to note...your...
Ah...so there's my problem. Based on your response I did a little research and found that Hibernate 3.5 was the first Hibernate version to support JPA 2.0, but I'm stuck with Hibernate 3.3.2. ...
I am wondering if I can use Spring Data JPA in the following environment:
JBoss SOA 5.0.2 (Java EE 5, JPA 1.0, Hibernate 3.3.2)
Thankfully, due to the JBoss Snowdrop project I have gotten...
I'm actually using the 11.2.0.3 driver to connect to a 11.1.x (11g) Oracle instance. I'm fairly certain my problems are still user error (lack of understanding) on my part, but unfortunately I don't...
Thanks for the prompt responses. I was trying to get this all to work before work started tomorrow morning (my "technology experiment" for Thanksgiving weekend). For now I'm going to have to revert...
Now I'm getting...
Unable to get connection from driver: Listener refused the connection with the following error:
ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
...which I...
Okay, I figured this out. In the created project there's a database.properties file inside src/main/resources/META-INF/spring folder. I just had to put the proper host, username, and password in...
I think I finally have the Oracle 11.2.0.3 JDBC drivers installed and active (thanks to this and this). Now when I do a "database introspect..." command in the Roo shell I get "Unable to get...