Re: RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Lennart Petersson
Sound like a fucking stupid dummy question, but what the hell... What is having the best performance? 1) To let the DB generate next key using some kind of IDENTITY/SEQUENCE function? 2) To do like we do today and many others i guess, something like the HIGH/LOW key generator in Castor. We have

RE: [JBoss-dev] jboss init script for redhat linux

2002-01-14 Thread Jason Dillon
.dat? --jason > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss- > [EMAIL PROTECTED]] On Behalf Of Ivan Bilenjkij > Sent: Monday, January 14, 2002 7:28 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-dev] jboss init script for redhat linux > > here it is, tell me what you think

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 270 Successful tests: 269 Errors:0 Failures: 1 [time of test: 15 January 2002 4:57 GMT] [java.version: 1.3

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 270 Successful tests: 269 Errors:0 Failures: 1 [time of test: 15 January 2002 4:8 GMT] [java.version: 1.3.

[JBoss-dev] jboss init script for redhat linux

2002-01-14 Thread Ivan Bilenjkij
here it is, tell me what you think: __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ jboss Description: jboss

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 270 Successful tests: 269 Errors:0 Failures: 1 [time of test: 15 January 2002 3:21 GMT] [java.version: 1.3

[JBoss-dev] jboss init script for redhat linux

2002-01-14 Thread Ivan Bilenjkij
here it is, tell me what you think: __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ jboss Description: jboss

[JBoss-dev] Automated JBoss Testsuite Results

2002-01-14 Thread chris
JBoss daily test results SUMMARY Number of tests run: 270 Successful tests: 268 Errors:0 Failures: 2 [time of test: 15 January 2002 2:53 GMT] [java.version: 1.3

Re: [JBoss-dev] java.io.NotSerializableException: org.jboss.jetty.JBossUserRealm

2002-01-14 Thread Scott M Stark
That's fine, the security context of a call is stateless. - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: "Ignacio Coloma" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 2:28 PM Subject: Re: [JBoss-dev] java.io.NotSerializableException: org.jbo

[JBoss-dev] [ jboss-Patches-503590 ] NullPointerException in JaasSecurityMgr

2002-01-14 Thread noreply
Patches item #503590, was opened at 2002-01-14 15:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=503590&group_id=22866 Category: JBossSX Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Paul Weinberg (pweinberg) Assigned to

Re: [JBoss-dev] java.io.NotSerializableException: org.jboss.jetty.JBossUserRealm

2002-01-14 Thread Jules Gosnell
If you had run the testsuite today, you would have noticed the absence of this problem :-) I am using a suggestion of Anatoly's to simply : SecurityAssociation.setPrincipal(new SimplePrincipal(this.getName())); instead of : SecurityAssociation.setPrincipal(this); in my JBossUserPrincipal.

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty/session AbstractDistributedStore.java ClusteredStore.java CoarseDistributedStore.java DistributedHttpSession.java DistributedHttpSessionManager.java

2002-01-14 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/14 14:25:18 Modified:jetty/src/main/org/jboss/jetty/session CoarseDistributedStore.java DistributedHttpSession.java DistributedHttpSessionManager.java Added: jetty/src/main/or

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Jetty.java

2002-01-14 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/14 14:25:18 Modified:jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Jetty.java Log: another step closer to working DistributedHttpSession. It now passes Watchdog with only 2 errors - the same as standalone Je

[JBoss-dev] CVS update: thirdparty/mortbay/jetty/lib javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty.jar

2002-01-14 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/14 14:25:19 Modified:mortbay/jetty/lib javax.servlet.jar org.apache.jasper.jar org.mortbay.jetty.jar Log: another step closer to working DistributedHttpSession. It now passes Watchdog with only 2 errors - the same as standal

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty/util NaiveTimeOutManager.java

2002-01-14 Thread Jules Gosnell
User: jules_gosnell Date: 02/01/14 14:25:19 Modified:jetty/src/main/org/jboss/jetty/util NaiveTimeOutManager.java Log: another step closer to working DistributedHttpSession. It now passes Watchdog with only 2 errors - the same as standalone Jetty. Update jars from Jetty cvs - I

RE: [JBoss-dev] Can't start a CMP bean

2002-01-14 Thread Dain Sundstrom
Frank, The jboss-dev list is for discussion of the development of the JBoss application server. You can get support for JBoss in the JBoss forums when they are back online. In the mean time you can post to the jboss-users list (see the first message at www.jboss.org). -dain > -Original Me

[JBoss-dev] Can't start a CMP bean

2002-01-14 Thread Frank Xia
Hi, I thought this must be a simple miss something in deployment xml files but couldn't figure it out where it is. I tried both jaws.xml and jbosscmp-jdbc.xml based on the JBOSS CMP doc I bought but none of them worked for me. The error message was very informative as follows, Caused by: org.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java

2002-01-14 Thread Sacha Labourey
User: slaboure Date: 02/01/14 12:35:59 Modified:src/main/org/jboss/invocation/jrmp/server JRMPInvoker.java Log: Added an accessor for the RemoteStub that is obtained once the RemoteServer is exported. This is needed for clustering: directly serializaing the RemoteServer to the ot

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server DistributedReplicantManagerImpl.java

2002-01-14 Thread Sacha Labourey
User: slaboure Date: 02/01/14 12:25:26 Modified:src/main/org/jboss/ha/framework/server DistributedReplicantManagerImpl.java Log: Bug in the JMX viewing helper methods when a service is only available locally Revision ChangesPath 1.12 +9 -4

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/proxy/ejb ProxyFactoryHA.java

2002-01-14 Thread Sacha Labourey
User: slaboure Date: 02/01/14 12:29:18 Modified:src/main/org/jboss/proxy/ejb ProxyFactoryHA.java Log: We need to export to the DRM the stub of the invoker, not remote object directly otherwise it hangs (silent exception probably hidden in JavaGroups) Revision ChangesPath

Re: [JBoss-dev] EJB QL parser bug?

2002-01-14 Thread Peter Levart
On Monday 14 January 2002 19:22, Dain Sundstrom wrote: > The reason you are not getting a where clause is because your where clause > is invalid. The engine does not throw an exceptions when it can't parse a > statement (this is a bug). EJB-QL does not allow the '>=' operator for > datetime type

Re: [JBoss-dev] Problems using Jboss together with MCVSoft and mySQL !!!!

2002-01-14 Thread docodan
Hi Piotr, The jboss-dev list is for discussion of the development of the JBoss application server. You can get support for JBoss in the JBoss forums, and support for MVCSoft at ejb20- [EMAIL PROTECTED] or from MVCSoft directly. Sorry to be non-responsive but it's important to the JBoss commun

[JBoss-dev] Problem using ejbSelect methods in ejbHome methods

2002-01-14 Thread Jason Carroll
I'm getting exceptions when I use ejbSelect methods but only when they are called from within ejbHome methods. I can create an ejbSelect method and then use it in a method in the bean class and it works fine. I can also create a home method and call it from a session bean for instance and it wor

RE: [JBoss-dev] EJB QL parser bug?

2002-01-14 Thread Ignacio Coloma
> Does anybody know how to interpret the following EJB 2.0 spec. statement > (11.2.11 Restrictions): > > "Date and time values should use standard Java long milliseconds value." > > This is "very" precise, I must say. X values should use Y value, hm > > Does this mean that parameters to findXX

RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Dain Sundstrom
Cool. I think we should look at using this post beta. -dain > -Original Message- > From: Oleg Nitz [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 10:23 AM > To: Dain Sundstrom > Subject: Re: [JBoss-dev] Autogenerated primary keys etc > > > Dain Sundstrom wrote: > > If you

RE: [JBoss-dev] EJB QL parser bug?

2002-01-14 Thread Dain Sundstrom
The reason you are not getting a where clause is because your where clause is invalid. The engine does not throw an exceptions when it can't parse a statement (this is a bug). EJB-QL does not allow the '>=' operator for datetime types. The BNF follows: comparison_expression ::= string_val

[JBoss-dev] EJB QL parser bug?

2002-01-14 Thread Peter Levart
The following is writen to the server.log for one of my CMP 2.0 finder methods (CVS jboss3.0alpha) during deployment: 2002-01-14 17:46:40,443 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.ContactBean.findInDatetimeRange] EQL-QL: SELECT DISTINCT OBJECT(c) FROM Contact AS c WHERE c.dateti

[JBoss-dev] Problems using Jboss together with MCVSoft and mySQL !!!!

2002-01-14 Thread Piotr Skawinski
I'm using jboss as an application server and MCVSoft as container managed persistence. How do I specify to the jBoss and MCVSoft that I'm using mySQL as an underlying database server. When I start my client program I get an exception from Jboss saying that it can't locate mySQL server. I trie

Re: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Oleg Nitz
Dain Sundstrom wrote: > If you want to write the code for the most popular data bases, I'll attempt > to write a plugable engine for it. The code is already written in Castor and can be easily reused. There is KeyGenerator interface that can be used independently from other CastorJDO code. And the

RE: [JBoss-dev] Bug in relations

2002-01-14 Thread Dain Sundstrom
Good catch. I just rewrote the relationship loading/setting code, so I'll have to hunt this down in my new code. thanks -dain > -Original Message- > From: Dave Smith [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 8:05 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-dev] Bug i

RE: RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Dain Sundstrom
If you want to write the code for the most popular data bases, I'll attempt to write a plugable engine for it. -dain > -Original Message- > From: Lennart Petersson [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 3:18 AM > To: [EMAIL PROTECTED] > Subject: Re: RE: [JBoss-dev] A

RE: [JBoss-dev] more standardjboss-cmp.xml

2002-01-14 Thread Dain Sundstrom
I'm using version 7.0-1.2 Andy suggest that I use SQL_TYPE BOOLEAN and JDBC-TYPE CHAR. I think that would be cool, because you still end up with a boolean in the db. Does that sound ok? -dain > -Original Message- > From: Dave Smith [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpyTextMessage.java

2002-01-14 Thread Christian Riege
User: lqd Date: 02/01/14 07:25:36 Modified:src/main/org/jboss/mq Tag: Branch_2_4 SpyTextMessage.java Log: safeguard for TextMessages with a 'null' body Revision ChangesPath No revision No revision 1.2.2.7 +7 -1

Re: [JBoss-dev] Problems with 'jboss-mq' and autodeployer

2002-01-14 Thread David Jencks
It looks to me as if you are deploying a jboss-service.xml file different from the one in the full checkout. In any case it appears to have the old jmx domain names ("JBOSS-SYSTEM" etc instead of jboss.system). As a result the startup deployer dependencies are not getting satisfied. Where did th

Re: [JBoss-dev] Problems with 'jboss-mq' and autodeployer

2002-01-14 Thread Dave Smith
The name space has changed. It is now jboss.system not JBOSS-SYSTEM. Brian Weaver wrote: > Ok, I'm at a loss as to what's going on in the JBossMQ module of > CVS. I've been making changes to the underlying OIL transport module > of JBoss and I still need to propagate those changes to the UIL >

[JBoss-dev] NoPassivationCachePolicy

2002-01-14 Thread Andreas Schaefer
Hi Geeks I had to investigate the NoPassivationCachePolicy and I am wondering if this Cache Policy should have an attribute which would prevent the NPCP from adding new EJBs to the Cache when the memory allocation becomes to big otherwise this could make the JBoss server unstable. We could throw

Re: [JBoss-dev] SAR for the dummies?

2002-01-14 Thread David Jencks
I think until marc shows us what he has been up to you will either have to deploy 2 packages by hand in the right order or deploy 2 packages and include a depends tag in the mbean config referring to the Container mbean for the entity. With luck, this will force the service mbean to wait until th

[JBoss-dev] Problems with 'jboss-mq' and autodeployer

2002-01-14 Thread Brian Weaver
Ok, I'm at a loss as to what's going on in the JBossMQ module of CVS. I've been making changes to the underlying OIL transport module of JBoss and I still need to propagate those changes to the UIL transport code. I've been working by checking out the 'jboss-all' module from CVS so that I could

[JBoss-dev] Bug in relations

2002-01-14 Thread Dave Smith
I was testing the current state of the relation code and I believe I have stumbled across a bug. If the primary key class of relationship is different then it bombs. So if you have table_a and table_b in a 1-1 uni-directional relationship with table_a primary key class of TableAPk and table_b

Re: [JBoss-dev] more standardjboss-cmp.xml

2002-01-14 Thread Dave Smith
Hmm.. What version of the postgresql JDBC driver are you using. I am running the newest one and it seems to work here. I will do a little investigating. Dain Sundstrom wrote: > This doesn't work. Postgres throws an exception "Unknown Types" on BIT. > > -dain > > >>-Original Message

Re: [JBoss-dev] Automated Test-suite and Jetty - www.lubega.com

2002-01-14 Thread Chris Kimpton
Hi, --- Adrian Brock <[EMAIL PROTECTED]> wrote: > > The point I missed was that it is the Automated Testsuite > at www.lubega.com that has this problem. > OOPS - thats me - I also run a test tomcat server (port 8080) on that box sometimes and I forgot to shut it down! I'll add something to the

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file MessageLog.java PersistenceManager.java

2002-01-14 Thread Christian Riege
User: lqd Date: 02/01/14 04:30:45 Modified:src/main/org/jboss/mq/pm/file MessageLog.java PersistenceManager.java Log: - remove old code - use org.jboss.logging instead of System.out.println Revision ChangesPath 1.10 +88 -100 jbossmq/

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file TxLog.java

2002-01-14 Thread Christian Riege
User: lqd Date: 02/01/14 04:29:58 Removed: src/main/org/jboss/mq/pm/file TxLog.java Log: this class is never used ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Automated Test-suite and Jetty - www.lubega.com

2002-01-14 Thread Adrian Brock
Hi, I'm having a bad weekend for making myself clear. I had a similar problem reporting a Tomcat bug with Apache :-) The point I missed was that it is the Automated Testsuite at www.lubega.com that has this problem. Thanks to all the people who suggested I rebooted my machine. I know I'm runnin

[JBoss-dev] Automated Test-suite and Jetty

2002-01-14 Thread Adrian Brock
Does anybody know why the automated testsuite can't get a server socket on 8080? The dependencies means no beans are deployed, so most of the tests fail :-( 2002-01-14 03:45:50,205 INFO [org.jboss.jetty.JettyService] Starting 2002-01-14 03:45:50,371 DEBUG [org.jboss.jetty.JettyService] Loaded

Re: RE: [JBoss-dev] Autogenerated primary keys etc

2002-01-14 Thread Lennart Petersson
Ok, what i was looking for to hear about was the ability to support different databases auto-generated columns. I see the problem with it, just wanted to check if anyone had give it a try for some of the most popular databases... Guess i will wait for JDBC 3.0 :) /Lennart Den 2002-01-11 19:23:44

[JBoss-dev] SAR for the dummies?

2002-01-14 Thread Sacha Labourey
Hello, For the HttpSession clustering stuff, I need, by dragging a single .sar in deploy, to: - deploy an entity bean - deploy and start a JMX service that will use the entity bean (yes, there is a dependency between the entity and the service) I've tried to make a standard SAR