RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #3442 - 8 msgs

2002-12-04 Thread saroj kumar
Use this: java:/OracleDS Oracle9i false false It will stop JBOSS from trying to create and drop tables. -Saroj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Barney Rubble Sent: Wednesday, December 04, 2

RE: [JBoss-user] JBOSS documentation

2002-12-04 Thread saroj kumar
It is good and real HELPFUL. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Cristiano Silva Sent: Wednesday, December 04, 2002 11:19 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBOSS documentation Hi friends! I'd like to know about the official JBos

[JBoss-user] EJB Caching Option A

2002-12-04 Thread Rahul Raj
Option A caches an EJB instance and does not synchronize ejb state with the db between transactions. So the changed data in the EJB may not be reflected in db. What happens if the data is not synchronized and 1)due to some reasons there occurs some network failure between EJB server and DB se

Re: [JBoss-user] Eclipse project file for 3.2

2002-12-04 Thread Kevin O'Neill
On Thu, 2002-12-05 at 11:58, Jason Essington wrote: > hey Kevin > > have you taken a look at: > http://www.jboss.org/developers/guides/eclipse-howto/index.jsp This looks like it is for HEAD rather than 3.2 :( > > On Wednesday, December 4, 2002, at 04:35 PM, Kevin O'Neill wrote: > > > Hey, > >

Re: [JBoss-user] Eclipse project file for 3.2

2002-12-04 Thread Jason Essington
hey Kevin have you taken a look at: http://www.jboss.org/developers/guides/eclipse-howto/index.jsp -jason On Wednesday, December 4, 2002, at 04:35 PM, Kevin O'Neill wrote: Hey, I was wondering if anyone had an eclipse project file for 3.2 that they might like to share :). -k. --

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread Boris Tamarkin
Title: Re: [JBoss-user] regression tester is dying after 3 hours Try to run JBoss with increased heap. in JBOSS_HOME/bin/run.bat add another java option set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -Xmx640m Hope it will help Boris From: "manish sharan" <[EMAIL PROTECTED]> To: [EMA

[JBoss-user] Eclipse project file for 3.2

2002-12-04 Thread Kevin O'Neill
Hey, I was wondering if anyone had an eclipse project file for 3.2 that they might like to share :). -k. -- If you don't test then your code is only a collection of bugs which apparently behave like a working program. Website: http://www.rocketred.com.au/blogs/kevin/

Re: [JBoss-user] moving app from 3.0.3 to 3.0.4

2002-12-04 Thread Stephen Coy
Are you using a jdbc type of JAVA_OBJECT for any of your fields by any chance? Prior to 3.0.4, JBoss would serialise these types, when it's really the driver's domain to map them to custom database types, typically using java.sql.SQLData interfaces provided by you. If this is the case, changing i

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread Peter Fagerlund
Can You be more specific on Your testbed ... +++ \Pretty PleUase ... ||| --- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread manish sharan
My Regression tester is still not working . Here is some more information 1) Version : Jboss 3.04 running on Windows 2000 Server with 512 mb RAM and 1.12gb free hard disk space 2) Database is Sapdb 7.3 runing on Suse Linux 6.4 3) The jboss mq settings are as default(I did not mess with any mq

Re: [JBoss-user] Anyone succesfully using session clusters?

2002-12-04 Thread Joao Pedro Clemente
> For jboss, sessions will indeed replicate if running, but won't sync up > initially (server a goes for a while, start server b and it won't get > session info from A). > > I realize this is a repeat/summary of my other threads, but was curious if > anyone has had success. I find it hard to belie

Re: [JBoss-user] JBOSS documentation

2002-12-04 Thread Marius Kotsbak
On ons, 2002-12-04 at 18:48, Cristiano Silva wrote: > Hi friends! I'd like to know about the official JBoss docs: it's good or not? It is good. Recommended to fully understand how to use jboss. > May I buy them and have secure and easy information about configuring it? > > > ---

Re: [JBoss-user] JBOSS documentation

2002-12-04 Thread Emerson Cargnin - SICREDI Serviços
I can speack for the "jboss 3.0.4 adm and dev. sec edition" and the CMP book. Beyond giving you deep knowledge about configuration, you'll find info about the internal architecture of jboss if you want to know to best model an ejb container. falou cristiano!!! Cristiano Silva wrote: Hi friends

[JBoss-user] JBOSS documentation

2002-12-04 Thread Cristiano Silva
Hi friends! I'd like to know about the official JBoss docs: it's good or not? May I buy them and have secure and easy information about configuring it? Cristiano Moreira Silva http://computologo.vila.bol.com.br [EMAIL PROTECTED

Re: [JBoss-user] Flash Remoting MX with JBoss

2002-12-04 Thread David Jencks
Please don't hijack other threads. there is some support for something like this in jboss.net already, although I don't know the details. david jencks On 2002.12.04 11:52:46 -0500 G.Nagarajan wrote: > hi all, > I came across "Flash Remoting MX" from macromedia. It > is supposed to provide some d

[JBoss-user] Xmas bonus

2002-12-04 Thread superfriends
World Events are affecting the way we live. It’s time to fight back! Learn how investors can utilize option strategies to position themselves in the volatile oil market. We are a licensed professional commodity brokerage firm that specializes in options trading. Our firm is making a m

[JBoss-user] Flash Remoting MX with JBoss

2002-12-04 Thread G.Nagarajan
hi all, I came across "Flash Remoting MX" from macromedia. It is supposed to provide some direct access to a back end application server which can be JBoss. This seems to be a good idea. Developing a good user interface with swing and applets takes so much time and requires skilled programmers. Als

RE: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-04 Thread Geer, Benjamin
http://marc.theaimsgroup.com/?l=jboss-user&r=1&w=2 > -Original Message- > From: Eric Klimas [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2002 14:55 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS > > > Which brings up another question that

RE: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-04 Thread Rupp,Heiko
Which brings up another question that I've been wondering about. Is > there a searchable archive for the list? The last couple time I've Try http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/ -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992

Re: [JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-04 Thread Eric Klimas
Which brings up another question that I've been wondering about. Is there a searchable archive for the list? The last couple time I've posted I've tried to find previous questions/responses with no luck. Thanks, -Eric On Tue, 2002-12-03 at 17:49, Dan Christopherson wrote: > Ah, the question eve

[JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread manish sharan
Hi , My question is : Is there a max time period for which an instance of an MDB be active ? Can an instance of an MDB be active for 24 hrs ? This is my scenario: I have an MDB called TaskMDB which is my regression tester. TaskMDB parses a CSV file and for every 100 lines , it sends a messa

Re: [JBoss-user] What is the most stable JMS Persistence Manager

2002-12-04 Thread Horia Muntean
Hi, I switched to file JMS Persistence Manger (from rollinglogged) and until now we've got no more problems. The speed is the same (of course we didn't made extensive tests). So, for our business, file PM is more stable then rollinglogged PM. Regards, Horia -

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-04 Thread Jules Gosnell
Joao Pedro Clemente wrote: If we are talking Jetty (JBossWeb) - 2 things : You need to be running the 'all' configuration The distributable support is improved in 3.0.4 Thank you Jules. We are talking about Jetty. I think that it's impossible to use distributable in 3.0.3, as I've searched s

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-04 Thread Joao Pedro Clemente
> If we are talking Jetty (JBossWeb) - 2 things : > > You need to be running the 'all' configuration > The distributable support is improved in 3.0.4 Thank you Jules. We are talking about Jetty. I think that it's impossible to use distributable in 3.0.3, as I've searched some more in Jboss forum

[JBoss-user] RE: running JBoss 3.0.3, the need to get extended error messageinformation)

2002-12-04 Thread Egger Lothar
hi marc sorry was offline a few days. > the manual isn't that speaky, isn't it? correct :) only an idea in the log4j.xml like this or so ?... or whatever. or ALL , TRACE here is a pkgs list i found http://www.thecortex.ne

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-04 Thread Jules Gosnell
Dan A. Dickey wrote: On Tuesday 03 December 2002 09:13 am, João Clemente wrote: I've tried to get http session replication woking by placing the distributable tag in my web.xml file, running with JBoss 3.0.3. Well, the clustering manual says something like "place a clustering tag as true in we

[JBoss-user] moving app from 3.0.3 to 3.0.4

2002-12-04 Thread Scheil, Sven
hi there, we are trying to move our application from jboss 3.0.3 to 3.0.4 and getting an error (see below). we have a client that writes some basic data in the database and on its first call to an entity bean this error occurs. On jboss 3.0.3 everything works fine (we use it in our production envi