[JBoss-user] RE: [JBoss-dev] ANN: Clustering support for Stateful Session Beans

2001-11-09 Thread marc fleury
:) |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Sacha |Labourey |Sent: Friday, November 09, 2001 7:48 PM |To: Bill Burke; Jboss-Dev; jBoss-User Mailing List |Subject: [JBoss-dev] ANN: Clustering support for Stateful Session Beans | | |Hello, | |The

Re: [JBoss-user] Postgres & JAWS Wowes

2001-11-09 Thread John Moore
Andy, Thanks for the input, it didn't make a bit of difference but looks cleaner. I did, however, find my problem.  In my jaws.xml file I somehow neglected the enterprise-beans tag around the entity.   We normally produce our descriptor files via xsl and since I did this by hand, completely

[JBoss-user] ANN: Clustering support for Stateful Session Beans

2001-11-09 Thread Sacha Labourey
Hello, The JBoss clustering saga with Bill Burke and I continues. A first version of clustering for Stateful Session Beans (SFSB) is now available on the CVS main branch. Features: = - Sessions of each node are replicated "in-memory" to some other nodes of the cluster -

[JBoss-user] JAWS with JBOSS 2.2.2

2001-11-09 Thread Richard Doust
I'm using JBoss 2.2.2 with JAWS-CMP and am having a wierd problem. I have two CMP beans, both of which are keyed by an Integer value. I can find no differences that would mean anything in their configuration via xml descriptors. I can invoke the findAll() method on each bean's home and get back a

[JBoss-user] Postgres & JAWS Wowes

2001-11-09 Thread John Moore
Title: Postgres & JAWS Wowes Am having troubles with Postgres using the correct table name. We have a set of CMP entity beans against oracle that all work great. Thought I would try one against postgres to see how it goes. JBoss 2.4.3 w/ Embedded Tomcat 3.2.3 RH Linux 7.1 Sun 1.3.1 JVM jdb

[JBoss-user] Transaction Isolation

2001-11-09 Thread Ferguson, Doug
Does anybody have experience tuning transactin isolation with the new jca connection stuff? I was interested in trying to track down if our app is stalling because of transcation blocking. Thanks, d. ___ JBoss-user mailing list [EMAIL PROTECTED] https

[JBoss-user] CMP and Blob in jBoss

2001-11-09 Thread Rajeshwar Rao V
Hi all, I just want to clarify the corresponding field for BLOB(in DB) in CMP. Right now we are using JAVA_OBJECT. I dont have much idea about it.My requirement is like this.. I have table which has field with type 'Blob'. I am using MySQL as DB which supports Blob. I want to know what wo

[JBoss-user] Jboss and Corba... is the Jboss JNDI exported as a Corba NameService...

2001-11-09 Thread Coetmeur, Alain
I'm trying to migrate an existing J2EE demonstrative app that is using EJB calling a C++ Corba service... it was based on Inprise App server, and Visibroker Java and C++ I want to migrate it on Jboss EJB and Mico Corba, but I know there is a problems between IDL2Java implementation and Mico,

Re: [JBoss-user] Problem in connecting to Oracle 8i using JBoss/Tomcat

2001-11-09 Thread Sundaram Ramasamy
  in jboss.jcml change like this   oracle.jdbc.driver.OracleDriver          DefaultDS    org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl        jdbc:oracle:thin:@192.168.1.197:1521:A    120    sti    sti    10    false    false    false    true    12    180    f

[JBoss-user] JBoss 3.0: Error deploying application

2001-11-09 Thread Marcus Brito
Hello, folks. Take a look on the following exception I got when trying to deploy an app with JBoss 3.0 checket out from CVS today. (I've pasted here only some portions of the stack trace. If it is important, I may post everything -- Also, I can fully disponibilize the source code if anyone wants

[JBoss-user] unsubscribing not succeed through Sourceforge...

2001-11-09 Thread David Treves
Hi,   Not exactly a JBoss Q...    ;-)   I don't know where to send it. I hope one of you could help... I tried to unsubscribe myself via lists.sourceforge.net. I got the message (in the site + email) that I was removed, yet I still get emails from the list...   Should I do anything else?   T

Re: [JBoss-user] JBoss 3.0 not setting Jetty classpath

2001-11-09 Thread Julian Gosnell
Marcus, I'm afraid most of my attention is focussed on Jetty4 at the moment, although I hope to get back to JBoss3 soon. The problem boils down to limitations in how Jasper gets hold of it's classpath. There is a properties file somewhere (temporary hack) that should allow you to work around th

WG: [JBoss-user] JBoss 3.0 not setting Jetty classpath

2001-11-09 Thread Jung , Dr. Christoph
Arrgh, chose the wrong reply address. -Ursprüngliche Nachricht- Von: Jung , Dr. Christoph Gesendet: Freitag, 9. November 2001 14:21 An: Jboss-Development (E-Mail) Betreff: AW: [JBoss-user] JBoss 3.0 not setting Jetty classpath there has been a problem with Jasper not finding the stand

[JBoss-user] usage of BLOB in JBoss 2.4.1 using MySQL

2001-11-09 Thread Imran Bohoran
Hello All I posted my question earlier. But did not get any response from the user mailing list as well as the JAWS mailing list. I guess last time I did not give suffice info. well here I go again I'm using JBoss, MySQL and am using struts as my MVC framework. I need to store documents in th

RE: [JBoss-user] cmp limitations

2001-11-09 Thread Dain Sundstrom
You are wrong. If you are using JBoss 2.4, read the section "Advanced options for declared finders [since JBoss 2.4]" in Chapter 6. If you are using CMP 2.0, add the option true in the defaults or entity section. -dain > -Original Message- > From: Frank Morton [mailto:[EMAIL PROTECTED]

[JBoss-user] JBoss 3.0 not setting Jetty classpath

2001-11-09 Thread Marcus Brito
Hello, folks. I've been using JBoss 3.0 for a few days, experimenting the new CMP 2.0 stuff. It seems to work fine, congratulations. However, I've got some problem deploying a few JSP files that uses my beans. Jetty spits a compilation error, complaining about classes it could not find: my bean

[JBoss-user] Problem in connecting to Oracle 8i using JBoss/Tomcat

2001-11-09 Thread Kiran MN
Hello All,   Can any one tell me the procedure to to configure Oracle 8i ( ver is 8.1.5) on JBoss-2.4.3_tomcat-3.2.3.   I have followed the procedure given in the documentation...    The changes I made are:-  1. In the jboss.properties file I have added the following line jboss.xa.xidclass=or

Re: [JBoss-user] cmp limitations

2001-11-09 Thread Jozsa Kristof
On Thu, Nov 08, 2001 at 11:34:21PM -0500, Frank Morton wrote: > I'm still a newbie but I think I'm learning finally that cmp > works great retrieving a single row. But, when retrieving > a Collection of any size (like 100) the overhead is so > significant that performance makes it unusable. So, yo

Re: [JBoss-user] request regard serialization problem

2001-11-09 Thread Peter Levart
What you're looking for is a Serializable DOM implementation. I think that the most compact way to represent a DOM object tree is XML itself. So why not create a simple wrapper class for Document that would implement the java.io.Externizable interface that would read/write the representation as

Re: [JBoss-user] What is the best XST processors?

2001-11-09 Thread Steve Slatcher
According to the last benchmarks I saw (ISTR somewhere on xml.com), Saxon was the only 100% compliant processor, and is one of the fastest. For that reason I would use Saxon out of choice. This would be several months ago now, Xalan non-compliance has actually caused us problems. ___