RE: [JBoss-user] 3.2.3 Release Available

2003-12-11 Thread Torsten Terp
Can we expect a Jetty version of the 3.2.3 release? Thanks.. Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Scott M > Stark > Sent: 10. december 2003 04:03 > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: [JBoss-user] 3.2.3 Release Ava

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 An

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

2003-10-29 Thread Torsten Terp
as the client pings every 60 seconds. > > In your case it looks like 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

[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). java.net.

[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
ude the > test schedulable jar in the scoped ULR classpath. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > From: "Torsten Terp" <[EMAIL PROTECTED]&g

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: META-INF/login-config.xml jboss.security

RE: [JBoss-user] Service starts after my app is deployed

2003-02-25 Thread Torsten Terp
Hi You can do it the way you describe, just replace jboss:service=Naming with the name of each of your EJBs in the ear file.. you can see the correct name in the jndi view in the jmx-console under the jboss.j2ee section example: jboss.j2ee:jndiName=ejb/xxx/yyy,service=EJB ... I dont know if i

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

2003-02-25 Thread Torsten Terp
Hi, Yes you can include the security setup in you ear. We do it in a sar file contained in the ear, works well! You could also define your security constraints in server/default/conf, its really just a question if you need to be able to dynamically deploy security configs or a static config is

RE: [JBoss-user] Scoped deployment

2002-08-22 Thread Torsten Terp
[EMAIL 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 Tors

[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 sf.n

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

2002-08-21 Thread Torsten Terp
/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.

[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!! It

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 o

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

2002-08-02 Thread Torsten Terp
rg.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor .java:119) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT. java:176) at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52) I must admit that im am lost here... any ideas?? Thanks for the help!! ^Torsten

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

2002-08-02 Thread Torsten Terp
r 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 to arrange the contents > > and describe the dependencies in a SAR file?

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

2002-07-24 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 i

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 c

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

2002-06-10 Thread Torsten Terp
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.

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

2002-06-07 Thread Torsten Terp
Connection problems... --- 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.F

[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 s

RE: [JBoss-user] 3.0QuickStart example/template

2002-06-03 Thread Torsten Terp
Hi, May I ask where you found it? Thanks... ^torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thelmo Loisio Sent: 3. juni 2002 09:41 To: [EMAIL PROTECTED] Subject: [JBoss-user] 3.0QuickStart example/template I've found the example project from

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 :-( a

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]]

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] JAAS Security question - Getting pricipaldata...

2001-07-02 Thread Torsten Terp
Hi, Thanks for replying... > This thema is in deed very confusing. Here my 2 cents > ( though I use it with tomcat ) lol, glad to hear that, im going nuts here :-) > To be able to verify user in ejb, you need to set > security context in bean descriptor > ( jboss.xml ) Did that, seems to wo

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

2001-07-02 Thread Torsten Terp
"). That should > redirect to login window which clears the j_username and j_password 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 sessio

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

2001-07-01 Thread Torsten Terp
Hi, Im just starting to use the Jaas SecurityManager in my app. (JBoss-2.2.2_Jetty-3.1.RC5 release). Im using the DatabaseServerLoginModule, and it works quite well. When i go to my app in the browser i get the login screen, and username and password gets verified. This principal data is used

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 > > > > Followi

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) http://www2.theserverside.com/patterns/thread.js

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 >

RE: [JBoss-user] Highest performance open source servlet engine

2001-05-28 Thread Torsten Terp
Hi, I don't know which is the fastet of all the servlet engines out there...but if performance is a major concern and the choise is between Jetty and Tomcat, I would definely recomend you try Jetty, as it seems to be the fastest of the two... ^torsten > -Original Message- > From: [

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] 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

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
xml format and then having ant or some other tool generate all 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 PRO

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
...and if you add EJBDoclet as an ANT task, then you are really going!!! ANT then does all you stuff... Then you basically write a singe java file describing you bean and an ANT task builds you pk classes, home and remote interfaces and value objects if needed, builds and verifies your ear file

SV: [JBoss-user] Help Required

2001-05-11 Thread Torsten Terp
Hi, You can set the debug flag to true in jboss/conf//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] JAAS Tutorial for Jetty??

2001-05-08 Thread Torsten Terp
Hi, Did anybody figure out how to do this? Thanks... ^torsten > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Pa vegne af Joel Boehland > Sendt: 1. maj 2001 21:11 > Til: [EMAIL PROTECTED] > Emne: Re: [JBoss-user] JAAS Tutorial for Jetty?? > > > Hi Juli

[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. whi

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 jBos

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... ^te

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

[JBoss-user] RE: [JBoss-user] Réf. : [JBoss-user] Code to get connection from connection pool

2001-03-26 Thread Torsten Terp
For the seond approach see my recent post "RE: [JBoss-user] Database Issues -- InterBase (as a datasource)" ^torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas > Gennburg/FRAN/Carrefour > Sent: 27. marts 2001 09:26 > To: [EMAIL PROTECTE

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