[JBoss-user] xml type...

2001-11-18 Thread Sridevi Ravulapalli
Hi , I am trying to insert XML documents into Oracle 9i Database using java beans(BMP). Intenally I am using the DataType XMLTYPE to store the xml. The Driver i am using is Oracle Thin Driver. If i try to insert documents greater than 4k , the error Data size bigger than max

[JBoss-user] Deploy Error

2001-11-18 Thread Papo Napolitano
Hi!! I'm getting the following error when I re-deploy a war file. Any idea to fix it ??

[JBoss-user] UserTransaction

2001-11-18 Thread Kirill Paliy
Hi I'm trying to obtain UserTransaction from client in different JVM: InitialContext ctx = new InitialContext(); UserTransaction tx = (UserTransaction) ctx.lookup("java:comp/UserTransaction"); but receiving such error: Exception in thread "main" javax.naming.NameNotFoundException

Re: [JBoss-user] Browsing JNDI Provider (JNP) via NetBeans

2001-11-18 Thread John Moore
Scott, Upgrading from 3.2.1 did the trick. Thanks, John Scott M Stark wrote: > It works for me with the basically the same settings. I am not > > specifying a Context Root as I want to see the entire tree. You > > won't be able to see any entries under the java: context using > > an external