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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 00:26:20 Modified:src/main/org/jboss/metadata Tag: Branch_2_4 WebMetaData.java Log: Add support for setting the context-root of a standalone war and support for setting the virtual host of the war. Revision ChangesPath No

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment LegacyInstaller.java LocalDirInstaller.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 00:26:20 Modified:src/main/org/jboss/deployment Tag: Branch_2_4 LegacyInstaller.java LocalDirInstaller.java Log: Add support for setting the context-root of a standalone war and support for setting the virtual host of the war.

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 00:27:55 Modified:.Tag: Branch_2_4 build.xml Log: Update version to 2.4.5 Revision ChangesPath No revision No revision 1.33.2.9 +3 -3 jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina EmbeddedCatalina.java EngineCreateAction.java LoggedXmlMapper.java ConfigHandler.java EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java Log4jLogger.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 00:22:29 Modified:catalina/src/main/org/jboss/web/catalina Tag: Branch_2_4 ConfigHandler.java EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java Log4jLogger.java

[JBoss-dev] Patched HSQLDB sources?

2002-04-04 Thread Jason Dillon
Where are the patched sources for the JBoss HSQLDB? Does anyone know if the 1.7.x version is flexible enough to use it out of the box? If not, could whoever patched it in the first place try to get those changes commited... assuming they are not completly JBoss specific. If the patch is

[JBoss-dev] Added DeploymentCache friends

2002-04-04 Thread Jason Dillon
I just commited an initial impl of a deployment cache, which sits between a DeploymentScanner and MainDeployer. The actual storage of deployments is handled by a pluggable DeploymentStore component. I added a simple local file version which is probably good enough for most cases. Please

RE: [JBoss-dev] JBoss.net/IIOP and JBossMX integration

2002-04-04 Thread Vesco Claudio
I have checked the iiop implementation with sun jdk 1.4 (windows NT)... If I start jboss with: JAVA_OPTS=-Dpolicy.expandProperties=false -Xbootclasspath/p:$JBOSS_HOME/lib/jacorb.jar I don't have problems in deploy. If I don't prepend jacorb.jar to the bootclasspath, I have this exception in

[JBoss-dev] new virtual host context root support

2002-04-04 Thread Julian Gosnell
Scott, I note that you have just checked this in to AbstractWebContainer ContextPath is already a parameter on my performDeploy() method. Is there a particular reason for not simply replacing this with the value from jboss-web.xml and therefore making the decision once in

Re: [JBoss-dev] Patched HSQLDB sources?

2002-04-04 Thread Peter Fagerlund
on 04-04-2 03.13, Jason Dillon at [EMAIL PROTECTED] wrote: Where are the patched sources for the JBoss HSQLDB? Does anyone know if the 1.7.x version is flexible enough to use it out of the box? If not, could whoever patched it in the first place try to get those changes commited...

[JBoss-dev] cmp 1.1 with jboss 2.44

2002-04-04 Thread Li Xiang
Hi I have already depoyed ejb to jboss,when I run entity bean client which creat a row to the database, the console shows everything is ok, but when I connect to database, execute select sql statement,but what a surprise! the data does not insert to database,Why???

Re: [JBoss-dev] Connection Pool Configuration

2002-04-04 Thread David Jencks
I don't think this can be set currently. I'm planning to rewrite the jca-jdbc wrappers soon so I'm not enthusiastic about putting any work into the current versions. I'll keep this in mind. david jencks On 2002.04.03 12:32:44 -0500 Dain Sundstrom wrote: Can this be set in the initial

[JBoss-dev] Listerner factory

2002-04-04 Thread Peter Fagerlund
Maybe a central listener factory could hand out listerner objects to services and from there also manage multiple instance detection plus migration of services depending on A-VM going down while B-VM are using for example A-VM's JNP. /peter_f ___

Re: [JBoss-dev] new virtual host context root support

2002-04-04 Thread Scott M Stark
The performDeploy signature has changed to: protected abstract void performDeploy(WebApplication webApp, String warUrl, WebDescriptorParser webAppParser) throws Exception; and WebApplication is now: public class WebApplication { /** Class loader of this application */

Re: [JBoss-dev] recent break in service redeployment....

2002-04-04 Thread David Jencks
This is my fault. Fix coming soon. david jencks On 2002.04.04 01:55:54 -0500 Jules Gosnell wrote: within the last 24hrs - redeploying the Jetty service now throws an exception : 06:53:40,346 INFO [MainDeployer] Undeploying

[JBoss-dev] IBM Public License

2002-04-04 Thread philipborlin
Peter (Braswell) and I were looking at UDDI implementations for jboss.net and the best one so far is UDDI4j. It is under the IBM Public License and we weren't too sure what the differences between licenses are. Is IBM's license open source enough for JBoss? -Phil

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:30:52 Modified:src/main/org/jboss/deployment/cache FileDeploymentStore.java Log: o buffer input on copy o changed ser state filename to state-map.ser Revision ChangesPath 1.3 +4 -4

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:33:57 Modified:src/main/org/jboss/logging Log4jService.java Log: o just incase URL.getContentType() returns uppercased version Revision ChangesPath 1.7 +2 -2 jboss-system/src/main/org/jboss/logging/Log4jService.java

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

2002-04-04 Thread David Jencks
User: d_jencks Date: 02/04/04 08:52:16 Modified:src/main/org/jboss/system ServiceController.java Log: fix so mbeans can be completely removed again Revision ChangesPath 1.8 +10 -2 jboss-system/src/main/org/jboss/system/ServiceController.java Index:

[JBoss-dev] Failed to setup web application ENC if offline

2002-04-04 Thread loh lian seng
Hi, I am running Jboss 3.0 beta release with the embedded Catalina engine. I noticed that if I am not on the network, I get the following error during Jboss startup. Otherwise, it's fine. Thanks for any advice. LS = error log 01:13:10,620 ERROR

[JBoss-dev] Re: Failed to setup web application ENC if offline

2002-04-04 Thread loh lian seng
Sorry, wrong forum - reposted on the HTTPD one. Thanks _ View thread online: http://main.jboss.org/thread.jsp?forum=66thread=12153 ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] GlobalTxEntityMap causing improper RollbackException

2002-04-04 Thread James Cook
The following comment is found in TxCapsule.registerSynchronization() and I believe it is causing a problem in our application. // OSH: EntitySynchronizationInterceptor bug is fixed long ago, // and since nobody seems to get the warning anymore it should // be safe to be JTA-conformant. // In

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 15:39:43 Modified:src/resources/perf/META-INF Tag: Branch_2_4 ejb-jar.xml Log: Add test of local interfaces performance Revision ChangesPath No revision No revision 1.1.2.3 +24 -0

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file FileURLConnection.java Handler.java package.html

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:20:23 Added: src/main/org/jboss/net/protocol/file FileURLConnection.java Handler.java package.html Log: o A file protocol handler which correctly returns File.lastModified() for URLConnection.getLastModified()

RE: [JBoss-dev] JBoss.net/IIOP and JBossMX integration

2002-04-04 Thread Francisco Reverbel
Hi again Claudio, On Wed, 3 Apr 2002, Vesco Claudio wrote: When I run the testsuite I have this exceptions with helloiiop (client side): java.lang.ClassCastException at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemo teObject.java:293) at

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

2002-04-04 Thread David Jencks
User: d_jencks Date: 02/04/04 09:49:18 Modified:src/main/org/jboss/system ServiceConfigurator.java ServiceController.java ServiceCreator.java Log: more little fixes to the class-mbean dependency management Revision ChangesPath 1.7 +39 -32

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmx/ejb TestDataSourceBean.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 15:51:21 Modified:src/main/org/jboss/test/jmx/ejb TestDataSourceBean.java Log: o changed @ejb:remote-method to @ejb:interface-method type=remote Revision ChangesPath 1.2 +1 -1

Re: [JBoss-dev] IBM Public License

2002-04-04 Thread Peter Braswell
Phil, Looking over the IBM Public license, it seems pretty open ended and geared to open source development/extension On the technical side of the house, it seems to be only the client side. Its a start, we'd be able to register jb.net web services with UDDI test servers (HP, IBM and eeeck!

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

2002-04-04 Thread Francisco Reverbel
User: reverbel Date: 02/04/04 10:07:29 Modified:.build.xml Log: Changed iiop-test target so that IIOP tests now run with a client.policy file. They must access the network to download stub classes on the fly (or else we would need rmic-generated stubs at the client

[JBoss-dev] How much can we rely on jbossmx classloading?

2002-04-04 Thread David Jencks
JBossMX has more-or-less copies of ServiceLibrary == UnifiedLoaderRepository and UnifiedClassLoader. However jboss is still using its own copies. I've just removed the raison d'etre for MBeanClassLoader since I implemented a different way of managing class-to-mbean dependencies. I'm wondering

[JBoss-dev] CVS update: contrib/jetty/src/build jetty-service.xml build.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 10:26:00 Modified:jetty/src/build Tag: Branch_2_4 build.xml Added: jetty/src/build Tag: Branch_2_4 jetty-service.xml Log: Update to Jetty-4.0.0 using a backport of the JBoss-3.0.0 jetty-service Revision ChangesPath No

[JBoss-dev] CVS update: contrib/jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Jetty.java JettyMBean.java JettyService.java JettyServiceMBean.java JBossLogSink.java JBossUserRealm.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 10:25:13 Modified:jetty/src/main/org/jboss/jetty Tag: Branch_2_4 JBossWebApplicationContext.java Jetty.java JettyMBean.java JettyService.java JettyServiceMBean.java Removed:

[JBoss-dev] CVS update: jbosstest/src/resources/dbtest/META-INF jaws.xml

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 16:28:12 Modified:src/resources/dbtest/META-INF jaws.xml Log: o removed ds type hardcoding per bug: [ 529762 ] Hypersonic SQL hard wired in bank test Revision ChangesPath 1.13 +4 -802

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:21:49 Modified:src/main/org/jboss/system/server ServerImpl.java Log: o preloading URL handler map in case the factory changes Revision ChangesPath 1.14 +4 -1 jboss-system/src/main/org/jboss/system/server/ServerImpl.java

[JBoss-dev] CVS update: thirdparty/jacorb/jacorb/lib README jacorb.jar

2002-04-04 Thread Francisco Reverbel
User: reverbel Date: 02/04/04 10:54:43 Modified:jacorb/jacorb/lib README jacorb.jar Log: Updated to JacORB 1.4 beta 4, patched to fix problems with an RMI valuetype of class Foo that has a member field of class Foo or (even whose) has a member field that refers to itself.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Runtime.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 16:40:24 Modified:src/main/org/jboss/proxy/compiler Runtime.java Log: o removed Logger import Revision ChangesPath 1.2 +6 -8 jboss/src/main/org/jboss/proxy/compiler/Runtime.java Index: Runtime.java

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:06:27 Modified:src/main/org/jboss/metadata Tag: Branch_2_4 WebMetaData.java Log: Add support for ejb-local-ref values to web apps. Revision ChangesPath No revision No revision 1.2.6.4

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:06:27 Modified:src/main/org/jboss/ejb Tag: Branch_2_4 Container.java Log: Add support for ejb-local-ref values to web apps. Revision ChangesPath No revision No revision 1.44.2.9 +18

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:06:27 Modified:src/main/org/jboss/web Tag: Branch_2_4 AbstractWebContainer.java Log: Add support for ejb-local-ref values to web apps. Revision ChangesPath No revision No

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:12:27 Modified:src/main/org/jboss/util Tag: Branch_2_4 ServiceMBeanSupport.java Log: Add a throws Exception clause to stopService and destroyService Revision ChangesPath No revision No

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:14:19 Added: jetty/src/main/org/jboss/jetty/log Tag: Branch_2_4 JBossLogSink.java Log: Backport of 3.0 service to 2.4 Revision ChangesPath No revision No revision

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:14:19 Added: jetty/src/main/org/jboss/jetty/security Tag: Branch_2_4 JBossUserRealm.java Log: Backport of 3.0 service to 2.4 Revision ChangesPath No revision No

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:14:20 Added: jetty/src/main/org/jboss/jetty/util Tag: Branch_2_4 AbstractTimeOutManager.java NaiveTimeOutManager.java Log: Backport of 3.0 service to 2.4 Revision ChangesPath No

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:14:20 Added: jetty/src/main/org/jboss/jetty/xml Tag: Branch_2_4 JettyResolver.java Log: Backport of 3.0 service to 2.4 Revision ChangesPath No revision No revision

[JBoss-dev] [ jboss-Change Notes-539499 ] Added JBoss 'file' protocol handler

2002-04-04 Thread noreply
Change Notes item #539499, was opened at 2002-04-04 14:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=539499group_id=22866 Category: JBoss/Common Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Jason Dillon (user57) Assigned to: Jason

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Replaceable.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 17:08:36 Modified:src/main/org/jboss/proxy/compiler Replaceable.java Log: o Added javadoc Revision ChangesPath 1.2 +24 -10jboss/src/main/org/jboss/proxy/compiler/Replaceable.java Index: Replaceable.java

[JBoss-dev] CVS update: jboss/src/lib xalan.jar

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 17:23:15 Added: src/lib Tag: Branch_2_4 xalan.jar Log: Add the xalan-j_2_3_1 jar for TRAX support Revision ChangesPath No revision No revision 1.1.2.1 +3524 -0

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata application_1_3.dtd

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 17:23:56 Added: src/resources/org/jboss/metadata Tag: Branch_2_4 application_1_3.dtd Log: Add the J2EE 1.3 application dtd Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Replaceable.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 17:16:00 Modified:src/main/org/jboss/proxy/compiler Replaceable.java Log: o fixed import Revision ChangesPath 1.3 +2 -2 jboss/src/main/org/jboss/proxy/compiler/Replaceable.java Index: Replaceable.java

[JBoss-dev] [ jboss-Change Notes-539501 ] Added DeploymentCache component

2002-04-04 Thread noreply
Change Notes item #539501, was opened at 2002-04-04 14:54 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=539501group_id=22866 Category: JBoss/System Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Jason Dillon (user57) Assigned to: Jason

[JBoss-dev] [ jboss-Bugs-522179 ] Deployer Doesn't Ignore dotfiles

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

[JBoss-dev] [ jboss-Bugs-527876 ] Deployment order still wrong

2002-04-04 Thread noreply
Bugs item #527876, was opened at 2002-03-09 12:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=527876group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Adrian Brock (ejort) Assigned

[JBoss-dev] [ jboss-Bugs-519741 ] run.sh -server fix

2002-04-04 Thread noreply
Bugs item #519741, was opened at 2002-02-18 23:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=519741group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to:

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-04 Thread marc fleury
Ins't there a way to build a JMX hub that has the listeners and all the instances in the same physical machine just hook up to the JMX domain. There must be a peer-2-peer layer on top of the nodes, I will have to look at JXTA, since Dain said they were good. Then the numbers are fixed and

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-04 Thread Jason Dillon
SF mailing lists suck ass. I am not seeing email that I wrote like 3 days ago... this blows. * * * If references use home objects to recover there linkage then can't they use JNDI port? --jason Bill Burke wrote: Maybe the invokers should run on a hard-coded port. With a hard-coded

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file - New directory

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:19:26 jboss-common/src/main/org/jboss/net/protocol/file - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 18:39:39 Modified:src/etc/conf/default Tag: Branch_2_4 jboss.jcml Log: Add a marker at the point the web container service should be inserted Revision ChangesPath No revision No revision

Re: [JBoss-dev] Patched HSQLDB sources?

2002-04-04 Thread Jason Dillon
Does this mean that 1.7.0 has better embedable support so we don't have to hack up the dist to make it work with JBoss? I didn't look at the new stuff, so I don't have a clue... but I am hoping that is what it means. I am simply concered that with the current impl we don't really have much

Re: [JBoss-dev] Release 2.4.5 ??

2002-04-04 Thread Jeffrey Wescott
Will the Tomcat bundle be the latest Tomcat (4.0.3)? _ View thread online: http://main.jboss.org/thread.jsp?forum=66thread=11554 ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] Listerner factory

2002-04-04 Thread Jason Dillon
What does a listener factory do... can you explain in more detail. --jason Peter Fagerlund wrote: Maybe a central listener factory could hand out listerner objects to services and from there also manage multiple instance detection plus migration of services depending on A-VM going down while

Re: [JBoss-dev] Patched HSQLDB sources?

2002-04-04 Thread Peter Fagerlund
on 04-04-2 22.42, Jason Dillon at [EMAIL PROTECTED] wrote: Does this mean that 1.7.0 has better embedable support so we don't have to hack up the dist to make it work with JBoss? I didn't look at the new stuff, so I don't have a clue... but I am hoping that is what it means. They are

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 12:57:59 Modified:src/main/org/jboss/deployment/cache DeploymentCache.java Log: o Don't need to track deployments, use target Deployer for that Revision ChangesPath 1.3 +4 -19

Re: [JBoss-dev] Listerner factory

2002-04-04 Thread Peter Fagerlund
on 04-04-2 22.43, Jason Dillon at [EMAIL PROTECTED] wrote: What does a listener factory do... can you explain in more detail. It creates and manages listerners. Since We have 3-7 + ServerSockets in the VM at any one time it could be good with one way to manage them in the same way to ease

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 13:12:41 Modified:src/main/org/jboss/deployment/scanner AbstractDeploymentScanner.java Log: o Adding two new ConfigurationException sub-classes to help keep messages consistent when required attributes are missing or their

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 13:12:41 Modified:src/main/org/jboss/deployment/cache DeploymentCache.java Log: o Adding two new ConfigurationException sub-classes to help keep messages consistent when required attributes are missing or their values are invalid.

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 13:12:41 Added: src/main/org/jboss/system InvalidAttributeException.java MissingAttributeException.java Log: o Adding two new ConfigurationException sub-classes to help keep messages consistent when required attributes

[JBoss-dev] CVS update: contrib/jetty/src/build build.bat build.xml jetty-service.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:10:27 Modified:jetty/src/build Tag: Branch_2_4 build.bat build.xml jetty-service.xml Log: The service must be inserted before the J2EE deployer or ears/wars that exist on startup will not deploy correctly. Revision

Re: [JBoss-dev] Listerner factory

2002-04-04 Thread Jason Dillon
Do you have a design for such a component? Sounds like a good idea... assuming that the component will manage the sockects (switchable from io to nio or whatever). Then we can provide adapters to other listeners, assuming the target components export control to change the listener in this

[JBoss-dev] [ jboss-Bugs-530120 ] Apostrophes in selectors

2002-04-04 Thread noreply
Bugs item #530120, was opened at 2002-03-14 16:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=530120group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Loren Rosen (lorenrosen) Assigned

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-web.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:39:13 Modified:src/build/subprojects Tag: Branch_2_4 build-web.xml Log: Drop the 2.2 war Revision ChangesPath No revision No revision 1.5.2.7 +2 -7

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/interfaces StatelessSessionLocal.java StatelessSessionLocalHome.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:38:07 Added: src/main/org/jboss/test/web/interfaces Tag: Branch_2_4 StatelessSessionLocal.java StatelessSessionLocalHome.java Log: Add tests of accessing ejbs through local interfaces from a servlet

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF web.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:38:54 Modified:src/resources/web/WEB-INF Tag: Branch_2_4 web.xml Log: Add ejb-local-refs and update to the 2.3 web-app DD. Revision ChangesPath No revision No revision 1.8.2.6 +27 -4

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/servlets EJBServlet.java ENCServlet.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:38:07 Modified:src/main/org/jboss/test/web/servlets Tag: Branch_2_4 EJBServlet.java ENCServlet.java Log: Add tests of accessing ejbs through local interfaces from a servlet Revision ChangesPath No

[JBoss-dev] [ jboss-Bugs-531524 ] Error in passivation of bean with JMS

2002-04-04 Thread noreply
Bugs item #531524, was opened at 2002-03-18 12:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=531524group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 6 Submitted By: Marius Kotsbak (mkotsbak) Assigned to:

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:38:54 Modified:src/resources/web/META-INF Tag: Branch_2_4 application.xml ejb-jar.xml Log: Add ejb-local-refs and update to the 2.3 web-app DD. Revision ChangesPath No revision No

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:50:37 Modified:src/main/org/jboss/web Tag: Branch_2_4 AbstractWebContainer.java WebApplication.java Log: Process the web.xml ejb-link values to map ejb-local-refs to the local home location Revision ChangesPath

[JBoss-dev] [ jboss-Bugs-539379 ] Creating bean instance rejected

2002-04-04 Thread noreply
Bugs item #539379, was opened at 2002-04-04 20:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=539379group_id=22866 Category: JBossCMP Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assigned to:

[JBoss-dev] [ jboss-Bugs-531524 ] Error in passivation of bean with JMS

2002-04-04 Thread noreply
Bugs item #531524, was opened at 2002-03-18 12:28 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=531524group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 8 Submitted By: Marius Kotsbak (mkotsbak) Assigned to:

[JBoss-dev] [ jboss-Bugs-530627 ] ejbStore invoked after ejbRemove on BMP

2002-04-04 Thread noreply
Bugs item #530627, was opened at 2002-03-16 00:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=530627group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Mac (macearl) Assigned to:

[JBoss-dev] [ jboss-Bugs-529762 ] Hypersonic SQL hard wired in bank test

2002-04-04 Thread noreply
Bugs item #529762, was opened at 2002-03-13 22:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=529762group_id=22866 Category: JBossTest Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) Assigned to:

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:52:32 Modified:src/main/org/jboss/ejb/plugins/local Tag: Branch_2_4 BaseLocalContainerInvoker.java Log: Add binding of local homes into JNDI Revision ChangesPath No revision No

[JBoss-dev] [ jboss-Bugs-529311 ] jboss_3_0.dtd on www.jboss.org

2002-04-04 Thread noreply
Bugs item #529311, was opened at 2002-03-12 23:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=529311group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 1 Submitted By: Vincent Harcq (vharcq) Assigned to:

[JBoss-dev] [ jboss-Bugs-529871 ] Return type of finder method not checked (EJBVerifier)

2002-04-04 Thread noreply
Bugs item #529871, was opened at 2002-03-14 05:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=529871group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:56:20 Modified:src/main/org/jboss/util Tag: Branch_2_4 CounterService.java Log: Update stopService signature Revision ChangesPath No revision No revision 1.1.4.2 +2 -2

[JBoss-dev] [ jboss-Bugs-539379 ] Creating bean instance rejected

2002-04-04 Thread noreply
Bugs item #539379, was opened at 2002-04-04 20:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=539379group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assigned to:

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

2002-04-04 Thread David Jencks
User: d_jencks Date: 02/04/04 20:08:02 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: fixed problem with RollbackException being thrown after setRollbackOnly Revision ChangesPath 1.63 +20 -23

[JBoss-dev] CVS update: contrib/catalina/src/build build.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 20:16:04 Modified:catalina/src/build Tag: Branch_2_4 build.xml Log: Update the point where the catalina service mbean configuration is placed into the jboss.jcml file Revision ChangesPath No revision No

[JBoss-dev] CVS update: contrib/catalina/src/etc/conf/catalina catalina-service.xml jboss.conf.patch jboss.jcml.patch

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 20:17:06 Added: catalina/src/etc/conf/catalina Tag: Branch_2_4 catalina-service.xml Removed: catalina/src/etc/conf/catalina Tag: Branch_2_4 jboss.conf.patch jboss.jcml.patch Log: No longer use

[JBoss-dev] CVS update: contrib/catalina/src/main/org/jboss/web/catalina EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 20:18:23 Modified:catalina/src/main/org/jboss/web/catalina Tag: Branch_2_4 EmbeddedCatalinaServiceSX.java EmbeddedCatalinaServiceSXMBean.java Log: Add a CatalinaHome attribute for the catalina.home and

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx MBeanInvocationHandler.java

2002-04-04 Thread Peter Braswell
User: peterbraswell Date: 02/04/04 20:42:57 Modified:jboss.net/src/main/org/jboss/net/jmx MBeanInvocationHandler.java Log: fixed null-pointer exception problem. Revision ChangesPath 1.7 +105 -99

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net/jmx JMXTest.java JMXTestMBean.java WSRJMXAccessUnitTestCase.java

2002-04-04 Thread Peter Braswell
User: peterbraswell Date: 02/04/04 20:48:12 Modified:jboss.net/testsuite/src/main/org/jboss/test/net/jmx JMXTest.java JMXTestMBean.java WSRJMXAccessUnitTestCase.java Log: fixed package structure problem. Revision ChangesPath

[JBoss-dev] Need help to start

2002-04-04 Thread Ashutosh Nadkarni
Hi all, I am new member joined here. I want to understand as a developer how jboss is developed and go though the code. Unfortunately I have not used CVS. Can anybody help me with steps of how I could download source, build and run an example. I request a simple step by step procedure. Thanx

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc/xa/wrapper XAClientConnection.java

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 20:58:41 Modified:src/main/org/jboss/pool/jdbc/xa/wrapper Tag: Branch_2_4 XAClientConnection.java Log: Apply fix for bug #506549 Revision ChangesPath No revision No

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-04 Thread Mike
Jason's suggestion seems (to me) similar in concept to http tunneling, except in that case doesn't the client needs to be proxy-aware? If that is not an option (seems like it's not), that does complicate things a tad. The routing port manager (uber-server-socket?) would need a way to map some

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

2002-04-04 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/04 21:40:10 Modified:jetty/src/main/org/jboss/jetty Jetty.java Log: lose unecessary fix Revision ChangesPath 1.45 +3 -5 contrib/jetty/src/main/org/jboss/jetty/Jetty.java Index: Jetty.java

[JBoss-dev] how do ejb proxies get marshalled in jboss.net?

2002-04-04 Thread Bill Burke
After a brief lookover of the jboss.net code, I couldn't figure it out. If a method is returning a reference to an EJB, how does this get translated into SOAP? If you call a home.findAll for instance, how does a collection of references get translated into a SOAP response? Thanks in advance

[JBoss-dev] (Jason) file protocol handler....

2002-04-04 Thread Jules Gosnell
Jason, Thanks for this - it should fix reloading JSPs ... However, Jetty deployment is now screwed ! In FileURLConnection.getPermission() where you say : public Permission getPermission() throws IOException { // should probably return a FilePermission here... // but I

Re: [JBoss-dev] (Jason) file protocol handler....

2002-04-04 Thread Jason Dillon
Oh... sorry. Not sure what the thing todo here is. We can either generate a FilePermission which uses the underlying File.canRead(), blah, blah, blah or we can simply omit this field and have the default AllPermision be used. Probably easier in the short term todo the later... though I

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file FileURLConnection.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 22:41:58 Modified:src/main/org/jboss/net/protocol/file FileURLConnection.java Log: o commented out getPermission, will use default URLConnection.getPermission Revision ChangesPath 1.2 +2 -0

Re: [JBoss-dev] (Jason) file protocol handler....

2002-04-04 Thread Jason Dillon
Oh... wait... I am smoking some bad crack... I totally misread this and then applied that misreading to a fix which does not help at all. I have been in proxy-land for the last 5 hours and might be loosing my mind. Let me quickly check what the default sun impl does and I try to duplicate

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

2002-04-04 Thread Jules Gosnell
User: jules_gosnell Date: 02/04/04 23:01:36 Modified:jetty/src/main/org/jboss/jetty/security JBossUserRealm.java Log: tidy up and optimise Revision ChangesPath 1.7 +27 -32 contrib/jetty/src/main/org/jboss/jetty/security/JBossUserRealm.java Index:

  1   2   >