[JBoss-user] Missing Jar/Classes

2003-09-18 Thread Blake Crosby
Hello, When I get jboss to netboot from the server I thought it would be a good idea to see what files it was trying to load in order to do some debugging. I noticed quite a bit of 404 errors on the netboot server: 127.0.0.1 - - [18/Sep/2003:16:16:34 -0400] "HEAD /server/cbc/conf/org/jboss/net/pr

Re: [JBoss-user] commit-option A: CMP fields not updated bug?

2003-09-18 Thread Martin Vilcans
Hi again! I just want to correct a mistake in my last post... >The problem is that when I call a CMP setter on a bean with commit-option A, the new >value is correctly stored in the database, but the value is not updated in the cached >bean. So if I call for instance setFoo(42), the foo column i

Re: [JBoss-user] 3.2.1 classloading questions

2003-09-18 Thread Guy Rouillier
In jboss-3.2.1\server\default\conf\jboss-service.xml, I set false The others were already set as you describe. Deployment still fails, same class not found error. Additional factoid: As I already mentioned, if I copy our JAR that contains our exceptions into server\default\lib, everything d

RE: [JBoss-user] local session beans

2003-09-18 Thread JD Brennan
Check out JUnitEE http://www.junitee.org/ which allows you to run JUnit tests from inside a servlet where they can make local session beans calls. JD -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 8:46 AM To: '[EMAIL PROTECTED]' Subject:

[JBoss-user] commit-option A: CMP fields not updated bug?

2003-09-18 Thread Martin Vilcans
I've got a big problem with commit-option A and CMP beans and it looks like a JBoss bug, but as I haven't found anything about it in the bug tracker or the mailing list, it might be that I'm doing something wrong. The problem is that when I call a CMP setter on a bean with commit-option A, the n

RE: [JBoss-user] local session beans

2003-09-18 Thread Butt, Dudley
James, you and I have the same problem let me know if u get to a solution, I'll do the same from my side.. -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] local session beans St

RE: [JBoss-user] local session beans

2003-09-18 Thread Butt, Dudley
Stephane, Thats exactly what I was going to do next, thanx for the confirmation! -Original Message- From: Stephane Nicoll [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 4:42 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] local session beans the local interface is just a

RE: [JBoss-user] Session and Entity Beans in Cluster

2003-09-18 Thread Rafal Kedziorski
At 16:01 18.09.2003 +0200, Sacha Labourey wrote: Rafal, Simply define your façade as clustered as even if you define your entity as clustered, the call will always go to the local instance, never a remote one. o.k. Our ServiceLocator caches local home interfaces for the session and entity beans.

[JBoss-user] CMT transaction timeouts

2003-09-18 Thread Meyer-Willner, Bernhard
Hi, is it possible to set a different TX timeout for certain container managed transactions other than the default one specified in conf/jboss-service.xml or do I have to use a user transaction for that? Bernie This e-mail and any attachment is for authorised use by the intended recipient(s) on

Re: [JBoss-user] Re: JBoss welcomes the Hibernate project

2003-09-18 Thread Bill Burke
Yes, Aspectwerkz has some nice things about it. I'm particulary interested in how it uses JPDI. Eric, can you post the things you like better about AspectWerkz on the AOP dev forum? Don't hurt my feeling though ;-). No, hurt my feelings, that's fine. Bill Eric Jain wrote: I would sincerel

Re: [JBoss-user] local session beans

2003-09-18 Thread James Black
Stephane Nicoll wrote: the local interface is just an optimization, nothing more. If you want to test the business of your beans, just made them remote and access them remotely. The only difference will be performence and a RemoteException instead of an uncatched exception (runtimexception) So if

RE: [JBoss-user] local session beans

2003-09-18 Thread Stephane Nicoll
the local interface is just an optimization, nothing more. If you want to test the business of your beans, just made them remote and access them remotely. The only difference will be performence and a RemoteException instead of an uncatched exception (runtimexception) Regards, Stephane -Ori

[JBoss-user] Application Server identification from within application

2003-09-18 Thread Olaf Thiele
Hi everybody, I want to deploy an ear-package on several application servers. Now I want it to show extra special behaviour on JBoss. How do I konw form within the application where I am. Of course I could use property files but I would like an automatic discovery solution. I came up with the idea

[JBoss-user] Problems occuring under load

2003-09-18 Thread Tim McAuley
Hi, We've been running some tests on our system to simulate a high load and have been getting some errors. Maybe people could point out what may need to be fixed or if JBoss might have an issue with this. It'd be interesting to know if JBoss (that is 3.2.1) currently has any issues when being

Re: [JBoss-user] JBoss + Tomcat + DIGEST

2003-09-18 Thread Scott M Stark
Yes, I'll have to look into this. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: Hi! How can I get DIGEST authentication get working with Tomcat? I have written a login-module, which works fine, if I am using F

RE: [JBoss-user] Session and Entity Beans in Cluster

2003-09-18 Thread Sacha Labourey
Rafal, Simply define your façade as clustered as even if you define your entity as clustered, the call will always go to the local instance, never a remote one. Cheers, sacha > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Rafal Kedziorski >

Re: [JBoss-user] local session beans

2003-09-18 Thread Nicholas
You have a couple of options, but they basically revolve around the same principal: You need a bridge that can be invoked remotely, but that runs in the JBoss VM and can therefore invoke the local beans. Check out Cactus, which does this via servlets. You might also consider using an MBean which

[JBoss-user] Session and Entity Beans in Cluster

2003-09-18 Thread Rafal Kedziorski
hi, since yesterday I have the last payed JBossClustering documentation. I have small configuration Question. We have stateless session beans as facade with remote interfaces. Facade checks some permissions and data and calls other session beans which implement the business logic thru local in

RE: [JBoss-user] JBoss welcomes the Hibernate project

2003-09-18 Thread Butt, Dudley
ok, oops sorry, would help to read the other responses first..eh? -Original Message- From: Butt, Dudley Sent: Thursday, September 18, 2003 1:58 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] JBoss welcomes the Hibernate project Hi, I understand Hibernate is not currently JDO comp

Re: [JBoss-user] local session beans

2003-09-18 Thread James Black
Stephane Nicoll wrote: If you are trying to access your bean from a test running outside JBoss it's normal. Local SB can be accessed inside JBoss only. So how can you unit test the local SBs if they have to run inside JBoss? I am guessing that is why my unit tests fail when I try getting the L

RE: [JBoss-user] local session beans

2003-09-18 Thread Stephane Nicoll
If you are trying to access your bean from a test running outside JBoss it's normal. Local SB can be accessed inside JBoss only. Regards, Stephane -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: [J

[JBoss-user] JBoss + Tomcat + DIGEST

2003-09-18 Thread TIBOR . KISS
Hi! How can I get DIGEST authentication get working with Tomcat? I have written a login-module, which works fine, if I am using FORM or BASIC authentication, however, my methods are not even invoked, if I switch to DIGEST auth. Could the following code snippet be the problem? package org.jboss

Re: [JBoss-user] local session beans

2003-09-18 Thread Nicholas
Is the test client in a seperate VM ? If so, that is the problem. Local beans are only accessible in the same VM. //Nicholas --- "Butt, Dudley" <[EMAIL PROTECTED]> wrote: > Hi, > > I seem to be having a problem trying to reference my > local session beans from a small test client I > wrote, any

[JBoss-user] local session beans

2003-09-18 Thread Butt, Dudley
Hi, I seem to be having a problem trying to reference my local session beans from a small test client I wrote, any ideas? Thanx NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission,

RE: [JBoss-user] JBoss welcomes the Hibernate project

2003-09-18 Thread Butt, Dudley
Hi, I understand Hibernate is not currently JDO compliant, is there anything in the pipeline with regards to this, or what are the views around the subject? -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 8:07 PM To: Jboss-Dev; JBoss 2 Su

[JBoss-user] Re: JBoss welcomes the Hibernate project

2003-09-18 Thread Eric Jain
> I would sincerely like to welcome Gavin and Hibernate to the JBoss > Group and JBoss.org umbrella. Excellent! Now, the next move in my opinion would be to replace JBoss AOP with Aspectwerkz, though I don't know whether Jonas Bonér is up for hire :-) -- Eric Jain