Log in to follow, share, and participate in this community.
Thread Generate Tables from entities (Eclipse - Jboss - Derby)
Generate Tables from entities (Eclipse - Jboss - Derby)Hi, I try to use JPA-Project with Eclipse Indigo, Jboss as 7.1.1, Derby and EclipseLink 2.3.2. I'll start by explaining what I did before going out my problem : - Create Database DerbyDB with...
Thread Foreign Key as Primary Key and Cascaded persistence
Foreign Key as Primary Key and Cascaded persistenceHi all, I have problem with cascading persistence with the following code consisting of 2 annotated classes Listing and ListingLocation. if a Listing instance is set to the listing2 of a ListingLocation insta...
JBoss Batch Inserts UsageHi, I am trying to use batch processing in JBoss 6.1. In order to do so, I updated my EJB persistence.xml with the property, <property name="hibernate.jdbc.batch_siz...
ManyToMany read past end of fileUnusually I cannot find anything on the web refering to this issue so I am at a loss as to a starting point to try and understand what is going on. I am using 7.1.1.Final, Eclipse Indigo (windows), JBoss Tools...
Error loading entity new on JB AS 7.1I've got an application that I've been working on under JBoss 5, then I moved it to 6. Now I'm running under AS 7.1. One of my tests to load an object entity is failing under 7.1 although it worked fine un...
JBoss "Debug" (Connection Closing) ProblemHello, I have an application running on JBoss (4.0.5GA)+Oracle . I know there are connection leaks in the application code. For the time being i am using the "Debug" set to true which automatically closes all the ope...
Auto commit remains enabled in transactionHello. I have been developing/maintaining an application over the last couple of years that runs in JBoss 5.1.0.GA using JPA 1.0 with Hibernate 3.3.1.GA/Hibernate EM 3.4.0.GA as the persistence provider. Long ago I sa...
Thread jboss-6.0.0.Final: Unable to process @Resource annotation (title changed)
jboss-6.0.0.Final: Unable to process @Resource annotation (title changed)Hi, Fed up from vendor lock in and pushy not so intelligent support, and hopeful from the ever growing JBoss fanbase, we started a new development project on JBoss 5.1.0.GA. We are using JBoss 5.x because we want to ...
Transaction demarcation - automatic flushHello, based on the quickstart examples which come with jboss as 7.1 I created the example below. Problem: although e.g. a select on the database during the login process works fine a new user is not persist...
Thread how to call oracle stored procedure in jpa?
how to call oracle stored procedure in jpa?I made the oracle stored procedure, PROCEDURE SP_SELECT_ORA ( ID_INPUT IN VARCHAR2, ID_OUTPUT OUT VARCHAR2, PASSWD_OUTPUT OUT VARCHAR2, ...
Thread JBoss 5.1.0.GA, JPA 2.0, and EClipseLink 2.0
JBoss 5.1.0.GA, JPA 2.0, and EClipseLink 2.0I have been working on an issue getting JBoss, JPS, and EClipseLink all working together for several days now. I believe it's in the class loading of the JPA through JBoss, but I just can't figure it out. ...
JBoss 5.1 GA + JPA 2Can some one please help me deploy my JPA2 application on JBoss 5.1? Going to JBoss 6 is not an option since it is not GA yet. I can deploy my app in jetty/tomcat but not in JBoss... Never thought JBoss will ...
Thread Changing Hibernate Version in JBoss SOA 5.0.2?
Changing Hibernate Version in JBoss SOA 5.0.2?In my WAR application I would like to use a different version of Hibernate (hibernate-core 3.6.8-Final and other compatible Hibernate packages) than the one provided by my server: JBoss SOA 5.0.2, which ships with Hib...
Thread Detached entity passed to persist after timeout, but which one?
Detached entity passed to persist after timeout, but which one?Hi, In my seam application i encountered the following issue : In a stateful sesion bean i create a persist method which use an EntityHome bean to persist an entity , if i call this method in the first...
ManagedConnectionFactory is nullI've seen this error happen before due to a hot-deploy of a -ds.xml file but I'm now getting this error without a hot-deploy. If I restart the server, everything will be OK for a couple of days, and then we get proble...