Log in to follow, share, and participate in this community.
Thread Probable Connection Pool Problem
Probable Connection Pool ProblemHi, I am using JBoss 2.4.3 with JRE 1.3. Usually everything works fine. But sometime all of the sudden system goes slow and client (Swing) feels the same. We have to restart the server and then only users can work pe...
Thread TimerService(EJB2.1) with JBOSS-4.0.0DR2 don`t work if serve
TimerService(EJB2.1) with JBOSS-4.0.0DR2 don`t work if serveHi Every body, TSS article says about javax.ejb.TimerService. "If the server goes down, the timers will still be active when it comes back up again.If an interval timer expires many times while the server is down, i...
databse schema updateAutomatic database schema update is now possible with the new <alter-table>true</alter-table> feature in jbossjdbc-cmp.xml. It is assumed that alter-table is used in combination with create-table. When ch...
Thread Mixing EJB interfaces with concrete classes
Mixing EJB interfaces with concrete classesThis is a generic EJB question - not JBoss specific. I've posted this question in Sun's forums, but I haven't received any replies. I'm trying to define a non-ejb interface that I would like to 'overlay' or override ...
Thread jboss.xml inside a jar mentioned in ejb-jar:s manifest bug(?
jboss.xml inside a jar mentioned in ejb-jar:s manifest bug(?I accidently jarred jboss.xml and ejb-jar.xml inside some.jar's META-INF. This some.jar was mentioned in MANIFEST.MF of a ejb-jar. When deploying ejb-jar the deployer failed to add some.jar to ejb-jar's classpath: 2...
Thread javax.ejb.EJBException: CMR field value is already loaded
javax.ejb.EJBException: CMR field value is already loadedThe first time a make a select like "findContactsByLetter", it runs fine and returns me a list of contacts with the given letter. The problem is when a make the select again with the same letter, returns me the follow...
Moving from OC4J to Jboss "rathinrawal" wrote: Hi All I have moved an application from weblogic to JBoss. The application works great and everything is fine. Now I have an application that is running on OC4J and I am migrating that to ...
Thread Error in deploying EJB2.0 localHomeInterface on JBOSS3.2.1:
Error in deploying EJB2.0 localHomeInterface on JBOSS3.2.1: "Barbus" wrote: What could be the error here ? 11:36:43,384 WARN [verifier] EJB spec violation: Bean : InfoBeans Method : public abstract InfoBeansLocal create() throws CreateException Section: 7.10.8 Warning:...
BMT support "ma1acca" wrote: "ma1acca" wrote: Does Jboss Really support BMT? I keep getting intermittent errors like this below: 12:47:53,798 ERROR [TxInterceptorBMT] Application error: BMT stateless bean ContentInfoHome ...
who can help me about how to fix a bug?can you help me? I am working for clearing bug [608729 ] Deployment fails if no env-entry-value. And I almost corrected that bug, but i still have some question to ask. Can you take a moment to see bug #608729? It's m...
7MB field limitationHello, I'm currently having problems with a cmp bean used to store files. it only have an id field and a java.lang.object field (mapped to ms-sql image type). Everything goes ok when the file is small, but when usin...
Serialization of calls to the containerHi, I wanted to know if jboss serializes all calls to an ejb container. Consider an EJB x with methods a() and b() and two clients c1 and c2. x could be a deployed stateless session bean or an entity bean. c1 calls x...
Thread Deserialization Broken for java.lang.Class for RMI calls?
Deserialization Broken for java.lang.Class for RMI calls?It appears that the ClassLoader that handles deserialization of method parameters in RMI calls is failing to properly deserialize instances of java.lang.Class. This occurs when I call an EJB methods remotely and not d...
Thread Map Persistent EJB fields to Database Table Fields
Map Persistent EJB fields to Database Table FieldsI am deploying my first entity EJB but cannot figure out how how to map EJB persistent fileds to database table fields. It is the cabin EJB from O'Reilly's EJB text book. But he says use a GUI tool which I don't have...
jndi over sslHi, I'm trying to get jndi to work over https using jboss 3.2.2 with tomcat embedded has anyone got any tips? I've tried searching the web, forums and consulted the pay doco but have failed... Cheers, Dave
Thread Threading issue with ALL finders in JBoss 3.2.1
Threading issue with ALL finders in JBoss 3.2.1The problem is this, when running the finder, if it uses the ReadAheadCache, it uses addFinderResults(). That method is synchronized, and, the way the system is coded, there is only one ReadAheadCache instance per CMP...
Thread Commit option C BIG PROBLEM with 3.2.2 final release
Commit option C BIG PROBLEM with 3.2.2 final releaseHi all, I've just downloaded the latest release 3.2.2. The release 3.2.1 had a problem with commit option c unable to passivate due to ctx lock. I've tried to use 3.2.2 to see if this problem is fixed. It seems like ...
Dynamic-QL not thread safeThe implementation of dynamic-ql is not thread safe in 3.2.x (haven't tested in 4.x). Essentially, the problem is this: in the JDBCDynamicQLQuery execute() method, it compiles the dynamic jboss-ql, and calls super.set...
ejbs over rmi/httpsHi, I would like to invoke ejbs over rmi-https under jboss 3.2.2. I was wondering if someone could give me a few pointers on how to do this or at least an idea on where to start? Thanks in advance, Dave Owen
Delete table from HSQLhow can we delete an existing table, which was created by when deploying an entity bean, from hypersonic database? Plsss do reply...thx