RE: [JBoss-user] apache + mod_jk + jboss*2 = no load balancing.

2003-11-25 Thread Torsten Terp
Hi, Im about to test the same setup (mod_jk load-balancing, no cluster, sticky sessions, jetty) would you mind sharing your config files and other usefull stuff for this setup? :-) Thanks... Torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

RE: [JBoss-user] jBoss 3.2.2 OILServerILService Connection failure(1).

2003-10-29 Thread Torsten Terp
the client and server are in the same VM any reason for not using java:/ConnectionFactory? See my previous post today about garbage collection/paging for a possible reason why the ping does not happen in time. Regards, Adrian On Thu, 2003-10-23 at 19:56, Torsten Terp wrote: Hi, just started

[JBoss-user] jBoss 3.2.2 OILServerILService Connection failure (1).

2003-10-23 Thread Torsten Terp
Hi, just started with jboss 3.2.2 final relase (Jetty version), and i get the following error after jboss has been running for a while. Anyone seen this, or got some idea to whats happening? 2003-10-23 19:16:23,290 WARN [org.jboss.mq.il.oil.OILServerILService] Connection failure (1).

[JBoss-user] jBoss + Firebird XAException

2003-09-02 Thread Torsten Terp
Hi I have a serious problem with a XAException that sometimes occurs. I am using jBoss-jetty 3.2.2RC2, Firebird 1.5RC5, Firebird JCA driver 1.0.1. Below is a complete stacktrace. Have anybody experienced this, or have a clue how to solve it?? Thanks... Torsten 2003-09-02 10:19:14,500 WARN

RE: [JBoss-user] Deployment problems going from 3.0.6 - 3.2.1

2003-05-28 Thread Torsten Terp
: Torsten Terp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 22, 2003 11:27 PM Subject: RE: [JBoss-user] Deployment problems going from 3.0.6 - 3.2.1 Hi, Scott did you see this? Any comments? BR Torsten --- This SF.net

RE: [JBoss-user] login-config.xml

2003-02-25 Thread Torsten Terp
Hi Sure, here it is: foo.ear datasource.sar security.sar foo.war foo.jar where security.sar looks like: security.sar Meta-inf Manifest jboss-service.xml login-config.xml where jboss-service.xml contains: server mbean

RE: [JBoss-user] Scoped deployment

2002-08-22 Thread Torsten Terp
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: 21. august 2002 14:50 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Scoped deployment Deploy the shared jar unscoped. david jencks On 2002.08.21 04:24:45 -0400 Torsten Terp wrote: Is it possible, from a scoped

RE: [JBoss-user] Strange security error going from jBoss 3.0.1RC1 - 3.0.1

2002-08-21 Thread Torsten Terp
the /login.jsp is secured a blank page is shown to the client, this is probably understandable so moving the login.jsp to an unsecured area solves the problem! ^Torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Torsten Terp Sent: 19. august 2002 16

[JBoss-user] Scoped deployment

2002-08-21 Thread Torsten Terp
Is it possible, from a scoped deployment, to explicitly reference a jar deployed in the unified classloader? E.g., with several apps deployed in their own scope is it possible to have a common jar which they all use? ^Torsten --- This

[JBoss-user] Strange security error going from jBoss 3.0.1RC1 - 3.0.1

2002-08-19 Thread Torsten Terp
Hi All access to my app is redirected to /login.jsp which uses the DatabaseServerLoginModule to authorize and authenticate. Using jBoss 3.0.1RC1 this works fine, the /login.jsp contains a form which uses the db login module. On jBoss 3.0.1 and jBoss3.0.2RC1 from CVS, the login.jsp is empty!!

RE: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Torsten Terp
Yes, that would indeed be a nice solution! That would solve our problems as well! ^Torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marius Kotsbak Sent: 16. august 2002 11:13 To: [EMAIL PROTECTED] Subject: [JBoss-user] The future of

RE: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Torsten Terp
that it requires. Put the sar in the ear. You can probably also do this without anonymous depends by sar (with mbean config) contains ear contains jboss-service.xml(with db config). david jencks On 2002.07.25 02:54:05 -0400 Torsten Terp wrote: Hi, Does anybody have an example of how

[JBoss-user] SAR file with DB, EAR and MBean

2002-07-25 Thread Torsten Terp
Hi, Does anybody have an example of how to arrange the contents and describe the dependencies in a SAR file? The SAR needs to contain a db connection, an ear file and an mbean, and these parts should be deployed in the following order: db, ear, mbean. So far I have been deploying the 3 parts

RE: [JBoss-user] is coding a bean truly independent from deployment?

2002-07-02 Thread Torsten Terp
Hi, This is a problem for me too. jBoss 3.0.1RC1, Sun JDK1.4 on windows... Torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Kaplan Sent: 2. juli 2002 21:20 To: Sullivan, Sean C - MLG Cc: Jboss-User Subject: RE: [JBoss-user] is coding

RE: [JBoss-user] JCA and Firebird - Connection problems...

2002-06-10 Thread Torsten Terp
and Firebird - Connection problems... --- Torsten Terp [EMAIL PROTECTED] wrote: If you instead write the filename as localhost/3050:c:/database/whatever.gdb it will work! Ok. You are right, thanks for share. On my home I had JBoss 3 RC2 and on it this works ok. But on my company we have

RE: [JBoss-user] JCA and Firebird - Connection problems...

2002-06-07 Thread Torsten Terp
... --- Torsten Terp [EMAIL PROTECTED] wrote: everything looks fine, but when an entitybean is deployed i get an org.firebirdsql.gds.GDSException : Could not get a db connection! see below. I have used the org.firebirdsql.management.FBManager to create the database and using a tool like

[JBoss-user] JCA and Firebird - Connection problems...

2002-06-05 Thread Torsten Terp
Hi, Im having a problem connecting to Firebird using the JCA driver. I have downloaded the firebird-service.xml from jboss cvs and the firebirdsql.rar from firebird cvs, changed the file entry in firebird-service.xml verified that the firebirdRealm is correct in login-config.xml and when jboss

RE: [JBoss-user] ear file manifest classpath problem ?

2001-07-19 Thread Torsten Terp
Hi, Are you saying that this should work: Contents of ear: META-INF/MANIFEST.MF META-INF/application.xml myweb.war myejb.jar mylib.jar Where MANIFEST contains: Class-Path: ./mylib.jar; and that you are now able to see the classes in mylib.jar from the myejb.jar?? I cant get it to work :-(

RE: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-04 Thread Torsten Terp
Hi, Sorry to say so, but i get the exact same result when i start jBoss without my ear and then deploys it and when i start jboss with my ear in the deploy lib! This is with JBoss-2.2.2_Jetty-3.1.RC5-6. ^terp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: [JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-02 Thread Torsten Terp
or you can invalidate the session and sendError(..) . That depends on what you wanted to do, if you like to keep the session variables and elevate the users login role you cannot invalidate the session. anil Torsten Terp wrote: Hi, Im just starting to use the Jaas SecurityManager

RE: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-02 Thread Torsten Terp
Hi, Sorry for not replying to this the first time you mentioned this problem, but it just hit me that i saw the same thing after trying the JBoss-2.2.2_Jetty-3.1.RC5-5 (and/or -6) release I am currently running on the -4 release and i tried the -5 and -6 trying to determine some other bug

RE: [JBoss-user] JBoss-Jetty jboss/db/jbossmq

2001-06-24 Thread Torsten Terp
Hi, It is working now! Thanks Jules... ^terp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Julian Gosnell Sent: Sunday, June 24, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss-Jetty jboss/db/jbossmq Following all the

RE: [JBoss-user] Exceptions starting and stopping JBoss-2.2.2_Jetty-3.1.RC5

2001-06-23 Thread Torsten Terp
Hi, I have seen the same error with previous jboss-jetty revisions, and with the lastet i discovered that simply making a directory called jbossmq in the jboss/db dir solved the problem. I have just downloaded the 5th rev. and the same thing worked here... Not all problems have complex solutions

RE: [JBoss-user] GUID service?

2001-06-21 Thread Torsten Terp
Hi, Some time ago, someone offered his UUID implementation as an addon to jBoss, but i think it stopped with a debate of the usefullnes of such a thing?!? Anyways... the implementation was started on theserverside: (good discussion on the subject)

RE: [JBoss-user] Help! Jboss 2.2.2 / Interbase 6.01 / Interclient 2.0 / Jdk1.3

2001-06-19 Thread Torsten Terp
Hi, If you are the lazy type, a jdk1.3 recompiled version of interclient can be found here: http://www.kpi.com.au/interbase/index.jsp ^terp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Tuesday, June 19, 2001 7:39 PM To:

RE: [JBoss-user] jetty vs tomcat

2001-06-18 Thread Torsten Terp
Oh, come on! If you wanna be flamed, you can't go and _qualify_ your assertions ('no ... evidence ...' '... MAY ...') 8^}) We have run our test scripts against our app running under both jBoss/Jetty and jBoss/Tomcat. We have yet to take actual measurements, but watching the looping

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Torsten Terp
Hi, I was just wondering if anyboy is using this persistence manager in a production environment? Anybody? ^torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer Sent: Saturday, May 19, 2001 1:24 AM To: [EMAIL PROTECTED] Cc: Da-Ming

RE: [JBoss-user] List available as ng?

2001-05-19 Thread Torsten Terp
Hi, I agree that a newsgroup has certain advantages of a mailing list, but I have actully come to enjoy it quite a bit, since I find myself reading a lot of posts I probably would'nt have read if it was a newsgroup. Thats educational!! What im saying is that with a newsgroup, initiative is on

RE: [JBoss-user] JBoss and ANT

2001-05-18 Thread Torsten Terp
required files... this shouldnt even be that hard to implement as an ant add on task. What do you all think about this? Ivan - Original Message - From: Torsten Terp [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 6:37 AM Subject: RE: [JBoss-user] JBoss and ANT

SV: [JBoss-user] Help Required

2001-05-11 Thread Torsten Terp
Hi, You can set the debug flag to true in jboss/conf/your_config/standardjaws.xml... ^torsten -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]På vegne af Madhu Sendt: 11. maj 2001 11:16 Til: [EMAIL PROTECTED] Emne: [JBoss-user] Help Required Hi All,

SV: [JBoss-user] Jetty vs. Tomcat

2001-04-20 Thread Torsten Terp
Hi, You are probably right that the jBoss+Tomcat package is better tested... But as you said yourself Jetty is faster, and in our two setups (the two jBoss2.2.0 packages) it is so much faster that tomcat is'nt even to be considered. I guess that what im trying to say is that if you want a

[JBoss-user] jBoss+jetty 2.2.1 package messed up???

2001-04-20 Thread Torsten Terp
Hi, I just downloaded the jBoss-Jetty 2.2.1 package on SourceForge. Zip file contains: jboss_jetty-2.1-beta/.. JBoss-2.2.1_Tomcat-3.2.1/.. JBoss-2.2.1_Jetty3.1.RC4/.. - I presume this is the only lib. which should be there tst/.. I presume that JBoss-2.2.1_Jetty3.1.RC4 is the only lib.

SV: [JBoss-user] Manual database update lost

2001-04-18 Thread Torsten Terp
Hi, This must be the no. 1 question on the list! :-) jBoss defaults to commit-option A in standardjboss.xml. Basically this means that jBoss is supposed to be the only one fooling around with the datasource. Look in the spec to determine if commit-option B or C is your preferred choise...

SV: [JBoss-user] Gathering information on migrating from 2.0 to 2.2

2001-04-10 Thread Torsten Terp
Hi, [snip] b) What would be the strategy you recommend for migration ? Either using your old config files and patching them to contain the needed new values OR using the new config files (coming with the distro) and patching them with your modifications ? I went from a 2.0 to a late

RE: [JBoss-user] Database Issues -- InterBase (as a datasource)

2001-03-26 Thread Torsten Terp
Hi, We are currently using Interbase in a pre-production environment. (an e-commerce mall) So far it performs acceptable, but because we are only in a test phase now there is a chance we will have to switch to Oracle... i'll let you know if you like?! Regarding Interbase as a java:comp/env/jdbc