• Inheritance ...... help

    Hi, I need to use the inheritance on my CMP beans. How can I solve this problem? Is the CMP inheritance implementation considered in near future? Peter
    Profile Photo
    created by vaclavik
  • mysql and jboss

    i want to know how to use mysql with jboss3.2.1 thx
    Profile Photo
    created by newdevin
  • Acess between SessionBeans in the JVMs differents

    Hi, I'm testing acess between SessionBeans in the JVMs differents. I have two different EARs running in two differents JVMs. In the First EAR, naming EAR1, I have a jsp that acess a SessionBean1 in the exactly EAR ...
    Profile Photo
    created by andresantos
  • andresantos

    Hi, I'm testing acess between SessionBeans in the JVMs differents. I have two different EARs running in two differents JVMs. In the First EAR, naming EAR1, I have a jsp that acess a SessionBean1 in the exactly EAR ...
    Profile Photo
    created by andresantos
  • Attempt to get lock ref

    Hi, I am getting the following exception some times (not al l the times). I would really appreciate if anybody can help me in solving this exception. Please see the exception details below.. thanks, Ravi Varma. java...
    Profile Photo
    last modified by varma_rk
  • EJB Deployment problem in JBOSS 4.0

    Hi, I am trying to migrate my application from jboss 2.4.X to Jboss 4.0.I have prblem deploying my EJBs.I added the below tag to the ejb-jar.xml. <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise...
    Profile Photo
    last modified by ravik_gis
  • Distributed cache implementation

    Hi, I have a lot of GUI(swing) clients which work with domain objects. Client interacts with domain object through RMI(Stateless Session Bean). After domain object state has been changed all clients should be notifie...
    Profile Photo
    last modified by msuroo
  • Beans and DB Connection

    Hi; I've deployed an MDB in JBoss 3.2.0. The MDB accesses an MS SQL 2000 DB through the JDBC APIs. I have a manual commit transaction block that involves multiple Inserts and Updates. One of the steps is to get back ...
    Profile Photo
    last modified by deepak.j
  • Distinct with CMP2.0

    When using the distinct option with a declared-sql query and Postgres 7.3, there is an issue if one wishes to sort by an additional key. According to the query generated by JBoss, it only queries for the primary key o...
    Profile Photo
    created by rgothan
  • Problem reading Objects stored in BLOB

    I am writing objects to BLOB filelds using CMP ejbs but when I read blob Instead of getting my Object i am getting object of class org.jboss.invocation.MarshalledValue. I dont want to cast the object to MarshalledValu...
  • EJB from IBM WebSphere to JBoss

    Hi, I'm porting a J2EE application from WebSphere to JBoss and I'm seeing the following line in the XDoclet portion of the EJBs: @ejbTransactionAttribute TX_NOT_SUPPORTED I'm new to EJBs, JBoss and whatnot and I di...
    Profile Photo
    created by montia
  • question of fresh man

    How can I find an sateful sessionbean? My client use jms to communicate with jboss.
    Profile Photo
    created by normal
  • Two server connection problem

    I have two JBoss Server on two PC connected with LAN. Two server have different EJBs (of course, different functions). How can I call EJBs from one server to another server? client -> JBoss Server A -> JBoss S...
    Profile Photo
    created by vincentchun
  • entityContext.getEJBLocalObject() returns wrong object for e

    Hello, I am using JBoss3.2.1 with JDK 1.4.2. I encountered the following problem and seems it is a bug in JBoss. I have an entity bean called GroupBean defined as : public abstract class GroupBean implements Entity...
    Profile Photo
    created by tsangcn
  • problem with jboss 3.2 and postgreSQL using CMP 2.0

    Hi, I have a problem when i want to deploy an entity bean on jboss3.2.2 y PostgreSQL 7.3. I have made an entity bean using CMP 2.0 and when i start jboss appears this problem: ... 97 more 10:06:58,816 WARN [ServiceCo...
    Profile Photo
    last modified by borjacd
  • Cant deploy EAR with WAR talking to EJB with ejb-local-ref i

    I have an EAR file. It contains an EJB (helloWorldBean.jar) and a Servlet in a WAR (helloWorldServlet.war) I packaged them in an EAR file with the JAR and WAR in the META-INF/lib directory. In the web.xml file of the ...
    Profile Photo
    created by butman
  • Unknown load group

    We have a CMP 2.0 EJB Entity bean, with a session. We can create the Session bean, execute the findAll, and iterate all beans. However, once we call a getter on the remote or local interface of the entity bean, we get...
    Profile Photo
    last modified by rroos
  • JNDI-NAME and EJB-REF

    Hi, I have two different projects deployed in JBoss and I have an two EJBs with the same name (one in each project) but pointing to different tables in different databases. I tried differing their jndi-names by sett...
    Profile Photo
    last modified by rscully
  • EJB QL and Dates....

    It's pretty well established that the current version of EJB-QL cannot do much outside of dealing with primitive types (and, it can't sort on Date at all). What I'm looking for is a strategy to solve the following pr...
    Profile Photo
    created by thegiantsquid
  • Problems with JBoss 4.0

    I've a fully tested and working application on JBoss 3.2. If i try to deploy the application on JBOss 4.0, It gives me problems; the application is deployed but if I try to access the (EJB facade of the) application f...
    Profile Photo
    created by damiano.altomare