RE: [JBoss-user] Problem with JBoss-2.4.0_Tomcat-3.2.2 and Apache SOAP 2.2

2001-07-15 Thread Saint-Martin Cecile
The class ce.ready2ware.authentication.AuthenticationService must be in Tomcat classpath. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Daryl > Beattie > Envoyé : vendredi 13 juillet 2001 17:31 > À : [EMAIL

[JBoss-user] pass by reference

2001-07-15 Thread Ivan Novick
Hi, Can an object be passed by reference to an EJB, filled with data, and than have that data analyzed in the function that called the EJB? The problem is, I need to return multiple values from the function. So I setup an EJB method like such boolean GetUserData(String username, UserData ud)

[JBoss-user] CosTransactions.Current

2001-07-15 Thread Axel . Spieth
Hello, in the Borland Applicationserver i can get the org.omg.CosTransactions.Current doing the following: org.omg.CosTransactions.Current current; // get a JNDI reference javax.naming.Context context = new javax.naming.InitialContext(); // use this to get an ORB reference org.omg.CORBA.

Re: [JBoss-user] UserTransaction in servlets using EJB

2001-07-15 Thread Tomasz Skutnik
Ole Husgaard wrote: > Hi, > > [Warning: I know about transactions, but very little > about web components.] > >>From JBoss' point of view, a servlet is just another > client. > > I would advice against demarcating transactions from > the client. Consider using session beans instead. > > For s

Re: [JBoss-user] dbase is acting way too slow

2001-07-15 Thread G.L. Grobe
Ok, I've found a few mis-configurations problems in my jboss.jcml, but after fixing them and now that I understand it a bit more, they still don't seem to be taking. My postgresql database still works, but is very, very, very slow. --- jboss.jcml ---

Re: [JBoss-user] JMX Bug

2001-07-15 Thread Ole Husgaard
Hi, This is really no problem. It is a known bug in JMX-RI. JBoss detects it, logs it, and works around it. Best Regards, Ole Husgaard. ralph wrote: > > Using v2.4.0 Beta out of the box ( unzip and call run.bat ) I find the > following error message in the server.log: > > [Configuration]

[JBoss-user] JMS queue deployment

2001-07-15 Thread G.L. Grobe
Tzuri3l Status here... Posts: 9 From: Since: Jul, 2001 Re: JMS queue deployment Posted: Jul 15, 2001 11:32 PM » Reply I think I'm getting closer, but still not there. When starting jboss, I get the following error.

[JBoss-user] setting up cocoon

2001-07-15 Thread ALex Loubyansky
hi i have a problem with setting up cocoon with jboss-tomcat. probably, there was already an answer in this mailing list but the search engine isn't working. so, can anybody help me? i've successfully set up cocoon with tomcat standalone. but can't do it with jboss. i've

Re: [JBoss-user] cloudscape only

2001-07-15 Thread Wei-ju Wu
Are you sure, you removed *every* reference to Hypersonic ? Note that, if you run jboss once there is a jboss-auto.jcml which also contains references to the hypersql database. Be sure that jboss-auto.jcml only contains If you have a version with an embedded JSP Engine then check if you modi

[JBoss-user] JMX Bug

2001-07-15 Thread ralph
Using v2.4.0 Beta out of the box ( unzip and call run.bat ) I find the following error message in the server.log: [Configuration] Detected JMX Bug: Server reports attribute 'ConnectionManagerFactoryName' is not writeable for MBean 'JCA:name=JmsXA,service=ConnectionFactoryLoader' [Configuration]

Re: [JBoss-user] isModified Method

2001-07-15 Thread Syed
Thanks guys for your replies. I actually browsed through the source code and found the isModified function name hard-coded. So I just wanted to know whether is there any plan to make it settable just like in weblogic server. I will try to stick to the name "isModified". I'm very happy to see t

Re: [JBoss-user] JMS example needed

2001-07-15 Thread Satya Chauhan
Here is a quick link from jBoss.org : http://jboss.org/documentation/HTML/ch07s03.html SC - Original Message - From: "Boris Garbuzov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 4:53 PM Subject: [JBoss-user] JMS example needed > Can somebody point me to JMS

[JBoss-user] cloudscape only

2001-07-15 Thread ralph
I want to remove all databases from jboss and use only Cloudscape, but I didn't manage yet. I removed all references to Hypersonic and InstantDB from jboss.jcml but still the server.log and messages to standard output say that Hypersonic and InstantDB servers are being started. Also the startup pr

[JBoss-user] Can not config the connection pool of mssql DB with jdriver of weblogic,show java.lang.NullPointerException

2001-07-15 Thread zhang woken
Can not config the connection pool of mssql DB with jdriver of weblogic,show java.lang.NullPointerException Hi,my friends ! I am a beginner of jboss and I want to use mssql server as my database ,but when I follow the steps of the jboss docus to config the jboss, it show me a exceptio

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-15 Thread Mike Finn
Thanks Michael & Burkhard > I haven't done much experimenting with performance settings, but you might > be able fix this with some adjustments the container cache policy.  See > http://www.jboss.org/documentation/HTML/ch06s08.html, the section on > "Advanced cache configuration".  You might try

[JBoss-user] JMS example needed

2001-07-15 Thread Boris Garbuzov
Can somebody point me to JMS materials specific for JBoss and also guide through some HelloJms sample? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] dbase is acting way too slow

2001-07-15 Thread G.L. Grobe
> this is general DB-config stuff. the most likely scenario is that you work > with Hypersonic (DefaultDS) without noticing. How's that, all my data arrives in the postgresql database successfully. BTW - I'm using jboss-2.2.2_tomcat-3.2.2. I havn't made any changes whatsoever to jboss-auto.jcml.

Re: [JBoss-user] Install and Configure interclient driver

2001-07-15 Thread Wei-ju Wu
The documentation says about everything you need, For the JDBC drivers, read http://www.jboss.org/documentation/HTML/ch03.html#Nf02 The MS Windows archive comes with an automatic installer which makes installation pretty easy. Don't forget that for using Interclient, the Interserver must be ru

Re: [JBoss-user] BLOB

2001-07-15 Thread Kar YEOW
Just using a CMP byte[] field and map your byte[] to BLOB. Kar - Original Message - From: "Jord Sonneveld" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 14, 2001 7:02 AM Subject: RE: [JBoss-user] BLOB you'll need to create a class that implements blob, and knows how t

[JBoss-user] Install and Configure interclient driver

2001-07-15 Thread Paolo
- How can I install interclient Driver for Interbase? - How can I configure JBoss to use this driver? - How can I configure DataType Mapping for CMP? (How configure JBoss so that it uses Interbase connection pool as the default data source).

Re: [JBoss-user] EJB RDBMS Issue

2001-07-15 Thread Jason Dillon
Perhaps I did dig a bit too deep into this one. --jason On Sun, 15 Jul 2001, Burkhard Vogel wrote: > Hi, > just hold your horses, there are loads of legacy apps out there, which have > to share the DB with the app-server. Thats why there is the commit option C > which danch already mentioned.

[JBoss-user] Re: JBoss-user digest, Vol 1 #1121 - 9 msgs

2001-07-15 Thread Kenneth Bowen
On Sun, 15 Jul 2001 [EMAIL PROTECTED] wrote: > From: "Burkhard Vogel" <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] NOT NULL constraint > Date: Sun, 15 Jul 2001 16:27:21 +0200 > > AFAIK there is a setup parameter which indicates to treat '' as null or as > something different, but with oracle

[JBoss-user] Re: BLOB

2001-07-15 Thread Eric Anderson
My experience doing BLOB inserts with Postgres and DB2 and with JBoss isthat it's horribly slow. I believe the database is the problem - DB2 wasmaybe 25% faster than Postgres but neither was fast enough for high-volumeinserts, and this was with fairly small BLOBs - 10k-20k. It's possib

[JBoss-user] speaking of firewalls

2001-07-15 Thread Richard Bottoms
I have an interesting problem. On one machine the Apache+Tomcat combo is working great with the fire located on the same machine. I have the almost identical setup on another machine, but on this one I'm using another firewall that is not on the same box. On machine #1 the tomcat site comes up w

Re: [JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Richard Bottoms
>I created a new database and I made sure that I could make a >connection with it using TCP/IP. I verified that using the pgaccess >application specifying localhost, 5432 and postgres as user. Firewall? I had a similar problem with MySQL until a port change was made on my firewall. r.b. __

Re: [JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Marcel Schepers
You're right! Thank you. The postgres user doesn't have a password on my development database, but specifying a bogus password does the trick. Strange, isn't it? Marcel Burkhard Vogel writes: > Hi, > Postgres needs a pwd. I won't run otherwise with jdbc. > Burkhard > - Original Message -

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-15 Thread Burkhard Vogel
Hi, if this id SLSB you have to tweak your container settings, as Mike said, but with SFSB, you should be able to reactive your session?!? SL=stateless, SF=statefull, BUT I'm not 100% sure, since I would call this a design issue having sessions of several hours, there SHOULD be other ways... Burkh

Re: [JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Burkhard Vogel
Hi, Postgres needs a pwd. I won't run otherwise with jdbc. Burkhard - Original Message - From: "Marcel Schepers" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 5:24 PM Subject: [JBoss-user] JBoss and PostgreSQL 6.5.3 > Hello, > > I am having trouble

Re: Re: [JBoss-user] Setting & Accessing Resource Files in JBoss

2001-07-15 Thread Burkhard Vogel
Hi, just guessing but wouln't you lookup the file from the root-dir if you use /config/ConfigFile.xml??? you are getting the string correctly, right? so the two alternatives would be using something like config/ConfigFile.xml, but I think that will be JBOSS_HOME/bin/config/ConfigFile.xml of suit y

RE: [JBoss-user] jboss on start up

2001-07-15 Thread Richard Bottoms
>Just wait 'till the 6.1 kernel comes out; it's gonna be sweet! > >=P > >--jason Un Huh. Now, does any have the same problem of the JBoss daemon script running, but the program not actually starting. I am running Red Hat Linux 6.1. I have chosen not to upgrade the kernel beyond 2.2.12-20 bec

[JBoss-user] JBoss and PostgreSQL 6.5.3

2001-07-15 Thread Marcel Schepers
Hello, I am having trouble using PostgreSQL 6.5.3 with JBoss. I've copied 'jdbc6.5-1.2.jar' file to ${JBOSS_HOME}/lib/ext and changed jboss.jcml in order to load the jdbc driver. Loading the driver succeeds, I see that in my console window during startup. Nothing strange there, although I had to

Re: [JBoss-user] TRANSACTION ROLLBACK EXCEPTION - need help

2001-07-15 Thread Burkhard Vogel
Hi, another one for the record books 885 lines for two lines of question Looks like you use primitives for your CMP-bean and try to set one to null??? Burkhard - Original Message - From: "Sanjeev.Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 14, 2001 12:24

Re: [JBoss-user] RE: Clarification about the User Defined Prmary key class

2001-07-15 Thread Burkhard Vogel
- Original Message - From: "Sanjeev.Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 5:47 PM Subject: [JBoss-user] RE: Clarification about the User Defined Prmary key class > My question is : > can we use the user defined primary class for ex. UserPK ins

Re: [JBoss-user] NOT NULL constraint

2001-07-15 Thread Burkhard Vogel
Hi, AFAIK there is a setup parameter which indicates to treat '' as null or as something different, but with oracle and its zillions of knobs to fiddle on, who could remember where this button is?!? Burkhard - Original Message - From: "Ludovic Orban" <[EMAIL PROTECTED]> To: "Tristan Donald

Re: [JBoss-user] LOCKING-WAITING (CTX)

2001-07-15 Thread Burkhard Vogel
Hi, this is standard ejb behavior, the Bean gets locked if it is accessed, since on BMP the app-server never knows what you are going to do, right (there is no reson why you shouldn't do some update-statement when reading a value, right?!? So go ahead and read the long and most entertaining discus

Re: [JBoss-user] dbase is acting way too slow

2001-07-15 Thread Burkhard Vogel
Hi, this is general DB-config stuff. the most likely scenario is that you work with Hypersonic (DefaultDS) without noticing. The startup output indicates that your Progress-Driver isn't loaded at all, which usually happens if you alter the files in conf/default dir but do a run_with_tomcat which p

Re: [JBoss-user] EJB RDBMS Issue

2001-07-15 Thread Burkhard Vogel
Hi, just hold your horses, there are loads of legacy apps out there, which have to share the DB with the app-server. Thats why there is the commit option C which danch already mentioned. Burkhard - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sa

Re: [JBoss-user] BLOB

2001-07-15 Thread Burkhard Vogel
Hi, well this was obviously what I had in mind, youwould need to serialize anything large you want to store to an object and call a setMyWhatever(Object whatever), or having a create(Integer ID, Object whatever). I couldn't see a reason why this shouldn't work. Burkhard - Original Message ---

Re: [JBoss-user] Trying to setup inexpensive EJB setup

2001-07-15 Thread Stephen J . Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Hello all, Have a look at interbase, that works well. http://www.ibphoenix.org. Regards, Stephen. On Monday 09 July 2001 9:28 pm, you wrote: > Hi all, > > I'm new to this list. > > I'm trying to setup an inexpensive EJB setup and want to hav

[JBoss-user] Data problem after restarting JBoss

2001-07-15 Thread nathan frund
Hi all, I'm having a heck of a time with what seems to me to be a quirk but I don't know what is the source. Okay, here's my problem... I insert data into a table via its entity bean. I can query that data perfectly via the Entity bean or a facade session bean. I shut down JBoss and via 'pgac

Re: [JBoss-user] queue deployment

2001-07-15 Thread Jason Dillon
That all depends on what version of JBoss you are using. f you are using a version that has a JMS resource adapter then you will want to setup your beans to use it (unless you don't care about transactions, then you can just use the JMS api as normal (just map a reference name to a jndi url). If

Re: [JBoss-user] JavaPetstore1.1.2 How-To

2001-07-15 Thread Satya Chauhan
Enclosed is the priliminary How-To file, if I use these steps I get the following error: [Default] JBoss 2.2.2 Started in 0m:18s 2001-07-15 03:12:21 - Ctx( /estore ): Exception in: R( /estore + /control + /lan guage) - com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureExcep tion

[JBoss-user] JavaPetstore1.1.2 How-To

2001-07-15 Thread Satya Chauhan
Hello all, I'm starting to compile one How-To document to run jps1.1.2 on jBoss2.2.2/tomcat3.2.2, please let me know if you have been able to run it successfully using any one of the database. I believe the petstore1.1.1 how-to on jboss.org website is slightly off the track and need some reva

Re: [JBoss-user] queue deployment

2001-07-15 Thread G.L. Grobe
Heh, pretty much what is said. The problem is I have no idea of how to write up the descriptors for jboss. The docs discuss the config w/ MDB's and I'm not using them. Thnxs - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001

[JBoss-user] petstore 1.1.2

2001-07-15 Thread jBoss Monkey
After following these instructions step by step I was able to deploy petstore successfully, but when I access the application in web browser, I get the following error: All Rights Reserved. [InstantDB] Started [DefaultDS] Starting [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS

Re: [JBoss-user] queue deployment

2001-07-15 Thread Jason Dillon
Lets start with the problem. So what _is_ the problem? --jason On Sun, 15 Jul 2001, G.L. Grobe wrote: > Date Posted: Jul 14, 2001 11:11 PM » Reply > I'm sending a message to a queue w/ the following lookup in my session bean. I >havn't configured anything for the descriptors nor