[JBoss-user] [EJB/JBoss] - How do I disable an entity cache?

2005-04-04 Thread jxie
I used an BMP entity bean for multiple tables (join table). I use primary key columns from one table (child table) as a primary key. After I can insert (ejbCreate) one record for the child table successfully, I can not view all data from the multiple table. I only see child table data I just in

[JBoss-user] [Management, JMX/JBoss] - startup class in Jboss 3.2.5

2004-07-08 Thread jxie
I have a startup class implemented in JMX. It runs well in JBOSS 3.0.4. Once I switch to JBoss 3.2.5, it doesn't start up after jboss server starts. I got "INIT_WAITING_DEPLOYER" error. What should I change on my code? Do you have some examples for jboss 3.2.5? Jim View the original post : h

[JBoss-user] [EJB/JBoss] - jndi name

2004-07-06 Thread jxie
I want to use "java:comp/env/ejb/MyEJBJNDI" to look up a remote home object. My jboss.xml is as MyEJB java:comp/env/ejb/MyEJBJNDI After I start up JBoss and look at JNDI tree view, I find MyEJB bean is bound to java%3acomp/env/ejb/MyEJBJNDI in JBoss 3.0.4. Please advise me how to use "j

[JBoss-user] [EJB/JBoss] - Pass InputStream among servlet, session and entity beans

2004-03-12 Thread jxie
For multipart/form-data request, a servlet can get a java.io.InputStream if com.oreilly.servlet.multipart package is used. If I want to use the InputStream to store data into database, do I have to use jdbc from this web tier? Can I pass the InputStream into stateless session tier in another jvm

[JBoss-user] [HTTPD, Servlets & JSP] - pass InputStream among Servlet, Session bean and entity bean

2004-03-12 Thread jxie
For multipart/form-data request, a servlet can get a java.io.InputStream if com.oreilly.servlet.multipart package is used. If I want to use the InputStream to store data into database, do I have to use jdbc from this web tier? Can I pass the InputStream into stateless session tier in another jvm