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

2001-09-19 Thread Andreas Schaefer
2001/09/19 17:55:05 1.4 @@ -85,7 +85,7 @@ * and the EJB-Adaptor (meaning the EJB-Container). * * @author Andreas Schaefer ([EMAIL PROTECTED]) -* @version $Revision: 1.3 $ +* @version $Revision: 1.4 $ **/ public class EJBConnector implements JMXConnector

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

2001-09-19 Thread Andreas Schaefer
javax.management.AttributeList; import javax.management.AttributeNotFoundException; @@ -53,7 +50,7 @@ * MBean Server. * * @author Andreas Schaefer -* @version $Revision: 1.2 $ +* @version $Revision: 1.3 $ * * @ejb:ejb-name jmx/ejb/Adaptor * @ejb:stateless-session @@ -118,6 +115,20

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSNotificationListener.java RMINotificationListener.java

2001-09-19 Thread Andreas Schaefer
User: schaefera Date: 01/09/19 10:55:05 Modified:src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSNotificationListener.java RMINotificationListener.java Log: Some small fixes.

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I figured out how to go around by just coping the "jetty" directory from the "contrib" module into the new "plugins" directory. But now I got this exception: [ServiceController] java.lang.ClassCircularityError: org/mortbay/util/JarFileResource which prevents the JettyService to start

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I am not talking about the Jetty source but about the JMX wrapper for jetty called: org.jboss.jetty.JettyService etc. Andy - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:15 PM Subject: Re: [JBoss-dev] S

Re: [JBoss-dev] JSR/SAR (Jetty) Undeployment...

2001-09-16 Thread Andreas Schaefer
Bug reported to JMX team but no response up to now. Andy - Original Message - From: "David Maplesden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:02 PM Subject: RE: [JBoss-dev] JSR/SAR (Jetty) Undeployment... > Ahh, this is a bug I came across about t

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
> P.S. > > The fresh tree I checked out was done on a completely separate machine > like this: > > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login > (empty passwd given) > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co > jboss-all > > That worked for m

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I tried to search for the Service class for jetty referenced in the jetty-service.xml (org.jboss.jetty.JettyService). But I couldn't find this class in the jboss-all module (find . -name JettyService.java -print). The only exception I get is the following when I run the build JBoss: [D

Re: [JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
- Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 5:00 PM Subject: Re: [JBoss-dev] Still problems with Jetty > Or is the problem that you can't find the Jetty source, because > contrib/jetty no longer exists ? > >

[JBoss-dev] Still problems with Jetty

2001-09-16 Thread Andreas Schaefer
Hi Jules I downloaded the latest from CVS jboss-all module, clean it up to build it from scratch. It seems that "contrib/jetty/" is not part of jboss-all, any ideas ? Andy ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforg

Re: [JBoss-dev] Dynamic Class loading for EJBs

2001-09-14 Thread Andreas Schaefer
Hi David Sorry for the trouble you had but the last check-in stuff had some problems. This are fixed now but also the problem I experienced is gone. Now I can deploy the jmx-ejb-connector-server.jsr and the EJB-Adaptor is picking it up event the file was not deployed when the EJB-Adaptor was depl

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

2001-09-14 Thread Andreas Schaefer
OpenSource J2EE webOS +* +* Distributable under LGPL license. +* See terms of license at gnu.org. +*/ package org.jboss.jmx.adaptor.ejb; /** @@ -18,7 +11,7 @@ * contains an invalid value. * * @author Andreas Schaefer - * @version $Revision: 1.3 $ + * @version

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSListenerSet.java

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:50 Added: src/main/org/jboss/jmx/connector/notification JMSClientNotificationListener.java JMSListenerSet.java Log: Added some fixes, reorganized the packaging therefore that the Test Client is

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/ejb EJBConnectorMBean.java EJBConnector.java TestClient.java

2001-09-14 Thread Andreas Schaefer
org.jboss.jmx.connector.notification.JMSNotificationListener; +import org.jboss.jmx.connector.notification.RMINotificationSender; /** * This is the equivalent to the RMI Connector but uses the @@ -82,37 +85,25 @@ * and the EJB-Adaptor (meaning the EJB-Container). * * @author Andreas Schaefer ([EMAIL PROTECTED]) -* @version $Revision

[JBoss-dev] CVS update: jboss/src/etc connector-client-factory.mf ejb-connector-client.mf rmi-connector-client.mf rmi-connector-server.mf connector.mf rmiconnector.mf

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Added: src/etc connector-client-factory.mf ejb-connector-client.mf rmi-connector-client.mf rmi-connector-server.mf Removed: src/etc connector.mf rmiconnector.mf Log: Added some fixes, reorganized the packaging

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:10:25 Modified:jbossbuild.xml Log: Adjust to the changes in JMX-Adaptor/Connector packaging. Revision ChangesPath 1.28 +20 -6 build/jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector TestClient.java ConnectorFactoryImpl.java ConnectorFactoryService.java ConnectorFactoryServiceMBean.java JMXConnector.java

2001-09-14 Thread Andreas Schaefer
* remote server and its attributes and operations will be listed and at * the end this test client will add a notification listener to all MBeans * on the remote server. The user can now wait for a notification because * the client will be up and running. If the user stops the client by

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 20:06:49 Modified:.build.xml Log: Added some fixes, reorganized the packaging therefore that the Test Client is outside of RMI/EJB Connector and utilize both Connectors. NOTE that the Test Client as well as the Test Server (for RMI Connecto

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 19:52:34 Added: src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java Log: Revision ChangesPath 1.3 +7 -1 jboss/src/main/org/jboss/jmx/adaptor/ejb/ServiceUnavailableException.java

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

2001-09-14 Thread Andreas Schaefer
User: schaefera Date: 01/09/14 19:51:47 Removed: src/main/org/jboss/jmx/adaptor/ejb ServiceUnavailableException.java Log: ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/li

Re: [JBoss-dev] Dynamic Class loading for EJBs

2001-09-13 Thread Andreas Schaefer
r > deploy ejb-jar > ejb can find classes in connector.jsr > > ?? > > Is the code with the problem checked in? If you send it I'll take a look. > > thanks > david jencks > > On 2001.09.13 02:40:18 -0400 Andreas Schaefer wrote: > > Hi Geeks > > > &

[JBoss-dev] Dynamic Class loading for EJBs

2001-09-12 Thread Andreas Schaefer
Hi Geeks I run into a difficult problem when I tried to dynamically load classes for an EJB. In my case the EJB-Adaptor which does not know which client calls him and therefore cannot know which Stubs it has to load (RMI). I tried to create a simple JSR file containing these lines: The JSR th

[JBoss-dev] JNDI Problem

2001-09-12 Thread Andreas Schaefer
Hi Geeks I tried to register the following EJB at the JNDI server ejb/jmx/ejb/adaptor and it caused an AlreadyBoundException; remaining name 'ejb' on J2eeDeployer.startModules. This works fine with JBoss 2.4 on the same box. Andy ideas ? Andy _

Re: [JBoss-dev] RMIC Comiling problem

2001-09-12 Thread Andreas Schaefer
RMIC Comiling problem > Is this a full jdk or just a jre? > > --jason > > > On Wed, 12 Sep 2001, Andreas Schaefer wrote: > > > Hi Geeks > > > > When I make build.sh clean and then a build.sh I got > > an error when compiling the module "naming"

[JBoss-dev] RMIC Comiling problem

2001-09-12 Thread Andreas Schaefer
Hi Geeks When I make build.sh clean and then a build.sh I got an error when compiling the module "naming" in jboss-all. I have Linux running with IBM JDK1.2: java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-

Re: [JBoss-dev] JMXAdaptor still used ?

2001-09-11 Thread Andreas Schaefer
? > Do you use samba? If so you can set its config to not put +x on everything. > > --jason > > > On Tue, 11 Sep 2001, Andreas Schaefer wrote: > > > Hi > > > > Normally not but to move around files it is more convinient than > > with linux but yeah I see

Re: [JBoss-dev] JMX Adaptor/Connector repackaging and new EJB-Adaptor and Connector

2001-09-11 Thread Andreas Schaefer
Hi I don't anything anymore w/o my layer (hi, hi). I think the URI mapping scheme is not working that well because Only the domain name deliver something like a hierarchy the other SHOULD only properties allowing the client to find the appropriate MBean which works similar to JINI. I have some

Re: [JBoss-dev] JMXAdaptor still used ?

2001-09-11 Thread Andreas Schaefer
Hi Normally not but to move around files it is more convinient than with linux but yeah I see that the execute bit is set, sorry. No, I didn't know that this happens with Windows. Will be more careful next time. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[E

[JBoss-dev] JMX Adaptor/Connector repackaging and new EJB-Adaptor and Connector

2001-09-11 Thread Andreas Schaefer
Hi Geeks After being annoyed for a while about the JMX package structure I finally did the repackaging. Now the sub packages are chosen by the type not the implementation. This allows us to separate them more easily. I also added the EJB-Adaptor which offers more or less then JMX MBeanServer inte

[JBoss-dev] Running the TestSuites

2001-09-11 Thread Andreas Schaefer
Hi Geeks I am making substancial changes to the JMX Adaptor and Connectors (repackaging) and would like to run the testsuites before I upload to CVS. I got jboss-all from CVS, made my changes and could successfully compile the all with (build.sh all). Now I would like to run the testsuites with

[JBoss-dev] JMXAdaptor still used ?

2001-09-11 Thread Andreas Schaefer
Hi Geeks I am wondering if JMXAdaptor is still used because it can easily replaced by either RMI or the new EJB- Connector. In JBoss it is only used within the Stop.java and Deployer.java. Any objections against the deletion of these classes ? Andy ___

Re: [JBoss-dev] JNDI - Problem

2001-09-10 Thread Andreas Schaefer
Good question, I have no idea. Strange is that local lookups from the Linux server are working fine, too. Only when W2K tries to make the lookup it fails this way. I will try to make the lookup from another Linux box. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To

[JBoss-dev] JNDI - Problem

2001-09-10 Thread Andreas Schaefer
Hi Geeks Maybe it is just me but I have a problem to access JBoss JNDI naming service from Windows to an Linux box but vice versa is working fine. Environment: - SuSE Linux 7.1, Kernel 2.4, IBM Java 2, JNDI naming bound to 1099, JBoss 2.4 with Jetty, EJB successfully deployed -Windows 2000, Jav

Re: [JBoss-dev] Build Problems

2001-09-10 Thread Andreas Schaefer
- Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 2:43 PM Subject: Re: [JBoss-dev] Build Problems > > jboss-all: > > > > - I can't compile Jetty to get the webserver running > > I am not sure this really works yet. I h

[JBoss-dev] Tomcat Integration into RH

2001-09-10 Thread Andreas Schaefer
Hi Geeks Is someone doing the Tomcat integration into RH ?? Andy ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Build Problems

2001-09-10 Thread Andreas Schaefer
Hi Geeks I run into several problems with the new build system: jboss-all: - I can't compile Jetty to get the webserver running jboss-website: - Whatever I build the "manual" is builded but not the website Any ideas ? Andy ___ Jboss-development

Re: Deployment Dependencies (was RE: [JBoss-dev] RH startup and JBossMQ)

2001-09-06 Thread Andreas Schaefer
Hi Jason > > This leads me back to my proposal of generating a collective of servers > > (yeah, your right, the BORG collective, because each server should know > > the whole configuration allowing the collective to work even when a > > member dies or is temporary unavailable IN CONTRAST to the >

Re: Deployment Dependencies (was RE: [JBoss-dev] RH startup and JBossMQ)

2001-09-06 Thread Andreas Schaefer
Hi Geeks Forgive me when I am wrong but JINI and JMX have some similarities but mostly they are quite different. JINI allows to create a dynamic community where services can appear or disappear and the services get notified dynamically. You can also search for a service w/o knowing the implement

Re: [JBoss-dev] RH: EAR/WAR/EJB-JAR distribution...? - rambling !

2001-09-05 Thread Andreas Schaefer
still propagate the changes and when a new server joins the group it can take the configuration from any other server and deploy the services and applications. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Andreas Schaefer" <[EMAIL PROT

Re: [JBoss-dev] RH: EAR/WAR/EJB-JAR distribution...? - rambling !

2001-09-05 Thread Andreas Schaefer
- Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: "Julian Gosnell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 8:05 AM Subject: RE: [JBoss-dev] RH: EAR/WAR/EJB-JAR distribution...? - rambling ! > |I'm assuming that i

Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer
t; <[EMAIL PROTECTED]> To: "Andreas Schaefer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, September 02, 2001 5:39 PM Subject: Re: [JBoss-dev] IllegalArgumentException: Argument Type Mismatch > Can we see a full stack trace? > > --jason > > > On

[JBoss-dev] IllegalArgumentException: Argument Type Mismatch

2001-09-02 Thread Andreas Schaefer
Hi Geeks I ran into a strange problem. I have an EJB which will send back events to the client. The client can register the listener when it is an exported RMI object and handed over to the EJB. Everything compiles well and I can use all the other methods but when I try to register a Listener th

[JBoss-dev] JMX Event Notification Asynchronous

2001-08-31 Thread Andreas Schaefer
Hi Geeks We had a few months ago already this discussion if JMX-Event transport (from the JMX MBean- Server back to the client) should be done asynchronous. Does anyone have an idea how this can be done J2EE based (meaning vendor neutral). >From my point of view you cannot create a Queue in the

Re: [JBoss-dev] RMI Callback Question

2001-08-23 Thread Andreas Schaefer
Hi > > When a client of an EJB can use RMI to access an EJB is it > > then also true that the EJB can use an RMI callback object > > (sent by the client) to send information back to the client ? > > No, that does only work in certain situations .. if server and client > share the same network, f

Re: [JBoss-dev] RMI Callback Question

2001-08-23 Thread Andreas Schaefer
Hi BTW The EJB is not sending the events it is just managing the listeners. > Maybe You can send back a JMS handle from EJB to client ? - start and stop a > que throught the EJB ? Here we run into another problem because when I can have more than one client at the same time I can either use a T

[JBoss-dev] RMI Callback Question

2001-08-22 Thread Andreas Schaefer
Hi Geeks When a client of an EJB can use RMI to access an EJB is it then also true that the EJB can use an RMI callback object (sent by the client) to send information back to the client ? Let's say the client want to register an Event Listener on the EJB where then the events are sent back thro

Re: [JBoss-dev] Re: JavaStyle jar??

2001-08-22 Thread Andreas Schaefer
Hi The current JavaStyle is coming from JEdit (jedit.sf.net) and is handled by Dirk Moebius. Andreas Schaefer - Original Message - From: "Hiram Chirino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 5:2

Re: [JBoss-dev] Container.java

2001-08-16 Thread Andreas Schaefer
host.mydomain.com:/supercluster/jboss/jms > ^^^ ^ > hostname cluster group > > Where cluster and group are rather arbitrary, but allow for a hierarchy of > stuff on each machine. > > Just a thought. > > --jason &g

Re: [JBoss-dev] How to get MBeans to describe it's fields like a DynamicMBean does

2001-08-16 Thread Andreas Schaefer
Hi - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 9:29 AM Subject: Re: [JBoss-dev] How to get MBeans to describe it's fields like a DynamicMBean does > On Tue, 14 Aug 2001, Hiram Chirino wrote: > > I was looking for

Re: [JBoss-dev] Container.java

2001-08-16 Thread Andreas Schaefer
Hi Jasson Yes, I plan to reorganize the MBean Object Names for the implementation of the server-side JBossMGT. According to their spec it would be maybe good to have something like this: - domain: is the JBoss server instance which can be default be the host computer name but shoul

Re: [JBoss-dev] Container.java

2001-08-15 Thread Andreas Schaefer
Hi Geeks I did some further investigations and figure out that when you omit the domain part the MBeanServer will use the default domain and you cannot find the MBean again. Therefore right now we have to use MBeanServer.getDefaultDomain() when WE DO NOT SPECIFY the domain !!! I assumed that MB

Re: [JBoss-dev] A new user interface for JBoss

2001-08-07 Thread Andreas Schaefer
Hi Yes, you are welcome. Right now I am trying to code the server part making the JBoss manageable. This week I will add the updated JavaDoc of the JSR-77 classes to the website and you can have a look at their classes and also a look the JBoss implementation. The general idea is that JBoss impl

Re: [JBoss-dev] A new user interface for JBoss

2001-08-07 Thread Andreas Schaefer
a > userid/passwd to access the sources but I think that you can get and id by > contacting [EMAIL PROTECTED] > > Regards, > Hiram > > >From: "Andreas Schaefer" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> &

Re: [JBoss-dev] A new user interface for JBoss

2001-08-07 Thread Andreas Schaefer
Hi - Original Message - From: "Wei-ju Wu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 12:40 AM Subject: Re: [JBoss-dev] A new user interface for JBoss > > I am starting to create a management GUI see project > > JBossMGT but right now I am only working on

Re: [JBoss-dev] Service Archives and ears (was Rabbit Hole Commits in 3.0)

2001-08-02 Thread Andreas Schaefer
Hi David Based on the Marc's presentation about the future of JBoss I see that you basically JBoss loads and instantiate the ServiceControl/ConfigurationService and then "deploys" the MBeans at runtime where there is not difference if at the startup or in any other part of the life of the applica

Re: [JBoss-dev] No System.out in new code please

2001-08-02 Thread Andreas Schaefer
Hi Scott   Sorry, it seems I forgot to removed them. They were just in the code to get a feeling if it would work and that's the reason why it is not implemented in log4j because it is just to see if it is working. I will pay more attention to remove them before uploading into CVS.   Mad Andy

[JBoss-dev] News from Management (hi,hi,hi)

2001-07-30 Thread Andreas Schaefer
Hi Geeks I rearranged the JSR-77 classes therefore that - JBoss implementation to the JBoss server - JSR-77 classes to the "jsr77.jar" and adjusted the new packages of the JSR-77 classes from "management" to "javax.management.j2ee". Tomorrow I will publish the JBossMGT project page to explain th

Re: [JBoss-dev] EntityInstanceInterceptor change

2001-07-16 Thread Andreas Schaefer
This is the wrong list please use jboss-user. Andy BTW Check Timestamp on SQL 2000 because it is not what you expect. - Original Message - From: "Brenton House" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 1:12 PM Subject: RE: [JBoss-dev] EntityInstanceInterc

Re: [JBoss-dev] Fw: "Using JBoss.org: A Java 2 Enterprise Edition-based Container"

2001-07-10 Thread Andreas Schaefer
tainer" > I can't find it. Is it out? Do you have a url? > > thanks > david jencks > > On 2001.07.10 02:21:28 -0400 Andreas Schaefer wrote: > > Hi Geeks > > > > Look out my article about JBoss gets published. Hope you > > like it. > &g

[JBoss-dev] Fw: "Using JBoss.org: A Java 2 Enterprise Edition-based Container"

2001-07-09 Thread Andreas Schaefer
Hi Geeks Look out my article about JBoss gets published. Hope you like it. Mad Andy - Original Message - From: "Steve Anglin" <[EMAIL PROTECTED]> To: "Andreas Schaefer" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 4:29 PM Subject: Re: "Using J

Re: [JBoss-dev] For those that are still around on saturday

2001-07-08 Thread Andreas Schaefer
I ment Forum but now it seems to work fine. Andy - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 1:08 PM Subject: RE: [JBoss-dev] For those that are still around on saturday > |After logging in and clicking on the User G

Re: [JBoss-dev] For those that are still around on saturday

2001-07-08 Thread Andreas Schaefer
After logging in and clicking on the User Group a get a blank (means white) page under the JBoss title logo. Andy - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: "Jboss-User@Lists. Sourceforge. Net" <[EMAIL PROTECTED]>; "Jboss-Development@Lists. Sourceforge. Net" <[EMAIL

Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Andreas Schaefer
choose to) > > I am glad somebody is starting to work on this as well, let's work > together or at least discuss our visions about this. > > Anatoly Akkerman > > On Thu, 5 Jul 2001, Andreas Schaefer wrote: > > > Hi Ole > > > > Thanx but I think this

Re: [JBoss-dev] JSR-77 the 2 and 1/2

2001-07-05 Thread Andreas Schaefer
ations between the two calls will neither > be in this stats, or the next one - they will > be utterly lost. > Not a good thing, if your customer pays per bean > invocation. > > > Best Regards, > > Ole Husgaard. > > > Andreas Schaefer wrote: > > > &

[JBoss-dev] JSR-77 the 2 and 1/2

2001-07-03 Thread Andreas Schaefer
Hi Geeks Just to give you the opportunity to stop me before turning JBoss up side down here are my ideas to add Statistics into JBoss. The part I want to do is the EJB statistics for (at least right now) Entity Beans. The difficult part is to collect everything in a loose coupled system like JBos

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-30 Thread Andreas Schaefer
Hi Scott I used IBM JDK 1.3 as well as the Sun JDK 1.3.1. I think this is maybe a Linux problem ? Andy - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 4:49 PM Subject: Re: [JBoss-dev] Build problem with CVS HEAD > Th

Re: [JBoss-dev] JSR-77 and new deployment architecture

2001-06-29 Thread Andreas Schaefer
- Original Message - From: "Anatoly Akkerman" <[EMAIL PROTECTED]> To: "JBoss-Dev" <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 2:59 PM Subject: [JBoss-dev] JSR-77 and new deployment architecture > > Hi, > > I've been rethinking lately how should the deployment architecture be > re

Re: [JBoss-dev] CVS update: J2eeGlobalScopeDeployer.java

2001-06-26 Thread Andreas Schaefer
Hi CGJ Uppps, sorry for that but I have some problems with my editor which sometimes just delete the content of a file and my build CVS update just also updated this file. >From my point of view just bring 1.7 back. Sorry, Andy. - Original Message - From: "Jung , Dr. Christoph" <[EMAIL

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/server XMLAdaptor.dtd XMLAdaptorImpl.java XMLTestService.java

2001-06-25 Thread Andreas Schaefer
- Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 10:41 PM Subject: RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/server XMLAdaptor.dtd XMLAdaptorImpl.java XMLTestService.java > hey looking good looking good, > > H

Re: [JBoss-dev] EJX and XML

2001-06-25 Thread Andreas Schaefer
Hi Geeks - Original Message - From: "Rickard Öberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 11:01 AM Subject: Re: [JBoss-dev] EJX and XML > >So that will mark the end of its life in JBoss, it is free to come back as > >an add-on to JBOSS. > > It won't co

[JBoss-dev] Compiling Problems with ApplicationMetaData.java

2001-06-24 Thread Andreas Schaefer
public abstract org.w3c.dom.NamedNodeMap getEntities(); > public abstract org.w3c.dom.NamedNodeMap getNotations(); > public abstract java.lang.String getPublicId(); > public abstract java.lang.String getSystemId(); > public abstract java.lang.String getInternalSubset(); >

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

2001-06-23 Thread Andreas Schaefer
Hi Geeks On line 133 on the ApplicationMetaData.java is a compilation error: Method getPublicId() not found in interface org.w3c.dom.DocumentType Andy - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 23, 2001 5:46 PM Subject: [JBoss-dev] CVS up

Re: [JBoss-dev] XML Adaptor to JMX

2001-06-23 Thread Andreas Schaefer
Hi Marc First draft created and added to CVS. To test it please add the following to jboss.jcml (or whatever it is). To: "Jboss-Development@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 7:22 PM Subject: [JBoss-dev] XML Adaptor to JMX > Since

Re: [JBoss-dev] XML Adaptor to JMX

2001-06-22 Thread Andreas Schaefer
Hi - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 9:49 PM Subject: Re: [JBoss-dev] XML Adaptor to JMX > > Object[] invokeXML( Document ); > > I am not sure that an array of objects in this case would be very useful, > an

Re: [JBoss-dev] XML Adaptor to JMX

2001-06-22 Thread Andreas Schaefer
How's about this: Object[] invokeXML( Document ); and Object invokeXML( Element ); Note that MBeanServer's invoke() is not the same. The document in the first example would look like this: ... ... ... ... ... ... Each element in the document returns an object which is null if n

Re: [JBoss-dev] XML Adaptor to JMX

2001-06-22 Thread Andreas Schaefer
Hi Marc In general an JMX Adaptor is to access a JMX MBeanServer from a remote site. In this case I don't think that is what you want ? The call is made locally and therefore the XML Adaptor just translate the XML data into an MBeanServer call and returns the value back wrapped into XML. I would

Re: [JBoss-dev] Deployable service archives & new configuration system

2001-06-20 Thread Andreas Schaefer
Are we talking about the same. When you drop a SAR file then you have to drop everywhere but when you call the Configuration- Service with an URL it will download the SAR file. Both works with an deployment descriptor within the SAR file. If you drop it with an URL (pointing to the deployment desc

Re: [JBoss-dev] Interactive survey

2001-06-15 Thread Andreas Schaefer
Hi Gina and Marc Marc, does and if yes do we want to add the Survey to CVS ? Gina, I am the lead and came up with some initial classes but they are not in a CVS repository. Let's see what Marc thinks but you can reach me under [EMAIL PROTECTED] Mad Andy - Original Message - From: "Gin

Re: [JBoss-dev] [ jboss-Bugs-433264 ] EJX Writes Invalid jaws.xml

2001-06-15 Thread Andreas Schaefer
Hi Geeks I was trying to create a management tool based on EJX but the reason why I stopped was that there was no foundation to create a management tool on it. This should change and then we can create a good management tool on it. IMHO EJX is not bad but even for the XML Descriptor generation it

Re: [JBoss-dev] [ jboss-Bugs-433264 ] EJX Writes Invalid jaws.xml

2001-06-14 Thread Andreas Schaefer
Hi I am using EJBDoclet and this very fine. No hasle with descriptors nor creating Home/Remote interfaces. Just go to sourceforge and look up EJBDoclet. BTW Now release 1.0 is out with a completely reworked interface. Andy - Original Message - From: "Aaron Mulder" <[EMAIL PROTECTED]>

Re: Commit Messages was [RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb CacheKey.java]

2001-06-13 Thread Andreas Schaefer
I can remember that someone started a JBoss developer guidelines but what happens to that. I think we should create a small developer guidelines containing infos like: - logging changes - writting/updating JavaDoc - writting/updating Manuals - other guidelines but I would suggest to keep them rea

Re: [JBoss-dev] Application.getName() equals Application.getURL()

2001-06-10 Thread Andreas Schaefer
Hi Roland When you have a look at the JMX HTML-Adaptor (http://localhost:8082 by default) you will find under domain: managment a DataCollector MBean. This MBean (in the near future) is the one delivering the management data inclusive the Applications with the EJBs, Servelts/JSPs and Connectors e

Re: [JBoss-dev] Container Management MBean problem...

2001-06-10 Thread Andreas Schaefer
ubject: Re: [JBoss-dev] Container Management MBean problem... > I think this is the same problem. I am seeing sporadic failures on > redeploy with just the JBoss core without any servlet container. > > - Original Message - > From: "Andreas Schaefer" <[EMAIL PR

Re: [JBoss-dev] Container Management MBean problem...

2001-06-10 Thread Andreas Schaefer
ic failures on > redeploy with just the JBoss core without any servlet container. > > - Original Message - > From: "Andreas Schaefer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, June 10, 2001 3:33 PM > Subject: Re: [JBoss-dev] C

Re: [JBoss-dev] Container Management MBean problem...

2001-06-10 Thread Andreas Schaefer
Can you catch the RuntimeMBeanException and print out the Target Exception. I made some changes to ContainerFactory but tested it on JBoss/Tomcat (redeploy as well). Have fun - Andy - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June

Re: [JBoss-dev] Container Management MBean problem...

2001-06-10 Thread Andreas Schaefer
Jules I made some changes to the ContainerFactory but I tested it to redeploy but only with Tomcat. Can you catch the RuntimeMBeanException and print out the Target Exception. I think Scott has or had a similar problem. Andy - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED

Re: [JBoss-dev] org.jboss.mgt.ContainerMgt RuntimeException

2001-06-10 Thread Andreas Schaefer
Hi Scott To get more info about the Exception catch the RuntimeMBeanException and get is Target Exception which is the RuntimeException. This gives maybe some inside to the exception. Andy - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: "JBoss Dev" <[EMAIL PROTECTED]>

Re: [JBoss-dev] New: Scheduler Service

2001-06-10 Thread Andreas Schaefer
management.J2EEApplication;    [javac]    ^   This class is not used anywhere in the Scheduler class that I can see. - Original Message - From: Andreas Schaefer To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 12:56 AM Subject: [JBoss-dev

[JBoss-dev] New: Scheduler Service

2001-06-10 Thread Andreas Schaefer
Hi Geeks   After some requests for a JMX Timer example and using BEA Weblogic's Scheduler (@ work, of course) I came up with the idea of having a similar Scheduling Service but better because we do it right, right ?   In jboss.jcml (default) is an example MBean definition. To use it on your

[JBoss-dev] [JBoss-user] Using of JBoss in the real world

2001-06-02 Thread Andreas Schaefer
Hi Geeks   Lately I was trying to convince colleques to use JBoss instead of the other App. Servers and most of them just asked me who does use JBoss in production (and I had no anwser).   Therefore my call to all of you please tell who is using JBoss in production. Thus we maybe can use thi

[JBoss-dev] Management Interface for dynamic Components in JBoss

2001-05-29 Thread Andreas Schaefer
Hi Geeks   After the overwhelming response after my last email on this topic I try it again.   After looking into the subject I came up with the following solution: - Wrapping all Containers in a MBean and whenever a Container   is created this MBean will be registered at the servers MBean-

[JBoss-dev] Exposing internal Components through JMX

2001-05-22 Thread Andreas Schaefer
Hi Geeks   If this was already discussed then I feel sorry to bother you with this again.   Based on the last response of Julian on my "Call for Help" he said that the Jetty implementation exposes the Servets as MBeans at the MBeanServer like we do with the JBoss components. Because I starte

Re: [JBoss-dev] Call for Help

2001-05-22 Thread Andreas Schaefer
Hi Scott I had also a closer look at the AbstractWebContainer and saw that Jetty already implemented it. I think I can go from there and just adjust the deploy() method in the AbstractWebContainer (adding the Application Id) and adjust the Jetty components. No, this is not a JMX requirement but

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
ter > detail relationship? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > Andreas Schaefer > > Sent: Sunday, May 20, 2001 7:37 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JBoss-dev] EJB generatio

Re: [JBoss-dev] EJB generation

2001-05-20 Thread Andreas Schaefer
Half way. Whenever possible I use CMP but when not possible because BEA Weblogic does not support master-detail relationship records (order/order-detail) then I use BMP and write my own DAO classes. I did not use Castor but I will have a look at it soon. Andy - Original Message - From:

Re: [JBoss-dev] Manual: Problems with generating

2001-05-20 Thread Andreas Schaefer
Hi Sebastian Sorry for that but I encounter a StackOverflow error when running "build.sh defaulthtml" on linux with IBM Java 1.3. :-( On windows it worked fine, thanx. Andy - Original Message - From: "Sebastien Alborini" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 20,

Re: [JBoss-dev] EJB generation

2001-05-19 Thread Andreas Schaefer
Hi Geeks Attention: Please go to sourceforge.net to look for Rickard Oeberg's project: EJBDoclet. Right now we are heading to release 1.0 which should allow you to merge code as well. EJBDoclet isn't designed to generated an application but to create all the duplicated code within EJBs (remote

[JBoss-dev] JBoss Management

2001-05-12 Thread Andreas Schaefer
Hi Geeks   I will start right now to expose management informations from the various JBoss components.   General design is: - adding a management MBean to each JBoss server collecting the   information for a node/server. - sending the management information from the JBoss components   (like J

Re: [JBoss-dev] JBoss, CVS & Emacs

2001-05-08 Thread Andreas Schaefer
On you home page on Source Forge you can add your public Key (for the SSH) and then CVS shouldn't ask you anymore. Andy - Original Message - From: "danch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 5:21 PM Subject: Re: [JBoss-dev] JBoss, CVS & Emacs > Some

Re: [JBoss-dev] RFC: Add isolation level attribute in jboss.xml orjaws.xml?

2001-05-05 Thread Andreas Schaefer
Hi Even I could not make it work in WebLogic 5 the Isolation-Level is part of the weblogic-ejb-jar.xml (which is the conterpart of jboss.xml). My personal feeling is that it belong to jboss.xml. Andy - Original Message - From: "Juha-P Lindfors" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

<    1   2   3   4   5   6   7   >