[JBoss-user] conditional method permission

2003-06-05 Thread Ionel Gardais
Hi, Is it possible to define conditionnal method permissions ? That is, is it possible to tell JBoss that a permission is set according to a bean field value ? I guess not but maybe gurus have a trick for doing this ;-) thanks, ionel ---

Re: [JBoss-user] conditional method permission

2003-06-05 Thread Lennart Petersson
In JBoss 3 and up there is something called SecurityProxy that you can use to have your own security rules. /L torsdagen den 5 juni 2003 kl 09.14 skrev Ionel Gardais: Hi, Is it possible to define conditionnal method permissions ? That is, is it possible to tell JBoss that a permission is set

[JBoss-user] Core Developers Network Announces Public Launch - whats happening?

2003-06-05 Thread Rahul Ganjoo
i cant see it being positive for Jboss in the short term...at the same time would someone shed some more light on whats happening please? mark? -Original Message- From: Corby Page [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:02 PM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-user] conditional method permission

2003-06-05 Thread Rupp,Heiko
Salut, Is it possible to define conditionnal method permissions ? That is, is it possible to tell JBoss that a permission is set according to a bean field value ? Not through the J2EE declared security, but by writing an interceptor that does what you want. -- Bancotec GmbH EMail:

[JBoss-user] Cannot read ASCII data from this long column

2003-06-05 Thread Janardhan Burugupalli
com.sap.dbtech.jdbc.translators.ConversionExceptionSapDB: Cannot read ASCII data from this long column had an exception while accessing data from an entity bean...can some one explain this thanks jani --- This SF.net email is sponsored by:

Re: [JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Alexey Loubyansky
Hello Martin, please, submit a bug report on it with all this info. If you could also provide a testcase that reproduces this problem that would be great. Thank you, alex Wednesday, June 04, 2003, 6:21:49 PM, Martin Vilcans wrote: MV I'm trying to create an entity bean (Score) that has a CMR

Re: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2?

2003-06-05 Thread Bruce Scharlau
At 15:44 04/06/2003 -0400, you wrote: http://www.componentsource.com/Search.asp?SC=EJBOSBrowse=YGroupType=5gc=JBOSSGGroupDesc=JBoss+Group -Daniel Finn, Michael wrote: I don't see the 3.2 stuff either - just 3.0.7 (we have a subscription and I can't find it). In fact, like Bob, I can't even

Re: [JBoss-user] conditional method permission

2003-06-05 Thread Dan Avram
Is it possible to define conditionnal method permissions ? That is, is it possible to tell JBoss that a permission is set according to a bean field value ? Not through the J2EE declared security, but by writing an interceptor that does what you want. Is this a J2EE generic solution ? I

[JBoss-user] EJB-QL Finder and POJO

2003-06-05 Thread Rupp,Heiko
Hi, I am a bit confused and did not find the answer in the EJB spec: Is the following finder allowed in EJB-QL or not? query query-method method-namefindPojo/method-name method-params method-paramcom.acme.POJO/method-param /method-params /query-method ejb-ql ![CDATA[SELECT

RE: [JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Mark.Gargan
Hi Martin, Just coincidentally I'm looking at the CMP section of the getting started documentation. In the underworld example of the Gangsters and organisation they perform a similar one to many relationship. On comparison I think I noted that your relationships may be the wrong way

Re: [JBoss-user] conditional method permission

2003-06-05 Thread Scott M Stark
Security is currently role based in j2ee so there is no generic solution short of doing the check yourself using application level logic. -- Scott Stark Chief Technology Officer JBoss Group, LLC Dan Avram wrote: Is it possible to define

Re: [JBoss-user] security question: logging out properly - I havea test case

2003-06-05 Thread jfc
Scott M Stark wrote: Send it to me, [EMAIL PROTECTED] Scott Stark Chief Technology Officer JBoss Group, LLC On Tuesday, June 3, 2003, at 08:28 AM, jfc wrote: Hi, I am still trying to find the answer to my previous post to do with why my

Re: [JBoss-user] conditional method permission

2003-06-05 Thread Lennart Petersson
no, only JBoss. /L torsdagen den 5 juni 2003 kl 12.03 skrev Dan Avram: Is it possible to define conditionnal method permissions ? That is, is it possible to tell JBoss that a permission is set according to a bean field value ? Not through the J2EE declared security, but by writing an interceptor

RE: [JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide

2003-06-05 Thread Marco.Mistroni
HI i m trying to order it also. in the meantime, just 4 having another, go to www.theserverside.com , there are chapters available from the book JMX in action br marco -Original Message- From: ext Marco Tedone [mailto:[EMAIL PROTECTED] Sent: 04 June, 2003 22:02 To:

[JBoss-user] (no subject)

2003-06-05 Thread Rakesh Patel
Your Full Name Here www.MetaPack.com [EMAIL PROTECTED] Mobile: (Where required) Direct: +44 (0) 20 7843

RE: [JBoss-user] Getting remote user name Jboss-Net

2003-06-05 Thread Ramrakhiani, Vikas
Hello Dr. Christoph, I still could not figure out how to do this. What standard mechanisms in EJB can help me identity of person. I tried getCallerPrincipal and other things but what I need is 'login id' of person like 'DESHAW\ramrakhv'. This is something similar to NTLM. I used to have a jcif's

[JBoss-user] JBoss XA transaction with WebSphere MQ

2003-06-05 Thread thomas . cherel
Title: JBoss XA transaction with WebSphere MQ I have been playing with JBoss 3.0.5 and WebSphere MQ 5.3 (ex-MQSeries) for a while now. I managed to create a new JMS provider in JBoss for WebSphere MQ: In jms-service.xml, duplicate the org.jboss.jms.jndi.JMSProviderLoader mbean. Change

RE: [JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide

2003-06-05 Thread Sacha Labourey
I tried looking at the old jboss 2.4.x docs but it appears they are no longer available (dead link on jboss.org). They have been removed, I've uploaded them again here http://jboss.sourceforge.net/doc-24/ and fixed the url. You can also checkout module manual from JBoss CVS, it contains the

[JBoss-user] home.create() doesn't return remote object.

2003-06-05 Thread Mark.Gargan
Title: Message Hi folks, I've an entity bean deployed in jboss 3.2.1. Whilst testing the code I have a line that creates an instance of the entity bean as such ProcessDefinition remote = home.create("testGuideline"); When this code executes the instance is created in the database as

Re: [JBoss-user] help for ReadOnly Method settings for entity beans

2003-06-05 Thread Janardhan Burugupalli
entity ejb-nameUser/ejb-name !--jndi-nameUser/jndi-name-- method-attributes method method-nameget*/method-name

Re: [JBoss-user] EJBQL problem

2003-06-05 Thread DavidNeuer
Finder methods always return the type in whose home interface they are defined, according to the spec: The return type of a finder method on the local home interface must be the entity beans local interface, or a type representing a collection of objects that implement the entity beans

Antwort: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread ulf . schroeter
You don't have to use a XA datasource for the jdbc2 persistence manager, local-tx-datasource is sufficient ! Regards Ulf Marek Lange [EMAIL PROTECTED] Gesendet von: [EMAIL PROTECTED] 04.06.2003 15:18 Bitte antworten an jboss-user An:[EMAIL PROTECTED] Kopie:

[JBoss-user] how to configure cmp datasource alias?

2003-06-05 Thread Carsten Hammer
Hi, I want to use the datasource that my entity beans work on for holding data accessed via jdbc calls. Is there a way to get the datasource that is configured for CMP inside of my J2EE code? Best regards, Carsten Hammer --- This SF.net

[JBoss-user] FYI: JBoss 4 default server uses 50MB more memory than JBoss 3 default

2003-06-05 Thread Ken Yee
Still exploring DR1, but just wanted to let you folks that are still on 3.x that it uses more memory. Seems like JMS is now a standard part of the default server in 4.0 DR1 whereas it was part of the all config in 3.x. ken p.s., my custom authenticator is broken in 4.0 DR1...looks like you

Re: [JBoss-user] jmx docs : Where can I find a good starting point/ tutorial / guide

2003-06-05 Thread jfc
Sacha Labourey wrote: I tried looking at the old jboss 2.4.x docs but it appears they are no longer available (dead link on jboss.org). They have been removed, I've uploaded them again here http://jboss.sourceforge.net/doc-24/ and fixed the url. You can also checkout module manual from

[JBoss-user] JBossQL LIMIT, OFFSET

2003-06-05 Thread DavidNeuer
Are LIMIT OFFSET supported in JBossQL in 3.2.x? Or just in 4.x? I can't find where in the code it's supported (haven't tried to use it yet). Dave

RE: [JBoss-user] FYI: JBoss 4 default server uses 50MB more memory than JBoss 3 default

2003-06-05 Thread Sacha Labourey
JMS was part of default in 3.x -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Yee Sent: mercredi, 4. juin 2003 16:22 To: [EMAIL PROTECTED] Subject: [JBoss-user] FYI: JBoss 4 default server uses 50MB more memory than JBoss 3 default

Re: [JBoss-user] Transaction problems

2003-06-05 Thread Janardhan Burugupalli
16:39:29,887 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [FormatId=257, GlobalId=entwicklung2//9, BranchQual=] timed out. status=STATUS_ACTIVE i get the above warning and in the Jboss and the client is hanging ..can any one help me with this . i already made all the getter

[JBoss-user] CMR+EJBQL finder generates invalid SQL

2003-06-05 Thread Martin Vilcans
I'm trying to create an entity bean (Score) that has a CMR relation to another bean (Celebrity), where one Celebrity can have many scores (1:M). Also, the Score bean has a finder with the signature Collection findByDay(int week, int day). JBoss' implementation of this method creates invalid SQL,

RE: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2?

2003-06-05 Thread Rupp,Heiko
Hi, I'm wondering if the pay-for docs have been updated for 3.2? Yes, they have been in may 03. Send a mail to support @ componentsource . com and they will send you a download link. Heiko --- This SF.net email is sponsored by: Etnus,

Re: [JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-05 Thread Paul Ranauro
Matthew, As everyone else is in this space, I am new at this, and what I say should be taken with a high degree of skeptism. Two weeks ago, I looked for the same type of tutorial. I found no definitive work, however, I did find clues from various sources. The two best sources are xpetstore and

Re: [JBoss-user] JBossQL LIMIT, OFFSET

2003-06-05 Thread DavidNeuer
Well, that's a bummer, but it would explain why I can't find any source which mentions either of them. :-( Dave Jonathan.O'[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/04/2003 11:23 AM Please respond to jboss-user To: [EMAIL PROTECTED] cc: Subject: Re:

RE: [JBoss-user] FYI: JBoss 4 default server uses 50MB more memory than JBoss 3 default

2003-06-05 Thread Ken Yee
Sacha Labourey wrote: JMS was part of default in 3.x Thanks. I thought it was part of all. Any idea why JBoss 4.0 DR1 uses more memory? Is it from the AOP stuff? I can't say JBoss is a lot less piggy than WAS now :-) ken ___ Join Excite! -

RE: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2?

2003-06-05 Thread Scheik, Timothy
Title: RE: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2? I think the most current version is 3.0.7. -Original Message- From: Bob Cotton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 04, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Had the Pay-For

[JBoss-user] Re: Core Developers Network Announces Public Launch

2003-06-05 Thread Corby Page
The current documentation (the docs we pay for by subscription) are owned by JBoss Group, yes? You plan to offer a competing set of documentation generated from scratch? What exactly am I getting if I start paying Core Developers Network $15 a month today? The positive way of looking at this is

Re: [JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide

2003-06-05 Thread Marco Tedone
I'll let you know. Marco - Original Message - From: Juha-P Lindfors [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:16 PM Subject: Re: [JBoss-user] jmx docs : Where can I find a good starting point / tutorial / guide I hope you enjoy it ;-) -- Juha On

RE: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2?

2003-06-05 Thread Finn, Michael
Title: RE: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2? I don't see the 3.2 stuff either - just 3.0.7 (we have a subscription and I can't find it). In fact, like Bob, I can't even find JBoss on componentsource at all. Search for JBoss, and browse by product name turn up

Re: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-05 Thread Guy Rouillier
Sasidharan, Manoj wrote: Hello, Did you run initjvm script on the Oracle database? That would set up the JVM inside the Oracle database. I don't see how that is relevant to the current discussion. rgds MS -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: [JBoss-user] Had the Pay-For Documentation Been updated for 3.2?

2003-06-05 Thread Daniel McOrmond
http://www.componentsource.com/Search.asp?SC=EJBOSBrowse=YGroupType=5gc=JBOSSGGroupDesc=JBoss+Group -Daniel Finn, Michael wrote: I don't see the 3.2 stuff either - just 3.0.7 (we have a subscription and I can't find it). In fact, like Bob, I can't even find JBoss on componentsource at all.

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread David Jencks
I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions independently of the database. david jencks On 2003.06.04 09:18 Marek Lange wrote:

RE: HA: [JBoss-user] Oracle XA error on 3.2.1

2003-06-05 Thread Sasidharan, Manoj
AFAIK, for using Oracle XA with jBoss, this setup should be done at the Oracle server end. rgds MS -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:27 PM To: [EMAIL PROTECTED] Subject: Re: HA: [JBoss-user] Oracle XA error on 3.2.1

RE: [JBoss-user] JBossQL LIMIT, OFFSET

2003-06-05 Thread Jeremy Boynes
In 3.2.X the JBossQL compiler removes these from the query and converts them to iterations over the returned result set. See the change note: http://sourceforge.net/tracker/index.php?func=detailaid=681216group_id=228 66atid=381174 You can still use vendor specific versions (which _are_ more

[JBoss-user] JBoss 4.0

2003-06-05 Thread snpe
Hi I try JBoss 4.0 (cvs 04.06.2003) and build with tomcat 4.1.24. When JBoss start it have a lot errors in log output (for any reflection classes , hsqldb etc) (localhost:8080/jmx-console, web-console, jbos-net work fine) Is this errors normal (my system je linux rh 8.0, kernel 2.4.21-pre5 and

[JBoss-user] RE: Core Developers Network(TM) Announces Public Launch

2003-06-05 Thread Alex Mann
Will this impact the project negatively? It'd be a shame if things got nasty on the sourceforge page. --Will - Original Message - From: "Dain Sundstrom" [EMAIL PROTECTED]To: [EMAIL PROTECTED]Sent: 2003-06-04 09:17 Subject: Core Developers Network(TM) Announces Public Launch Core

RE: [JBoss-user] FYI: JBoss 4 default server uses 50MB more memory than JBoss 3 default

2003-06-05 Thread Bill Burke
Its not because of the AOP stuff. But, remember, this is a developer release. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Yee Sent: Wednesday, June 04, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] FYI: JBoss 4 default

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread Marek Lange
David Jencks schrieb: I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions independently of the database. David, thanks for the information!

RE: [JBoss-user] JBoss 4.0

2003-06-05 Thread Ken Yee
snpe [EMAIL PROTECTED] wrote: I try JBoss 4.0 (cvs 04.06.2003) and build with tomcat 4.1.24. When JBoss start it have a lot errors in log output You should only get an exception the first time you run it (something is dropping database tables that don't exist). I only get a few warnings that

[JBoss-user] interesting articles from The Inquirer

2003-06-05 Thread Ken Yee
In case any of you missed it :-) http://www.theinquirer.net/?article=9813 http://www.theinquirer.net/?article=9850 ken ___ Join Excite! - http://www.excite.com The most personalized portal on the Web!

[JBoss-user] Method permission

2003-06-05 Thread Pham Thanh Quan
Hi all, Please tell me how to deploy a bean with two methods, one allows only administrator to access it, and one allows all users (including unauthenticated users - the users that don’t login yet) Thank you Quan

Re: [JBoss-user] JMS and Oracle XA

2003-06-05 Thread Marek Lange
David Jencks schrieb: On 2003.06.04 18:23 Marek Lange wrote: David Jencks schrieb: I don't know what the Oracle error means, but you do not need an xa datasource for jbossmq xa. In fact the jbossmq xa jdbc connections are set to autocommit while in use by jbossmq, as it handles transactions

Re: [JBoss-user] JBoss 4.0

2003-06-05 Thread Ken Yee
snpe [EMAIL PROTECTED] wrote: can see file (return from list) on linux with kmail Try switching your list subscription to digest mode. Attachments and any rich text formatting (this includes most Outlook users or anything that sends MIME/HTML) looks like garbage text :-P WARN

[JBoss-user] Core Developers Network Announces Public Launch

2003-06-05 Thread Dain Sundstrom
Core Developers Network(TM) Announces Public Launch We are pleased to announce the foundation of Core Developers Network, a new services company supporting enterprise open source Java software. Core Developers Network is a partnership of peers with the guiding principles of integrity,

[JBoss-user] Core Developers Network Announces Public Launch

2003-06-05 Thread Dain Sundstrom
Core Developers Network(TM) Announces Public Launch We are pleased to announce the foundation of Core Developers Network, a new services company supporting enterprise open source Java software. Core Developers Network is a partnership of peers with the guiding principles of integrity,