[JBoss-dev] [ jboss-Bugs-597656 ] dynamic-ql

2002-08-20 Thread noreply
Bugs item #597656, was opened at 2002-08-20 09:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=597656group_id=22866 Category: JBossCMP Group: v3.1 Status: Open Resolution: None Priority: 5 Submitted By: vishal mehta (attachvishal1) Assigned to:

[JBoss-dev] [ jboss-Bugs-597713 ] Transient Keyword Problem

2002-08-20 Thread noreply
Bugs item #597713, was opened at 2002-08-20 11:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=597713group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Joao Machado (joaocm) Assigned to:

Re: [JBoss-dev] Is the verifier too restrictive?

2002-08-20 Thread Scott M Stark
Yes, the subclasses of RuntimeException and Error should not be checked for in the bean interfaces. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Ole Husgaard [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[JBoss-dev] [ jboss-Bugs-504481 ] INSERTING AN ALREADY EXISTING BEAN

2002-08-20 Thread noreply
Bugs item #504481, was opened at 2002-01-16 17:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=504481group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Closed Resolution: Fixed Priority: 9 Submitted By: Shravan (cskreddy74) Assigned to:

Re: [JBoss-dev] Is the verifier too restrictive?

2002-08-20 Thread Christian Riege
hi, i applied a change in 3.2 and HEAD that doesn't check these in the interfaces anymore. regards, christian On Tue, 2002-08-20 at 15:36, Scott M Stark wrote: Yes, the subclasses of RuntimeException and Error should not be checked for in the bean interfaces.

[JBoss-dev] JTA Jboss 2.4.4

2002-08-20 Thread Ruben Nistal
Hello, i am configuring a BMP entity bean that was in weblogic before... now i want to deploy it into jboss. The deploy was perfect, all works fine except the update/insert/delete operations, this need something, i think that the problem i have is the transaction manager... Could, anybody, give

[JBoss-dev] serious classloading problem in Branch_3_2

2002-08-20 Thread Michael Bartmann
Hi Guys, sorry to disturb you with this question, you might qualify it as non development but as Marc suggested to me at the palma training I use Branch_3_2 to go live in a customer project...and here I am, to put it simple: If there is a xxx.jar in server/project/lib which gets

Re: [JBoss-dev] serious classloading problem in Branch_3_2

2002-08-20 Thread Scott M Stark
I still need more info as I don't know of any class loading issues in 3.2 and using a TCL associated with the UnfiedLoaderRepository has visibility to all classes except those loaded from wars. Show the stack trace of the context where the CNFE occurs and if you have an example deployment create

Re: [JBoss-dev] serious classloading problem in Branch_3_2

2002-08-20 Thread Michael Bartmann
.. one information I missed in the first mail: The class which does not get loaded had already got loaded and used in other places, but there ARE places where I cannot load it, even though these places uses TCL/UCL. All of this happens WITHOUT using ear-scoping. Enjoy, Michael

Re: [JBoss-dev] serious classloading problem in Branch_3_2

2002-08-20 Thread Michael Bartmann
Hi Scott, thank you for your quick reply. I can send you the stacktrace but I dont know how to supply to you with more information about our deployment. The deployment involves: - a proprietary JMS Provider based on an Oracle NoTx-Datasource - Entities using CMP2.0 on an Oracle

Re: [JBoss-dev] serious classloading problem in Branch_3_2

2002-08-20 Thread Michael Bartmann
Wow, we just checked out compiled and ran the thing and *IT WORKS* This one ate the lunch of three of our developers, we should really have asked you hours earlier ;-) Thank you very much, the fast response is a big point for you and JBoss. Michael

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-20 Thread Jason Dillon
Eclipse does not use Ant? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of Igor Fedorenko Sent: Sunday, August 18, 2002 9:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] jboss modules as eclipse projects Marc, To be

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-20 Thread Igor Fedorenko
Jason Dillon wrote: Eclipse does not use Ant? You can use ant from Eclipse, but you do not have to. Eclipse has its own incremental java compiler. -- Igor Fedorenko Think smart. Think automated. Think Dynamics. www.thinkdynamics.com ---

[JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread David Jencks
What's the story with method-attributes in jboss.xml? BeanMetaData parses this xml element expecting read-only and idempotent booleans inside, but as far as I can tell they are not used anywhere in the code, and are not in the dtd. read-only however IS in the xdoclet template, which is being

[JBoss-dev] mbean code=org.jboss.naming.NamingServiceorg.jboss.naming.NamingServicembean not taking bindaddress in account

2002-08-20 Thread Emerson Cargnin - SICREDI Serviços
it's really strange, I put all other rar and xml files back to deploy and it keep not working. I changed the following files : conf/jboss-service.xml : ... mbean code=org.jboss.web.WebService name=jboss:service=Webserver attribute name=Port8083/attribute attribute

Re: [JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread Dmitri Colebatch
What's the story with method-attributes in jboss.xml? BeanMetaData parses this xml element expecting read-only and idempotent booleans inside, but as far as I can tell they are not used anywhere in the code, and are not in the dtd. as I understand it they're used in QueuedPessimisticLock

Re: [JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread Scott M Stark
The readOnly value is used in the locking code. See the use of isMethodReadOnly in EntitySynchronizationInterceptor, EntityInstanceInterceptor and QueuedPessimisticEJBLock in 3.0. I would assume the others are place holders for future clustering, locking optimizations.

[JBoss-dev] jboss daily test failed

2002-08-20 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_03 Java(TM) 2 Runtime Environment, Standard

Re: [JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread David Jencks
Thanks, I'll have to learn how to use grep properly. I thought I remembered about these...but couldn't find them due to grep abuse. david On 2002.08.20 19:05:52 -0400 Scott M Stark wrote: The readOnly value is used in the locking code. See the use of isMethodReadOnly in

Re: [JBoss-dev] Wrong DeploymentSorter in 3_0 branch

2002-08-20 Thread Scott M Stark
I'll try to get it in. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Corby Page [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 19, 2002 4:21 PM Subject: [JBoss-dev] Wrong DeploymentSorter

RE: [JBoss-dev] Whats with method attributes read-only and idempotent?

2002-08-20 Thread James Cook
shameless plug Use IDEA, and let it find usages for you! /shameless plug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Jencks Sent: Tuesday, August 20, 2002 7:40 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Whats with method