Re: [JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 5-November-2002

2002-11-05 Thread Andreas Schaefer @ Home
Hi Geeks Did someone started with the J2EE TimerService so far ? Andy - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 1:05 PM Subject: [JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 5-November-2002 > > Number of tests

[JBoss-dev] Presentation @ San Diego JUG

2002-09-04 Thread Andreas Schaefer
Hi Geeks I am going to give a presentation about JBoss at the San Diego JUG at the 15th of October 2002. I would be great to see you there. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC x

[JBoss-dev] JBoss 3 Quick Start Guide updates

2002-08-31 Thread Andreas Schaefer
will take a while (1 to 2 weeks) until a new PDF file will be available on SF but then hopefully final. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC x --- This sf.net email is sponsored by

Re: [JBoss-dev] Doubt in JBOSS(Pl help, iam a beginner!!!)

2002-08-31 Thread Andreas Schaefer
Hi You are on the wrong list. Please ask these sort of questions on the http://www.jboss.org/forums on the forum JMX. This is the JBoss developer list and not user list. Have fun - Andy - Original Message - From: "giridhar g" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, A

Re: [JBoss-dev] jbossmq and jca 1.5

2002-08-30 Thread Andreas Schaefer
Hi David I am still looking into the code to become an JMS "expert" but I would like to help to implement this. Because I added the "Common Interfaces" of JMS 1.1 it would like to use this opportunity to make the appropriate changes here. This week I am pretty busy. Have fun - Andy > I started

[JBoss-dev] Compilation problem with JDK 1.4.1 on W2K

2002-08-25 Thread Andreas Schaefer
(moduleStack[i].module, args)).booleanValue(); Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC x --- This sf.net email is sponsored by: OSDN - Tired of that same

[JBoss-dev] New JBoss 3.0 Quick Start Guide: Draft 4

2002-08-21 Thread Andreas Schaefer
Hi Geeks Just uploaded Draft 4 of the JBoss 3.0 Quick Start which only contains some typos fixed and Marc's introduction. Thanx to Gernot Starke for the review of Chapter 2 and 3. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC

[JBoss-dev] JMS 1.1

2002-08-17 Thread Andreas Schaefer
interfaces for PTP and P/S models but I did not implement behind the scene changes. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC x --- This sf.net email is sponsored by: OSDN - Tired of that same

Re: [JBoss-dev] JCAConnectionFactory undeployment bug and patch

2002-08-16 Thread Andreas Schaefer
Hi Alex Can you send me your changed JCAConnectionFactory because what you write doesn't make sense for me (except adding new parameters there is no differences AFAI see). Thanx - Andy - Original Message - From: "Alex Loubyansky" <[EMAIL PROTECTED]> To: "JBoss-Dev" <[EMAIL PROTECTED]> S

Re: [JBoss-dev] JCAConnectionFactory undeployment bug and patch

2002-08-16 Thread Andreas Schaefer
Hi Dain I don't know what this is all about but what you want would looks like this: ObjectName lServer = null; try { Set lServers = pServer.queryNames( new ObjectName( J2EEManagedObject.getDomainName() + ":" + J2EEManagedObject.TYPE + "=" + J2EEServer.J2EE_TYPE

Re: [JBoss-dev] JCAConnectionFactory undeployment bug and patch

2002-08-16 Thread Andreas Schaefer
Hi Dain > That is no excuse. The exceptional case is the MBeanServer is having > issues. So to quote you "get off your fat ass". This code is > confusing, and just plane wrong. Fix it. No, it is an exception when no server is available therefore this is correct or do you check every String

Re: [JBoss-dev] JCAConnectionFactory undeployment bug and patch

2002-08-16 Thread Andreas Schaefer
Hi Dain When you call queryNames() on a MBeanServer you have to catch (JMX) exceptions anyway. Whenever you call create/destroy on a JSR-77 instance then we assume that the server is available otherwise it is an exception (no server rep. when JBoss server is running). Have fun - Andy - Orig

Re: [JBoss-dev] JSR-77 and JMX

2002-08-15 Thread Andreas Schaefer
Hi > JMX1.1 Page 31 StandardMBeans/Lexical Design Patterns/Attributes > > "If a class definition contains a matching pair of getAttributeName and > setAttributeName methods that take and return the same type, these > methods define a read-write attribute called AttributeName." > > This only app

[JBoss-dev] JSR-77 and JMX

2002-08-15 Thread Andreas Schaefer
/ lowercase decision is made on JMX spec. because the JSR-77 spec. is model and not an implementation (see OBJECT_NAME instead of JMX ObjectName). Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC x

Re: [JBoss-dev] Recruiting new developers

2002-08-14 Thread Andreas Schaefer
but know little about JBoss. I came here to learn about a year ago > but left, not feeling welcome. Not crying, just letting you know. I have > a big interest in JBoss and am a real fan, but do not have time to climb > uphill to learn with you. Hasta la differences? Have fun xx

[JBoss-dev] Email to JMS Converter

2002-08-13 Thread Andreas Schaefer
Hi Geeks Just wrote a simple (very simple) Email to JMS converter (MBean) which currently only supports plain text emails but now you can use it to check email addresses after registration etc. I will finish it tomorrow and upload it then to CVS. Have fun x Andreas Schaefer

Re: [JBoss-dev] The Scheduler From Palma

2002-08-13 Thread Andreas Schaefer
ScheduleManager as soon as it is stable. Have fun and thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x - Original Message - From: "Michael Bartmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13

Re: [JBoss-dev] New Scheduler: Schedule Manager

2002-07-29 Thread Andreas Schaefer
en jboss scheduler > > - Kasper > - Original Message - > From: "Andreas Schaefer" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Sunday, July 28, 2002 11:17 PM > Subject: [JBoss-dev] New Scheduler: Schedule

[JBoss-dev] New Scheduler: Schedule Manager

2002-07-28 Thread Andreas Schaefer
Next steps: - finish the code - add a DB based Provider - add a MultipleScheduleProvider which is XML based (something like CRON) - add a MBean which uses a Schedulable class so that I can take out the old Scheduler If you have any suggestions please let me know. Have fun x Andrea

[JBoss-dev] JBoss 3 Quick Start Guide Draft 3

2002-07-16 Thread Andreas Schaefer
Hi Geeks I just released the Draft 3 for the JBoss 3 Quick Start Guide after writing Chapter 6 and Dain's CMP 2.0 contribution. Dain also included an example for CMP 2.0 which is currently not based on the Template project. Have fun x Andreas Schaefer Senior Consultant

Re: [JBoss-dev] startup class as Mbean

2002-07-13 Thread Andreas Schaefer
Do you have problems to read ??   Watch my lips:    GO TO THE FUCKING JBOSS FORUM !! This is a MBean user questions.   Secondly MBeans are the JBoss startup classes you DON'T need a framework around.   Andy

Re: [JBoss-dev] startup class as MBean

2002-07-13 Thread Andreas Schaefer
Man, you are on the wrong mailing list => go to the JBoss forum !! - Original Message - From: "Florin Popa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 13, 2002 3:02 PM Subject: [JBoss-dev] startup class as MBean > Hello! > > I have the following problem: I need a

[JBoss-dev] JBoss 3.0 Quick Guide

2002-07-08 Thread Andreas Schaefer
the Quick Guide. Have a nice day xxxxx Andreas Schaefer Senior Consultant JBoss Group, LLC x --- This sf.net email is sponsored by:ThinkGeek Oh, it's good to be a geek. http://thinkge

Re: [JBoss-dev] WHOEVER BROKE HEAD PLEASE FIX IT!!!!!!!!!!!!!!!

2002-07-03 Thread Andreas Schaefer
> On Wed, 2002-07-03 at 23:24, James Mitchell wrote: > > ou pour nos amis hollandais > > > > "Ich mag nackt (bildlich sprechend) in die Weiden der offenen Quelle laufen > > " > > excuse me? as a german i take this as a personal offense being compared > to a nation that couldn't even qualify for th

Re: [JBoss-dev] WHOEVER BROKE HEAD PLEASE FIX IT!!!!!!!!!!!!!!!

2002-07-03 Thread Andreas Schaefer
So welcome to JBoss. I am not a religous person due some historical facts therefore this was just a quotation form the bible but not indented due religious believes.   If you need a therapy read the bible and enjoy sex, drugs, murder and some love and peace. Afterwards four letter words are

Re: [JBoss-dev] WHOEVER BROKE HEAD PLEASE FIX IT!!!!!!!!!!!!!!!

2002-07-03 Thread Andreas Schaefer
Hi Geeks   I think Scott broke it and he is away (like other did beforehand).   Who is without sin throws the first stone .   Andy - Original Message - From: marc fleury To: Jboss-Development@Lists. Sourceforge. Net Sent: Wednesday, July 03, 2002 8:56 AM Subje

Re: [JBoss-dev] cvs down?

2002-06-21 Thread Andreas Schaefer
Yeah, also to browse it online fails. It seems that cvs.sourceforge.net is down. Andy - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: "Jboss-Development@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 9:07 AM Subject: [JBoss-dev] cvs down? > I

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Scott > At a minimum at the AbstractWebContainer level we define the hooks to obtain > the required Servlet[] management objects needed to make up the WebModule > management object. There may not be much to this other than a simple > template method that defines the requirements for obtaining

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Jules > No problem - you specify the interface, and I shall implement the Jetty > side. > The problem is there is no interface. That is what I need to have: - WebModule (represents WAR) - web.xml content - List of Servlets per WebModule Both WebModule can emits Notifications, manage

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Jules > 1. Are you sure that JSR77 talks at the granularity of Servlets - or is > it WebApplications - or both. A Servlet is not the unit of deployment, > the WebApplication is. A WebApplication may contain 0-n Servlets. JSR-77 have an application (EAR) with one or more modules (WAR,JAR,RAR)

Re: [JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Scott > As much of this as possible should be handled at the > org.jboss.web.AbstractWebContainer > or else we will have to duplicate this for every web container service. I would like that but how are we going to expose attributes and methods dynamically in the Abstract- WebContainer ? Andy

[JBoss-dev] JSR-77 and Jetty

2002-06-20 Thread Andreas Schaefer
Hi Greg To make JSR-77 implementation (a J2EE management API) complete I need to support the web-service and I wills start with Jetty (it seems to be tough enough). To start with I need a place where I can create a WebModule (represents a WAR file) and each Servlet (for now the once defined in w

[JBoss-dev] URL Resource ?

2002-06-18 Thread Andreas Schaefer
Hi Geeks Maybe this is a stupid question but does JBoss has a URL resource to provide clients with URLs ? Thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x

Re: [JBoss-dev] I can't believe france is out of the world cup

2002-06-18 Thread Andreas Schaefer
As long as the USA don't win but they shall defeat Germany and send them home. Andy - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 11:06 AM Subject: RE: [JBoss-dev] I can't believe france is out of the world cup > man w

[JBoss-dev] PostgreSQL "Boolean"-Support in JBoss 2.4.x

2002-06-12 Thread Andreas Schaefer
BOOLEAN Any objects ? At least I want to document why using INT2/TINYINT or BOOL/CHAR etc. Thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Sponsored by: ThinkGe

Re: [JBoss-dev] Does the JBoss have a Admin tool?

2002-06-06 Thread Andreas Schaefer
Hi Kim   Yes, your finger and an text editor !!!   The other tool is the HTML-Adaptor on port 8082 but this isn't easy to use.   Andy - Original Message - From: HyungChul Kim To: [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 6:02 PM Subject: [JBoss-dev] Does

[JBoss-dev] Talk @ LA-JUG is on 4th of June 2002 in Pasadena

2002-05-31 Thread Andreas Schaefer
Hi Geeks The date on the www.jboss.org/talks.jsp for LA-JUG isn't correct. The talks is at the first Tuesday of the month meaning at: 4th of June 2002 on 7pm in Pasadena For mor info have a look at www.lajug.org See you there x Andreas Schaefer Senior Consultant

[JBoss-dev] Reactivating Shutdown.java

2002-05-30 Thread Andreas Schaefer
Hi Geeks I would like to reactive the Shutdown.java file (with using the new Server.shutdown()) because it allows an graceful shutdown of a JBoss server w/o exposing HTML-Adaptor or using "kill". Any objections ? Have fun xxxxx Andreas Schaefer Senior Consultant JBoss

Re: [JBoss-dev] Build not working on Linux?

2002-05-25 Thread Andreas Schaefer
Hi Jason On the XDoclet dev mailing list they are already talking about this problem. Didn't follow this discussion but I think they are aware of that problem. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Matthew Tippett" <[EMAIL PROTECTED

Re: [JBoss-dev] How about integrating JSR77 via notifications

2002-05-24 Thread Andreas Schaefer
Hi Scott > The source of the problem is management setup such as this from > SARDeployer where over 60% of the code is JSR77 setup with > implicit dependencies on the org.jboss.management.* pkgs that > if it fails, prevents the service from being created. Why can't these > steps be performed base

Re: [JBoss-dev] How about integrating JSR77 via notifications

2002-05-24 Thread Andreas Schaefer
Hi Scott > A problem that keeps popping up with the JSR77 integration > is that it is rather invasive and if it fails it breaks existing code. > A better integration path would be strictly as external listeners > to JMX events. This would clean up the integration, make it easy > to disable and re

Re: Re[2]: [JBoss-dev] Deployers lifecycle/logging question

2002-05-24 Thread Andreas Schaefer
Hi David > The FoeDeployer should register with MainDeployer as the last thing it does > in startService(), when it is in fact usable. So at least you should move > super.startService() to the end. Done. > I just looked at the code and think that a simpler design would be to > simply have the

Re: [JBoss-dev] HEAD jboss/testsuite missing: org.jboss.test.foedeployer.ejb.interfaces.SecretPK

2002-05-23 Thread Andreas Schaefer
Hi Jason This class is generated by XDoclet. Do you have any idea why it is not generated by XDoclet ? Thanx - Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 9:19 PM Subject: [JBoss-dev] HEAD jboss/testsuite missin

Re: [JBoss-dev] Re: [JBoss-user] Open-Source Fight Flares At Pentagon

2002-05-23 Thread Andreas Schaefer
Hi Geeks I funny to see that the more M$ is bitching about open-source the more people notice open-source and at starting to evaluate it. Most people, I think, realized that M$ with its history of buggy and un- secure software is not reliable or at least giving the impression of the need for a ba

[JBoss-dev] Foe-Deployer Release I

2002-05-22 Thread Andreas Schaefer
yement directory and deploy a WebLogic application to the deploy directory (ATTENTION: you have it to rename to "*.wlar" (note: WLAR) therefore the Foe Deployer will pick it up. This will be fixed soon. Tomorrow I will add an example to the testsuite. Have fun x Andreas Sc

[JBoss-dev] Deflating (or creating) a JAR file from a Directory

2002-05-22 Thread Andreas Schaefer
Hi Geeks Before I am wasting a lot of time: Does anyone know or know an article how to create the same behaviour programmatically what the JAR tool does ? Thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x

[JBoss-dev] Foe-Deployer

2002-05-22 Thread Andreas Schaefer
Hi Geeks Where should the Foe-Deployer go: - in "sytem": org.jboss.deployment - in "varia": org.jboss.varia.deployment or somewhere else ? Thanx xxxxx Andreas Schaefer Senior Consultant JBoss Group, L

[JBoss-dev] JBoss 3.1 startup problem

2002-05-21 Thread Andreas Schaefer
Hi Geeks Just changed "log." to "getLog()" and "server." to "getServer()" and now I can startup JBoss server again. BTW the same problem happens in most of the TestCases !!!!!! Have fun x Andreas Sch

Re: [JBoss-dev] NoSuchMethodError in MainDeployer

2002-05-21 Thread Andreas Schaefer
Hi > Did you buid JBoss with JDK 1.4 and attempted to start the server with > IBM's 1.3 or 1.3.1 VM for Linux, by any chance? I had trouble in this > case. > > It appears that a 1.4-generated server barfs with IBM's 1.3.x VMs for > Linux. Do not ask me why... ;-( I have the same problem with an

[JBoss-dev] ObjectNameConverter changes !!!

2002-05-21 Thread Andreas Schaefer
ning that you SHOULD NEVER use convert( String ) when a key or value contains a comma because then the parsing will FAIL !!! Please let me know if this is a problem for you and have fun xxxxx Andreas Schaefer Senior Consultant JBoss Group, L

Re: [JBoss-dev] Jboss2.4.4 scheduler

2002-05-20 Thread Andreas Schaefer
Hi Yes, this was a problem and was fixed in 2.4.5 as Scott already said. But you fix won't work either because you added a period which is not correct because this is the initial call (one time call) only to be there to cause one notification. Later one this will be used to recalculate the Schedu

[JBoss-dev] JBossMX Timer Problem

2002-05-20 Thread Andreas Schaefer
x Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.co

[JBoss-dev] Compilation Problem

2002-05-16 Thread Andreas Schaefer
Hi Jason jboss-common/src/main/org/jboss/net/protocol/DelegatingURLConnection.java is not compiling because some of the methods are not in JDK 1.3.1 as for example: getHeaderFields() !! Can you fix it ? x Andreas Schaefer Senior Consultant JBoss Group, LLC x

Re: [JBoss-dev] JBoss Testsuites are failing

2002-05-15 Thread Andreas Schaefer
Sorry for the post but Scott's last upload fixed the problem. Andy - Original Message - From: "Andreas Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 11:37 PM Subject: [JBoss-dev] JBoss Testsuites are failing > Hi Geek

[JBoss-dev] Foe-Deployer

2002-05-15 Thread Andreas Schaefer
f elements in the WL DDs we convert in the first release (plain-simple WL-application with simple CMP) - one or more WL applications to test tool with DB scripts etc. (using Hypersonic) - list of possible problems to look out And finally have fun xxxxx Andreas Schaefer Senior

[JBoss-dev] JBoss Testsuites are failing

2002-05-15 Thread Andreas Schaefer
Hi Geeks Did someone else than me also notice that the testsuites are not working anymore. I get around 280 errors and all complain about a missing class: javax.net.SocketFactory in the JNDI Initial Context creation ? Have fun x Andreas Schaefer Senior Consultant JBoss

Re: [JBoss-dev] WL Deployer, II

2002-05-15 Thread Andreas Schaefer
Hi Scott For the sake of stability and easier to use the accept() is not a good choice. So I guess the only thing we can do is really to create a second Main Deployer providing another "domain" of deployment. Now I can add a Scanner on a different directory (like the Farm) and use the Foe-Deploy

Re: [JBoss-dev] WL Deployer, II

2002-05-15 Thread Andreas Schaefer
Hi Scott > This is not going to work as many users already have stated they > create deployment units that contain all app server DDs and even > proprietary descriptors for their own use. I don't think it would cause problems because I don't check if there are "foe" DDs but if the archives misse

[JBoss-dev] WL Deployer, II

2002-05-15 Thread Andreas Schaefer
test for JAR if "jboss.xml" is available, in WAR that either "jboss-web.xml" is available or no other DD is there except "web.xml", for EARs I don't know. x Andreas Schaefer Senior Consultant JBoss Group, LLC x _

[JBoss-dev] JBoss WL Emulator

2002-05-15 Thread Andreas Schaefer
Message Driven Beans Until the end of the week I will start creating the Foe-Deployer and add the code to JBoss. Have fun xxxxx Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Have big pipes

Re: Re: [JBoss-dev] JMX RMI Adapter & JNDI binding

2002-05-14 Thread Andreas Schaefer
Hi Jason > How and when is this a problem? The two servers will be sharing a JNDI > server then? When does this happen and who uses JBoss in this fashion. It > seems like there might be more snags than just the placement of the RMI > adapter. The JMX Connectors are not written for JBoss spe

[JBoss-dev] Re:Your chance to work on JBoss

2002-05-13 Thread Andreas Schaefer
Hi Geeks That is my last post to User-List so everyone interested in creating a WL-emulator please register (if not already done) to the developer-list (see www.sf.net/projects/jboss). Design ideas: - JBoss deployer (not quite sure yet which one) figures out that this is not a JBoss applicatio

Re: [JBoss-dev] Your chance to work on JBoss

2002-05-13 Thread Andreas Schaefer
Hi Alex > Won't it make development for WL more preferable? I don't think so. I think this tool is our "second chance". After a "stupid" manager decide to use WL just because to "protect his job" we can go during or after development and show him in seconds that this works with JBoss the same wa

Re: [JBoss-dev] Re: [JBoss-user] Your chance to work on JBoss

2002-05-13 Thread Andreas Schaefer
Hi Sean > Might it not make more sense to make a tool to extract the contents of the > jars, > modify them to run on jboss, and produce a new jboss compatible jar? That > way the > jboss code base wont get bogged down with a load of stuff a lot of users > will never > go near. (don't take it as a

[JBoss-dev] Re: [JBoss-user] Your chance to work on JBoss

2002-05-13 Thread Andreas Schaefer
Hi > Would be cool, but how would you handle CMP-related issues? For example, > my project uses WebGain TopLink (*shiver*) and last I checked it didn't support > JBoss... Good question and currently I don't know. For now I just want to make the easiest way happening: - WL JAR files with WL own

Re: [JBoss-dev] JMX RMI Adapter & JNDI binding

2002-05-13 Thread Andreas Schaefer
Hi Jason > Can someone point me to the spec where it states where in JNDI the JMX RMI > adapter should be bound to. Because otherwise no client can find the JMX RMI-Adapter except for the local client. > Currently we are binding to "jmx::rmi" which is fine when you are > working with the localh

[JBoss-dev] Your chance to work on JBoss

2002-05-13 Thread Andreas Schaefer
some butts especially the ones from BEA . Have fun xxxxx Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. Y

Re: [JBoss-dev] JMX RMI Adapter & JNDI binding

2002-05-13 Thread Andreas Schaefer
Hi Hiram > I think that you can just default it to jmx:rmi and give allow the location > of the bind to be configurable. > > So when you have 2 jmx servers using the same JNDI service, then that > problem is solved by having second jmx server can bind to something like > server2/jmx:rmi But how

Re: [JBoss-dev] Start-up error: Wrong number of servers found, should be 1: 0

2002-05-13 Thread Andreas Schaefer
Hi Alex I will move this message to DEBUG level because it is only indicating that the JSR-77 server module is not available then (this is because the MBean is not created then). Andy - Original Message - From: "Alex Loubyansky" <[EMAIL PROTECTED]> To: "JBoss-Dev" <[EMAIL PROTECTED]> Se

Re: [JBoss-dev] HEAD & ClassCircularityError

2002-05-11 Thread Andreas Schaefer
Hi Geeks Andreas, on which VM can you see the problem under Windows 2000? Jdk 1.3.1-b24. Note that this problem only occurs under Cygwin Unix shell emulator !! Andy ___ Have big pipes? SourceForge.net is looking for download mirror

Re: [JBoss-dev] HEAD & ClassCircularityError

2002-05-10 Thread Andreas Schaefer
Hi Geeks No, it seems under Branch 3.0 it works fine under W2K. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Andreas Schaefer" <[EMAIL PROTECTED]> Cc: "Sacha Labourey" <[EMAIL PROTECTED]>; <[EMAIL PROTECT

Re: [JBoss-dev] HEAD & ClassCircularityError

2002-05-09 Thread Andreas Schaefer
Hi Geeks Currently I get this exceptions on my W2K box when I run it under Cygwin. DOS Command prompt seems doing fine (both on current CVS Head). Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Sacha Labourey" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL

Re: [JBoss-dev] marathon tests and banknew

2002-05-05 Thread Andreas Schaefer
Hi Danch No, you are note into the weeds. As mentioned in the CVS message the "banknew" application is not working mostly because JBoss 3 uses an XDoclet version which is not officially released and therefore I don't have a docu. Can you tell me how to write the ejb:finder and I will adjust the

Re: [JBoss-dev] ejb-name conflict, help me!!!

2002-05-03 Thread Andreas Schaefer
Hi I just created a workaround to fix this problem. In "org.jboss.util.jmx.ObjectNameConverter" contains these methods (module "common") conversion: - convertString(): String of an Object Name -> ObjectName - convertProperties(): Domain Name + Hashtable Properties -> ObjectName undo methods: - g

Re: [JBoss-dev] Does xdoclet still generate this key construct?

2002-05-03 Thread Andreas Schaefer
Hi Geeks Right now I ecounter another problem with XDoclet as we use it. It does not generate the CMP classes correctly. Note: the version we are using right now is not an offical version but one between 1.1.2 and the current CVS Head which makes it very difficult to use because there is not upd

Re: [JBoss-dev] ejb-name conflict, help me!!!

2002-05-02 Thread Andreas Schaefer
Hi Scott > Ok, but then we would need a general utility or class to convert back > and forth. I don't know how many places actually use the jndiName > property to to lookups, but at least the IIOP layer does. Alternatively, > you could create a special naming context in JNDI into which the > tran

Re: [JBoss-dev] ejb-name conflict, help me!!!

2002-05-02 Thread Andreas Schaefer
Hi Scott > The incorporation of jndi names into the ObjectName is going > to be a continued source of conflict as jndi names may well > include invalid characters(ldap names include both ',' and '='). > Can this be done differently? I think Davids suggestions to replace this special character: '

Re: [JBoss-dev] ejb-name conflict, help me!!!

2002-05-01 Thread Andreas Schaefer
ter replacement like ':' -> '~'. Ugly but I see no other workaround. Andy ----- Original Message - From: "Andreas Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 7:11 PM Subject: Re: [JBoss-dev] ejb-name conflict

[JBoss-dev] JSR-77 Failure in test of JBoss 3.0 Branch

2002-05-01 Thread Andreas Schaefer
if a particular JSR-77 is working (will come later). Have fun xxxxxxxxx Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the ha

Re: [JBoss-dev] ejb-name conflict, help me!!!

2002-05-01 Thread Andreas Schaefer
Hi Thanks for the post. I will look into it soon but the exception does not prevent you from going on. Andy - Original Message - From: "colorzhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 6:40 PM Subject: [JBoss-dev] ejb-name conflict, help me!!! > hi

[JBoss-dev] JBoss 2.4.x Marathon Tests

2002-04-29 Thread Andreas Schaefer
test connections,session, topics and queues because I found a real scenario better to implement and to analyse than a complete artifical one. Have fun BTW by tomorrow I will port this to JBoss 3 as well. x Andreas Schaefer Senior Consultant JBoss Group, LLC x

Re: [JBoss-dev] Re: JBossMQ Questions

2002-04-28 Thread Andreas Schaefer
Hi Hiram > I think you might be confused because the JMSServer supports stateless > connection protocols such as RMI. So, this means is that the JMSServer does > not keep track of the connections that are established with him. Once a > client establishes a connection with the server, he passes a

[JBoss-dev] JBossMQ Questions

2002-04-27 Thread Andreas Schaefer
/receivers or list of publisher/subscribers. All this seems not to be a problem. But I don't see the connnection between JMSServer and SpyConnection. Is there a way to get there inclusive going over JNDI or JMX ? Thanx x Andreas Schaefer Senior Consultant JBoss Group

Re: [JBoss-dev] Data validation in EJB

2002-04-26 Thread Andreas Schaefer
Hi Marc > should really be done with client interceptors, really. It is yet another > great application for these puppies, from clustering to ejb behavior to > datavalidation and transactional support and client caching, the client > interceptors are going to spark a small revolution in superse

Re: [JBoss-dev] [JL] Is it time for a new enterprise solution?

2002-04-26 Thread Andreas Schaefer
Hi George > The view on the configuration should be task-oriented, not > file-oriented. Do you have an example for that ? I know BEA WL 5 and IBM WebSphere 3.5 and both did not provide configuration on their UI. > It's so easy to understand why a GUI is necessary. And why XML is > necessary. W

[JBoss-dev] Re: XDoclet in /tools has BUGSSSSSS

2002-04-18 Thread Andreas Schaefer
Hi David > 1. tag your website builds You mean according to the jboss-all tags ? > 2. Include the website in the testsuite. No idea what you mean ? > >From checking out jboss-all, I get the idea that it is all of jboss I have > to worry about when I change things, and I think running build/bu

[JBoss-dev] XDoclet in /tools has BUGSSSSSS

2002-04-17 Thread Andreas Schaefer
change this also for "jboss-website" (maybe more). Maybe it would be a good idea if we label "beta" archives with another name to indicate that this is not a fully tested version ? Have fun x Andreas Schaefer Senior Consu

[JBoss-dev] JBossMQ Problem with Topics

2002-04-17 Thread Andreas Schaefer
Hi Geeks When a message is sent to a non-durable, non-persistent topic and no subscriber are available is then the message kept in memory or dropped ? Thanx x Andreas Schaefer Senior Consultant JBoss Group, LLC x

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/test BankMarathonTestCase.java BankStressTestCase.java

2002-04-16 Thread Andreas Schaefer
there is a memory leak or + * other long time exceptions + * + * @see + * @author Author: Andreas Schaefer + * @version $Revision: 1.1.2.3 $ */ public class BankMarathonTestCase extends JBossTestCase { // Constants

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/ejbeans AccountSessionBean.java BankSessionBean.java CustomerSessionBean.java TellerSessionBean.java TransactionBean.java AccountBean.java BankBean.java CustomerBean.java TellerBean.java

2002-04-16 Thread Andreas Schaefer
org.jboss.test.banknew.interfaces.AccountData; -// import org.jboss.test.banknew.interfaces.Customer; +import org.jboss.test.banknew.interfaces.AccountPK; /** * The Entity bean represents a bank account * * @author Andreas Schaefer - * @version $Revision: 1.1.2.2 $ + * @version $Revision: 1.1.2.3

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-bank.xml build-bench.xml build-cts.xml build-hello.xml build-idgen.xml build-perf.xml

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:23 Modified:src/build/subprojects Tag: Branch_2_4 build-bank.xml build-bench.xml build-cts.xml build-hello.xml build-idgen.xml build-perf.xml Log: Redesigned the banknew example therefore to a creat

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/interfaces Constants.java

2002-04-16 Thread Andreas Schaefer
User: schaefera Date: 02/04/16 22:07:24 Added: src/main/org/jboss/test/banknew/interfaces Tag: Branch_2_4 Constants.java Log: Redesigned the banknew example therefore to a create separation between the Entity Bean (CMP) and the Session Beans (Business Log

[JBoss-dev] JBoss 2.4.5 problem

2002-04-16 Thread Andreas Schaefer
are created. As you can see the test creates a new customer on every 10th loop otherwise it will retrieve all customers from the JBoss server. Is this a known problem or shall I add it to the bug list ? x Andreas Schaefer Senior Consultant JBoss Group, LLC x __

[JBoss-dev] JBossMQ Memory Leak

2002-04-16 Thread Andreas Schaefer
. So I will let you know as soon as I get more information. Andy x Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo

[JBoss-dev] JBoss 2.4.x Stress and Marathon Tests

2002-04-14 Thread Andreas Schaefer
which utilizes around 50% of CPU and certain size of memory for a long period (many hours or days). x Andreas Schaefer Senior Consultant JBoss Group, LLC x ___ Jboss-development mailing list [EMAIL PROTECTED] https

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/ejbeans AccountBean.java BankBean.java CustomerBean.java TellerBean.java

2002-04-14 Thread Andreas Schaefer
- 1.1.2.2 @@ -16,7 +16,7 @@ * The Entity bean represents a bank account * * @author Andreas Schaefer - * @version $Revision: 1.1.2.1 $ + * @version $Revision: 1.1.2.2 $ * * @ejb:bean name="bank/Account" * display-name="Bank Account Ent

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/banknew/test BankMarathonTestCase.java BankStressTestCase.java

2002-04-14 Thread Andreas Schaefer
User: schaefera Date: 02/04/14 21:28:15 Modified:src/main/org/jboss/test/banknew/test Tag: Branch_2_4 BankMarathonTestCase.java BankStressTestCase.java Log: Minor fixes regarding to the JNDI names of the beans. Revision ChangesPath No

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

2002-04-14 Thread Andreas Schaefer
User: schaefera Date: 02/04/14 19:32:24 Modified:src/build Tag: Branch_2_4 build.xml run_tests.xml Log: Add a new test version of the bank because the old did no use transactions and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes. Also a marathon test is a

[JBoss-dev] CVS update: jbosstest/src/lib xdoclet.jar

2002-04-14 Thread Andreas Schaefer
User: schaefera Date: 02/04/14 19:32:24 Added: src/lib Tag: Branch_2_4 xdoclet.jar Log: Add a new test version of the bank because the old did no use transactions and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes. Also a marathon test is added. Please

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

2002-04-14 Thread Andreas Schaefer
User: schaefera Date: 02/04/14 19:32:24 Added: src/build/subprojects Tag: Branch_2_4 build-bank-new.xml Log: Add a new test version of the bank because the old did no use transactions and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes. Also a marathon te

  1   2   3   4   5   6   7   >