[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 12-June-2002

2002-06-12 Thread scott . stark


Number of tests run:   609



Successful tests:  605
Errors:3
Failures:  1



[time of test: 12 June 2002 0:29 GMT]
[java.version: 1.3.1]
[java.vendor: Apple Computer, Inc.]
[java.vm.version: 1.3.1]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Mac OS X]
[os.arch: ppc]
[os.version: 10.1.4]

See http://lubega.com/testarchive/${build.uid} for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] EmbeddedTomcat CHEAT CODE !!

2002-06-12 Thread Praveen Acharya


version : JBoss-2.4.4_Tomcat-4.0.1

1  put following to .jcml

 mbean code=org.praveen.JTom
name=:service=EmbeddedTomcat  

attribute
name=DeployToTomcat-Embedded-In-JBoss/attribute

 !-- Name of the instance to start, 
should be one of the Service name=''... in the
%catalina_home%/conf/server.xml --

attribute
name=InstanceTomcat-Embedded-In-JBoss,Tomcat-Standalone/attribute
 /mbean
comment any already embedded tomcat..

2  put jtom.jar in lib/ext..


3  Try and Criticize;



__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


jtom.jar
Description: jtom.jar


[JBoss-dev] Re: [JBoss-user] JBossCMP Documentation Updated

2002-06-12 Thread Marius Kotsbak

On Wed, 2002-06-12 at 02:49, Dain Sundstrom wrote:
 According to Scott the subscription was updated today. It should be 
 available soon.
I can't see it there yet.

 
 -dain
 
 Brandon Knitter wrote:
 
  I have the 6 month subscription.  Has the CMP documentation in that package been
  updated as well?  Should I download the AllDocumentation.zip again?
  
  
 
 
 
 ___
 
 Multimillion Dollar Computer Inventory
 Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar
 
 
 
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Dave Smith


Now I have my swing client running with a jboss backend I would like to
move this beast out on to the internet. Some of my clients have
firewalls that only allow them http and https access through a proxy, so
a direct connection is out. It would seem I could optimize this by
writting a custom EJB proxy for the connection and use HTTP tunneling
for the naming lookup. I think soap for my app is overkill and would be
quite slow. 

Experences, optionions , suggestions?



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Holger Engels

On 12 Jun 2002, Dave Smith wrote:

 
 Now I have my swing client running with a jboss backend I would like to
 move this beast out on to the internet. Some of my clients have
 firewalls that only allow them http and https access through a proxy, so
 a direct connection is out. It would seem I could optimize this by
 writting a custom EJB proxy for the connection and use HTTP tunneling
 for the naming lookup. I think soap for my app is overkill and would be
 quite slow. 
 
 Experences, optionions , suggestions?
 

smartcc.sourcefore.net .. a generic j2ee conform client container, that 
addresses exactly this problem. Features:

o client side interceptors
o pluggable transport (RMI/HTTP)
o Replay Tool for recording use cases and performing load tests
o no proprietary API

Holger


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] ClassCircularityError is a HotSpot BUG !

2002-06-12 Thread Bordet, Simone

Hi all,

after investigations, we submitted a bug for the class circularity error problem, it's 
a bug in HotSpot:

http://developer.java.sun.com/developer/bugParade/bugs/4699981.html

I did not try, but it seems JRockit does not have this bug.

Simon

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Marius Kotsbak

On Wed, 2002-06-12 at 14:03, Holger Engels wrote:
 On 12 Jun 2002, Dave Smith wrote:
 
  
  Now I have my swing client running with a jboss backend I would like to
  move this beast out on to the internet. Some of my clients have
  firewalls that only allow them http and https access through a proxy, so
  a direct connection is out. It would seem I could optimize this by
  writting a custom EJB proxy for the connection and use HTTP tunneling
  for the naming lookup. I think soap for my app is overkill and would be
  quite slow. 
  
  Experences, optionions , suggestions?
  
 
 smartcc.sourcefore.net .. a generic j2ee conform client container, that 
 addresses exactly this problem. Features:
 
 o client side interceptors
 o pluggable transport (RMI/HTTP)
 o Replay Tool for recording use cases and performing load tests
 o no proprietary API
 
 Holger
Interesting. Have you tried it?

There is just some extra jars and a modified auth.conf on the client
side? Is it a server part of this also?


 
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Marius Kotsbak

On Wed, 2002-06-12 at 14:03, Holger Engels wrote:
 On 12 Jun 2002, Dave Smith wrote:
 
  
  Now I have my swing client running with a jboss backend I would like to
  move this beast out on to the internet. Some of my clients have
  firewalls that only allow them http and https access through a proxy, so
  a direct connection is out. It would seem I could optimize this by
  writting a custom EJB proxy for the connection and use HTTP tunneling
  for the naming lookup. I think soap for my app is overkill and would be
  quite slow. 
  
  Experences, optionions , suggestions?
  
 
 smartcc.sourcefore.net .. a generic j2ee conform client container, that 
 addresses exactly this problem. Features:
 
 o client side interceptors
 o pluggable transport (RMI/HTTP)
 o Replay Tool for recording use cases and performing load tests
 o no proprietary API
And what about security? JAAS can be used as without it? Does SSL work?

 
 Holger
 
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Patches-567987 ] Cert Auth SSL Patch For Tomcat

2002-06-12 Thread noreply

Patches item #567987, was opened at 2002-06-12 12:49
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=567987group_id=22866

Category: JBossSX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Dawes (pdawes)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cert Auth SSL Patch For Tomcat

Initial Comment:
Hello All,

This patch exposes the certificate chain to the jboss
AuthenticationManager. This enables authentication of
certificate based users via a JAAS login module (via
the SecurityAssociationCallback).

Unfortunately because of the way jbossSX/JAAS works,
AFAICS there is no way to  get the authenticated
username out of the JAAS login module without resorting
to non-standard hacks and breaking the authentication
caching. So instead, this patch sets the authenticated
principal to a SimplePrincipal with a name made up of
the certificate serialnumber and issuer before invoking
the isValid() method.

Cheers,

Phil

P.S. there is no category for Tomcat integration, so
I've set it to jbosssx. Sorry if this causes confusion.

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=567987group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Holger Engels

On 12 Jun 2002, Marius Kotsbak wrote:

 On Wed, 2002-06-12 at 14:03, Holger Engels wrote:
  On 12 Jun 2002, Dave Smith wrote:
  
   
   Now I have my swing client running with a jboss backend I would like to
   move this beast out on to the internet. Some of my clients have
   firewalls that only allow them http and https access through a proxy, so
   a direct connection is out. It would seem I could optimize this by
   writting a custom EJB proxy for the connection and use HTTP tunneling
   for the naming lookup. I think soap for my app is overkill and would be
   quite slow. 
   
   Experences, optionions , suggestions?
   
  
  smartcc.sourcefore.net .. a generic j2ee conform client container, that 
  addresses exactly this problem. Features:
  
  o client side interceptors
  o pluggable transport (RMI/HTTP)
  o Replay Tool for recording use cases and performing load tests
  o no proprietary API
  
  Holger
 Interesting. Have you tried it?

Well .. yes. I have coded it.


 There is just some extra jars and a modified auth.conf on the client
 side? Is it a server part of this also?

Client side:

o ClientContainer.jar, crimson.jar, ejb.jar, jaxp.jar
o auth.conf: org.smartcc.login.HTTPLoginModule for HTTP
 org.jboss.security.ClientLoginModule for RMI

o META-INF/application-client.xml with ejb-refs
o META-INF/smart-client.xml with additional configuration for
  ejb-refs (interceptor chain, transport)


Server side:

o nothing for RMI
o generic HTTPConnector servlet for HTTP. The servlet's web.xml must be 
  configured with ejb-refs. The pathinfo is used as the jndi name.


https should work, too. Actually, I have not tested it. But the 
predecessor of the client container (in house project) does work with 
https transparently.


Holger


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] JBoss through firwall - RMI -HTTP tunneling

2002-06-12 Thread Dave Smith

After a quick read of the spec .. Does the ejb-local only get acessed
when an externel client is accessing the EJB or for all access? So if a
SB accesses an EB becuase it is local the container can optimize the
call and not send it over RMI?

On Wed, 2002-06-12 at 08:03, Holger Engels wrote:
 On 12 Jun 2002, Dave Smith wrote:
 
  
  Now I have my swing client running with a jboss backend I would like to
  move this beast out on to the internet. Some of my clients have
  firewalls that only allow them http and https access through a proxy, so
  a direct connection is out. It would seem I could optimize this by
  writting a custom EJB proxy for the connection and use HTTP tunneling
  for the naming lookup. I think soap for my app is overkill and would be
  quite slow. 
  
  Experences, optionions , suggestions?
  
 
 smartcc.sourcefore.net .. a generic j2ee conform client container, that 
 addresses exactly this problem. Features:
 
 o client side interceptors
 o pluggable transport (RMI/HTTP)
 o Replay Tool for recording use cases and performing load tests
 o no proprietary API
 
 Holger
 
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [patch] clean jboss 3.0 shutdown as a win32 service

2002-06-12 Thread Osma Ahvenlampi

since contrib/ntservice is unfinished (kills JVM before shutdown hooks
have been run), we're using the Alexandria JavaService to run JBoss as a
Windows 2000 service.

JavaService supports calling a static method to cleanly shut down an
application before killing the JVM. However, it expects the shutdown
process to have finished by the time the shutdown method returns.

Since a call to org.jboss.Shutdown.main() returns before JBoss has
cleanly shut down, even the Alexandria service would kill JBoss too
early. However, a simple one line patch will fix this: add
System.exit(0) to the end of org.jboss.Shutdown.main(). When called
inside the JVM running JBoss, this will never return, ie wait until
all shutdown hooks have finished. When called from another Java process,
it will work as before (since return from Shutdown.main() would exit
anyway). This way, a clean shutdown is guaranteed even as a win32
service. Patch below. If this is deemed undesirable, could another
static method which guarantees to not return until the shutdown hooks
have finished be added?

Thanks,

 //osma

-- 
Q u a r t a lO y

Osma Ahvenlampi, Technical Project Director ([EMAIL PROTECTED])
mobile +358 [0]424 258 239
fax+358 [0]424 258 360

http://www.quartal.com


--- jboss-3.0.0-src/system/src/main/org/jboss/Shutdown.java~Mon May 20 03:33:22 
2002
+++ jboss-3.0.0-src/system/src/main/org/jboss/Shutdown.java Wed Jun 12 16:38:57 
+2002
@@ -55,6 +55,8 @@
   }
 
   shutdown(host, port);
+
+  System.exit(0); // waits for in-JVM shutdown hooks to finish
}
 
/**



[JBoss-dev] [ jboss-Patches-568011 ] clean jboss 3.0 shutdown as a win32 serv

2002-06-12 Thread noreply

Patches item #568011, was opened at 2002-06-12 13:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=568011group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Osma Ahvenlampi (oahvenla)
Assigned to: Nobody/Anonymous (nobody)
Summary: clean jboss 3.0 shutdown as a win32 serv

Initial Comment:
since contrib/ntservice is unfinished (kills JVM before
shutdown hooks have been run), we're using the
Alexandria JavaService to run JBoss as a Windows 2000
service.

JavaService supports calling a static method to cleanly
shut down an application before killing the JVM.
However, it expects the shutdown process to have
finished by the time the shutdown method returns.

Since a call to org.jboss.Shutdown.main() returns
before JBoss has cleanly shut down, even the Alexandria
service would kill JBoss too early. However, a simple
one line patch will fix this: add System.exit(0) to the
end of org.jboss.Shutdown.main(). When called inside
the JVM running JBoss, this will never return, ie
wait until all shutdown hooks have finished. When
called from another Java process, it will work as
before (since return from Shutdown.main() would exit
anyway). This way, a clean shutdown is guaranteed even
as a win32 service. Patch below. If this is deemed
undesirable, could another static method which
guarantees to not return until the shutdown hooks have
finished be added?


--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376687aid=568011group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] GO Vote and tell your story

2002-06-12 Thread Bill Burke

InternetWeek is collection stories.  Put in a good word for JBoss and tell
your story.

http://www.internetweek.com/question02/question052802.htm


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Re: JBossCMP Documentation Updated

2002-06-12 Thread Dain Sundstrom

FlashLine moves like molasses.  You'll have to wait until they get 
around to posting it.

-dain

Marius Kotsbak wrote:

 On Wed, 2002-06-12 at 02:49, Dain Sundstrom wrote:
 
According to Scott the subscription was updated today. It should be 
available soon.

 I can't see it there yet.
 
 
-dain

Brandon Knitter wrote:


I have the 6 month subscription.  Has the CMP documentation in that package been
updated as well?  Should I download the AllDocumentation.zip again?





___

Multimillion Dollar Computer Inventory
Live Webcast Auctions Thru Aug. 2002 - http://www.cowanalexander.com/calendar



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

 
 
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-568037 ] Exceptions in startup with IBM jdk1.3.1

2002-06-12 Thread noreply

Bugs item #568037, was opened at 2002-06-12 16:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568037group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Christen (tgdchmi2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exceptions in startup with IBM jdk1.3.1

Initial Comment:
Exceptions in startup with IBM jdk1.3.1 
 
During execution of run.sh we get a 
java.util.zip.ZipException. 
We get this exception only with JBoss 3.0 and IBM's jdk 
1.3.1. With IBM's jdk 1.3.0 or SUN's jdk 1.3.1 the problem 
does not arise. 
 
With JBoss 2.4.6 this problem does not exist either. 
 
Our system environnement: 
- Standard virgin JBoss 3.0 installation 
- SuSE Linux 8.0 
- Kernel 2.4.18 
- 1 GB of memory 
- 1.8 GHz P4 CPU 
 
 
 
See also startup log in attachement. 
 
 
e-mail: [EMAIL PROTECTED] 

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568037group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-568037 ] Exceptions in startup with IBM jdk1.3.1

2002-06-12 Thread noreply

Bugs item #568037, was opened at 2002-06-12 16:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568037group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 7
Submitted By: Michael Christen (tgdchmi2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exceptions in startup with IBM jdk1.3.1

Initial Comment:
Exceptions in startup with IBM jdk1.3.1 
 
During execution of run.sh we get a 
java.util.zip.ZipException. 
We get this exception only with JBoss 3.0 and IBM's jdk 
1.3.1. With IBM's jdk 1.3.0 or SUN's jdk 1.3.1 the problem 
does not arise. 
 
With JBoss 2.4.6 this problem does not exist either. 
 
Our system environnement: 
- Standard virgin JBoss 3.0 installation 
- SuSE Linux 8.0 
- Kernel 2.4.18 
- 1 GB of memory 
- 1.8 GHz P4 CPU 
 
 
 
See also startup log in attachement. 
 
 
e-mail: [EMAIL PROTECTED] 

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568037group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-568040 ] Farming: global undeploy on shutdown

2002-06-12 Thread noreply

Bugs item #568040, was opened at 2002-06-12 09:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568040group_id=22866

Category: Clustering
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 7
Submitted By: Bill Burke (patriot1burke)
Assigned to: Bill Burke (patriot1burke)
Summary: Farming: global undeploy on shutdown

Initial Comment:
When you shutdown a clustered jboss node cleanly, any 
Farmed components will be undeployed across the whole 
cluster.

--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568040group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-568044 ] new node doesn't get a farm

2002-06-12 Thread noreply

Bugs item #568044, was opened at 2002-06-12 09:39
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568044group_id=22866

Category: Clustering
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Burke (patriot1burke)
Assigned to: Bill Burke (patriot1burke)
Summary: new node doesn't get a farm

Initial Comment:
 Another thing that I'm seeing: when a new node joins the 
cluster,
 it doesn't
 get any already deployed jars from the farm dir.  So you 
have a
 new machine
 in your cluster but no code on it ;-)


--

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=568044group_id=22866

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] adding multicast route on Win2k

2002-06-12 Thread Werner Ramaekers

Bill,
by issuing route on the command line in Win2K you get the equivalent of 
a help page :

C:\WINNT\system32route

Manipulates network routing tables.

ROUTE [-f] [-p] [command [destination]
   [MASK netmask]  [gateway] [METRIC metric]  [IF interface]

   -f   Clears the routing tables of all gateway entries.  If 
this is
used in conjunction with one of the commands, the tables are
cleared prior to running the command.
   -p   When used with the ADD command, makes a route persistent 
across
boots of the system. By default, routes are not preserved
when the system is restarted. Ignored for all other 
commands,
which always affect the appropriate persistent routes. This
option is not supported in Windows 95.
   command  One of these:
  PRINT Prints  a route
  ADD   Addsa route
  DELETEDeletes a route
  CHANGEModifies an existing route
   destination  Specifies the host.
   MASK Specifies that the next parameter is the 'netmask' value.
   netmask  Specifies a subnet mask value for this route entry.
If not specified, it defaults to 255.255.255.255.
   gateway  Specifies gateway.
   interfacethe interface number for the specified route.
   METRIC   specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network 
database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star '*'), or the gateway argument may be 
omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
 Invalid MASK generates an error, that is when (DEST  MASK) != DEST.
 Example route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
  The route addition failed: The specified mask parameter is 
invalid.
  (Destination  Mask) != Destination.

Examples:

  route PRINT
  route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
  destination^  ^mask  ^gateway metric^^
  Interface^
   interfacethe interface number for the specified route.
   METRIC   specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network 
database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star '*'), or the gateway argument may be 
omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
 Invalid MASK generates an error, that is when (DEST  MASK) != DEST.
 Example route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
  The route addition failed: The specified mask parameter is 
invalid.
  (Destination  Mask) != Destination.

Examples:

  route PRINT
  route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
  destination^  ^mask  ^gateway metric^^
  Interface^

Werner


Bill Burke wrote:
 Anybody know how to add a multicast route on Win2k/XP?
 
 Here's a similar command on Linux:
 
 $ route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
 
 I need this for the Clustering Troubleshooting guide.
 
 Thanks,
 
 Bill
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


-- 
--
ir. Werner Ramaekers
Enterprise Java Solutions Architect - Shift@
Sun Certified Java Programmer

May the source be with you.
mailto:[EMAIL PROTECTED] http://www.shiftat.com
--


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] adding multicast route on Win2k

2002-06-12 Thread Bill Burke

Werner, I'm dumb, but not that dumb

Yes, I know how to get the help page, but what do you type in to add a
multicast route?  Again, I'm pretty dumb

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of
 Werner Ramaekers
 Sent: Wednesday, June 12, 2002 10:45 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] adding multicast route on Win2k


 Bill,
 by issuing route on the command line in Win2K you get the equivalent of
 a help page :

 C:\WINNT\system32route

 Manipulates network routing tables.

 ROUTE [-f] [-p] [command [destination]
[MASK netmask]  [gateway] [METRIC metric]  [IF
 interface]

-f   Clears the routing tables of all gateway entries.  If
 this is
 used in conjunction with one of the commands, the
 tables are
 cleared prior to running the command.
-p   When used with the ADD command, makes a route persistent
 across
 boots of the system. By default, routes are not preserved
 when the system is restarted. Ignored for all other
 commands,
 which always affect the appropriate persistent
 routes. This
 option is not supported in Windows 95.
command  One of these:
   PRINT Prints  a route
   ADD   Addsa route
   DELETEDeletes a route
   CHANGEModifies an existing route
destination  Specifies the host.
MASK Specifies that the next parameter is the 'netmask' value.
netmask  Specifies a subnet mask value for this route entry.
 If not specified, it defaults to 255.255.255.255.
gateway  Specifies gateway.
interfacethe interface number for the specified route.
METRIC   specifies the metric, ie. cost for the destination.

 All symbolic names used for destination are looked up in the network
 database
 file NETWORKS. The symbolic names for gateway are looked up in
 the host name
 database file HOSTS.

 If the command is PRINT or DELETE. Destination or gateway can be
 a wildcard,
 (wildcard is specified as a star '*'), or the gateway argument may be
 omitted.

 If Dest contains a * or ?, it is treated as a shell pattern, and only
 matching destination routes are printed. The '*' matches any string,
 and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
 Diagnostic Notes:
  Invalid MASK generates an error, that is when (DEST  MASK) != DEST.
  Example route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
   The route addition failed: The specified mask parameter is
 invalid.
   (Destination  Mask) != Destination.

 Examples:

   route PRINT
   route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
   destination^  ^mask  ^gateway metric^^
   Interface^
interfacethe interface number for the specified route.
METRIC   specifies the metric, ie. cost for the destination.

 All symbolic names used for destination are looked up in the network
 database
 file NETWORKS. The symbolic names for gateway are looked up in
 the host name
 database file HOSTS.

 If the command is PRINT or DELETE. Destination or gateway can be
 a wildcard,
 (wildcard is specified as a star '*'), or the gateway argument may be
 omitted.

 If Dest contains a * or ?, it is treated as a shell pattern, and only
 matching destination routes are printed. The '*' matches any string,
 and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
 Diagnostic Notes:
  Invalid MASK generates an error, that is when (DEST  MASK) != DEST.
  Example route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
   The route addition failed: The specified mask parameter is
 invalid.
   (Destination  Mask) != Destination.

 Examples:

   route PRINT
   route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
   destination^  ^mask  ^gateway metric^^
   Interface^

 Werner


 Bill Burke wrote:
  Anybody know how to add a multicast route on Win2k/XP?
 
  Here's a similar command on Linux:
 
  $ route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0
 
  I need this for the Clustering Troubleshooting guide.
 
  Thanks,
 
  Bill
 
  ___
 
  Sponsored by:
  ThinkGeek at http://www.ThinkGeek.com/
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 


 --
 --
 ir. Werner Ramaekers
 Enterprise Java Solutions Architect - Shift@
 Sun Certified Java Programmer

 May the source be with you.
 mailto:[EMAIL PROTECTED] 

Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers environment

2002-06-12 Thread Dain Sundstrom

Mike,

How are you coming on the ServiceBindingManager?

-dain

Mike Finn wrote:

  Scott, Does the 'server name' (server identity) need to be part of
  the getPort request, if it is spec'd in the svc bind mbean
  config? if the server name was set on the mbean, then the port maps
   could be keyed off that (in addition to service name). So, the
  request for getport could assume the 'curent' server name for the
  port lookup. Or am I missing something? (been known to happen)
 
  #mike
 
  -Original Message- From:
  [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On
   Behalf Of Scott M Stark Sent: Monday, May 20, 2002 4:52 PM To:
  [EMAIL PROTECTED] Subject: Re: [JBoss-dev]
  Re: [JBoss-user] JBoss in a multi developers environment
 
 
 
  // The service JMX name String jmxName; // The virtualHost the
  service wants to bind to which may be null String virtualHost; //
   The name of the JBoss service instance to support always
  giving an // instance the same values String serverName;
 
 
  I'm lost. What is this? Can you give an example?
 
 
  Its what I have been referring to as the starksm and dsundstrom
  config instances. Say we setup two JBoss instances of
  main.jboss.org. As Dan is saying, I don't want to have to change my
   configuration to connect to my instance each time the server is
  restarted. So when Jason configures my instance he adds:
 
  mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ... 
ServerNamestarksm/ServerName
 

  /mbean
 
  while for your instance he adds: mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ... 
ServerNamedsundstrom/ServerName
 

  /mbean
 
  Now there can be a static configuration for our instances for which
  the client ports, address in use is invariant across instance
  restarts.
 
 
  // The default port int port; // The default interface InetAddress
   bindAddr;
 
 
  Of these values, would the ServiceBindingManager only be allowed to 
change virtualHost, port, and bindAddr?
 
 
  Yes.
 
 
 BTW, do you actually like this idea Scott?
 
 
  Yes, its a definite improvement over what we have. In the future I
  would like to see this integrated with a client side naming service but
  as I said that is another layer.
 
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference
  August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference
  August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 


  change virtualHost, port, and bindAddr?
 
 
  Yes.
 
 
  BTW, do you actually like this idea Scott?
 
 
  Yes, its a definite improvement over what we have. In the future I would
   like to see this integrated with a client side naming service but as
   I said that is another layer.
 
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference August
   25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___ Jboss-development
  mailing list [EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/jboss-development
 

 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference August
   25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___ Jboss-development
  mailing list [EMAIL PROTECTED] 
https://lists.sourceforge.net/lists/listinfo/jboss-development
 

 



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers environment

2002-06-12 Thread Mike Finn

Dain,

Coming well. Work just keeps getting in the way! Anyways, I should have it
ready this weekend/early next week. How should I package it, as a patch?
Right now, it is an MBean deployed as a sar, with an XML service config file
in conf (read/maintained by the SB manager).

BTW - any plans to incorporate JDOM?

#mike


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
Sundstrom
Sent: Wednesday, June 12, 2002 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
environment


Mike,

How are you coming on the ServiceBindingManager?

-dain

Mike Finn wrote:

  Scott, Does the 'server name' (server identity) need to be part of
  the getPort request, if it is spec'd in the svc bind mbean
  config? if the server name was set on the mbean, then the port maps
   could be keyed off that (in addition to service name). So, the
  request for getport could assume the 'curent' server name for the
  port lookup. Or am I missing something? (been known to happen)
 
  #mike
 
  -Original Message- From:
  [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
   Behalf Of Scott M Stark Sent: Monday, May 20, 2002 4:52 PM To:
  [EMAIL PROTECTED] Subject: Re: [JBoss-dev]
  Re: [JBoss-user] JBoss in a multi developers environment
 
 
 
  // The service JMX name String jmxName; // The virtualHost the
  service wants to bind to which may be null String virtualHost; //
   The name of the JBoss service instance to support always
  giving an // instance the same values String serverName;
 
 
  I'm lost. What is this? Can you give an example?
 
 
  Its what I have been referring to as the starksm and dsundstrom
  config instances. Say we setup two JBoss instances of
  main.jboss.org. As Dan is saying, I don't want to have to change my
   configuration to connect to my instance each time the server is
  restarted. So when Jason configures my instance he adds:
 
  mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ...
ServerNamestarksm/ServerName
 

  /mbean
 
  while for your instance he adds: mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ...
ServerNamedsundstrom/ServerName
 

  /mbean
 
  Now there can be a static configuration for our instances for which
  the client ports, address in use is invariant across instance
  restarts.
 
 
  // The default port int port; // The default interface InetAddress
   bindAddr;
 
 
  Of these values, would the ServiceBindingManager only be allowed to
change virtualHost, port, and bindAddr?
 
 
  Yes.
 
 
 BTW, do you actually like this idea Scott?
 
 
  Yes, its a definite improvement over what we have. In the future I
  would like to see this integrated with a client side naming service but
  as I said that is another layer.
 
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference
  August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference
  August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 


  change virtualHost, port, and bindAddr?
 
 
  Yes.
 
 
  BTW, do you actually like this idea Scott?
 
 
  Yes, its a definite improvement over what we have. In the future I would
   like to see this integrated with a client side naming service but as
   I said that is another layer.
 
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference August
   25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___ Jboss-development
  mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 

 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference August
   25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___ Jboss-development
  mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
 

 



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


___


[JBoss-dev] [ jboss-Bugs-564513 ] CMP ejb ql parse exception

2002-06-12 Thread noreply

Bugs item #564513, was opened at 2002-06-04 11:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detailatid=376685aid=564513group_id=22866

Category: JBossCMP
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sudhir Srinivasan (s_sudhir)
Assigned to: Nobody/Anonymous (nobody)
Summary: CMP ejb ql parse exception

Initial Comment:
hi,
i had the query ![CDATA[SELECT OBJECT(d) FROM 
Category d WHERE d.classification.id = ?1]]
Category does have a classification which does have an id. 
the error seems to be at ?1 .
is this a bug or what
i went through the parser trace and it gives me at 
ArithmeticPrimary
win 2000 jdk1.3
if u guyz find out, pleeze let me know..

ejbql; - nested throwable is: org.jboss.ejb.plugin
ountered 1 at line 1, column 63.
Was expecting one of:
ABS ...
LENGTH ...
LOCATE ...
SQRT ...
( ...
+ ...
- ...
INTEGER_LITERAL ...
FLOATING_POINT_LITERAL ...
NUMERIC_VALUED_PARAMETER ...
NUMERIC_VALUED_PATH ...
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.generateParse
Exception(EJ
BQLParser.java:3745)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.jj_consume_to
ken(EJBQLPar
ser.java:3626)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ArithmeticPrim
ary(EJBQLPa
rser.java:1379)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ArithmeticFact
or(EJBQLPar
ser.java:1309)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ArithmeticTer
m(EJBQLParse
r.java:1233)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ArithmeticExpr
ession(EJBQ
LParser.java:1179)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ScalarExpress
ion(EJBQLPar
ser.java:1171)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.SingleValueDe
signator(EJB
QLParser.java:1167)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ComparisonEx
pression(EJBQ
LParser.java:1104)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.SimpleCondEx
pression(EJBQ
LParser.java:588)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ConditionalPri
mary(EJBQLP
arser.java:546)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ConditionalTes
t(EJBQLPars
er.java:514)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ConditionalFa
ctor(EJBQLPa
rser.java:491)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ConditionalTer
m(EJBQLPars
er.java:441)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.ConditionalEx
pression(EJB
QLParser.java:401)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.WhereClause
(EJBQLParser.j
ava:370)
at 
org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.EJBQL
(EJBQLParser.java:10
2)
at org.jboss.ejb.plugins.cmp.ejbql.EJBQLParser.parse
(EJBQLParser.java:60
)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler.compil
eEJBQL(JDBCEJB
QLCompiler.java:147)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.init
(JDBCEJBQLQuery.j
ava:38)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.creat
eEJBQLQuery(JD
BCCommandFactory.java:44)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.start
(JDBCQueryManage
r.java:214)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start
(JDBCStoreManage
r.java:390)
at org.jboss.ejb.plugins.CMPPersistenceManager.start
(CMPPersistenceManag
er.java:198)
at org.jboss.ejb.EntityContainer.start
(EntityContainer.java:376)
at org.jboss.ejb.Container.invoke(Container.java:794)
at org.jboss.ejb.EntityContainer.invoke
(EntityContainer.java:1055)
at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:492)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke
(ServiceControl
ler.java:867)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start
(ServiceController.java:341)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke
(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:492)
at org.jboss.util.jmx.MBeanProxy.invoke
(MBeanProxy.java:174)
at $Proxy49.start(Unknown Source)
at org.jboss.ejb.EjbModule.startService
(EjbModule.java:429)
at org.jboss.system.ServiceMBeanSupport.start
(ServiceMBeanSupport.java:1
62)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke
(ReflectedMBea
nDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke
(MBeanServerImpl.java:492)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke
(ServiceControl
ler.java:867)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start
(ServiceController.java:341)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke
(ReflectedMBea

Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers environment

2002-06-12 Thread Dain Sundstrom

Great.  Submit it as a patch and we'll figure out where to put it in the 
source tree.

As for JDOM, I thought we already used it, but I don't pay much 
attention to the JMX stuff.

-dain

Mike Finn wrote:

 Dain,
 
 Coming well. Work just keeps getting in the way! Anyways, I should have it
 ready this weekend/early next week. How should I package it, as a patch?
 Right now, it is an MBean deployed as a sar, with an XML service config file
 in conf (read/maintained by the SB manager).
 
 BTW - any plans to incorporate JDOM?
 
 #mike
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
 Sundstrom
 Sent: Wednesday, June 12, 2002 11:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
 environment
 
 
 Mike,
 
 How are you coming on the ServiceBindingManager?
 
 -dain
 
 Mike Finn wrote:
 
   Scott, Does the 'server name' (server identity) need to be part of
   the getPort request, if it is spec'd in the svc bind mbean
   config? if the server name was set on the mbean, then the port maps
could be keyed off that (in addition to service name). So, the
   request for getport could assume the 'curent' server name for the
   port lookup. Or am I missing something? (been known to happen)
  
   #mike
  
   -Original Message- From:
   [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On
Behalf Of Scott M Stark Sent: Monday, May 20, 2002 4:52 PM To:
   [EMAIL PROTECTED] Subject: Re: [JBoss-dev]
   Re: [JBoss-user] JBoss in a multi developers environment
  
  
  
   // The service JMX name String jmxName; // The virtualHost the
   service wants to bind to which may be null String virtualHost; //
The name of the JBoss service instance to support always
   giving an // instance the same values String serverName;
  
  
   I'm lost. What is this? Can you give an example?
  
  
   Its what I have been referring to as the starksm and dsundstrom
   config instances. Say we setup two JBoss instances of
   main.jboss.org. As Dan is saying, I don't want to have to change my
configuration to connect to my instance each time the server is
   restarted. So when Jason configures my instance he adds:
  
   mbean code=...ServiceBindingMgr
   name=...,service=ServiceBindingMgr ...
 ServerNamestarksm/ServerName
  
 
   /mbean
  
   while for your instance he adds: mbean code=...ServiceBindingMgr
   name=...,service=ServiceBindingMgr ...
 ServerNamedsundstrom/ServerName
  
 
   /mbean
  
   Now there can be a static configuration for our instances for which
   the client ports, address in use is invariant across instance
   restarts.
  
  
   // The default port int port; // The default interface InetAddress
bindAddr;
  
  
   Of these values, would the ServiceBindingManager only be allowed to
 change virtualHost, port, and bindAddr?
  
  
   Yes.
  
  
  BTW, do you actually like this idea Scott?
  
  
   Yes, its a definite improvement over what we have. In the future I
   would like to see this integrated with a client side naming service but
   as I said that is another layer.
  
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference
   August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference
   August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
 
   change virtualHost, port, and bindAddr?
  
  
   Yes.
  
  
   BTW, do you actually like this idea Scott?
  
  
   Yes, its a definite improvement over what we have. In the future I would
like to see this integrated with a client side naming service but as
I said that is another layer.
  
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference August
25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___ Jboss-development
   mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference August
25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___ Jboss-development
   mailing list [EMAIL PROTECTED]
 

RE: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers environment

2002-06-12 Thread Mike Finn

OK.

Yep - found JDOM - in 3rd party. Not sure why I didn't see that b4.

Thx

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
Sundstrom
Sent: Wednesday, June 12, 2002 11:58 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
environment


Great.  Submit it as a patch and we'll figure out where to put it in the
source tree.

As for JDOM, I thought we already used it, but I don't pay much
attention to the JMX stuff.

-dain

Mike Finn wrote:

 Dain,

 Coming well. Work just keeps getting in the way! Anyways, I should have it
 ready this weekend/early next week. How should I package it, as a patch?
 Right now, it is an MBean deployed as a sar, with an XML service config
file
 in conf (read/maintained by the SB manager).

 BTW - any plans to incorporate JDOM?

 #mike


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
 Sundstrom
 Sent: Wednesday, June 12, 2002 11:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
 environment


 Mike,

 How are you coming on the ServiceBindingManager?

 -dain

 Mike Finn wrote:

   Scott, Does the 'server name' (server identity) need to be part of
   the getPort request, if it is spec'd in the svc bind mbean
   config? if the server name was set on the mbean, then the port maps
could be keyed off that (in addition to service name). So, the
   request for getport could assume the 'curent' server name for the
   port lookup. Or am I missing something? (been known to happen)
  
   #mike
  
   -Original Message- From:
   [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On
Behalf Of Scott M Stark Sent: Monday, May 20, 2002 4:52 PM To:
   [EMAIL PROTECTED] Subject: Re: [JBoss-dev]
   Re: [JBoss-user] JBoss in a multi developers environment
  
  
  
   // The service JMX name String jmxName; // The virtualHost the
   service wants to bind to which may be null String virtualHost; //
The name of the JBoss service instance to support always
   giving an // instance the same values String serverName;
  
  
   I'm lost. What is this? Can you give an example?
  
  
   Its what I have been referring to as the starksm and dsundstrom
   config instances. Say we setup two JBoss instances of
   main.jboss.org. As Dan is saying, I don't want to have to change my
configuration to connect to my instance each time the server is
   restarted. So when Jason configures my instance he adds:
  
   mbean code=...ServiceBindingMgr
   name=...,service=ServiceBindingMgr ...
 ServerNamestarksm/ServerName
  

   /mbean
  
   while for your instance he adds: mbean code=...ServiceBindingMgr
   name=...,service=ServiceBindingMgr ...
 ServerNamedsundstrom/ServerName
  

   /mbean
  
   Now there can be a static configuration for our instances for which
   the client ports, address in use is invariant across instance
   restarts.
  
  
   // The default port int port; // The default interface InetAddress
bindAddr;
  
  
   Of these values, would the ServiceBindingManager only be allowed to
 change virtualHost, port, and bindAddr?
  
  
   Yes.
  
  
  BTW, do you actually like this idea Scott?
  
  
   Yes, its a definite improvement over what we have. In the future I
   would like to see this integrated with a client side naming service but
   as I said that is another layer.
  
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference
   August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference
   August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   https://lists.sourceforge.net/lists/listinfo/jboss-development
  


   change virtualHost, port, and bindAddr?
  
  
   Yes.
  
  
   BTW, do you actually like this idea Scott?
  
  
   Yes, its a definite improvement over what we have. In the future I
would
like to see this integrated with a client side naming service but as
I said that is another layer.
  
  
  
   ___
  
   Don't miss the 2002 Sprint PCS Application Developer's Conference
August
25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
  
   ___ Jboss-development
   mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
  

  
  
   

[JBoss-dev] adding multicast route on Win2k

2002-06-12 Thread Bill Burke

Anybody know how to add a multicast route on Win2k/XP?

Here's a similar command on Linux:

$ route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0

I need this for the Clustering Troubleshooting guide.

Thanks,

Bill

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Resend: EJB statistics?

2002-06-12 Thread James Higginbotham
Title: Message




Is there a way to 
determine what the current size of the cache,requests, other performance 
indicatorsfor an EJB via the 
JMX 8082 viewer? Or, is there anything else out there that acts similiar to the 
weblogic console for seeing what thestats 
are for an EJBto better 
tune deployment 
settings?

Thanks,
James


Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers environment

2002-06-12 Thread Jules Gosnell

I've been thinking about ports and other configuration issues.

This goes back to the mega-thread about whether configurations should 
all be stored together, or not.

Scott has hinted at a future omniscient/persistant JMX-based 
configuration mechanism.

It seems to me that all these problems could be solved by taking 
different JMX Agent 'views' across all the services.

For ports you simply have a PortView page, which is configured to list 
all the ports.

No doubt you will also need a files/directories/urls view and several 
others.

These views could be configured in xml and would be far more flexible 
than hard-wiring a service for each view. Furthermore they would not 
require any further integration work on the part of the service.

Users could configure their own views. You could have novice/expert 
views etc

Finally any JMX based approach to this would integrate straight into 
whatever Scott has planned, whereas a BindingService will be yet another 
service to configure.

Comments ?



Jules


P.S.

I guess we just need a JMX view servlet which has access to a number of 
configuration files (.jxml?). When you hit one, it just renders the JMX 
view... - simple !!


Mike Finn wrote:
 OK.
 
 Yep - found JDOM - in 3rd party. Not sure why I didn't see that b4.
 
 Thx
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
 Sundstrom
 Sent: Wednesday, June 12, 2002 11:58 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
 environment
 
 
 Great.  Submit it as a patch and we'll figure out where to put it in the
 source tree.
 
 As for JDOM, I thought we already used it, but I don't pay much
 attention to the JMX stuff.
 
 -dain
 
 Mike Finn wrote:
 
 
Dain,

Coming well. Work just keeps getting in the way! Anyways, I should have it
ready this weekend/early next week. How should I package it, as a patch?
Right now, it is an MBean deployed as a sar, with an XML service config
 
 file
 
in conf (read/maintained by the SB manager).

BTW - any plans to incorporate JDOM?

#mike


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dain
Sundstrom
Sent: Wednesday, June 12, 2002 11:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
environment


Mike,

How are you coming on the ServiceBindingManager?

-dain

Mike Finn wrote:

  Scott, Does the 'server name' (server identity) need to be part of
  the getPort request, if it is spec'd in the svc bind mbean
  config? if the server name was set on the mbean, then the port maps
   could be keyed off that (in addition to service name). So, the
  request for getport could assume the 'curent' server name for the
  port lookup. Or am I missing something? (been known to happen)
 
  #mike
 
  -Original Message- From:
  [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
   Behalf Of Scott M Stark Sent: Monday, May 20, 2002 4:52 PM To:
  [EMAIL PROTECTED] Subject: Re: [JBoss-dev]
  Re: [JBoss-user] JBoss in a multi developers environment
 
 
 
  // The service JMX name String jmxName; // The virtualHost the
  service wants to bind to which may be null String virtualHost; //
   The name of the JBoss service instance to support always
  giving an // instance the same values String serverName;
 
 
  I'm lost. What is this? Can you give an example?
 
 
  Its what I have been referring to as the starksm and dsundstrom
  config instances. Say we setup two JBoss instances of
  main.jboss.org. As Dan is saying, I don't want to have to change my
   configuration to connect to my instance each time the server is
  restarted. So when Jason configures my instance he adds:
 
  mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ...
ServerNamestarksm/ServerName
 

  /mbean
 
  while for your instance he adds: mbean code=...ServiceBindingMgr
  name=...,service=ServiceBindingMgr ...
ServerNamedsundstrom/ServerName
 

  /mbean
 
  Now there can be a static configuration for our instances for which
  the client ports, address in use is invariant across instance
  restarts.
 
 
  // The default port int port; // The default interface InetAddress
   bindAddr;
 
 
  Of these values, would the ServiceBindingManager only be allowed to
change virtualHost, port, and bindAddr?
 
 
  Yes.
 
 
 BTW, do you actually like this idea Scott?
 
 
  Yes, its a definite improvement over what we have. In the future I
  would like to see this integrated with a client side naming service but
  as I said that is another layer.
 
 
 
  ___
 
  Don't miss the 2002 Sprint PCS Application Developer's Conference
  August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
 
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
  

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 12-June-2002

2002-06-12 Thread scott . stark


Number of tests run:   609



Successful tests:  604
Errors:2
Failures:  3



[time of test: 12 June 2002 12:29 GMT]
[java.version: 1.3.1]
[java.vendor: Apple Computer, Inc.]
[java.vm.version: 1.3.1]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Mac OS X]
[os.arch: ppc]
[os.version: 10.1.4]

See http://lubega.com/testarchive/${build.uid} for details of this test.

See http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Why are EJBException wrapped with a ServerException?

2002-06-12 Thread Dain Sundstrom

Why is an EJBException wrapped with a ServerException in LogInterceptor?

A ServerException is a declared remote exception and will not pass 
through a local interface and specifically will not pass out of an CMP 
2.0 abstract accessor.

Only if an EJBException is leaving the server over a remote interface 
should an EJBException be converted into a RemoteException (even then 
I'm not sure it should be converted).

I think the same goes for RuntimeExceptions, but I would have to check 
the spec on that.

I am willing to make this change to LogInterceptor, but I don't know 
where to change the protocol code (which should convert the exception).

-dain


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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

2002-06-12 Thread Andreas Schaefer

Hi Geeks

ATTENTION: Only applies to 2.4 because in 3.0 this
is already fixed.

A while ago I enountered a problem with PostgreSQL
and the support for java.lang.Boolean.
When I define a PostgreSQL table attribute with
data type Bool the mapping in standardjaws.xml is
not working.
Therefore I would like to change from:

namePostgreSQL/name
mapping
java-typejava.lang.Boolean/java-type
jdbc-typeTINYINT/jdbc-type
sql-typeINT2/sql-type
/mapping

to:

namePostgreSQL/name
mapping
java-typejava.lang.Boolean/java-type
jdbc-typeCHAR/jdbc-type
sql-typeBOOLEAN/sql-type
/mapping

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:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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

2002-06-12 Thread chris


=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=

JAVA VERSION DETAILS
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-20010626 (JIT enabled: jitc))

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Hello,

The org.jboss.Shutdown class does not seem to work.

That is, the jboss_redhat_init.sh script called it and the jboss 
server did not stop...

Please could we get this fixed...

Or tell me what I should be calling to get the server shutdown...

Now I will return to the old faithful method - kill -9

See ya,
Chris

PS This is automated - just to make it really annoying...

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 13-June-2002

2002-06-12 Thread chris


Number of tests run:   754



Successful tests:  726
Errors:24
Failures:  4



[time of test: 13 June 2002 0:47 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20010626 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

Useful resources:

- http://lubega.com/testarchive/ibm_jdk13_20010626 for the junit report of this test.
- http://lubega.com/testarchive/ibm_jdk13_20010626/logs/ for the logs for this test.

- http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



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

2002-06-12 Thread chris


=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=

JAVA VERSION DETAILS
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-20020124 (JIT enabled: jitc))

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

Hello,

The org.jboss.Shutdown class does not seem to work.

That is, the jboss_redhat_init.sh script called it and the jboss 
server did not stop...

Please could we get this fixed...

Or tell me what I should be calling to get the server shutdown...

Now I will return to the old faithful method - kill -9

See ya,
Chris

PS This is automated - just to make it really annoying...

___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Automated JBoss(HEAD) Testsuite Results: 13-June-2002

2002-06-12 Thread chris


Number of tests run:   747



Successful tests:  717
Errors:26
Failures:  4



[time of test: 13 June 2002 2:9 GMT]
[java.version: 1.3.0]
[java.vendor: IBM Corporation]
[java.vm.version: 1.3.0]
[java.vm.name: Classic VM]
[java.vm.info: J2RE 1.3.0 IBM build cx130-20020124 (JIT enabled: jitc)]
[os.name: Linux]
[os.arch: x86]
[os.version: 2.4.9-31]

Useful resources:

- http://lubega.com/testarchive/ibm_jdk13_20020124 for the junit report of this test.
- http://lubega.com/testarchive/ibm_jdk13_20020124/logs/ for the logs for this test.

- http://lubega.com for general test information.

NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.
Remember - if a test becomes broken after your changes - fix it or fix the test!





Oh dear - still got some errors!



Thanks for all your effort - we really do love you!



___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Why are EJBException wrapped with a ServerException?

2002-06-12 Thread Scott M Stark

Its legacy from the days of having RMI/JRMP as the access protocol.
This should be moved to the protocol specific invokers.


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message - 
From: Dain Sundstrom [EMAIL PROTECTED]
To: JBoss-dev [EMAIL PROTECTED]
Sent: Wednesday, June 12, 2002 2:00 PM
Subject: [JBoss-dev] Why are EJBException wrapped with a ServerException?


 Why is an EJBException wrapped with a ServerException in LogInterceptor?
 
 A ServerException is a declared remote exception and will not pass 
 through a local interface and specifically will not pass out of an CMP 
 2.0 abstract accessor.
 
 Only if an EJBException is leaving the server over a remote interface 
 should an EJBException be converted into a RemoteException (even then 
 I'm not sure it should be converted).
 
 I think the same goes for RuntimeExceptions, but I would have to check 
 the spec on that.
 
 I am willing to make this change to LogInterceptor, but I don't know 
 where to change the protocol code (which should convert the exception).
 
 -dain
 
 
 ___
 
 Sponsored by:
 ThinkGeek at http://www.ThinkGeek.com/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development