[JBoss JIRA] Created: (JBPM-756) log.debug calls are unprotected
by Dave Caruana (JIRA)
log.debug calls are unprotected
-------------------------------
Key: JBPM-756
URL: http://jira.jboss.com/jira/browse/JBPM-756
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.1.2
Environment: Window XP, Java 5
Reporter: Dave Caruana
Assigned To: Tom Baeyens
Within org.jbpm.context.exe.VariableContainer there are calls to log.debug. In particular:
line 156: log.debug("create variable '"+name+"' in '"+this+"' with value '"+value+"'");
line 160: log.debug("update variable '"+name+"' in '"+this+"' to value '"+value+"'");
However, they are unprotected i.e. the method is called even if debug logging is not switched on. This is not too much of a problem if the variable value is of a primitive type, but sometimes, values can be complex (including their toString()).
"if (log.isDebugEnabled())" statements are missing.
--
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
18 years
[JBoss JIRA] Created: (JBCACHE-712) PojoCache needs a new tutorial gui
by Ben Wang (JIRA)
PojoCache needs a new tutorial gui
----------------------------------
Key: JBCACHE-712
URL: http://jira.jboss.com/jira/browse/JBCACHE-712
Project: JBoss Cache
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: PojoCache
Reporter: Ben Wang
Assigned To: Ben Wang
Fix For: 2.0.0
Currently, the gui for PojoCache just display the internal cache node straight out so user can observe the field-level change. This however may not work under 2.0 since the internal ojbect model has changed.
One possiblity is the user will have to inspect the internal area as well (that is clouded by a random GUID though). The other one is we add intelligence to the GUI such that display is for object view.
This can relate to the CacheIDE as well.
--
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
18 years