[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jms DLQHandler.java JMSContainerInvoker.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 00:15:36 Modified:src/main/org/jboss/ejb/plugins/jms DLQHandler.java JMSContainerInvoker.java Log: Change all use of log.debug to log.trace for method that are in the invocation path or associated with timers. Debug is only

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb Container.java StatefulSessionContainer.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 00:15:35 Modified:src/main/org/jboss/ejb Container.java StatefulSessionContainer.java Log: Change all use of log.debug to log.trace for method that are in the invocation path or associated with timers. Debug is only for O(1)

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/ejb EntityBean.java SessionBean.java TxSessionBean.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 01:38:00 Modified:src/main/org/jboss/test/perf/ejb EntityBean.java SessionBean.java TxSessionBean.java Log: Fix some problems with the key ranges and add an assertion in the Session.remove(int low, int high) method that the

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/test PerfStressTestCase.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 01:38:00 Modified:src/main/org/jboss/test/perf/test PerfStressTestCase.java Log: Fix some problems with the key ranges and add an assertion in the Session.remove(int low, int high) method that the remove count is as expected. Revision Changes

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/interfaces EntityHome.java EntityPK.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 01:38:00 Modified:src/main/org/jboss/test/perf/interfaces EntityHome.java EntityPK.java Log: Fix some problems with the key ranges and add an assertion in the Session.remove(int low, int high) method that the remove count is

[JBoss-dev] CVS update: jbosstest/src/resources/perf/META-INF ejb-jar.xml

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 01:38:29 Modified:src/resources/perf/META-INF ejb-jar.xml Log: Add a seperate copy of the Entity for the testClientSession test Revision ChangesPath 1.6 +17 -0 jbosstest/src/resources/perf/META-INF/ejb-jar.xml Index:

[JBoss-dev] [ jboss-Bugs-516367 ] Custom finders are silently ignored

2002-02-12 Thread noreply
Bugs item #516367, was opened at 2002-02-12 01:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516367group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to:

[JBoss-dev] CVS update: jboss/src/etc/conf/default log4j.properties

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 02:20:28 Modified:src/etc/conf/default log4j.properties Log: Comment out the org.jboss.system TRACE level Revision ChangesPath 1.20 +2 -4 jboss/src/etc/conf/default/log4j.properties Index: log4j.properties

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system BootstrapLogger.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 02:40:19 Modified:src/main/org/jboss/system BootstrapLogger.java Log: General cleanup and comments Revision ChangesPath 1.5 +101 -111 jboss/src/main/org/jboss/system/BootstrapLogger.java Index: BootstrapLogger.java

[JBoss-dev] [ jboss-Bugs-516403 ] MBean XML attrib should be Doc'Fragment

2002-02-12 Thread noreply
Bugs item #516403, was opened at 2002-02-12 04:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516403group_id=22866 Category: JBossMX Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alain Coetmeur (coetmeur) Assigned to:

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned to:

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned to:

[JBoss-dev] Mbean dependancies

2002-02-12 Thread Dave Smith
Do we have any docs on this stuff? I'm tring to create a dependancy with a message driven Mbean that will wait until the topic it publishes is created and also wait until the EJB that it uses is deployed. From a quick look at the example with the TopicManager it looks like you have to create

[JBoss-dev] Survey still offline ?

2002-02-12 Thread Tobias Frech
Hi! The link from the main page to the survey still leads to the JANUARY 11 CRASH page. Is that intended ? Ciao, Tobias ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned to:

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 07:12:13 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added java.util.Data mapping for PostgreSQL Revision ChangesPath 1.16 +6 -1 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml Index:

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned to:

Re: [JBoss-dev] Mbean dependancies

2002-02-12 Thread Dave Smith
OK. So a did a little digging and tried this .. dependsjboss.j2ee:service=EJB,jndiName=cadex/CompanyInfo/depends So it then delays startup but once the EJB is deployed it does not start the mbean. I'm I getting closer? Dave Smith wrote: Do we have any docs on this stuff? I'm tring to create

Re: [JBoss-dev] Mbean dependancies

2002-02-12 Thread David Jencks
On 2002.02.12 09:24:29 -0500 Dave Smith wrote: Do we have any docs on this stuff? I'm tring to create a dependancy with a message driven Mbean that will wait until the topic it publishes is created and also wait until the EJB that it uses is deployed. From a quick look at the example with

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Thomas Hamann (thomash76)

[JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Dain Sundstrom
Hi all, I wrote the JBossCMP code before I was aware the JBoss Code Style Guide, so I now I want to run a beautifier to correct my code. Does any one use a free beautifier that they have setup for JBoss? I found one called jacobe which seems to do the trick, but I have some questions about

Re: [JBoss-dev] Mbean dependancies

2002-02-12 Thread David Jencks
On 2002.02.12 11:13:35 -0500 Dave Smith wrote: OK. So a did a little digging and tried this .. dependsjboss.j2ee:service=EJB,jndiName=cadex/CompanyInfo/depends So it then delays startup but once the EJB is deployed it does not start the mbean. I'm I getting closer? That's the mbean to

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: Invalid Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

RE: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Sacha Labourey
Hello Dain, If you use netbeans, just change the tab value to 3 chars and you are done. You then just need to hit CTRL+SHIFT+F and your code is automagically reformated. Cheers, Sacha -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Dain Sundstrom
I have the 3 space tabs, what I don't have is the curly bracket on a new line. Will it correct the curlies. Sacha Labourey wrote: Hello Dain, If you use netbeans, just change the tab value to 3 chars and you are done. You then just need to hit CTRL+SHIFT+F and your code is automagically

[JBoss-dev] [ jboss-Bugs-516487 ] wrong result-type-mapping in ejbSelect()

2002-02-12 Thread noreply
Bugs item #516487, was opened at 2002-02-12 09:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516487group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned to:

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Luke Taylor
Together's code formatter can do it OK. It can do all the indentation, brackets, javadoc formatting and removing unwanted and unused imports OK. On the if, for, catch ( blah ) parenthesis stuff it's not so flexible though. Maybe this isn't too important anyway (there should probably be some

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread David Jencks
On 2002.02.12 11:48:33 -0500 Dain Sundstrom wrote: Hi all, I wrote the JBossCMP code before I was aware the JBoss Code Style Guide, so I now I want to run a beautifier to correct my code. Does any one use a free beautifier that they have setup for JBoss? I found one called jacobe

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Thomas Hamann (thomash76)

[JBoss-dev] [ jboss-Bugs-516404 ] invalid type mapping

2002-02-12 Thread noreply
Bugs item #516404, was opened at 2002-02-12 04:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516404group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Thomas Hamann (thomash76)

[JBoss-dev] [ jboss-Bugs-516500 ] jboss uses the wrong CREATE TABLE stmt

2002-02-12 Thread noreply
Bugs item #516500, was opened at 2002-02-12 09:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516500group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Matthew Bishop (mattbishop) Assigned

Re: [JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-02-12 Thread David Budworth
Should we have this mapping for all DB's? Whenever I rebuild JBoss, I have to go add java.util.Date mapping myself back in. -David On Tue, 12 Feb 2002, Dain Sundstrom wrote: User: dsundstrom Date: 02/02/12 07:12:13 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml

Re: [JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARDeployer.java

2002-02-12 Thread David Jencks
Jason, Is there a reason you are getting the serviceController in postRegister rather than start or create? Also are you working on EJBDeployer/Application/Container today? Thanks david jencks On 2002.02.11 22:22:01 -0500 Jason Dillon wrote: User: user57 Date: 02/02/11 19:22:01

Re: [JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-02-12 Thread Dain Sundstrom
Sure, feel free to add them. -dain David Budworth wrote: Should we have this mapping for all DB's? Whenever I rebuild JBoss, I have to go add java.util.Date mapping myself back in. -David On Tue, 12 Feb 2002, Dain Sundstrom wrote: User: dsundstrom Date: 02/02/12 07:12:13

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQlQueryMetaData.java JDBCQueryMetaDataFactory.java

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 10:06:40 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQlQueryMetaData.java JDBCQueryMetaDataFactory.java Log: Fixed bug reported in patch [#514347] JDBCQueryMetaDataFactory query fix.

[JBoss-dev] [ jboss-Bugs-516500 ] jboss uses the wrong CREATE TABLE stmt

2002-02-12 Thread noreply
Bugs item #516500, was opened at 2002-02-12 09:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516500group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Rejected Priority: 5 Submitted By: Matthew Bishop (mattbishop)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata QueryMetaData.java

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 10:51:18 Modified:src/main/org/jboss/metadata QueryMetaData.java Log: Fixed the loading of result-type-mapping. Revision ChangesPath 1.6 +5 -5 jboss/src/main/org/jboss/metadata/QueryMetaData.java Index: QueryMetaData.java

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Scott M Stark
The biggest issues are consistent use of 3 spaces instead of tabs and lining up braces in the same column. The use of a space before an open paren in each of the contexts below is optional. In class or interface declarations should I put a line terminator before extends and implements as in

[JBoss-dev] [ jboss-Bugs-516487 ] wrong result-type-mapping in ejbSelect()

2002-02-12 Thread noreply
Bugs item #516487, was opened at 2002-02-12 09:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516487group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Thomas Hamann (thomash76) Assigned

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQueryMetaDataFactory.java

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 11:23:06 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQueryMetaDataFactory.java Log: Fixed typo in exception message. Revision ChangesPath 1.11 +2 -2

[JBoss-dev] The 3.0 branching will be delayed until 2002-02-15

2002-02-12 Thread Scott M Stark
In looking into the performance issue I'm seeing too many other problems in the core that need to be investigated and I don't want to create a branch until the core is cleaned up a bit more. The next 3.0 branch target date is this Friday, 2002-02-15. Scott Stark Chief

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread Adam Heath
On Tue, 12 Feb 2002, Dain Sundstrom wrote: This is for anyone who knows Postgres out there, There is a patch at sf that suggest adding the following mapping: mapping java-typejava.util.Date/java-type jdbc-typeTIMESTAMP/jdbc-type sql-typeTIMESTAMP/sql-type /mapping There is

Re: [JBoss-dev] Mbean dependancies

2002-02-12 Thread Scott M Stark
Two things I am seeing that I would appreciate you considering when you in there looking at the deployment stuff are the following: 1. An mbean in a sar that uses EJBs included in the sar as an ejb jar with the following depends statement: server mbean code=org.jboss.test.perf.test.PerfTest

[JBoss-dev] CVS update: jbosstest/src/resources/perf jboss-service.xml

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 13:33:09 Added: src/resources/perf jboss-service.xml Log: The service configuration for the perf tester Revision ChangesPath 1.1 jbosstest/src/resources/perf/jboss-service.xml Index: jboss-service.xml

[JBoss-dev] CVS update: jbosstest build.xml

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 13:37:00 Modified:.build.xml Log: Add an mbean for testing in-VM call performance. Revision ChangesPath 1.63 +22 -5 jbosstest/build.xml Index: build.xml

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 13:39:23 Modified:jetty/src/main/org/jboss/jetty JettyService.java Log: lose unecessary log message Revision ChangesPath 1.43 +2 -3 contrib/jetty/src/main/org/jboss/jetty/JettyService.java Index: JettyService.java

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 13:41:49 Modified:jetty/src/main/org/jboss/jetty/ejb CoarseHttpSessionBean.java Log: publish method on remote interface Revision ChangesPath 1.7 +3 -2

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/service Deployer.java

2002-02-12 Thread Andreas Schaefer
User: schaefera Date: 02/02/12 13:04:49 Modified:src/main/org/jboss/jmx/service Deployer.java Log: Fixed bugs in the Deployer and adjusted the Deployer name to MainDeployer. Revision ChangesPath 1.5 +27 -14jboss/src/main/org/jboss/jmx/service/Deployer.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/test PerfTest.java PerfTestMBean.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 13:34:44 Added: src/main/org/jboss/test/perf/test PerfTest.java PerfTestMBean.java Log: An MBean service that tests intra-VM EJB call invocation overhead Revision ChangesPath 1.1

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 13:45:30 Modified:jetty/src/main/org/jboss/jetty/session CoarseDistributedStore.java Log: moving forward again... Revision ChangesPath 1.6 +21 -2

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web AbstractWebContainer.java

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 13:46:54 Modified:src/main/org/jboss/web AbstractWebContainer.java Log: Restore the Exception throws clause to the startService method Revision ChangesPath 1.24 +83 -87jboss/src/main/org/jboss/web/AbstractWebContainer.java

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 13:48:42 Modified:jetty/src/main/org/jboss/jetty/session DistributedHttpSessionManager.java Log: more work on interval snapshot strategy Revision ChangesPath 1.11 +38 -3

[JBoss-dev] [ jboss-Patches-516634 ] Compile Error for Catalina

2002-02-12 Thread noreply
Patches item #516634, was opened at 2002-02-12 13:39 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=516634group_id=22866 Category: None Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Robert Whitehead

[JBoss-dev] Fix for bug in AbstractWebContainer

2002-02-12 Thread Matt Humphrey
It appears that deployment of WAR files was broken when the new Unified Classloader was implemented. The problem seems to be that a classloader for the WEB-INF/classes directory within the WAR is not created, and instead a classloader for some arbitrary subdirectory of WEB-INF/classes is created.

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/util/test SchedulerUnitTestCase.java

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 14:03:23 Modified:src/main/org/jboss/test/util/test SchedulerUnitTestCase.java Log: changed SchedulableUnitTestCase so it actually tests whether deployment works Revision ChangesPath 1.3 +3 -18

[JBoss-dev] [ jboss-Bugs-516649 ] Startup of a sar with an EJB jar fails

2002-02-12 Thread noreply
Bugs item #516649, was opened at 2002-02-12 14:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516649group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned

Re: [JBoss-dev] Fix for bug in AbstractWebContainer

2002-02-12 Thread Scott M Stark
I think the handling of the WEB-INF/classes at the JBoss class loader level is dubious and its subject to being ripped out as soon as I take a close look at it. In general patches are to be submitted through sourceforge JBoss project. Scott Stark Chief Technology Officer

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

2002-02-12 Thread Oleg Nitz
User: olegnitz Date: 02/02/12 14:34:34 Modified:jetty/src/main/org/jboss/jetty JettyService.java Log: It didn't compile Revision ChangesPath 1.44 +3 -2 contrib/jetty/src/main/org/jboss/jetty/JettyService.java Index: JettyService.java

Re: [JBoss-dev] Mbean dependancies

2002-02-12 Thread Scott M Stark
The first issue is documented as Bug#516649. Note that if I package the sar and ejb-jar in an ear, deployment on startup works. I don't have a problem with requiring this type of packaging if it simplies the deployment logic and eliminates the number of locations where depends tags need to be

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCAbstractCMPFieldBridge.java JDBCCMP1xFieldBridge.java JDBCCMRFieldBridge.java JDBCFieldBridge.java

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 14:35:12 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCAbstractCMPFieldBridge.java JDBCCMP1xFieldBridge.java JDBCCMRFieldBridge.java JDBCFieldBridge.java Log: Fixed

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java FieldBridge.java

2002-02-12 Thread Dain Sundstrom
User: dsundstrom Date: 02/02/12 14:35:11 Modified:src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java FieldBridge.java Log: Fixed code that throws an exception if bean provider attempts to set a primary key field out side of

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 14:42:28 Modified:jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Log: JSP precompilation fix from Ignacio Greg Revision ChangesPath 1.20 +3 -3

[JBoss-dev] CVS update: jbosstest/src/resources/perf application.xml

2002-02-12 Thread Scott M Stark
User: starksm Date: 02/02/12 14:45:06 Added: src/resources/perf application.xml Log: The PerfTest service application descriptor Revision ChangesPath 1.1 jbosstest/src/resources/perf/application.xml Index: application.xml

RE: [JBoss-dev] Can we have funtional freeze?

2002-02-12 Thread Francisco Reverbel
On Tue, 5 Feb 2002, Jason Dillon wrote: What ever happened to the IIOP support? Is that stable and/or going to be included into the 3.0 release? Sorry for the delayed answer, I was on vacation. The IIOP stuff is not yet in sync with Marc's rewrote of the proxy and container invoker code. I

RE: [JBoss-dev] Can we have funtional freeze?

2002-02-12 Thread Jason Dillon
No worries. Hope you had a nice vacation. Are you planning on getting this ready for 3.0? I wanted to know if it should be included in the jboss-all project. --jason On Tue, 2002-02-12 at 14:55, Francisco Reverbel wrote: On Tue, 5 Feb 2002, Jason Dillon wrote: What ever happened to the

[JBoss-dev] Help on WebClassLoader

2002-02-12 Thread Francisco Reverbel
I have an uncommitted change on org.jboss.web.WebClassLoader to enable downloading of IIOP stubs. This change worked fine on the 2.4 codebase. On the 3.0 codebase, however, it appears that org.jboss.web.WebClassLoader is not being used anymore... Am I right here? If so, which class is now

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Jason Dillon
It does *mostly*. If we can turn off the bits where it bastardizes javadocs then I would be agreeable to using it again. [X]Emacs still does not like how it indents too much though =( --jason On Tue, 2002-02-12 at 09:22, David Jencks wrote: On 2002.02.12 11:48:33 -0500 Dain Sundstrom wrote:

Re: [JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resourceRARDeployer.java

2002-02-12 Thread Jason Dillon
Is there a reason you are getting the serviceController in postRegister rather than start or create? No. It can be done in create(). I keep getting confused with create(), I miss init(). Also are you working on EJBDeployer/Application/Container today? At the moment no. I may prototype

Re: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Jason Dillon
Has anyone played with a decent cross platform tool that can easily translate from style to style? It seems that we will always have this problem, but if we could gave something translate a users style back into jboss style then we can end this thread once and for all. Should also help improve

RE: [JBoss-dev] Can we have funtional freeze?

2002-02-12 Thread Francisco Reverbel
My goal is to get it ready by the end of february or early march. Cheers, Francisco On 12 Feb 2002, Jason Dillon wrote: No worries. Hope you had a nice vacation. Are you planning on getting this ready for 3.0? I wanted to know if it should be included in the jboss-all project.

RE: [JBoss-dev] JBoss Code Style Guide

2002-02-12 Thread Jason Dillon
Off topic, but were you able to get NetBeans to build JBoss using its ant fluff? --jason On Tue, 2002-02-12 at 08:59, Sacha Labourey wrote: Hello Dain, If you use netbeans, just change the tab value to 3 chars and you are done. You then just need to hit CTRL+SHIFT+F and your code is

Re: [JBoss-dev] Survey still offline ?

2002-02-12 Thread Jason Dillon
I am aware that the survey is still offline. I am not sure what the plan is to bring the site back to its previous greatness at the moment. I have been letting it go idle and filling my soul with code in the mean time. --jason On Tue, 2002-02-12 at 06:51, Tobias Frech wrote: Hi! The link

RE: [JBoss-dev] Package organization

2002-02-12 Thread Jason Dillon
I think this will become clearer once the cvs module namespace has been cleaned up some. I think that in time I can show you how changing this will improve things for us. Not important at the moment though. --jason On Tue, 2002-02-12 at 02:58, marc fleury wrote: yes clearly scott, marcf

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/security/test LoginContextUnitTestCase.java

2002-02-12 Thread Oleg Nitz
User: olegnitz Date: 02/02/12 15:31:23 Modified:src/main/org/jboss/test/security/test LoginContextUnitTestCase.java Log: Fixed the LoginModule name Revision ChangesPath 1.3 +4 -4

Re: [JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread Jules Gosnell
I'm seeing similar behaviour on Linux sun/1.3.1. 1. copying over the top of a jar in deploy/ doesn't seem to wake the deployer up. 2. sometimes the deployer just seems to stop working. I haven't said anything because I figured it was all still in a state of flux, but I thought Hunter could do

[JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread noreply
Bugs item #516707, was opened at 2002-02-12 15:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516707group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas)

[JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread noreply
Bugs item #516707, was opened at 2002-02-12 15:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=516707group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Hunter Hillegas (hunterhillegas)

[JBoss-dev] Failed to Setup ENC

2002-02-12 Thread Hunter Hillegas
I have two EARs to deploy... Each one contains two wars and and ejb-jar. One of the wars in each ear is our content management system... Since a tree refresh a couple of weeks back I am getting the trace below when I deploy the second ear... While both ears have a copy of the content management

[JBoss-dev] CVS update: contrib/jetty/src/resources/jetty-plugin/META-INF jboss-service.xml

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 15:57:08 Modified:jetty/src/resources/jetty-plugin/META-INF jboss-service.xml Log: sort this out a little Revision ChangesPath 1.15 +8 -4 contrib/jetty/src/resources/jetty-plugin/META-INF/jboss-service.xml Index:

RE: [JBoss-dev] JBOSS @ JAVAONE TSHIRT CONTEST

2002-02-12 Thread Jason Dillon
I hope this one makes it on to a shirt. --jason On Tue, 2002-02-12 at 02:58, marc fleury wrote: That is really funny marcf |-Original Message- |From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] |Sent: Thursday, February 07, 2002 11:22 AM |To: marc fleury; JBoss Dev |Subject:

Re: [JBoss-dev] Failed to Setup ENC

2002-02-12 Thread Jules Gosnell
I'm a little concerned that this might be the new flat ClassLoader strategy biting us. ENC stuff is set up on a per ClassLoader basis (AFAIK). If there is now only one ClassLoader, things could get messy. Jules Hunter Hillegas wrote: I have two EARs to deploy... Each one contains two

Re: [JBoss-dev] Failed to Setup ENC

2002-02-12 Thread Hunter Hillegas
Ugly... I guess I'm back to my old, pre-deployer version of RH until this is resolved. Thanks. From: Jules Gosnell [EMAIL PROTECTED] Date: Tue, 12 Feb 2002 23:47:04 + To: Hunter Hillegas [EMAIL PROTECTED] Cc: JBoss Dev [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Failed to Setup ENC

RE: [JBoss-dev] Fix for bug in AbstractWebContainer

2002-02-12 Thread Matt Humphrey
Ok, I can see handling it via a separate web container classloader. However, please be aware that NO classloader is handling it currently, i.e. use of Wars with classes under WEB-INF/classes does not work at all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

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

2002-02-12 Thread Jason Dillon
User: user57 Date: 02/02/12 16:15:01 Modified:src/main/org/jboss/mq/server QueueManager.java TopicManager.java Log: o Changed logger cat seperator to '.' for consistency. I don't like it really, but I figure that if debugging a problem one would

[JBoss-dev] CVS update: jboss/src/etc/conf/default standardjbosscmp-jdbc.xml

2002-02-12 Thread David Budworth
User: dbudworth Date: 02/02/12 16:29:40 Modified:src/etc/conf/default standardjbosscmp-jdbc.xml Log: Added java.util.Date type mapping for Oracle7 and Oracle8 Revision ChangesPath 1.17 +11 -1 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml Index:

Re: [JBoss-dev] JBOSS @ JAVAONE TSHIRT CONTEST

2002-02-12 Thread David Jencks
Me too david On 2002.02.12 18:34:06 -0500 Jason Dillon wrote: I hope this one makes it on to a shirt. --jason On Tue, 2002-02-12 at 02:58, marc fleury wrote: That is really funny marcf |-Original Message- |From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] |Sent:

Re: [JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread David Jencks
Just to check... Are you guys seeing all these problems with last nights changes to MainDeployer etc? thanks david jencks On 2002.02.12 18:43:48 -0500 Jules Gosnell wrote: I'm seeing similar behaviour on Linux sun/1.3.1. 1. copying over the top of a jar in deploy/ doesn't seem to wake the

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread David Budworth
The problem here is that java.util.Date holds an actualy time/date. If you don't map it to TIMESTAMP, then you have a dataloss. If you want a real SQL DATE field, then use java.sql.Date (which is a java.util.Date with the time suppressed) I think it would be bad policy to make the default data

Re: [JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread Jules Gosnell
I refreshed an hour or so ago. Deployment seems pretty broken. Copying an ear into deploy, deploys it. removing it does not undeploy it. touching it does not redeploy it. Jules David Jencks wrote: Just to check... Are you guys seeing all these problems with last nights changes to MainDeployer

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread Dain Sundstrom
Don't worry, I already set it to TIMESTAMP. I am a little put off by Adam changing the default database mapping in his deb package. It is his choice to do this, but I will recommend to everyone that they don't use the deb package for this reason. -dain David Budworth wrote: The problem

Re: [JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X

2002-02-12 Thread Hunter Hillegas
Yeah, I refreshed my tree about an hour ago. From: David Jencks [EMAIL PROTECTED] Date: Tue, 12 Feb 2002 19:33:42 -0500 To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [ jboss-Bugs-516707 ] Undeploy Broken on MacOS X Just to check... Are you guys seeing all these problems with last

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 17:03:06 Modified:jetty/src/main/org/jboss/jetty/util NaiveTimeOutManager.java Log: ensure that background threads get tidied up if Jetty is bounced Revision ChangesPath 1.6 +22 -14

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

2002-02-12 Thread Jules Gosnell
User: jules_gosnell Date: 02/02/12 17:03:06 Modified:jetty/src/main/org/jboss/jetty/session DistributedHttpSessionManager.java Log: ensure that background threads get tidied up if Jetty is bounced Revision ChangesPath 1.12 +49 -31

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread Victor Langelo
David Budworth wrote: [EMAIL PROTECTED]"> Or does PostgreSQL DATE/TIMESTAMP exactly the same? I know oracle willdrop the time portion if the column type is DATE.-David Actually Oracle will not drop the time protion if the column type is DATE. The following is from the Oracle 8 manual.

[JBoss-dev] JSR-77 and EAR/EJBDeployer

2002-02-12 Thread Andreas Schaefer
Hi Tried to bring JSR-77 back into the application development. Now I am curious why the deploy() of the EAR-Deployer is called after the containing modules (JAR,WAR) are deployed ? Thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x

Re: [JBoss-dev] java.util.Date in PostgreSQL DB

2002-02-12 Thread David Budworth
Hmm, weird. Because I have actually used Date before, and had the time dropped off. Maybe it has something to do with the JDBC drivers conversion of java.util.Date - jdbc type DATE - SQL type DATE? Ohwell, it works as timestamp, so I won't worry about it for now. Thanks for the info, -David

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb EntityContainer.java GlobalTxEntityMap.java TxEntityMap.java

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 18:35:08 Modified:src/main/org/jboss/ejb EntityContainer.java GlobalTxEntityMap.java TxEntityMap.java Log: Made GlobalTxEntityMap only contain read-write dirty entities, to avoid calling ejbStore unnecessarily. Moved

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 18:35:08 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCRemoveEntityCommand.java Log: Made GlobalTxEntityMap only contain read-write dirty entities, to avoid calling ejbStore unnecessarily. Moved beforeCompletion sync

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

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 18:35:08 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Made GlobalTxEntityMap only contain read-write dirty entities, to avoid calling ejbStore unnecessarily. Moved beforeCompletion sync

[JBoss-dev] [ jboss-Bugs-512826 ] RH shows quadratic behaviour in inserts

2002-02-12 Thread noreply
Bugs item #512826, was opened at 2002-02-04 08:26 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=512826group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

  1   2   >