Bug 777897 (SOA-425) - bin/probe.sh should be removed from standalone server
Summary: bin/probe.sh should be removed from standalone server
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-425
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Tooling
Version: 4.2 CR3
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2 CP01
Assignee: Julian Coleman
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-14 01:53 UTC by Len DiMaggio
Modified: 2008-04-01 14:51 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
soa-4.2.0.CR3.zip standalone-soa-4.2.0.CR3.zip
Last Closed: 2008-04-01 14:51:33 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-425 0 None None None Never

Description Len DiMaggio 2008-02-14 01:53:23 UTC
Date of First Response: 2008-02-14 03:38:44
project_key: SOA

This won't be much use on the standalone server...(jgroups.jar is not part of the server distro - and the server is not intended for clusters)


#!/bin/sh
### ====================================================================== ###
##                                                                          ##
##  JGroups Cluster Discovery Script                                        ##
##                                                                          ##
### ====================================================================== ###

# Discovers all UDP-based members running on a certain mcast address (use -help for help)
# Probe [-help] [-addr <addr>] [-port <port>] [-ttl <ttl>] [-timeout <timeout>]

CLASSPATH=.:../lib/commons-logging.jar:../server/all/lib/jgroups.jar:$CLASSPATH

# OS specific support (must be 'true' or 'false').
cygwin=false;
case "`uname`" in
    CYGWIN*)
        cygwin=true
        ;;
esac

if [ $cygwin = "true" ]; then
   CP=`cygpath -wp $CLASSPATH`
else
   CP=$CLASSPATH
fi

Comment 1 Jehudi Castro Sierra 2008-02-14 08:38:44 UTC
this is also true for bin/probe.bat

Comment 2 Julian Coleman 2008-03-19 13:51:40 UTC
Fixed in revision 1130 of build-tools/builders/esb/build.xml

Commit message:

  Remove bin/probe.{sh|bat} from the standalone server, as they are not useful
  there.


Comment 3 Len DiMaggio 2008-04-01 14:51:33 UTC
Verified fixed in CP01 - March 31 build.


Note You need to log in before you can comment on or make changes to this bug.