• 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...
    Profile Photo
    last modified by yogesh_prajapati
  • 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...
    Profile Photo
    last modified by philc
  • 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...
    Profile Photo
    created by urswag
  • 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...
    Profile Photo
    created by mikezzz
  • getNextID() problem using CMP

    I'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...
    Profile Photo
    last modified by tom.purvis
  • 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?
    Profile Photo
    created by philc
  • 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...
    Profile Photo
    last modified by mcorey
  • 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, ...
    Profile Photo
    last modified by sgodden
  • 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...
    Profile Photo
    last modified by boomhauer
  • 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, ...
    Profile Photo
    last modified by silencer500
  • JBossDO

    I 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...
    Profile Photo
    last modified by seanhager
  • Update is happened while i run findbyXXX?

    please refer http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=
    Profile Photo
    created by peixubin
  • Optimistic Lock

    Hi, 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...
    Profile Photo
    last modified by regulus
  • 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...
    Profile Photo
    last modified by sniper
  • Must optimize JDBCLoadEntityCommand

    1.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...
    Profile Photo
    created by peixubin
  • 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...
    Profile Photo
    created by nabuccodonosor
  • 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...
    Profile Photo
    created by nabuccodonosor
  • CMP2.0 in ANT

    Okay 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 ...
    Profile Photo
    created by thomas.coffey
  • java.rmi.ServerException+NullPointerException

    Using 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...
    Profile Photo
    last modified by rubia
  • Using one column for CMP and CMR

    Hi, 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...
    Profile Photo
    created by chrisdutz