Log in to follow, share, and participate in this community.
Thread org.jboss.proxy.ClientContainer security manager: RMI class
org.jboss.proxy.ClientContainer security manager: RMI classjavax.naming.CommunicationException. Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled) at sun.rmi.server.LoaderHandler.loadClass(Loa...
Where can I find the JBoss QL specI found no document about JBoss-QL spec. So I don't know what is supported in JBoss and what is not. I am migrating an application from Weblogic to JBoss. This appication use CMP 2.0 and use some weblogic-ql. So I hav...
developing BMP using JBoss & MySqlHello all, I'm new to JBoss and EJB, and I have a problem. I'm using JBoss 3.2.1, MySql 4.0.13, JConnector 3.0.8. I have a BMP for a table like this: USERS ------------ id name password For testing this bean, I'm ...
Thread WARN [TransactionImpl] Unlocking, but not locked
WARN [TransactionImpl] Unlocking, but not lockedI don't understand what the warning message is trying to tell me and I've tried a search of the forum but without luck. This warning message occurs after an EJB was executed by a class that implements Schedulable. It...
JBoss 3.2.2RC2 ejb-link/JNDI around bugHi All, I have an ear that contains two ejb modules with identical code but different descriptors (they are pointed to different database with the same structure). Of course, all beans has unique jndi names. The ear...
How to make JBoss work with Oracle9i?I'm using jboss-3.0.7_jakarta-tomcat-4.1.24 and I have successfully deployed a CMP in JBoss.but JBoss and Oracle9.2 both use port 8080,when I started Oracle first,JBoss failed to boot, How to solve this problem? Thanks!
Swing Client-Firewall-Cisco RouterHello, My problem is something like this: Client: Swing Server:JBoss-2.4.3_tomcat-3.2.3 There is a login page for swing client. When the client enters the username and password and press submit then the application ...
Thread Can I deploy the same MDB with 2 different descriptors/topic
Can I deploy the same MDB with 2 different descriptors/topicHi all, I have implemented a generic MDB. But now I would like to listen to several topics. does JBoss support the deployment of same MDB class using different descriptors ? Each MDB will work on different topics. ...
EjbBMP and Oracle Datasource1) resource ref and resource managers tags are used only to prompt a deploy error at deployment time? or are needed to permit my ejb access a datasource?? if yes how to describe this relation in ejb-jar.xml and jboss....
ejb auto-incrementHas anyone had success getting their EntityBean's to function correctly when doing an entity.create(name); and then being able to access the id of the newly created record when using the auto-increment functionality o...
Socket connection from SessionBeanHello ! I want to use a socket connection to a server from a SessionBean. That's not allowed. What can I do ? I need the connection to implement a business process. I have no skills in MBeans, JMS, etc. and i am unde...
EJB QL (select MAX(id) from table)Hello, It seems not possible to do the instruction EJB QL select MAX(id) from table. Do you know if the aggregate functions are supported by Jboss and how it is possible to use these functionalities like MAX, MIN, S...
Thread how to configure cloudscape data source in JBOSS running pet
how to configure cloudscape data source in JBOSS running pethi, I am trying to run petstore 1.3.1 on JBOSS_3.2 with tomcat. I am using the petstore patch from wrox website. Do I just need to rewrite the login.config file in /server/default/conf and add one file about data base...
requirement 18.3.7 from EJB 2.1The EJB spec tells in 18.3.7 (on javax.ejb.NoSuchEntityException): >>(...) To give the client a better indication of the cause of the error, the Container should throw the java.rmi.NoSuchObjectException (which ...
context.getEJBObject() broken?does somebody know anything about the problem outlined in the following thread? http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= encountered this problem in Jboss v. 3.2.0 & 3.2.1 I di...
dynamic reconfiguration fo EJBI am writung a report about dynamic reconfiguraiton of EJB, if it is posible!. Cann somone tell me if JMX ist the right way..... Thank you
READ THIS BEFORE POSTINGPost questions here: http://www.jboss.org/forum.jsp?forum=47 This forum discusses the development of jboss's EJB container. ANY OTHER QUESTIONS WILL BE DELETED. Regards, Adrian
Thread what's wrong with the LIMIT PARAMETER in dynamic ql
what's wrong with the LIMIT PARAMETER in dynamic qlwhen I used LIMIT and OFFSET parameter in my ejbselect , the excution of select is quiet slowly the dynamic ql looks like: select Object(g) from Account g ORDER BY g.id OFFSET ?1 LIMIT ?2" My JBOSS is 3.2 version ...
isolation of enterprise naming contextI had a question regarding the JNDI implementation in JBoss and how it achieves isolation of a ENC provided for components. It seems to be that the isolation is achieved by relying on thread affinity - the code below...