[JBoss-dev] [ jboss-Bugs-430222 ] error during startup

2001-06-05 Thread noreply
Bugs item #430222, was updated on 2001-06-05 00:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=430222&group_id=22866 Category: JBossTest Group: v2.2 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to

Re: [JBoss-dev] Caching - Locking - Server Dies!

2001-06-05 Thread K.V. Vinay Menon
Thanks Gerog, Bill and Danch for your responses, It is all well and fine to say that sticking to the spec beans need to be single threaded and hence locking and the other stuff. What we must also appreciate is that for huge tables [for instance one of our tables has around 6 million records in

Re: [JBoss-dev] Jboss test - understand results

2001-06-05 Thread Chris Kimpton
Hi Jay, > >Is there any documentation on how to understand the output from the test >module? I have a hard time making sense out of the output, things like >tests numbered 90-105 or something and then it'll print out 9 tests 0 >failures 2 errors. What does this mean? Other than perhaps I broke

Re: [JBoss-dev] Problem running jbosstest

2001-06-05 Thread Chris Kimpton
Hi, >From: Ole Husgaard <[EMAIL PROTECTED]> > >For about a month jbosstest fails when I try >to run it. Tests like ctstest, banktest and >testbeantest all fail with the same client- >side dump: > >Exception in thread "main" java.security.AccessControlException: access >denied (java.util.Propert

[JBoss-dev] JBosssx: Insufficient method permissions exception

2001-06-05 Thread Darius Davidavicius
HI all, advice needed. I trying JBoss 2.3 with JDK 1.4 everything seems fine expect JAAS sequrity. I have my TestLoginModule extends UsernamePasswordLoginModule with overwritten login, commit and getRoleSets(). When i trace JBoss application i getting such log: TestLoginModule::login (with c

Re: [JBoss-dev] Caching - Locking - Server Dies!

2001-06-05 Thread James Cook
WebLogic was the only container (besides jBoss) to serialize access to entity beans in the container. They decided to remove this for a couple reasons: 1. Throughput sufferred. 2. The developer began to rely on this serialization in their coding practices. I would hope that entity serialization

RE: [JBoss-dev] Caching - Locking - Server Dies!

2001-06-05 Thread Dan OConnor
Hi, A single component instance should only handle one request (i.e. one thread) at a time, regardless of whether or not it is read only. There is already an option to let the database handle synchronization: commit option "C". (Obviously the component must cooperate for read-write operations

Re: [JBoss-dev] Problem running jbosstest

2001-06-05 Thread Scott M Stark
I run the tests using the run_test.xml ant script and I don't see this problem. This is how the nightly test runs are done as well. Adding the policy file to the jar is the right thing to do to run thest test using the ctstest scripts. - Original Message - From: "Ole Husgaard" <[EMAIL PR

Re: [JBoss-dev] Caching - Locking - Server Dies!

2001-06-05 Thread K.V. Vinay Menon
Ok, I know that reentrant beans can be quite a dangeroud beast at times. What if? 1. I create a bean and in the ejb-jar deploy it under 2 names - one reentrant and one not reentrant. 2. The re-entrant bean is used only for reads and the other one for writes. Does this sound complete rubbish?

RE: [JBoss-dev] ListManagers: Fw: ScanMail Message: To Sender, sensitive content found and action taken.

2001-06-05 Thread Sacha Labourey
I've received exactly the same kind of message... Trend SMEX seems like a nice tool ;) > -Message d'origine- > ListManagers, > > Does anyone know why this comes? > > Vinay > - Original Message - > From: "System Attendant" <[EMAIL PROTECTED]> > > Trend SMEX Content Filter has detec

RE: [JBoss-dev] Caching - Locking - Server Dies!

2001-06-05 Thread Bill Burke
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of danch > Sent: Tuesday, June 05, 2001 1:38 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] Caching - Locking - Server Dies! > > > Bill Burke wrote: > [snip] > > > > IMHO, there should be an optio

[JBoss-dev] problem on finder element in jaws.xml

2001-06-05 Thread xiaochen zhao
Hello, everybody. I have a question here. I am trying to build a select clause like "SELECT * FROM Course WHERE number LIKE '1%'". Course is the table name. number is a column in the table and the date type is VARCHAR. I use CMP. JBoss will generate the select for me. Only I need to do is te

[JBoss-dev] binaries -> release area

2001-06-05 Thread Julian Gosnell
Guys, I have checked in a JBoss-2.2.2_Jetty-3.1.RC5.tgz bundle into the CVS binaries module (late last night). How do I get this copied across to the release area, and update http://www.jboss.org/business/binary.html ? Thanks, Jules _

[JBoss-dev] Cannot Start JBOSS 2.2.2

2001-06-05 Thread See Kai Leong, Ken
Hi, When I run the ./run.sh, I got the following error: [Info] Java version: 1.3.0,Sun Microsystems Inc. [Info] Java VM: Classic VM 1.3.0-C,Sun Microsystems Inc. [Info] System: Windows 2000 5.0,x86 [Shutdown] Shutdown hook added [Service Control] Registered with server Exception in thread "main"

[JBoss-dev] Fwd: ScanMail Message: To Sender, sensitive content found and action t aken.

2001-06-05 Thread Julian Gosnell
Every mail I send to jboss-user/dev seems is causing me to be accused of spamming with 'sensitive content', by some 'System Attendant' running @ [EMAIL PROTECTED] Is this part of SourceForge or JBoss infrastructure running amok - or some 3rd party who has subscribed to these lists telling me that

Re: [JBoss-dev] binaries -> release area

2001-06-05 Thread Juha Lindfors
At 17:26 5.6.2001 +0100, you wrote: >I have checked in a JBoss-2.2.2_Jetty-3.1.RC5.tgz >bundle into the CVS binaries module (late last night). > >How do I get this copied across to the release area, >and update http://www.jboss.org/business/binary.html ? ftp it to upload.sourceforge.net/incoming

[JBoss-dev] CVS update: newsite/business binary.html

2001-06-05 Thread juhalindfors
User: juhalindfors Date: 01/06/05 10:40:36 Modified:business binary.html Log: Download page clean up. Revision ChangesPath 1.21 +95 -11newsite/business/binary.html Index: binary.html === RC

[JBoss-dev] Revamp of the JBoss startup and properties files

2001-06-05 Thread Schaefer, Andreas
Hi Geeks and Nerds To make a long discussion short I would propose the following to get ride of "jboss.conf" and only use "jboss.jcml": - create a JBoss MLET class able to load tags - add two tags under in "jboss.jcml": - : containing all MBeans needed during startup and not

[JBoss-dev] Revamp of the JBoss startup and properties files

2001-06-05 Thread Schaefer, Andreas
Hi Geeks and Nerds To make a long discussion short I would propose the following to get ride of "jboss.conf" and only use "jboss.jcml": - create a JBoss MLET class able to load tags - add two tags under in "jboss.jcml": - : containing all MBeans needed during startup and not

Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-05 Thread Juha Lindfors
Hi, At 14:47 4.6.2001 +0100, you wrote: >Well, that is well and fine. What is a bit >confusing is why the Verifier does not check if the RemoteInterface itself >is a valid RMI type or not? Obviously, the verfyEntityRemote and >verifySessionRemote methods should check if the REMOTE class is a

Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-05 Thread K.V. Vinay Menon
Will fix it. Cheers Vinay - Original Message - From: "Juha Lindfors" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 9:06 PM Subject: Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well? > > Hi, > > At 14:47 4.6.2001 +0100, y

Re: [JBoss-dev] Verifier Issue - Shouldn't the RemoteInterface Class be checked as well?

2001-06-05 Thread K.V. Vinay Menon
Juha, Have made the following changes: 1. AbstractVerifier a) Added method public boolean hasLegalRMIIIOPExceptionTypes(Method method) { /* * All checked exception classes used in method declarations * (other than java.rmi.RemoteException) MUST be conforming

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/metadata JawsEntityMetaData.java

2001-06-05 Thread danch
User: danch Date: 01/06/05 18:07:40 Modified:src/main/org/jboss/ejb/plugins/jaws/metadata JawsEntityMetaData.java Log: Fixed bug caused by change in load operation associated with finder optimization. Revision ChangesPath 1.9 +3 -1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCCommand.java JDBCLoadEntityCommand.java

2001-06-05 Thread danch
User: danch Date: 01/06/05 18:07:40 Modified:src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCCommand.java JDBCLoadEntityCommand.java Log: Fixed bug caused by change in load operation associated with finder optimization. Revision ChangesPath 1.32

Re: [JBoss-dev] New problems in JAWS?

2001-06-05 Thread danch
As of about 3 minutes ago, the 'bank' test is green in JUnit again. ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] jboss daily test results

2001-06-05 Thread chris
JBoss daily test results SUMMARY Number of tests run: 68 Successful tests: 57 Errors:1 Failures: 10 [time of test: 6 June 2001 2:46] See http://lubega.com for fu

[JBoss-dev] JBOSS at JAVAONE

2001-06-05 Thread Bordet, Simone
Hello everybody, JBoss *is* at JavaOne !!! We are hosted by the SAMS publishing in the JavaOne Pavillion. Marc is there all the mornings, I will be there very often, Rickard can be often found there, as well as Scott Stark, Vaughn Vernon etc etc etc. And don't forget tomorrow's (wednesday) bir