[jboss-user] [JNDI/Naming/Network] - Re: [[EJBInvokerServlet]] Servlet.service() for servlet EJB

2007-04-19 Thread nidget
I think there is a small problem in the code of the org.jboss.console.remote.InvokerServlet In the processRequest() method, it has this in case an error occurs: catch(Throwable t) | { | t = org.jboss.mx.util.JMXExceptionDecoder.decode (t); |

[jboss-user] [EJB/JBoss] - Expose EJB simultaneously by JRMP and HTTP

2006-11-24 Thread nidget
Hi all, We are migrating an application from Weblogic to JBoss. This application is done in Swing and uses EJBs for the server side. We have users that are accessing it from the internal network over JRMP and a few other users are accessing it with a VPN over HTTP (the VPN has firewalls that

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 CMP Oracle BLOBs

2006-09-07 Thread nidget
I've found a workaround: use the OCI driver. It works then. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970110#3970110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970110 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 CMP Oracle BLOBs

2006-09-06 Thread nidget
pflapf wrote : I face a problem with a BLOB field in Oracle 8.1.7. Maybe this has been asked a thousand times, but I can't find a solution / question via search. ;-) | | I want to use Entity Beans to access this field via CMP. I have the same problem with CLOB, CMP entity beans and Oracle