Re[2]: [JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread julien viet
mbn> On Wed, Dec 18, 2002 at 01:33:27PM -0800, Nicholas wrote: >> I am using JBoss 3.0.4 and developing a large number >> of CMP 2 beans in a preliminary proof of concept. >> >> Based on the new Local interfaces in EJB 2, can anyone >> recommend a source for an updated pattern >> implementation fo

Re[2]: [JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread julien viet
mbn> On Sat, Dec 21, 2002 at 02:23:04PM +0100, julien viet wrote: >> I am currently working on jboss forum application and we >> try to get rid of value object by using local directly >> in web layer. >> >> On that purpose we have two interceptors that allow >> bulk retrieval of value of a cmp bea

Re[7]: [JBoss-user] EJBDepoyer at jmx-console

2002-12-21 Thread Mikhail Akopov
Hello David, I feel myself stupid, sorry for bothering you, but... Saturday, December 21, 2002, 6:01:54 PM, you wrote: > The jar is jbossjmx-ant.jar in client ok. I found it. > The source is in varia/.../ant I downloaded jboss-all.zip with jboss sources - there are some 'varia' dirs but no 'ant'

[JBoss-user] How to INSERT after ebjPostCreate versus ejbCreate

2002-12-21 Thread Rod Macpherson
Calling an entity bean CMR setter method within ejbCreate is prohibited. The general solution is to make CMP calls within ejbCreate and CMR calls in ejbPostCreate. That solution does not work when the CMR field maps directly to a non-nullable required column value. WebLogic resolves this issue by d

Re: [JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread marius
On Wed, Dec 18, 2002 at 01:33:27PM -0800, Nicholas wrote: > I am using JBoss 3.0.4 and developing a large number > of CMP 2 beans in a preliminary proof of concept. > > Based on the new Local interfaces in EJB 2, can anyone > recommend a source for an updated pattern > implementation for Session F

Re: [JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread marius
On Sat, Dec 21, 2002 at 02:23:04PM +0100, julien viet wrote: > I am currently working on jboss forum application and we > try to get rid of value object by using local directly > in web layer. > > On that purpose we have two interceptors that allow > bulk retrieval of value of a cmp bean though it

Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-21 Thread David Jencks
On 2002.12.18 19:40:31 -0500 Brian Topping wrote: > > > > -Original Message- > > From: Mauricio De Diana [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 18, 2002 4:01 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > > > > > You have

Re: Re[5]: [JBoss-user] EJBDepoyer at jmx-console

2002-12-21 Thread David Jencks
On 2002.12.21 06:29:54 -0500 Mikhail Akopov wrote: > Hello David, > > Friday, December 20, 2002, 11:19:14 PM, you wrote: > > I think I wrote a change note on it and if you look at package.html in > the > > source tree there is some more info. > sorry, I still can't understand where I get ant with

Re[5]: [JBoss-user] EJBDepoyer at jmx-console

2002-12-21 Thread Mikhail Akopov
Hello David, Friday, December 20, 2002, 11:19:14 PM, you wrote: > I think I wrote a change note on it and if you look at package.html in the > source tree there is some more info. sorry, I still can't understand where I get ant with jmx task :-( I inspected ant.jar in jboss distribution - it does

Re: [JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread julien viet
I am currently working on jboss forum application and we try to get rid of value object by using local directly in web layer. On that purpose we have two interceptors that allow bulk retrieval of value of a cmp bean though it local interface. For instance with a local : local l = some_way_to_hav

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-21 Thread Brian Topping
> -Original Message- > From: Mauricio De Diana [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 4:01 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > > You have to use ClientLoginModule on Tomcat side. See > the chapter on Security

[JBoss-user] CMP 2 - 2 Questions

2002-12-21 Thread Nicholas
I am using JBoss 3.0.4 and developing a large number of CMP 2 beans in a preliminary proof of concept. Based on the new Local interfaces in EJB 2, can anyone recommend a source for an updated pattern implementation for Session Facades ? It seems like I simply need to generate value objects to retu

Re: [JBoss-user] Good-bye

2002-12-21 Thread kiuma
Andy ha scritto: Hi Geeks Yesterday my CVS RW access to JBoss was revoked and therefore I will not work on the JBoss project at all. Unfortunately this also means that I cannot update my changes to the Quick Start Guide and the EJB Timer Service I was working on. Even though that it makes me an

Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-21 Thread Scott M Stark
Its not going to work. The JBossSecurityMgrRealm is designed for being embedded in JBoss. You would have to modify it significantly to run standalone. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Brian

RE: [JBoss-user] TRANSACTION ISOLATION and ORACLE

2002-12-21 Thread saroj kumar
In that case, these settings are not going to work. Are you doing some "SELECT FOR UPDATE" in one method and trying to Access the same thing in other method? One Thing, Can you change the TX Attribute to "Requires" of second method and Try it once. -Saroj >-Original Message- >From: [EM