[JBoss-user] What does this exception mean?

2003-01-07 Thread Matthew Van Horn
I get this message intermittently, usually after another error has occurred, and I am rerunning a test. javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract com.accesstech.atjsystems.db.XindiceClientLocal

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-07 Thread Scott M Stark
2.4 will automatically downgrade to marshall calls by value. Use the by value interceptor in 3.0.5 and would can have the same effect as the cost of the by value calls as opposed to call by reference. Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] FK fields mapped to PK fields support ported to JBoss-3.2

2003-01-07 Thread Jon Finanger
You mean i can download the 3.2rc and use a fk as a pk? wasn't that headed for the 4.0 release? -Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Loubyansky Sent: 24. desember 2002 20:28 To: JBoss-User Subject: [JBoss-user] FK fields mapped

RE: [JBoss-user] [non HTML repost] References ObjectFactories

2003-01-07 Thread Brian Topping
From: Scott M Stark [mailto:[EMAIL PROTECTED]] Subject: Re: [JBoss-user] [non HTML repost] References ObjectFactories Sorry, this is my first time for remoted MBeans, so I'm a little slow. 1. Expose the security manager interfaces methods as MBean operations on the

Re: [JBoss-user] certain apps hanging..

2003-01-07 Thread Scott M Stark
Try sending it as an attachment. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Rob Helmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 4:56 PM Subject: Re: [JBoss-user] certain

Re[2]: [JBoss-user] FK fields mapped to PK fields support ported to JBoss-3.2

2003-01-07 Thread Alex Loubyansky
Hello Jon, Tuesday, January 07, 2003, 11:56:56 AM, you wrote: JF You mean i can download the 3.2rc and use a fk as a pk? yes, though, not sure whether it is in the binaries. Use CVS to get it for sure. alex JF wasn't that headed for the 4.0 release? JF -Jon -Original Message- From:

Re: [JBoss-user] Purposes/behavior of different MBean services

2003-01-07 Thread Meyer-Willner, Bernhard
Hi, does anybody from the JBoss team care to comment on those MBeans? Seems there some interesting services offered and I'd love to know what they're for, can't find any docs or meaningful info on the forums, though. Thanks, Bernhard -Ursprüngliche Nachricht- Von: Meyer-Willner,

[JBoss-user] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-07 Thread Sacha Labourey
Hello, Yesterday I commited a BeanShell (BSH, www.beanshell.org) sub-deployer in HEAD. It is in module varia and you can find its lib in varia/output/lib/bsh-deployer.sar. It allows you to hot-deploy *.bsh files in /deploy. SIMPLE USAGE: client-only = In its simple

[JBoss-user] Guarantee Message Ordering in JBossMQ

2003-01-07 Thread Muntean Horia
Hi, I am using JBoss-2.4.9, J2SDK1.4.1, WinXP SP1. Changed configs: - in jmboss.jcml I changed the persistence manager to org.jboss.mq.pm.file.PersistenceManager - in standardjboss.xml I've changed the Standard Message Driven Bean container param MaximumSize1/MaximumSize I know

Re: [JBoss-user] cmp composite field problems

2003-01-07 Thread Alex Loubyansky
Hello Ryan, have you also declared dependent-value-class element for the class that represents audit? alex Monday, January 06, 2003, 10:24:42 PM, you wrote: SR i'm working with a CMP composite field using jboss 3.0.4 and oracle 8i. SR i've gone through the paydoc's several times, and can't

AW: [JBoss-user] problem with DatabaseServerLoginModule

2003-01-07 Thread Scheil, Sven
great. thank u. that works very well. :-) but is there a chance to configure the caching behavior via xml-configuration file? sven -Ursprüngliche Nachricht- Von: laurent belmonte [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 6. Januar 2003 18:27 An: [EMAIL PROTECTED] Betreff: Re:

[JBoss-user] jboss-3.2.0beta3_tomcat-4.1.18?

2003-01-07 Thread David Ward
May the JBoss team please publish a jboss-3.2.0beta3_tomcat-4.1.18 package to SourceForge? (The latest tomcat bundle I see there is jboss-3.2.0beta2_tomcat-4.1.12.) Thank you muchly, David --- This SF.NET email is sponsored by: SourceForge

[JBoss-user] Re: Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-07 Thread Weiqi Gao
Weiqi Gao wrote: David Jencks wrote: I think you need a 3.2 version from after 11/22/2002 when (I think) this was fixed. Thank you for the response. I downloaded jboss-3.2.0beta3 and configured my Oracle XA DataSource easily (with the oracle-xa-ds.xml) and everything seemed to work, until

[JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Victor Batista
Hello! My JBoss is caching the user's roles info. How can I deactivate this caching mechanism? Suppose I am logged with a User with Roles A and B. If this user changes his roles (Administrator :-)), and adds Role C, the user wan't have this permission until JBoss is restarted. If I

[JBoss-user] JBoss and syslog (UNIX) logging problems

2003-01-07 Thread Anders Nordby
Hello, Using JBoss 3.0.4: a) Enabled SYSLOG appender in log4j.xml. b) Set it up in the Root category. c) JBoss then fails to start: 17:12:33,240 INFO [Log4jService] Starting 17:12:33,274 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 17:12:40,348 WARN

Re: [JBoss-user] jboss-3.2.0beta3_tomcat-4.1.18?

2003-01-07 Thread Scott M Stark
There will be an RC1 release this weekend. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: David Ward [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 5:54 AM Subject: [JBoss-user]

Re: [JBoss-user] Re: Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-07 Thread Scott M Stark
Follow the instructions given in the release notes to generate a bug report with the class loading details. See: http://sourceforge.net/project/shownotes.php?release_id=13 Scott Stark Chief Technology Officer JBoss Group, LLC - Original

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Guy Rouillier
See Re: [JBoss-user] problem with DatabaseServerLoginModule from Laurent Belmont from Monday January 06, 2003. - Original Message - From: Victor Batista [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 11:06 AM Subject: [JBoss-user] DatabaseServerLoginModule is

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how to deactivate?

2003-01-07 Thread Scott M Stark
The cache is flushed based on time which is 30 mins by default. Change this in the conf/jboss-service.xml descriptor as documented in the admin/devel book: mbean code=org.jboss.security.plugins.JaasSecurityManagerService name=jboss.security:service=JaasSecurityManager attribute

Re: [JBoss-user] DatabaseServerLoginModule is caching Roles Info...how todeactivate?

2003-01-07 Thread Jonathan . O'Connor
Victor, we thought about this same issue, and then we remembered the following: If you change a user's groups in Linux, they won't see them until they log in again. Of course, your business people may say you have to have immediate update. Maybe you can add the user to a list in the application

Re: [JBoss-user] certain apps hanging..

2003-01-07 Thread Rob Helmer
Hi Scott, Thanks, just wanted to make sure this was ok. I'm attaching a thread dump. Also, I've noticed that after about 30-40 minutes, the JSPs that are hanging will return ( they seem to be waiting on an EJB, I'm not positive which one ). I think it's just timing out. As I mentioned before,

[JBoss-user] Running multiple JBoss instances on multi-homed machine

2003-01-07 Thread Barney Rubble
I have a requirement to run several instances of JBoss on a single machine with each bound to its own host name. How do you tell JBoss (and by extension all of its sub-systems) what host name it should bind to? Can we set the host name in one fell swoop or does it need to be configured on a

Re: [JBoss-user] Re: Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-07 Thread Scott M Stark
See bug [ 664081 ] JCA rars packaging causes IllegalAccessError: https://sourceforge.net/tracker/index.php?func=detailaid=664081group_id=22866atid=376685 Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From:

[JBoss-user] building from cvs failing

2003-01-07 Thread Emily Short
Hi there, For several weeks Ive been getting the latest version of Jboss4.0.0alpha from CVS and attempting to build by executing ant all from the jboss-head/build directory, but it has been failing consistently for one reason or another. Does anyone have time to fix the build? The error

Re: [JBoss-user] certain apps hanging..

2003-01-07 Thread Scott M Stark
This shows several servlet threads waiting for: - waiting to lock 0x4573b710 (a skeva.utils.SkevaHashtable) And this thread trying to connect to a naming service in outer space apparently as it is certainly not talking to the naming service in the same VM. This is what is holding the 0x4573b710

[JBoss-user] CMT Ttransactions vs database transactions

2003-01-07 Thread Miso Pach
Hello- Is there any relationship between jboss transactions and underlying database transactions? I'm using CMT. I am wondering if I can assume that all CMP updates that are executed in the same EJB CMT transaction happen in the same database transaction if I am using just one database source in

Re: [JBoss-user] Purposes/behavior of different MBean services

2003-01-07 Thread Scott M Stark
- BeanCacheMonitor is obsolete and will be removed. - FileDeploymentStore and DeploymentCache were experiments by Jason. They are unsupported and only available for experimentation. - CounterService is simple accumulator you can lookup from JNDI under java:/CounterService to invoker

[JBoss-user] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-07 Thread James Higginbotham
Sounds very interesting.. I wonder how it might help to integrate Jboss and Emacs/JDEE, since they use the bsh to perform Lisp-Java integration.. James -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:57 AM To: Jboss-Dev Cc:

[JBoss-user] Jbuilder integration question...

2003-01-07 Thread Matthew Van Horn
I am using JBuilder and JBoss 3.0.4 with the Protegra tool and there is a really annoying thing happening. Somehow JBuilder is overwriting my jboss.xml file so that this: destination-jndi-namequeue/testQueue/destination-jndi-name is changed to this:

RE: [JBoss-user] cmp composite field problems

2003-01-07 Thread Sonnek, Ryan
no i haven't. i can't seem to find a way to generate the dependent-value-classes element using xdoclet-1.2-b2. also, reading through the pay docs, they show an example (listing 3-7) that does not use the dependent-value-class. instead, they only override the column name within the cmp-field.

RE: [JBoss-user] Some J2EE questions... please help

2003-01-07 Thread James Higginbotham
Title: Message Answers inline.. I'd suggest reading all the specs for the associated j2ee technologies to solve the simple questions.. HTH, James -Original Message-From: Sasidharan, Manoj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:01 PMTo: [EMAIL

[JBoss-user] Some J2EE questions... please help

2003-01-07 Thread Sasidharan, Manoj
Hello All, I have a few questions on J2EE and request the J2EE gurus in this list to find some time to answer them... 1. Can we use Java Threads in a J2EE application (usingSingleton class) 2. How to achieve session time-out feature... we want to expire auser session after a configured