jboss « Load « JPA Q&A





1. JBoss Scoped Class Loading    stackoverflow.com

I want to use the latest hibernate version inside the ear without upgrading the jars on the server. I am following the instructions given here - http://jaitechwriteups.blogspot.com/2008/08/how-to-upgrade-hibernate-in-jboss.html. However the problem ...

2. JBoss Classloader Repository    stackoverflow.com

Running JBoss 4.2.3.GA and trying to deploy a WAR that is using Spring/Hibernate/JPA. I'm getting ClassCastExceptions (quite a lot of different ones) so I'm trying to setup a Classloader Repository for ...

3. JBoss and different versions of Hibernate    stackoverflow.com

We are using JBoss 4.2.3 which in turn comes with version 3.2.1.ga of Hibernate. I would like to use Hibernate 3.5.1-FINAL which supports JPA 2.0. I've been trying to make this ...

4. Classloader issue in JBoss AS 6 with EJBs and WARs deployed side-by-side    stackoverflow.com

I've found a pretty intricate problem while working on a project with multiple EE deployables. The problem seems to be a confluence of the EJB3.1 TimerService's Hibernate dependencies and insufficient classloader ...

5. JBoss classloading problem    stackoverflow.com

I have a web application (war file) that works perfectly on tomcat. Now I need to put this same application to work on JBoss 4.2.2. There are other application running on ...

6. Loading from one persistance unit and persisting in another    stackoverflow.com

I have a problem with Hibernate/JPA, a problem when the magic behind the scene makes life difficult. What I would like to do is very trivial so there should be a ...

7. My Library with JBoss 5    stackoverflow.com

Im using JBoss 5 and i want to use hibernate "3.6" instead of jboss hibernate "3.3". Is it enough to just replace the hibernate jars with mine jars which are located ...

8. failed to set value org.jboss.resource.adapter.jdbc.WrapperDataSource - Hibernate, JBoss    stackoverflow.com

Could someone explain this error and how to fix it? I've pasted the entire stack trace below. java.lang.IllegalArgumentException: failed to set value org.jboss.resource.adapter.jdbc.WrapperDataSource@1375b87e on field private com.contact.service.ContactBasicService com.contact.servlet.AddContactServlet.service; Reason: ClassLoaders of ...

9. Upgrade Hibernate version in JBOSS    stackoverflow.com

I am having a hard time when trying to ship inside my EAR my own version of Hibernate (and not the one that JBoss brings by default). Then I made my deployment ...





10. Load persistence unit with vfsfile (exploded JAR) on JBoss 5.1/Hibernate 3.3.2    stackoverflow.com

I am looking for help to fix a problem to appeared when migrating from JBoss4 to JBoss5. There seems to be an issue with Hibernate support for VFS (introduced in JBoss5). For modularity ...

11. mappings not loaded for multiple apps in jBoss    forum.hibernate.org

I am using jBoss with its default Unified classloader (that means that unless you do something special, the classes and resources of apps are visible by other apps). I have a library app that is used by most of my apps and uses JPA to maintain a centralized audit-trail facility. I have a totally independent webapp that uses JPA to manage ...

12. JBoss and serializable datatype - classloader problems?!    forum.hibernate.org

Hello everyone, I tried to find something alike my problem here but failed. The problem: There is a class which is managed by Hibernate And there is another class which is property of managed class. I'd like to store it as BLOB field and did the following mapping. ...

13. Classloading issues with JBoss 4.2.1GA    forum.hibernate.org

Newbie Joined: Mon Oct 15, 2007 12:08 pm Posts: 1 This might be more JBoss -related than a Hibernate issue, but I am desperately hoping someone would have experience in solving a similar issue, as I have not been able to find a solution from JBoss forums. If this is completely wrong place for this question, sorry! I am having classloading ...

14. JBoss 4.2 Hibernate 3.2.4sp1 Session.load ClassCastException    forum.hibernate.org

Beginner Joined: Fri May 21, 2004 5:22 am Posts: 24 Need help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp Hibernate version: 3.2.4.sp1 (shipped with JBoss 4.2.2) Mapping documents: Code: ...

15. "No Classloader Found" During JBOSS Deployment    forum.hibernate.org

Newbie Joined: Sat Nov 22, 2008 1:35 pm Posts: 7 I am getting a "No Classloader Found" exception during the deployment of my Hibernate Application on a JBOSS server. I have provided the full stack trace along with the relevant Hibernate cinfiguration and mapping files below. Any help you can provide would be GREATLY appreciated as I have been stuck on ...

16. JBoss Web Service And Hibernate Lazy Loading problem    forum.hibernate.org

Hello there. In my current projectI have to use web service as the RPC methodSo the loaded object must be transformed to XML SOAP. My problem is when the jboss server try to that, I would get the lazy loading after session closed exception because some properties are not loaded when the session is open and I don't want them to ...