[JBoss JIRA] Created: (JBJCA-484) make *.sh execute permission on in release package
by Jeff Zhang (JIRA)
make *.sh execute permission on in release package
--------------------------------------------------
Key: JBJCA-484
URL: https://issues.jboss.org/browse/JBJCA-484
Project: IronJacamar
Issue Type: Task
Components: Build
Affects Versions: 1.0.0.Beta3
Reporter: Jeff Zhang
Assignee: Jeff Zhang
svn/jbossas/projects/jboss-jca/trunk/build/ironjacamar-1.0.0.Beta4$ find . -name *sh | xargs ls -l
-rw-r--r-- 1 jizhang jizhang 1562 2010-12-29 11:23 ./bin/run.sh
-rw-r--r-- 1 jizhang jizhang 52 2010-12-29 11:23 ./doc/codegenerator/codegenerator.sh
-rw-r--r-- 1 jizhang jizhang 462 2010-12-29 11:23 ./doc/validator/validator.sh
go to
-rwxr-xr-x
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JGRP-1252) TCP Gossip Discovery Issue
by Grahame Rogers (JIRA)
TCP Gossip Discovery Issue
--------------------------
Key: JGRP-1252
URL: https://jira.jboss.org/browse/JGRP-1252
Project: JGroups
Issue Type: Bug
Affects Versions: 2.11
Environment: Windows XP and Solaris 5.10
Reporter: Grahame Rogers
Assignee: Bela Ban
Fix For: 2.11.1
I run the chat demo app that was shipped with an older version of Jgroups. Using tcp transport, with tcpgossip for discovery I start up 2 instances of the chat application. I then restart the gossip server and also another instance of the chat application. The 3rd instance of the chat application receives a view update (membershipListener.viewAccepted) only the logical name of one of the 2 previous instances of the chat client is incorrect. I have detailed the results in: http://old.nabble.com/TCPGossip-Discovery-Issue-td30227966.html
I will attach the test client to this bug report.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBRULES-2909) Build: development setup howto's, tips & tricks in the README.txt file for git, maven, eclipse, intellij, ...
by Geoffrey De Smet (JIRA)
Build: development setup howto's, tips & tricks in the README.txt file for git, maven, eclipse, intellij, ...
-------------------------------------------------------------------------------------------------------------
Key: JBRULES-2909
URL: https://issues.jboss.org/browse/JBRULES-2909
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBRULES-2911) Planner: simulated annealing should work for planning problems with many hard constraints broken
by Geoffrey De Smet (JIRA)
Planner: simulated annealing should work for planning problems with many hard constraints broken
------------------------------------------------------------------------------------------------
Key: JBRULES-2911
URL: https://issues.jboss.org/browse/JBRULES-2911
Project: Drools
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: drools-planner
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Minor
Fix For: 5.2.0.M2
This code is bad in SimulatedAnnealingAcceptor:
// TODO don't abuse translateScoreToGraphValue
// TODO do hard and soft separately and then average their acceptChance
Double diff = localSearchSolverScope.getScoreDefinition().translateScoreToGraphValue(scoreDifference);
if (diff == null) {
// more hard constraints broken, ignore it for now
return 0.0;
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months