[JBoss-dev] ProxyCompiler & bug 527328

2002-04-04 Thread Jason Dillon
After many hours, I have narrowed this bug to ProxyImplementationFactory... or rather the MethodGen object which it uses to construct this method based on the arbitratry method for a target proxy (createProxyMethod()). The problem appears to be inside BCEL, though I am not sure and this shit

AW: [JBoss-dev] IBM Public License

2002-04-04 Thread Jung , Dr. Christoph
Guys, this is going to be great, seems like you are already deep into the topic. That´s fantastic. IBM Public License seems to be an open license (as opposed to the usual Alphaworks non-commercial restrictions, right?), so you can go ahead there. I thought that they would have a small, non-pr

[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 23:05:36 Modified:src/main/org/jboss/net/protocol/file FileURLConnection.java Log: o getPermission returns a FilePermission, and we try to figure out what those perms may be... I have not idea if this is the correct thing todo or if there is

[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 14:31:29 Modified:src/main/org/jboss/deployment/cache DeploymentCache.java Log: o Removed hack around file protocol, expect a working version of URL.getLastModified() instead (JBoss file protocol provides this) Revision ChangesPath 1.5

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

2002-04-04 Thread Jung , Dr. Christoph
Hello Bill, Currently, there is no standard notion of a "remote reference type" inside SOAP. In JBoss.net, we have a means to to ship entity bean references as value objects, but that´s it for the moment and that goes beyond most of what has been presented at JavaOne where they usually restrict t

[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: JBossUser

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 t

[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 jboss-common/src/main/org/jboss/net/pr

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 think

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-04-04 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 9 Submitted By: Thomas Hamann (thomash76) Assigne

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-04-04 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 9 Submitted By: Thomas Hamann (thomash76) Assigne

[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 don

[JBoss-dev] [ jboss-Bugs-527328 ] unexpected error in proxy compiler

2002-04-04 Thread noreply
Bugs item #527328, was opened at 2002-03-08 02:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=527328&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 9 Submitted By: Thomas Hamann (thomash76) >Assign

[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 for

[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] [ jboss-Bugs-539096 ] Lack of Reasonable Error on Deployment

2002-04-04 Thread noreply
Bugs item #539096, was opened at 2002-04-03 22:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539096&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Jay Walters (jwa

[JBoss-dev] [ jboss-Bugs-500923 ] Documentation inconsistency

2002-04-04 Thread noreply
Bugs item #500923, was opened at 2002-01-08 09:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=500923&group_id=22866 Category: Build System Group: v2.4 (stable) >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Peter Alexander Wouda (pwouda)

[JBoss-dev] [ jboss-Bugs-539096 ] Lack of Reasonable Error on Deployment

2002-04-04 Thread noreply
Bugs item #539096, was opened at 2002-04-03 23:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=539096&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Luttrell (objec) >Assigned to: Jay Walters (jw

[JBoss-dev] [ jboss-Bugs-505029 ] WarpConnector isn't using the good dir

2002-04-04 Thread noreply
Bugs item #505029, was opened at 2002-01-17 11:17 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=505029&group_id=22866 Category: CatalinaBundle Group: v2.4 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Guillaume Coté (gcote) Ass

[JBoss-dev] [ jboss-Bugs-517130 ] serialization failure

2002-04-04 Thread noreply
Bugs item #517130, was opened at 2002-02-13 11:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=517130&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Egan Allen (eganallen) Assign

[JBoss-dev] [ jboss-Bugs-517927 ] Embedded Catalina fails to start

2002-04-04 Thread noreply
Bugs item #517927, was opened at 2002-02-15 03:25 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=517927&group_id=22866 Category: CatalinaBundle Group: v2.4 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Gary Trend (mikaves) Assig

[JBoss-dev] [ jboss-Bugs-521426 ] Error during autodeploy

2002-04-04 Thread noreply
Bugs item #521426, was opened at 2002-02-22 03:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=521426&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Kirill Frolov (fkirill) Assi

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: 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 revision

[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 i

[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] [ jboss-Bugs-488394 ] Wrong case in Upload.java

2002-04-04 Thread noreply
Bugs item #488394, was opened at 2001-12-03 04:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=488394&group_id=22866 Category: JBossDoc Group: v2.4 (stable) >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: Vincent Touquet (fullclip) A

[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 contrib/jboss.net/src/main/org/jboss/net/jm

[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 08:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=529871&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) >Assigne

[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 cat

[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 patc

[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: 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/src/

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 19:53:13 Modified:src/main/org/jboss/metadata Tag: Branch_2_4 XmlFileLoader.java Log: Update local resolver for jboss-web.dtd and application_1_3.dtd Revision ChangesPath No revision No

[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/src/m

[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] 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 N

[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: 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] 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/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/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 jbosstest/src/build/subprojects

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 ma

[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 Cha

[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 ar

[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. Revisi

[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

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 ma

[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 jboss-system/src/main/org/jboss/deployment/cache/Depl

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 look

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 whi

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=66&thread=11554 ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists

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 co

[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 1.

Re: [JBoss-dev] org.jboss.proxy.compiler.Proxy + Serializable + Replacable

2002-04-04 Thread Jason Dillon
Ok, well looks like Replacable isn't being used by anything. I found two references to it, one in Proxy.java and one Replacable.java. Serializable I can understand... though Replaceable extends Serializable, so it was redundant to add the two interfaces. --jason __

[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

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 port

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

2002-04-04 Thread Jason Dillon
The problem with both of these ideas is that the component now needs to know about this extra config file or mapping component... unless of cource this mapping is done via the config service. I still think that a routing port manger sitting infront of all possible components would be easier 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 ma

[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] 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/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/src/lib/Attic/xa

[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: 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] CVS update: contrib/jetty/src/build build.xml

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 11:17:06 Modified:jetty/src/build Tag: Branch_2_4 build.xml Log: Fix the xml processing instruction location Revision ChangesPath No revision No revision 1.6.2.8 +2 -2 contrib/jetty/

[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/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 revisio

[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: 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] org.jboss.proxy.compiler.Proxy + Serializable + Replacable

2002-04-04 Thread Jason Dillon
Any reason why Proxy.newProxyInstance() adds Serializable & Replacable to proxy instances? I am guessing there is a reason, but it is not documented anywhere. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.ne

[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/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 -57

[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/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] [ 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=detail&atid=376685&aid=539379&group_id=22866 Category: JBossCMP >Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assigned

[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. T

[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 In

[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=detail&atid=376685&aid=529871&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned

[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=detail&atid=376685&aid=529311&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 1 Submitted By: Vincent Harcq (vharcq) >Assigned

[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=detail&atid=376685&aid=529762&group_id=22866 Category: JBossTest Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) >Assigned t

[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 -802jbosstest/src/resources/dbtest/META-INF/jaws.xm

[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=detail&atid=376685&aid=530627&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Mac (macearl) Assigned to: Nobody

[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=detail&atid=376685&aid=531524&group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole Status: Open Resolution: None >Priority: 8 Submitted By: Marius Kotsbak (mkotsbak) Assigned t

[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=detail&atid=376685&aid=539379&group_id=22866 Category: JBossCMP Group: None Status: Open Resolution: None Priority: 5 Submitted By: Matthias Bohlen (mattes3) Assigned to: Nobody/An

[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: jetty

[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=detail&atid=376685&aid=531524&group_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: 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] 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 i

[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=detail&atid=376685&aid=530120&group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Loren Rosen (lorenrosen) Assigne

[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 side)

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: jboss-system/src/bin run.sh

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 16:00:12 Modified:src/bin run.sh Log: o fix for bug [ 519741 ] run.sh -server fix Revision ChangesPath 1.5 +10 -2 jboss-system/src/bin/run.sh Index: run.sh ==

[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 jbosstest/src/main/org/jboss/test/jmx/ejb/TestData

[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=detail&atid=376685&aid=519741&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stephen Coy (scoy) >Assigned

[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

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) >

[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() Rev

[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 jbo

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

2002-04-04 Thread Scott M Stark
User: starksm Date: 02/04/04 15:39:41 Added: src/main/org/jboss/test/perf/test Tag: Branch_2_4 TestInVmPerf.java Log: Add test of local interfaces performance Revision ChangesPath No revision No revis

[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 ca

  1   2   >