1. Giant NodeManagerLogs from hibernate in weblogic stackoverflow.comOne of our weblogic 8.1s has suddenly started logging giant amounts of logs and filling the disk. The logs giving us hassel resides in
and the entries in the logfile is just ... |
2. JPA Logging in WebLogic 11g (10.3.1) stackoverflow.comHow do you enable debug logging for OpenJPA when running an application in WebLogic 11g? I tried the steps given by http://stackoverflow.com/questions/792741/logging-jpa-sql-with-weblogic-10-3, but no OpenJPA log statements appear in ... |
3. ClassNotFoundException (HqlToken) when running in WebLogic stackoverflow.comI have a .war file for an application that normally runs fine in Jetty. I'm trying to port the application to run in WebLogic, but at startup I'm getting these exceptions:
|
4. Problem deploying hibernate depended project into weblogic 10.3.5 stackoverflow.comI've been developing an application intending to deploy my war into jboss6. However, in the middle of the development, I had to deploy my application into weblogic(no experience before) 10.3.5(company policies!) ... |
5. Using JPA 2.0 with a WebLogic 10.0 stackoverflow.comI am constrained to using WebLogic 10.0.x. This version comes bundles with the OpenJPA implementation of the JPA 1.0 specification. However my application would like to use functionality available ... |
6. NetBeans Tutorial with Hibernate and WebLogic forums.netbeans.orgJackNBox1 Joined: 05 Jun 2009 Posts: 1 Posted: Fri Jun 05, 2009 7:04 pm Post subject: NetBeans Tutorial with Hibernate and WebLogic I am trying to run through ... |
7. Hibernate with WebSphere/WebLogic. coderanch.comOriginally posted by Patrick Finnegan: Hibernate with WebSphere/WebLogic. To what extent does Hibernate integrate with WebSphere/WebLogic? Both application servers are EJB centric offering transaction isolation, XA two phase commit and EJB workload management capabilities through EJB container services. These features are made available across a multi-server clustered environment. Can Hibernate enabled applications served by WebLogic/WebSphere implement two phase commit in a ... |
8. can we use hibernate with Weblogic coderanch.com |
9. Hibernate and Weblogic coderanch.com |
10. Hibernate in weblogic server 9.2.2 coderanch.comWhen i try deploy the hibernate application in weblogic server9.2.2, i got the error like org.hibernate.HibernateException: /hibernate.cfg.xml not found at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:147) at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1287) at org.hibernate.cfg.Configuration.configure(Configuration.java:1309) at com.cengage.hibernate.SessionManager.currentSession(SessionManager.java:48) at com.cengage.hibernate.AdminServiceImpl.getUser(AdminServiceImpl.java:80) at com.cengage.actions.LoginAction.execute(LoginAction.java:81) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) at com.cengage.actions.MyRequestProcessor.process(MyRequestProcessor.java:38) My build structure is: war | |--WEB_INF | |--lib |--classes |--web.xml |--eprod.hbm.xml |--hibernate.cfg.xml is it right? pls advice me this is very critical position? ... |
11. Hibernate error (classNotFoundException) in Weblogic 10 on Solaris 10 coderanch.comHi all, I am facing one problem when try to connect database using hibernate on weblogic application server 10 on solaris10. It gives me 'classNotFoundException' in hibernate related code. I am using Hibernate 3.2. Similar problem i was facing on weblogic 10 on windows xp. But when i added 'antlr-2.7.5H3.zip' in classpath setting of weblogic setDomainEnv.cmd file; that problem got resolved. ... |
12. hibernate with weblogic coderanch.comHi all, I am first time trying to run the hibernate with weblogic... does anyone know what all configuration settings required to do in order to run the hibernate logic . I have simple web application with one servlet running on my weblogic. I m trying to understand if i have to put the hibernate logic in the servlet class , ... |
13. How to configure hibernate in weblogic 10.3.2 coderanch.comI try to configure hibernate 3.3.1 in weblogic portal 10.3.2 but seem it's not work. I added : - log4j.jar - hibernate-annotations.jar - hibernate3.jar in WEB-INF/lib folder. Then i config commons-logging.xml with value rg.apache.commons.logging.LogFactory = org.apache.commons.logging.impl.Log4jFactory It can be generate code from database but when i try to develop portlet and create sessionFactory = new AnnotationConfiguration().configure().buildSessionFactory(); So it throw error : ... |
14. ClassCastException on Weblogic 10r3 (Weblogic problem) forum.hibernate.orgHi all, The following stacktrace is not a problem with Hibernate, but with weblogic 10Gr3 using hibernate 3.2.6. It screams classpath/class loader issue to me and I have tried everything I can think of. I am deploying an EAR that contains one WAR. As the link http://forum.springsource.org/archive/i ... 26594.html suggests, I have checked to make sure there is only one hibernate ... |
15. weblogic hibernate and edbc (using Ingress) error forum.hibernate.orgHi guys, I am actually in the process of upgrading our weblogic source code from 9.1 to 10.3. it uses hibernate3.jar and edbc.jar (library for Ingres v2.6 Database connection). This is the error message that I currently get when trying to deploy to the server. The hibernate package is bundled into an ear file - this ear file is the one ... |
16. Can not deploy 3.5 to Weblogic 10.3 server forum.hibernate.orgI am trying to deploy my project that I upgraded to Hibernate 3.5 but keep on getting the following error: java.lang.Throwable: java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode; at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:580) at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72) at weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:330) at weblogic.deployment.PersistenceUnitInfoImpl. |
17. JPA + Hibernate + Weblogic forum.hibernate.orgI don't if this is right place to post but.... I'm kind newbie on JPA. I'm trying to publish a project using JPA+Hibernate on a Weblogic and I'm getting this exception: Code: <25/03/2010 16h42min15s BRT> |
18. ClassCastException with Hibernate 3.5 in Weblogic 10.3.1 forum.hibernate.orgI've been trying to setup my application to use Hibernate 3.5 Final realease as a JPA 2.0 implementation deploying to Weblogic 10.3.1, but I keep having classloading problems. First I got: java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode; It obviously was a classloading problem, so I checked for other jars in weblogic lib and found that it has it's own javax.persistence jar (version 1.0). To avoid ... |
19. How to configure hibernate in weblogic 10.3.2 forum.hibernate.org |
20. weblogic 10.3.4 with hibernate forum.hibernate.org |
21. Hibernate3 weblogic 10.3.0 web app ExceptionInInitializerErr forum.hibernate.orgHello All, I am trying to deploy a web application which was developed using java 1.6 and tomcat on weblogic 10.3.0.0 server. My hibernate.cfg.xml file contains -- Code: |
22. Hibernate JCA and weblogic; Anyone? forum.hibernate.orgNot currently yet, but want to start in a couple of days (if possible). Concerning this subject (well... more or less), the hibernate site contains this sentence : 'WebLogic Server's JNDI implementation is known to be incompatible with Hibernate. Questions regarding this issue should be directed to BEA, since it it due to their lack of support for a fairly non-exotic ... |
23. shameless WebLogic question forum.hibernate.orgI have Hibernate setup to log SQL and debug info via my log4j.properties. All of this information is going to my console. However, I'd like it to also go to the WL log file. Logging level in WL is set to info but I don't see any Hibernate messages in there. Is any familiar with how I can capture all stdout ... |
24. Weblogic as Service on Windows 2000 problem forum.hibernate.orgHey Guys, I am having a problem and I know that this is more a Weblogic issue but am hoping to get some help here. I have installed an Unmanaged server on a Win2K box and have set it to run as a server. I am using Hibernate via EJBs and have placed the hibernate.cfg.xml into the application startup directory which ... |
25. hiberante - weblogic arch. advice needed forum.hibernate.orgHi: I am planning to use hibernate within my j2ee application with weblogic 8.1. As I understand from the forum postings, hibernate can be used with or without JCA. I wanted some advice from the forum, what would be justifable reasons for introducing JCA in my application or advantages of one approach over the other tia sp |
26. hibernate - weblogic newbie problems forum.hibernate.orgHi: I am trying to create a sample application using hibernate-2.1, weblogic 8.1 and Oracle 8i. I have a simple java client invoking the SSB which then tries to establish a hiberante session. the code in my SSB is : Configuration cfg = new Configuration(); cfg.setProperty("jndi.url","t3://localhost:7001"); cfg.setProperty("jndi.class", "weblogic.jndi.WLInitialContextFactory"); cfg.setProperty("hibernate.connection.datasource", "testDataSource"); cfg.setProperty("hibernate.dialect", "net.sf.hibernate.dialect.OracleDialect"); cfg.setProperty("hibernate.show_sql", "true"); cfg.setProperty("hibernate.transaction.factory_class", "net.sf.hibernate.transaction.JTATransactionFactory"); cfg.setProperty("jta.UserTransaction", "java:comp/UserTransaction"); cfg.addClass(EasTlKeyvaluelookup.class); /******************* this ... |
27. Hibernate and Weblogic forum.hibernate.orgHi, I have couple of Questions using ThreadLocal in J2EE server deployment. 1. Whats the recommended way of managing hibernate session, I mean, is it OK to use ThreadLocal to get the session object. 2. I am currently using ThreadLocal to get my Session and having the following error. Code giving the session public static Session currentSession() throws DaoException { Session ... |
28. hibernte can be compatible with work in weblogic 5, can't it forum.hibernate.org2004-04-09 12:08:42 INFO --> /spPagination,N/A,127.0.0.1 2004-04-09 12:08:42 INFO invoke controller's init 2004-04-09 12:08:42 INFO invoke controller's prevoke 2004-04-09 12:08:42 INFO invoke controller's relevant method 2004-04-09 12:08:42 INFO begin to browse in controller 2004-04-09 12:08:42 INFO begin to fetch by hibernate 2004-04-09 12:08:43 INFO get configer and load xml1 2004-04-09 12:08:43 INFO Hibernate 2.1.2 2004-04-09 12:08:43 INFO loaded properties from resource hibernate.properties: ... |
29. hibernte can't be compatible with weblogic 5??????????????? forum.hibernate.org2004-04-09 12:08:42 INFO --> /spPagination,N/A,127.0.0.1 2004-04-09 12:08:42 INFO invoke controller's init 2004-04-09 12:08:42 INFO invoke controller's prevoke 2004-04-09 12:08:42 INFO invoke controller's relevant method 2004-04-09 12:08:42 INFO begin to browse in controller 2004-04-09 12:08:42 INFO begin to fetch by hibernate 2004-04-09 12:08:43 INFO get configer and load xml1 2004-04-09 12:08:43 INFO Hibernate 2.1.2 2004-04-09 12:08:43 INFO loaded properties from resource hibernate.properties: ... |
30. The problem of hibernate and weblogic forum.hibernate.orgNewbie Joined: Tue May 25, 2004 10:02 pm Posts: 6 hello everyone! I am a hibernate beginner.I do the program in according to the it. http://www.hibernate.org/120.html#A7 and mathaias blog. http://blogs.atlassian.com/scuttlebutt/ ... 00201.html My enviroment: hibernate 2.1.3 os:windows 2000 weblogic v8.1.2 and my config file hibernate.cfg.xml: |
31. problem on deploying hibernate on weblogic forum.hibernate.orgHi, I have been working on deploying hibernate on weblogic. The directory structure is like below: helloWoldEar |__APP-INF | |__lib |__helloWebApp | |__WEB-INF --> classes, lib |__*.html, *.jsp, *.xml , hibernate.cfg.xml, *.hbm but when I run the application, it complained that it could not find the hibernate.cfg.xml. I really don't where I should put the hibernate.cfg.xml. Does anyone have the similar ... |
32. Hibernate + WebLogic 8.1 forum.hibernate.orgHi all, I need some help to find a good howto or informations about hibernate integration into WebLogic 8.1 SP2. I already work with JBoss and I use a ***.sar but with WebLogic I find nothing who explain me the "good" method to use and configure Hibernate on this server. I know that I could find few info on the web ... |
33. Weblogic : java.lang.UnSupportedOperationException..User forum.hibernate.org |
34. weblogic&hibnernate? forum.hibernate.orgHibernate-2.1 final |
35. hibernate with weblogic forum.hibernate.orgWeblogic Server 8.1 and Hibernate work very nicely together. Set up your datasource in Weblogic and for the example hibernate config as shown below, configure a data source called 'my.data.source (for example)'. This example is specifcally geared towards struts users wishing to bind their sesion factory to JNDI with Weblogic Server. Hibernate.cfg.xml Code: |
36. Accessing multiple data stores using weblogic forum.hibernate.orgemmanuel wrote: Yes it is possible. Just use a transactional DS from WL and configure the TransactionManagers in Hibernate (see the ref doc) My requirement is two fold : one is to achieve global transaction behaviour using weblogic app. server second is to access multiple data stores using two different conenction pools deployed on weblogic. I have used the following code ... |
37. An Example Weblogic specific Hibernate Configuration forum.hibernate.orgI've noticed many different configurations for Weblogic. I've read through much of the e-docs for Weblogic and here is a configuration that is minimal and effective for CMT, JNDI bound session factory,... Code: |
38. Timeout connecting to weblogic forum.hibernate.orgHi, I've not been able to connect to weblogic due to the following error messages and I cannot seems to locate this problem anywhere in the forum. In my source code, it hits somewhere in the sessionFactory = new Configuration().configure().buildSessionFactory(); 11:21:02,542 INFO Environment:469 - Hibernate 2.1.6 11:21:02,552 INFO Environment:498 - hibernate.properties not found 11:21:02,562 INFO Environment:529 - using CGLIB reflection optimizer ... |
39. hibernate with sqlserver2000 and weblogic 8.1 forum.hibernate.orgwe r presently developing an product called VCAB and using hibernate in it .the product is ready and we tested it with mysql and it worked fine but is not working with sqlserver.the exception it is giving in weblogic 8.1 is an sql exception saying unsupported data conversion lso there is an error after that saying unable to fetch input xml ... |
40. How to create JCA on Weblogic 8.1 forum.hibernate.org |
41. Hibernate with Weblogic 8.13 - Newbie forum.hibernate.org |
42. can hibernate 2.1 run on weblogic 6.1 sp6? forum.hibernate.org |
43. Hibernate configuration for weblogic server forum.hibernate.orgIf you are trying to use Weblogic (or any other application server), you need to: 1. Set up a JNDI datasource in Weblogic. So use the Weblogic console to set the datasource and JDBC connection. 2. You need to tell Hibernate where this datasource is and the JNDI name where a JTA User Transaction can be obtained. So modify the hibernate ... |
44. Hibernate and Weblogic 8 forum.hibernate.org |
45. setup ibernate and weblogic forum.hibernate.orgHI im new in hibernate and i need to run hibernate with weblogic and then use Data Source to connect to a Sybase data base. I search in the internet but i dont find information about this. If somebody can help me, and tell me how to do this, please. Thanks to all. |
46. Hibernate with Weblogic Jumpstart forum.hibernate.org |
47. TreeCache redeploy problem in WebLogic 8.1 forum.hibernate.org16:11:03,429 ERROR [UDP] exception=java.io.IOException: java.lang.NoClassDefFoundError: org/jgroups/protocols/pbcast/JoinRsp at org.jgroups.util.Marshaller.read(Marshaller.java:85) at org.jgroups.Message.readExternal(Message.java:491) at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:686) at org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1294) at java.lang.Thread.run(Thread.java:534) |
48. Antlr and Weblogic forum.hibernate.orgHi, I'm using Hibernate3 and am receiving the following error: CharScanner; panic: ClassNotFoundException: org.hibernate.hql.ast.HqlToken After searching on the forum and Migration Guide FAQ, I read there are issues with antlr and weblogic. Has there been a fix yet? The migration guide FAQ said there will be a fix within the next few weeks. Thanks. |
49. intermittent StaleObjectException when switching WebLogic co forum.hibernate.orgPage 1 of 1 [ 1 post ] Previous topic | Next topic Author Message prashanthbs Post subject: intermittent StaleObjectException when switching WebLogic co Posted: Thu Jun 30, 2005 8:18 pm Newbie Joined: Thu Jun 30, 2005 7:12 pm Posts: 1 We are getting an intermittent staleObjectException when switching WebLogic container ... |
50. hibernate weblogic forum.hibernate.org |
51. Problem: Hibernate 3.0 with Weblogic 7.0 forum.hibernate.orgNewbie Joined: Fri Aug 19, 2005 1:38 pm Posts: 3 I have seen a post on hibernate.org regarding the problem with weblogic using hibernate. I'm having the same problem. I tried to set up the start up class, but couldn't do it. Can someone please help me in this regard. 1. where can I find the interface 'T3StartupDef' 2. in which ... |
52. WEbLOGIC WLS_TEMP forum.hibernate.org |
53. hibernate-3.x does not work with weblogic 8.1 forum.hibernate.orgI have a simple java client that does the following Query query = session.createQuery("....hql stmt..."); query.setString("userid", userid); List list = query.list(); /* PROBLEM OCCUR in weblogic8.1! */ Above codes works smoothly as a standalone program. But when it is deployed into weblogic 8.1 as a web module..... With hibernate 3.0 ---------------------- statement "query.list()" crashs the server. I need to restart weblogic ... |
54. Problem with Hibernate running in Weblogic 8.1 app srv forum.hibernate.orgNewbie Joined: Mon Nov 21, 2005 6:05 am Posts: 1 Hello, I'm trying to get Hibernate working from within WebLogic Application Server 8.1. I setup a connection pool in Weblogic so hibernate can use it. In the hibernate.cfg.xml file I specified the datasource: Code: |
55. Issue with Hibernate 3.1 and Weblogic 8.1 MSQL Drive forum.hibernate.org |
56. JDBCTransaction problem in weblogic 8.1 forum.hibernate.orgHi, I am using Hibernate 3.0.5 on Weblogic 8.1 application server with oracle 9i as database server. We are using the default transaction factory of hibernate i.e JDBCTransaction in the mapping file. But we get a exception whenever we are trying to commit the transaction. code used is given below : transaction = session.beginTransaction(); session.update(object); session.flush(); transaction.commit(); Exception is ERROR org.hibernate.transaction.JDBCTransaction ... |
57. problem using weblogic 9.1 forum.hibernate.orgHello, I'm using : - hibernate : 3.2.0.cr1 - hibernate-annotations : 3.1beta9 My problem is to build the session factory, I have this error : Caused by: java.lang.NoSuchMethodError: javax.persistence.ManyToMany.mappedBy()Ljava/lang/String; at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:1285) at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:641) at org.hibernate.cfg.AnnotationConfiguration.processArtifactsOfType(AnnotationConfiguration.java:295) at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:216) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1172) at util.HibernateUtil.(HibernateUtil.java:23) any idea ? (the same program works well outside the application server) |
58. my hibernate app does not work in weblogic 7 forum.hibernate.org |
59. Hibernate and weblogic :( forum.hibernate.orgHi, Being relatively new to hibernate I was pretty happy when I got it working in a fair time developing in the eclipse IDE. But then I had to deploy the app to weblogic 8.1 where I use weblogic workshop to make some webservices that used the same code i used in eclipse (for hibernate 3). But when testing the webservice ... |
60. OutOfMemory Errors with Weblogic 8.1 SP5 and Hibernate 3 forum.hibernate.orgI found a long 13 page thread about this issue but no one really seemed to have the solution: http://forum.hibernate.org/viewtopic.ph ... t=weblogic When I redeploy my app about 4 or 5 times the weblogic server instance runs out of memory. This presents a real problem in our development environment where we are reploying many times a day. As suggested somewhere in ... |
61. Weblogic 8.1 + Hibernate 3 + CGLIB Enhancement failed forum.hibernate.orgHi, Application Type: J2EE Web Application. We are using Weblogic 8.1 with SP4 and Hibernate 3. We are experiencing the error as follows: ERROR [ExecuteThread: '14' for queue: 'default'] - CGLIB Enhancement failed: com.cingular.model.orm.BaseRequest net.sf.cglib.core.CodeGenerationException: java.lang.reflect.InvocationTargetException-->null at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:237) at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377) at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:317) at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:126) at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41) at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161) at org.hibernate.tuple.AbstractEntityTuplizer. |
62. Hibernate as the JPA provider in Weblogic 10 forum.hibernate.org |
63. Hibernate with Weblogic 9.2 forum.hibernate.org |
64. StaleStateException weblogic forum.hibernate.orgI have implemented a SLSB as my facade, and using Hibernate 3.2 for DAO. I use EJB2.0. This is deployed on weblogic9.2 I am trying to implement optimistic concurrency. When I get the message StaleObjectStateException, Hibernate does a setRollback. I am not able to catch this exception in my EJB. The control never comes back to my EJB. I would like ... |
65. Hibernate and Weblogic forum.hibernate.org |
66. Weblogic 8 to 9 with Hibernate 2 - ClassCastException forum.hibernate.orgHello, I'm migrating a web application from Weblogic 8 to Weblogic 9 (in the same times, I'm migrating from Java 1.4 to Java 1.5). The application has been splitted into 2 parts: - Object part : an ear file with the business (EJB) and database (DTO) layers. - Presentation part : a war file with the presentation layer. The communication between ... |
67. PSPermgen usage seems to be crashing weblogic forum.hibernate.orgI'm in a reasonably large project and I'm running into some problems with our weblogic server gradually slowing down and then crashing mysteriously. After a bit of digging around, I discovered the following site ( http://jroller.com/agileanswers/date/20060623 ) which alludes to some problem with Sun's JVM that causes this strangeness. Now, an extremely valid question would be "why are you posting on ... |
68. NoSuchMethodException when deploying to Weblogic 10 forum.hibernate.orgAuthor Message jordi_fm Post subject: NoSuchMethodException when deploying to Weblogic 10 Posted: Tue May 27, 2008 12:32 pm Newbie Joined: Tue May 27, 2008 11:46 am Posts: 1 We are getting Code: java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator. |
69. Hibernate issue with antlr package in weblogic forum.hibernate.org |
70. Weblogic 10 + Hibernate 3 forum.hibernate.org |
71. Hibernate on Weblogic 10.3 forum.hibernate.orgWe are experiencing problems with KODO and Oracle and would like to try to switch to Hibernate instead. This would allow us to isolate the problem as well as find a potential work around. I have added the hibernate jars to my ears lib directory. After deploying and restarting the server I am getting the following exception. It seems to be ... |
72. Hibernate and Weblogic 10 forum.hibernate.org |
73. CMT Txn issue with an application running in weblogic forum.hibernate.orgHello, I am trying to set up an simple application which uses CMT as well as hibernate as persitsance framework. The application is deployed in Weblogic 9.2 app server. Please see my hibernate.cfg.xml: Code: |
74. JPA issue with Kodo in Weblogic forums.oracle.comLooks to me like an outdated version of Apache commons-collections is on the classpath, one that is not compatible with the version of OpenJPA that is on the classpath. If you wonder how I reason that, I simply check the packages of the classes involved: org/apache/commons/collections/map/AbstractHashedMap org/apache/openjpa From this I know that OpenJPA relies on the apache commons-collections API. You will ... |