Log in to follow, share, and participate in this community.
Thread JBossDO enhancer makes POJO classes non serializable
JBossDO enhancer makes POJO classes non serializable "yogesh_prajapati" wrote: "yogesh_prajapati" wrote: I am using JBossDO (JBoss 4.0 DR2). I had this idea that since JDO is based on POJO, I could use them JDO objects as Data Transfer Object (DTO) between Busine...
Why not integrate hibernate?JBoss has successfully integrated a number of existing project to speed up it's development, diversify it's code base and possibly increase it's quality. Jetty, JavaGroups, hsql are the obvious examples... Why not in...
Integer primary key "urswag" wrote: "urswag" wrote: Hello I would like to use CMP entity beans. Usually in database development the first column is an integer not null, unique and defined as primary key. In the entity beans sampl...
JBoss DO Scalability "mikezzz" wrote: "mikezzz" wrote: Hi, I have a concern about how JBossDO will work when dealing with very large datasets. In the JDOAbstractCommand.executeQuery() method there is the following few lines of cod...
getNextID() problem using CMPI'm writing an application that uses CMP to manage all my Entity Beans. It's been very refreshing to allow the container to manage all my jdbc connections, do the querying, etc. Now I need to write a Session bean tha...
Inheritance... Not supported.Inheritance... Not supported. Might as well use the existing CMP engine. Unless this is the CMP engine rewrapped with a few added features. Are you planning to add support for the persistence of object trees?
JBossDO Contributions(Moved this over to the development forum from the user forum before it gets to deep :) ) Alex, In the other thread, you mentioned id generators, schema generation and enhancer as possible tasks that don't touch the...
Thread Design pattern for list processing (paging) using CMP
Design pattern for list processing (paging) using CMP(Perhaps tihis should be in the design patterns forum, but I think it's appropriate here as well). For a while we have struggled with the design pattern for basic list processing (paging back and forth through data, ...
jbossdo name?I own OpenJDO.com and .org, and currently have no project for them, if the jboss project is interested I would be willing to donate their use to the project... If there is any interest please contact me at brady@REMOV...
Thread ORDER BY is not regconized in JBoss 4.0 DR2
ORDER BY is not regconized in JBoss 4.0 DR2(Perhaps tihis should be in the design patterns forum, but I think it's appropriate here as well). For a while we have struggled with the design pattern for basic list processing (paging back and forth through data, ...
JBossDOI am looking for the place where the JBossDO devlopers hang out. I have a bunch of questions about JBossDO. such as: When will it be released? will is support existing schemas? will it support managed relationshi...
Optimistic LockHi, have anyone tried JDBCOptimisticLock in JBoss 3.2? I've added the line <locking-policy>org.jboss.ejb.plugins.lock.JDBCOptimisticLock</locking-policy> to container configuration (standardjboss.xml), but...
EJB-QL Bug?There is a limitation on abstract-schema-name length considering finder methods. If you declare a schema name longer than 16 characters and then try to declare a finder on that schema(e.g. SELECT OBJECT(c) FROM this...
Must optimize JDBCLoadEntityCommand1.In class JDBCLoadEntityCommand, the generated sql is too longer.if there are 300 entity instance pool,the length will be 3000 charactors. 2.the generated sql is not optimized in oracle8. the oracle dbms 's optimizer...
getEJBLocalObject() bug?I'm using a business method in an entity bean that should return the primary key of the record the local object refers to. The method is this public int getId_fun() { final FunctionalityLocal func = (FunctionalityLo...
getEJBLocalObject() bug?I'm using a business method in an entity bean that should return the primary key of the record the local object refers to. The method is this public int getId_fun() { final FunctionalityLocal func = (Functionality...
CMP2.0 in ANTOkay GURUs, I recently have moved to JBOSS 3.06(because it is more stable) and I am having an issue when I build my project. I want to know what tool everyone is using to build you jar files? I have ANT 1.52 but the ...
java.rmi.ServerException+NullPointerExceptionUsing jboss jboss-3.0.6_tomcat-4.1.18 jdk1.3 following code compile completely fine packed in a jar file with META-INF\ejb-jar.xml,deployed successfully in server\default\deploy at deployment time table created succe...
Using one column for CMP and CMRHi, At the moment I have almost finished porting SPECjAppServer2002 to JBoss. My only problem at this time is that several entity beans use the column for the CMP data as CMR field aswell. After searching the web I c...