[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment isolation and loader repositories have no eff

2006-02-20 Thread randahl
oy an application called "deploy" which contained my my ear, and the loader-repository configuration was rightly ignored. After inserting the final slashes after "deploy" I am now telling jboss to deploy all ears in the deploy FOLDER. That was one hard to find needle in a hay stack.

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment isolation and loader repositories have no eff

2006-02-20 Thread randahl
heir own static sessionFactory variable giving them access to their own database)? All thoughts and hints will be highly appreciated - if you have a setup where you are able to make two different applications have their own separate set of classes, I would very much like to hear from your. Thank y

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment isolation and loader repositories have no eff

2006-02-19 Thread randahl
above. Thanks Randahl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924927#3924927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924927 ---

[JBoss-user] [Installation, Configuration & Deployment] - Deployment isolation and loader repositories have no effect

2006-02-18 Thread randahl
ply overlooked. If anyone have any suggestions I will be grateful for hearing from you. Yours Randahl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924791#3924791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [Installation, Configuration & Deployment] - Re: 1 jboss and 25 deployments of 1 application

2005-12-08 Thread randahl
Interesting reading - thanks for your post. R. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911410#3911410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911410 -

[JBoss-user] [Installation, Configuration & Deployment] - Number of JBosses per server - how many have you run simulta

2005-12-05 Thread randahl
Have anyone got any experiences with running several JBoss instances on the same server? Say 2, 5, 10 or maybe even more? What are your experiences - does it perform well? Randahl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910784#3910784 Repl

[JBoss-user] [Installation, Configuration & Deployment] - 1 jboss and 25 deployments of 1 application

2005-11-30 Thread randahl
ery happy to hear from you. Thanks Randahl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909715#3909715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909715 -

[JBoss-user] [Installation & Configuration] - Re: Long class names missed by LoadMgr3 - short names work

2005-06-07 Thread randahl
That was it! Thanks to both of you. For backup reasons I used to have JBoss inside my My Documents folder but I now relocated JBoss to c:\ and everything works fine. Thanks again! Randahl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880568#388056

[JBoss-user] [Installation & Configuration] - Long class names missed by LoadMgr3 - short names work

2005-06-06 Thread randahl
b.ear java2ParentDelegation=false Below you will find the stack trace I encounter. If anyone has a clue to what could be wrong I would be grateful. Randahl Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: dk.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Double trouble: Invalid numeric parameter

2005-03-12 Thread randahl
Solved it! Updated the sapdb driver to version 7_6_00_00_3360 - now it works fine! R. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869896#3869896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869896 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Double trouble: Invalid numeric parameter

2005-03-12 Thread randahl
For testing purposes I just converted all doubles to floats - same story. R. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869873#3869873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869873 ---

[JBoss-user] [Persistence & CMP/JBoss] - Double trouble: Invalid numeric parameter

2005-03-12 Thread randahl
persist 0.0. If anyone could come up with an idea what could be wrong, I would be grateful. Randahl Exception: Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-3018] (at 85): In valid numeric parameter at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.ja va:69) at

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-12 Thread randahl
By the way you did mean struts 1.1, right? Not 1.2.1? I am using struts 1.1 and its jar is in the web-inf/lib folder of my war. Randahl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844878#3844878 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-12 Thread randahl
Unfortunately setting this to false yields a huge amount of FileNotFoundExceptions related to different kinds of ".bsh" files like the following java.io.FileNotFoundException: C:\jboss-3.2.5\server\shared\tmp\de ploy\tmp17849web-console.war\WEB-INF\classes\SystemFolder.bsh I tried wiping the dep

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-10 Thread randahl
- even if I disable all my own struts stuff and run a clean, fresh struts install the error occurs... Anyone got any ideas? Randahl View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844635#3844635 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [HTTPD, Servlets & JSP] - Struts unload() causes NPE

2004-08-09 Thread randahl
Using JBoss 3.2.5 and struts 1.1 I keep getting exceptions when the destroy method of Struts' action servlet is invoked. I did not experience this on earlier versions of JBoss even though I had the same configuration as now. Has anyone else experienced this? Below is my stack trace. Ra

[JBoss-user] Please help list-admin: I keep getting the e-mails twice

2003-02-12 Thread Randahl Fink Isaksen
I have no clue what is wrong, but I keep getting each of the e-mails from this list twice. I tried unsubscribing – no effect.   I would like to receive each e-mail only once.     Randahl  

[JBoss-user] Getting duplicate e-mails from this list - why?

2003-02-07 Thread Randahl Fink Isaksen
I keep getting each of the e-mails on this list twice. I am subscribing to several other lists, but e-mail duplicates only arrive from the JBoss list.   Does anyone know what could be wrong and how to solve this?     Randahl

RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
3.0.4.   That was one great tip, you gave me there; thanks to you we are now running 3.0.4 – thumbs up!     Randahl   -Original Message- From: Stephen Coy [mailto:[EMAIL PROTECTED]] Sent: 10. januar 2003 12:44 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP on 3.0.4 with BLOB

RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
? Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Loubyansky Sent: 10. januar 2003 11:02 To: Randahl Fink Isaksen Subject: Re: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working? Hello Randahl, there are BLOB tests in the

RE: [JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
The beans which worked on 3.0.2 and failed on 3.0.4 also fails on 3.0.5rc1 – I just tested that.   I am forced to go back to 3.0.2 until the bug related to fields of type java.lang.Object is fixed.     Randahl     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[JBoss-user] CMP on 3.0.4 with BLOB fields - has anyone seen it working?

2003-01-10 Thread Randahl Fink Isaksen
DB.   My previous post contains the exceptions I get on 3.0.4.   Randahl  

[JBoss-user] CMP incompatibility between 3.0.2 and 3.0.4

2003-01-09 Thread Randahl Fink Isaksen
third).     Yours   Randahl  

RE: [JBoss-user] New JBoss breaks CMP of serializable object fields (Upgrade from 3.0.2 to 3.0.4)

2003-01-09 Thread Randahl Fink Isaksen
Well, as I mentioned I can't make it write new data either (see the original post below). Something is definitely wrong - or am I the only one having trouble writing EJBs with fields containing serialized objects into BLOB columns? Randahl -Original Message- From: [EMAIL PROT

[JBoss-user] New JBoss breaks CMP of serializable object fields (Upgrade from 3.0.2 to 3.0.4)

2003-01-09 Thread Randahl Fink Isaksen
third).     Yours   Randahl          

RE: [JBoss-user] How do i Mention the welcome page

2002-10-09 Thread Randahl Fink Isaksen
relevant if you have some preferred way of organizing your JSP files which does not include placing files in the root.     Hope this helps you out   Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gangadhar Sent: 9. oktober 2002 09:15 To

RE: [JBoss-user] Access to archives of this list - (want to research to avoid asking a FAQ)

2002-10-08 Thread Randahl Fink Isaksen
I too would like to know why the source forge list is not open. Does anyone know?? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dmitri Colebatch Sent: 9. oktober 2002 08:22 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Access to archives of thi

[JBoss-user] Avoid creating elements

2002-10-04 Thread Randahl Fink Isaksen
it using either EJB compliant features or JBoss specific features?   Randahl  

RE: [JBoss-user] How to log in from an MBean

2002-10-03 Thread Randahl Fink Isaksen
saying is, I find it reasonable for JBoss users to expect that when a Swing client can log in and get access to the EJBs using “myDomain”, so can any other client – including MBeans.     Randahl       -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

RE: [JBoss-user] How to log in from an MBean

2002-10-02 Thread Randahl Fink Isaksen
?     Randahl   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott M Stark Sent: 3. oktober 2002 00:34 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] How to log in from an MBean   You can use your own login module, but to propagate the credentials to

RE: [JBoss-user] How to log in from an MBean

2002-10-02 Thread Randahl Fink Isaksen
authentication rather than just setting the Principal (as the client-login module configuration does).   Randahl         Extract from JBossBook_30x:   The ClientLoginModule is an implementation of LoginModule for use by JBoss clients for the estab-lishment of the caller identity and credentials

RE: [JBoss-user] How to log in from an MBean

2002-10-02 Thread Randahl Fink Isaksen
Moreover, a call to SecurityAssociation.getPrincipal() returns null both before and after the login… any ideas?     Randahl   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott M Stark Sent: 2. oktober 2002 18:50 To: [EMAIL PROTECTED

RE: [JBoss-user] How to log in from an MBean

2002-10-02 Thread Randahl Fink Isaksen
Well, it IS done in the same thread. My MBean starts 1 thread which has a run method which starts out by logging in and attempting to access my EJBs – then I get the security exception. I am using JBoss 3.0.2.   Randahl   -Original Message- From: [EMAIL PROTECTED] [mailto

[JBoss-user] How to log in from an MBean

2002-10-02 Thread Randahl Fink Isaksen
PI for MBeans running inside JBoss, other than JAAS? Can you disable login requirements for MBeans?   Any help will be highly appreciated.   Randahl    

RE: [JBoss-user] JBoss component library revisited

2002-10-02 Thread Randahl Fink Isaksen
components, is it any kind of components... there needs to be a scope. Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of wonder sonic Sent: 2. oktober 2002 12:21 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss component library revisited As I st

RE: [JBoss-user] Can MBeans have a Swing interface

2002-10-02 Thread Randahl Fink Isaksen
write the interface class (since it is rather trivial).     Yours truly,   Randahl   PS: Well then, I think I will bring the code to the pub next time…   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Sacha Labourey Sent: 1. oktober 2002 23:38 To

[JBoss-user] Can MBeans have a Swing interface

2002-10-01 Thread Randahl Fink Isaksen
I wanted it.   Randahl           public class Server extends ServiceMBeanSupport implements ServerMBean {     JFrame serverFrame;       public void startService() {     serverFrame = new JFrame("Server");     server

RE: [JBoss-user] JBOSS - Components library

2002-09-27 Thread Randahl Fink Isaksen
Does anyone have any experience with that forum? - Looks interesting. R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gus Power Sent: 27. september 2002 13:14 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] JBOSS - Components library A good idea!

RE: [JBoss-user] JBOSS - Components library

2002-09-27 Thread Randahl Fink Isaksen
jbs4jboss.org? - Or does the JBoss group wish to add a component submittal page at www.jboss.org? As an alternative, we could use an existing (EJB) component sharing forum - any suggestions? Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

[JBoss-user] Standard Java logging rather than log4j - impossible?

2002-09-24 Thread Randahl Fink Isaksen
java.util.loggin work more nicely with JBoss?     Randahl  

[JBoss-user] JaasSecurityManager caching - hard-coded constant?

2002-09-24 Thread Randahl Fink Isaksen
Still, I wonder if the cache has some timing setting somewhere - I mean it probably flushes its entries at some point, rather than caching values which are (potentially) months old. - I do not suppose that JBoss contains some hard-coded constant setting for this... or... (?) Randahl

[JBoss-user] How to make DatabaseServerLoginModule stop caching

2002-09-23 Thread Randahl Fink Isaksen
restarting JBoss – which obviously is not a good solution.   Randahl  

RE: [JBoss-user] Simple authentication using UsersRolesLoginModule not working

2002-09-23 Thread Randahl Fink Isaksen
Gotcha – it turns out that I had to specify a login-config in web.xml – did the following:       BASIC     other       I would have liked JBoss being a bit more explicit in its error message, though.     Randahl

[JBoss-user] Simple authentication using UsersRolesLoginModule not working

2002-09-23 Thread Randahl Fink Isaksen
following error:   11:51:10,003 WARN  [jbossweb] WARNING: Mis-configured Authenticator for /restricted   This happens when trying to access /restricted/ of my web app   Any help would be very much appreciated. Thanks.     Randahl         From jboss-web.xml           java:/jaas

[JBoss-user] Order of columns in relationship tables

2002-09-13 Thread Randahl Fink Isaksen
order TheKeyOfB, TheKeyOfA rather than TheKeyOfA, TheKeyOfB. This seems odd to me – is it intentional, and can it be prevented?     Randahl           A-has-B