Log in to follow, share, and participate in this community.
Thread Inheritance ...... help
Inheritance ...... helpHi, 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
Thread Acess between SessionBeans in the JVMs differents
Acess between SessionBeans in the JVMs differentsHi, 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 ...
andresantosHi, 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 ...
Attempt to get lock refHi, 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...
EJB Deployment problem in JBOSS 4.0Hi, 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...
Distributed cache implementationHi, 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...
Beans and DB ConnectionHi; 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 ...
Distinct with CMP2.0When 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...
Problem reading Objects stored in BLOBI 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 JBossHi, 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...
Two server connection problemI 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...
Thread entityContext.getEJBLocalObject() returns wrong object for e
entityContext.getEJBLocalObject() returns wrong object for eHello, 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...
Thread problem with jboss 3.2 and postgreSQL using CMP 2.0
problem with jboss 3.2 and postgreSQL using CMP 2.0Hi, 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...
Thread Cant deploy EAR with WAR talking to EJB with ejb-local-ref i
Cant deploy EAR with WAR talking to EJB with ejb-local-ref iI 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 ...
Unknown load groupWe 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...
JNDI-NAME and EJB-REFHi, 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...
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...
Problems with JBoss 4.0I'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...