[jboss-jira] [JBoss JIRA] Updated: (JBAS-4986) Remove Debugger from ClusterPartition
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Nov 20 20:16:18 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-4986?page=all ]
Brian Stansberry updated JBAS-4986:
-----------------------------------
Summary: Remove Debugger from ClusterPartition (was: subproject fails to build from source (jgroups related))
Issue Type: Feature Request (was: Bug)
Fix Version/s: JBossAS-4.2.3.GA
Priority: Minor (was: Major)
I'm not calling this a bug as JGroups 2.4 is the correct dependency. However, ClusterPartition's use of the Debugger class is disabled so any references to it should be removed.
> Remove Debugger from ClusterPartition
> -------------------------------------
>
> Key: JBAS-4986
> URL: http://jira.jboss.com/jira/browse/JBAS-4986
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Clustering
> Affects Versions: JBossAS-4.2.2.GA
> Reporter: Torsten Werner
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-4.2.3.GA
>
>
> When I try to build the subproject from source, I get the following error message. The class org.jgroups.debug.Debugger is not available in jgroups 2.5 or 2.6.
> 1. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 49)
> import org.jgroups.debug.Debugger;
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> The import org.jgroups.debug.Debugger cannot be resolved
> ----------
> 2. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 100)
> protected Debugger debugger=null;
> ^^^^^^^^
> Debugger cannot be resolved to a type
> ----------
> 3. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 344)
> if(use_debugger && debugger == null)
> ^^^^^^^^
> debugger cannot be resolved
> ----------
> 4. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 346)
> debugger=new Debugger(channel);
> ^^^^^^^^
> debugger cannot be resolved
> ----------
> 5. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 346)
> debugger=new Debugger(channel);
> ^^^^^^^^
> Debugger cannot be resolved to a type
> Cheers,
> Torsten
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list