[JBoss-dev] [ jboss-Bugs-487586 ] CMP ejb throw systematicly a exception

2001-12-10 Thread noreply
Bugs item #487586, was opened at 2001-11-30 08:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=487586group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Closed Resolution: Rejected Priority: 5 Submitted By: Guillaume Coté (gcote) Assigned to:

[JBoss-dev] [ jboss-Bugs-489465 ] cannot turn jboss.xml dtd validation off

2001-12-10 Thread noreply
Bugs item #489465, was opened at 2001-12-05 10:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=489465group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Emmanuel Sciara (sciara) Assigned

[JBoss-dev] [ jboss-Bugs-491088 ] Hot-deploy of EJBs doesn't work...

2001-12-10 Thread noreply
Bugs item #491088, was opened at 2001-12-10 02:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491088group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Jiri Luzny (jiril) Assigned to:

Re: [JBoss-dev] [AUTOMATED] JBoss org.jboss.Shutdown does not work

2001-12-10 Thread Chris Kimpton
Hi, --- Scott M Stark [EMAIL PROTECTED] wrote: Send the VM a SIGQUIT to generate a thread dump to help establish what it hanging up the shutdown. I've done that - the results are here: http://lubega.com/javacore18046.1007985620.txt Although I am not sure what to look for I've changed

[JBoss-dev] deploytool in JBoss

2001-12-10 Thread dinky12233
Is there a tool, like deploytool of Sun's j2ee, for JBoss? Or, can I use the same tool for JBoss? Thanks, JJ __ View: http://jboss.org/forums/thread.jsp?forum=66thread=5338 ___

[JBoss-dev] Re: deploytool in JBoss

2001-12-10 Thread marc fleury
Is there a tool, like deploytool of Sun's j2ee, for JBoss? Or, can I use the same tool for JBoss? Thanks, JJ Guy with one post, doesn't read the red flashy sign that says don't post here. So first I will kick him out, just for good measure, he will have to re-register and at least will

[JBoss-dev] Re: deploytool in JBoss

2001-12-10 Thread marc fleury
I kicked the guy out, dude if you read this, first apologies for just kicking you out, but pay attention next time, marcf __ View: http://jboss.org/forums/thread.jsp?forum=66thread=5338

[JBoss-dev] FYI init as a MBean view

2001-12-10 Thread marc fleury
FYI, I think I understand the root of the init discussion, it has to do with conflicting views of the same code. The system view, for example the deployer, well the deployer instanciates, configures, initializes and starts the service. So from the JBoss view the steps are create and

RE: [JBoss-dev] Changing the Database

2001-12-10 Thread Dain Sundstrom
This is the wrong place for this question. Try the Persistence JBossCMP online user forum. -dain -Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 12:36 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Changing the Database I'd

RE: [JBoss-dev] current mbean structure confusing

2001-12-10 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Maplesden Sent: Sunday, December 09, 2001 3:14 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] current mbean structure confusing Nope, AutoDeployer behavior definately changed. I put

Re: RE: [JBoss-dev] current mbean structure confusing

2001-12-10 Thread marc fleury
I know marc is trying to kill off this thread (it has been going long enough) but I know what the story is with this one so I thought I would explain (and give you a solution). I want to kill personal attacks on advanced developers of JBoss, I don't want to kill reasonable feature

Re: RE: [JBoss-dev] current mbean structure confusing

2001-12-10 Thread marc fleury
I'm going to change the code. I will commit the above FYI I am done with it, turned out that as I was debugging the new invocation chain/proxy I needed this behavior of the deployer so I fixed it, I will do an interim commit of just the deployer logic so we are done with this, I hope this

[JBoss-dev] [ jboss-Bugs-491039 ] Null Exception in abstract accessors

2001-12-10 Thread noreply
Bugs item #491039, was opened at 2001-12-09 22:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=491039group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Closed Resolution: Invalid Priority: 5 Submitted By: Toby Hede (ubik42) Assigned to:

RE: RE: [JBoss-dev] current mbean structure confusing

2001-12-10 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Monday, December 10, 2001 11:18 AM To: [EMAIL PROTECTED] Subject: Re: RE: [JBoss-dev] current mbean structure confusing I know marc is trying to kill off this thread (it has

[JBoss-dev] minor Bug in org.jboss.util.Scheduler v2.5.3

2001-12-10 Thread Coetmeur, Alain
I've found a bug in the call to removeNotification in the scheduler MBean the dynamic parameter type is set as int instead of class Integer... there are 3 call like these (bug corrected here) getServer().invoke( mTimer, removeNotification,

[JBoss-dev] CVS update: jmx/src/main/javax/management AttributeChangeNotificationFilter.java

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:23:27 Added: src/main/javax/management AttributeChangeNotificationFilter.java Log: part of javax.management Revision ChangesPath 1.1

[JBoss-dev] CVS update: jmx/src/main/javax/management MBeanInfo.java

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:20:04 Modified:src/main/javax/management MBeanInfo.java Log: more stylings Revision ChangesPath 1.3 +55 -35jmx/src/main/javax/management/MBeanInfo.java Index: MBeanInfo.java

[JBoss-dev] CVS update: jmx/src/main/javax/management/modelmbean DescriptorSupport.java InvalidTargetObjectTypeException.java ModelMBean.java ModelMBeanAttributeInfo.java ModelMBeanConstructorInfo.java ModelMBeanInfo.java ModelMBeanInfoSupport.java ModelMBeanNotificationBroadcaster.java ModelMBeanNotificationInfo.java ModelMBeanOperationInfo.java XMLParseException.java

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:24:36 Added: src/main/javax/management/modelmbean DescriptorSupport.java InvalidTargetObjectTypeException.java ModelMBean.java ModelMBeanAttributeInfo.java

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/persistence - New directory

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:27:37 jmx/src/main/org/jboss/mx/persistence - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/persistence NullPersistence.java PersistenceManager.java

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:28:24 Added: src/main/org/jboss/mx/persistence NullPersistence.java PersistenceManager.java Log: Revision ChangesPath 1.1 jmx/src/main/org/jboss/mx/persistence/NullPersistence.java

[JBoss-dev] CVS update: jmx/src/main/org/jboss/mx/server MBeanServerImpl.java

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 09:27:09 Modified:src/main/org/jboss/mx/server MBeanServerImpl.java Log: from KR to ANSI C Revision ChangesPath 1.4 +239 -137 jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java Index: MBeanServerImpl.java

Re: [JBoss-dev] minor Bug in org.jboss.util.Scheduler v2.5.3

2001-12-10 Thread Andreas Schaefer
Hi there are 3 call like these (bug corrected here) getServer().invoke( mTimer, removeNotification, new Object[] { new Integer( mActualSchedule ) }, new String[] {

[JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread David Budworth
Does anyone mind if I rename build.bat to Build.bat? Windows boxes aren't case sensitive, so they'll never see the change, and for unix types, we can do: ./b[TAB] to get build.sh to expand, as it is now, it stops at ./build. (because .bat and .sh are both executable). It's a little thing, but

[JBoss-dev] Redeployment of ear/sars (problem)

2001-12-10 Thread David Budworth
Hi peoples, First off, this is not related to my previous posts about CL, so don't start off in flame mode Marc. To avoid the duplicate class in archive problems I restructured my app to be: SAR - Contains my services + all my classes EAR - Contains everything but classes in the WAR, and EJB

RE: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Dain Sundstrom
My fingers are in the habit of typing ./build.sh so, this would really bug me. -dain -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 12:22 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Anyone mind if I

[JBoss-dev] Security in JSR-77 stuff / JMX

2001-12-10 Thread Jeff Tulley
Andreas, Is security addressed at all in either the JSR-77 stuff, or in how JMX is used to manage JBoss? In the current JMX HTTP adaptor, port 8082, it is a little dangerous to expose shutdown functionality, for instance. I know in a production system I would disable the HTTP adaptor for

RE: [JBoss-dev] Security in JSR-77 stuff / JMX

2001-12-10 Thread marc fleury
that is the purpose of the MEJB, to provide EJB security semantics to the API in a standard well defined way. |Andreas, | Is security addressed at all in either the JSR-77 stuff, or in how |JMX is used to manage JBoss? In the current JMX HTTP adaptor, port |8082, it is a little dangerous to

RE: [JBoss-dev] minor Bug in org.jboss.util.Scheduler v2.4.3

2001-12-10 Thread Coetmeur, Alain
-Message d'origine- De: Andreas Schaefer [mailto:[EMAIL PROTECTED]] Date: lundi 10 décembre 2001 18:50 À: Coetmeur, Alain; [EMAIL PROTECTED] Objet: Re: [JBoss-dev] minor Bug in org.jboss.util.Scheduler v2.5.3 Hi As far as I see these bugs were fixed at 8/14/2001. sorry for

Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread danch
I _think_ he's changing the case of the windows batch file only, so you should be OK. Is the shell script marked executable now? I've gotten into the habit of chmoding it after every major (CVS) update. -danch Dain Sundstrom wrote: My fingers are in the habit of typing ./build.sh so, this

[JBoss-dev] JBossMGT Update

2001-12-10 Thread Andreas Schaefer
I updated the latest JavaDoc about JSR-77. Right now it is a ZIP file but hopefully I will be able to add a WAR file containing the docs later. x Andreas Schaefer Senior Consultant JBoss Group, LLC x ___

Re: [JBoss-dev] Security in JSR-77 stuff / JMX

2001-12-10 Thread Andreas Schaefer
MEJB works similar to the EJB-Adaptor which was created because of this reason. But be aware that this is only MEJB level meaning that you give access to someone (for all management activity) or not. Andy - Original Message - From: marc fleury [EMAIL PROTECTED] To: Jeff Tulley [EMAIL

[JBoss-dev] CVS update: newsite/src/docs index.jsp navigation.jsp

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 11:44:11 Modified:src/docs index.jsp navigation.jsp Log: Altoweb partnership Revision ChangesPath 1.34 +19 -4 newsite/src/docs/index.jsp Index: index.jsp ===

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup partners.jsp

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 11:44:11 Modified:src/docs/jbossgroup partners.jsp Log: Altoweb partnership Revision ChangesPath 1.4 +1 -0 newsite/src/docs/jbossgroup/partners.jsp Index: partners.jsp

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

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 11:44:10 Modified:.build.xml Log: Altoweb partnership Revision ChangesPath 1.27 +10 -1 newsite/build.xml Index: build.xml === RCS file:

[JBoss-dev] CVS update: newsite/pictures altowebLogo.gif

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 11:44:10 Added: pictures altowebLogo.gif Log: Altoweb partnership Revision ChangesPath 1.1 newsite/pictures/altowebLogo.gif Binary file ___ Jboss-development

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

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 12:04:45 Modified:.build.xml Log: Revision ChangesPath 1.28 +1 -8 newsite/build.xml Index: build.xml === RCS file:

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup altowebpress.jsp

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 12:17:15 Added: src/docs/jbossgroup altowebpress.jsp Log: Revision ChangesPath 1.1 newsite/src/docs/jbossgroup/altowebpress.jsp Index: altowebpress.jsp

[JBoss-dev] CVS update: newsite/src/docs/developers jboss-jbossmx.jsp jboss-projects.jsp

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 12:29:20 Modified:src/docs/developers jboss-projects.jsp Added: src/docs/developers jboss-jbossmx.jsp Log: need a project page Revision ChangesPath 1.3 +158 -156 newsite/src/docs/developers/jboss-projects.jsp Index:

[JBoss-dev] CVS update: newsite/src/docs/common jboss-projects.jsp

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 12:30:25 Modified:src/docs/common jboss-projects.jsp Log: need a project page Revision ChangesPath 1.2 +152 -150 newsite/src/docs/common/jboss-projects.jsp Index: jboss-projects.jsp

[JBoss-dev] CVS update: newsite/src/docs/common jboss-jbossmx.jsp

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 12:34:00 Added: src/docs/common jboss-jbossmx.jsp Log: need a project page Revision ChangesPath 1.1 newsite/src/docs/common/jboss-jbossmx.jsp Index: jboss-jbossmx.jsp

[JBoss-dev] CVS update: newsite/src/docs/pictures jbossmx.gif

2001-12-10 Thread Juha Lindfors
User: juhalindfors Date: 01/12/10 12:31:58 Added: src/docs/pictures jbossmx.gif Log: and a pretty picture Revision ChangesPath 1.1 newsite/src/docs/pictures/jbossmx.gif Binary file ___

Re: [JBoss-dev] How to get EJBs to redeploy when they share code with SARs?

2001-12-10 Thread David Jencks
Back to your original question--- can't you undeploy and redeploy the sar, with the changed classes in it? This should work OK in current jboss. Note you have to explicitly undeploy sars at the moment-- updating them doesn't do anything. david jencks On 2001.12.08 22:09:13 -0500 David Budworth

Re: [JBoss-dev] Re: deploytool in JBoss

2001-12-10 Thread Jason Dillon
How about setting up a Developers group, which has posting rights, then make everyone else read and moderated? --jason On Mon, 10 Dec 2001, marc fleury wrote: Is there a tool, like deploytool of Sun's j2ee, for JBoss? Or, can I use the same tool for JBoss? Thanks, JJ Guy with

Re: [JBoss-dev] Runaway threads in 3.0 ?

2001-12-10 Thread Anatoly Akkerman
Oops, it was my screwup -- setting session-timeout in web.xml to be 0. This still should have been flagged by Jetty and not let it busy-loop. Thanks, Greg Wilkins from jetty-discuss for quick response. Anatoly __ View this

Re: [JBoss-dev] deploy/Default vs tmp/deploy/Default

2001-12-10 Thread David Jencks
I think this is only j2ee deployer and it shouldn't. david jencks On 2001.12.08 22:11:23 -0500 Jason Dillon wrote: Is there any reason why the default configuration puts it deployer files into the deploy/Default directory instead of the tmp/deploy/Default directory? --jason

Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon
I don't care if its build.bat or Build.bat. If you do then please change *all* modules in *all* projects. Please also make sure that you don't check it in with execute bits, cause we can't change that once you check it in. In fact, unless you feel 100% confident that you can do this, it

RE: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon
We are talking about the .bat file, not the .sh file... which won't change. --jason On Mon, 10 Dec 2001, Dain Sundstrom wrote: My fingers are in the habit of typing ./build.sh so, this would really bug me. -dain -Original Message- From: Adrian Brock [mailto:[EMAIL

Re: [JBoss-dev] How to get EJBs to redeploy when they share code with SARs?

2001-12-10 Thread David Budworth
Yes, that works perfectly fine. I just made my build.xml do delete, sleep 5, install, to get the auto-redeploy type thing you get with EJBs. But, in the newer thread I created, you'll see that something is still wrong, where EJBs that use the code from the SAR, can't be re-deployed anymore

[JBoss-dev] CVS update: newsite/src/docs/common doco.jsp

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 13:17:17 Modified:src/docs/common doco.jsp Log: Revision ChangesPath 1.14 +1 -1 newsite/src/docs/common/doco.jsp Index: doco.jsp === RCS file:

[JBoss-dev] CVS update: newsite/src/docs navigation.jsp

2001-12-10 Thread marc fleury
User: mnf999 Date: 01/12/10 13:17:16 Modified:src/docs navigation.jsp Log: Revision ChangesPath 1.21 +1 -1 newsite/src/docs/navigation.jsp Index: navigation.jsp === RCS file:

Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon
By the way, build.bat should not be executable... though there are a few places where it is and build.sh isn't :( --jason __ View this jboss-dev thread in the online forums:

Re: [JBoss-dev] should J2eeDeployer extend DeployerMBeanSupport?

2001-12-10 Thread Jason Dillon
Any chance this overhaul will introduce a single entry point to deploy/undeploy? By that I mean that it will have a collection of mappings from url regex or something to the JMX object name of the actual deployer that can handle those deployments. Then all other components will use that

Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Neale Swinnerton
Why not make the .bat not executable? Since windows machines don't have the same concept of executable flags in the permissions. Unfortunately it's a pain to change the permissions of stuff in sourceforge repositories. I just run something along the lines of... $ find . -name build.bat -exec

Re: [JBoss-dev] should J2eeDeployer extend DeployerMBeanSupport?

2001-12-10 Thread David Jencks
Maybe I can get some feedback on whether I am biting off too mcuh at once here... The kind of mapping you describe is implictly in what I'm thinking of. My idea is: Universal deployer is asked to deploy a package. It starts by unpacking all the nested jars (recursively) and locating all the

[JBoss-dev] (rh) startup levels proposal and questions.

2001-12-10 Thread David Jencks
There's been a lot of discussion recently about (to put it bluntly and with slight exaggeration) chaos in the rh startup and deployment sequence. One of the proposals was startup levels, like in linux. One thing you can do right now is give AutoDeployer lots of directories to watch: mbean

RE: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-10 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: Monday, December 10, 2001 5:33 PM To: jboss-dev Subject: [JBoss-dev] (rh) startup levels proposal and questions. There's been a lot of discussion recently about (to put it

Re: [JBoss-dev] should J2eeDeployer extend DeployerMBeanSupport?

2001-12-10 Thread Jason Dillon
Universal deployer is asked to deploy a package. =) It starts by unpacking all the nested jars (recursively) and locating all the deployment descriptors (this functionality is pretty much in DeployerMBeanSupport today). (there may be some needs to ignore some dd's, per j2ee spec. I'm

Re: [JBoss-dev] (rh) startup levels proposal and questions.

2001-12-10 Thread Jason Dillon
Everything in level1 will be deployed, then everything in level2, etc. I think this will give enough control over deployment order for almost all circumstances. (I'd like examples of anything it won't work for). I think we might want to use different names, as level1-6 might get a little

[JBoss-dev] CVS update: newsite/src/docs/developers navigation.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 16:04:21 Modified:src/docs/developers navigation.jsp Log: o main nav pages have SF.net logo now Revision ChangesPath 1.16 +9 -0 newsite/src/docs/developers/navigation.jsp Index: navigation.jsp

[JBoss-dev] CVS update: newsite/src/docs navigation.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 16:04:21 Modified:src/docs navigation.jsp Log: o main nav pages have SF.net logo now Revision ChangesPath 1.22 +10 -0 newsite/src/docs/navigation.jsp Index: navigation.jsp

[JBoss-dev] CVS update: newsite/pictures altowebLogo.gif

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 16:05:49 Removed: pictures altowebLogo.gif Log: o this does not belong here (it is already in src/docs/pictures... where it should be) ___ Jboss-development mailing list [EMAIL PROTECTED]

Re: [JBoss-dev] should J2eeDeployer extend DeployerMBeanSupport?

2001-12-10 Thread David Jencks
On 2001.12.10 18:42:23 -0500 Jason Dillon wrote: Universal deployer is asked to deploy a package. =) It starts by unpacking all the nested jars (recursively) and locating all the deployment descriptors (this functionality is pretty much in DeployerMBeanSupport today). (there may be

[JBoss-dev] CVS update: website-forums/src/lib jive.jar

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:01:10 Modified:src/lib jive.jar Log: o adding production jive 2.1.2 jar o added sf.net logo to footer o including fix.jsp until the jive folks fix the date problem Revision ChangesPath 1.11 +9821

[JBoss-dev] CVS update: website-forums/src/web/forums fix.jsp footer.jsp header.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:01:10 Modified:src/web/forums footer.jsp header.jsp Added: src/web/forums fix.jsp Log: o adding production jive 2.1.2 jar o added sf.net logo to footer o including fix.jsp until the jive folks fix the date problem Revision

[JBoss-dev] CVS update: website-forums build.xml

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:01:07 Modified:.build.xml Log: o adding production jive 2.1.2 jar o added sf.net logo to footer o including fix.jsp until the jive folks fix the date problem Revision ChangesPath 1.9 +2 -11

[JBoss-dev] CVS update: website-forums/src/web/forums footer.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:02:03 Modified:src/web/forums footer.jsp Log: o oops Revision ChangesPath 1.9 +0 -1 website-forums/src/web/forums/footer.jsp Index: footer.jsp === RCS

[JBoss-dev] CVS update: website-forums/src/web/forums footer.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:12:29 Modified:src/web/forums footer.jsp Log: o alignment fix Revision ChangesPath 1.11 +4 -4 website-forums/src/web/forums/footer.jsp Index: footer.jsp

[JBoss-dev] CVS update: website-forums/src/web/forums footer.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:10:00 Modified:src/web/forums footer.jsp Log: o dkjfdk Revision ChangesPath 1.10 +1 -1 website-forums/src/web/forums/footer.jsp Index: footer.jsp === RCS

[JBoss-dev] CVS update: website-forums/src/web/forums footer.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:14:57 Modified:src/web/forums footer.jsp Log: o fuck this is dumb Revision ChangesPath 1.12 +1 -1 website-forums/src/web/forums/footer.jsp Index: footer.jsp

[JBoss-dev] CVS update: website-forums/src/web/forums footer.jsp

2001-12-10 Thread Jason Dillon
User: user57 Date: 01/12/10 17:15:51 Modified:src/web/forums footer.jsp Log: *** empty log message *** Revision ChangesPath 1.13 +1 -1 website-forums/src/web/forums/footer.jsp Index: footer.jsp

[JBoss-dev] CVS update: jbosstest/src/resources/web/restricted include_ejb.jsp

2001-12-10 Thread Scott M Stark
User: starksm Date: 01/12/10 17:31:01 Modified:src/resources/web/restricted Tag: Branch_2_4 include_ejb.jsp Log: Add call to secured ejb from the include_ejb.jsp to test that the completion of the included ejb.jsp page does not clear the security association for the

[JBoss-dev] CVS update: thirdparty/junitejb - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 17:57:39 thirdparty/junitejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: thirdparty/junitejb/junitejb - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 17:57:47 thirdparty/junitejb/junitejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: thirdparty/junitejb/junitejb/lib - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 17:58:16 thirdparty/junitejb/junitejb/lib - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] A State of the Machine Running

2001-12-10 Thread Peter Fagerlund
Starting Suspended Stopping returning anything else means running ? ... ;-) /peter_f ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:04:43 Added: junitejb/junitejb/lib junitejb.jar Log: JUnitEJB 1.0 beta JUnitEJB uses a session bean to run tests on the server. This is necessary for directly testing local interfaces. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:07:25 jbosstest/src/resources/cmp2/relationship - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship/META-INF - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:07:41 jbosstest/src/resources/cmp2/relationship/META-INF - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship/META-INF ejb-jar.xml jboss.xml jbosscmp-jdbc.xml

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:12:05 Added: src/resources/cmp2/relationship/META-INF ejb-jar.xml jboss.xml jbosscmp-jdbc.xml Log: Initial revision of the CMP 2.0 relationship tests configuration. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/resources/cmp2/relationship client.policy jndi.properties

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:12:04 Added: src/resources/cmp2/relationship client.policy jndi.properties Log: Initial revision of the CMP 2.0 relationship tests configuration. Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:51 jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:51 jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyBidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:51 jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyBidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:51 jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2 - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:09 jbosstest/src/main/org/jboss/test/cmp2 - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:52 jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:20 jbosstest/src/main/org/jboss/test/cmp2/relationship - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:18:00 Added: src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship RelationshipUnitTestCase.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:56 Added: src/main/org/jboss/test/cmp2/relationship RelationshipUnitTestCase.java Log: Initial revision of the CMP 2.0 relation test. These test are based on the EJB 2.0 specification. Revision ChangesPath

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional - New directory

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:13:52 jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneUnidirectional - New directory ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:57 Added: src/main/org/jboss/test/cmp2/relationship/manyToOneUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:57 Added: src/main/org/jboss/test/cmp2/relationship/manyToManyBidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

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

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:18:43 Modified:.build.xml Log: Added CMP 2.0 relationship tests. Revision ChangesPath 1.46 +33 -1 jbosstest/build.xml Index: build.xml === RCS

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToOneBidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:59 Added: src/main/org/jboss/test/cmp2/relationship/oneToOneBidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:57 Added: src/main/org/jboss/test/cmp2/relationship/manyToManyUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java

2001-12-10 Thread Dain Sundstrom
User: dsundstrom Date: 01/12/10 18:17:58 Added: src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional A.java ABTest.java ABean.java AHome.java B.java BBean.java BHome.java Log: Initial revision of the CMP 2.0 relation

[JBoss-dev] Re: A State of the Machine Running

2001-12-10 Thread Jason Dillon
Huh? --jason On Tue, 11 Dec 2001, Peter Fagerlund wrote: Starting Suspended Stopping returning anything else means running ? ... ;-) /peter_f ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] Re: A State of the Machine Running

2001-12-10 Thread Peter Fagerlund
Is it me or U that have the -clockoff ? ... /peter_f on 1-12-11 03.28, Jason Dillon at [EMAIL PROTECTED] wrote: Huh? --jason On Tue, 11 Dec 2001, Peter Fagerlund wrote: Starting Suspended Stopping returning anything else means running ? ... ;-) /peter_f

[JBoss-dev] Re: A State of the Machine Running

2001-12-10 Thread Jason Dillon
Ok, one more time... Huh? --jason On Tue, 11 Dec 2001, Peter Fagerlund wrote: Is it me or U that have the -clockoff ? ... /peter_f on 1-12-11 03.28, Jason Dillon at [EMAIL PROTECTED] wrote: Huh? --jason On Tue, 11 Dec 2001, Peter Fagerlund wrote: Starting

[JBoss-dev] Re: A State of the Machine Running

2001-12-10 Thread Peter Fagerlund
on 1-12-11 03.35, Jason Dillon at [EMAIL PROTECTED] wrote: Ok, one more time... Huh? Two times -heh *** We need a state -spine thing : --to deploy on ---then Auto/level/grade/scope/... deloyer() has a state ... /peter_f --jason On Tue, 11 Dec 2001, Peter Fagerlund wrote: Is it

  1   2   >