Split topic to different forum doesn't change properly topic/post counts
------------------------------------------------------------------------
Key: JBFORUMS-238
URL: http://jira.jboss.com/jira/browse/JBFORUMS-238
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Reporter: Ryszard Kozmik
Assigned To: Ryszard Kozmik
Priority: Minor
Fix For: 1.0.0 GA, 1.0.1 RC
When new topic from split is pointed to other forum then post/topic count values are not updated correctly.
--
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
[ http://jira.jboss.com/jira/browse/JBCACHE-471?page=comments#action_12362805 ]
Galder Zamarreno commented on JBCACHE-471:
------------------------------------------
This could be somehow related to the resolution of optimistic
conflicts when merging workspaces.
http://jira.jboss.com/jira/browse/JBCACHE-617
We should probably design both together?
> Handle JGroups MERGE
> --------------------
>
> Key: JBCACHE-471
> URL: http://jira.jboss.com/jira/browse/JBCACHE-471
> Project: JBoss Cache
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 1.2.4
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Fix For: 2.1.0.GA
>
>
> When JGroups needs to do a merge due to a temporary break in the group structure, JGroups does not handle the merging of data. This is usually left up to the application to handle.
> JBossCache should support pluggable merge policies, we could provide some simple merge policies and allow users to write their own.
> 1. Evict on merge policy - when a merge occurs, evict the entire in-memory state. Useful for Hibernate or when used with a shared cache loader.
> 2. Other merge algos ... ?
--
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
Read only text area widget on View source action
------------------------------------------------
Key: JBRULES-863
URL: http://jira.jboss.com/jira/browse/JBRULES-863
Project: JBoss Rules
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Fernando Meyer
Assigned To: Fernando Meyer
--
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
[ http://jira.jboss.com/jira/browse/JBAS-3193?page=all ]
Galder Zamarreno resolved JBAS-3193.
------------------------------------
Resolution: Won't Fix
The original bug was fixed for Java 6 and Java 5.0_06:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4403166http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6182812
However, fixing this introduced:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6481955
This has finally been fixed in Java 6u1 and Java 5 Update 11.
> Use getCanonicalFile() to provide absolute paths without prepend characters (\..\..\..\)
> ----------------------------------------------------------------------------------------
>
> Key: JBAS-3193
> URL: http://jira.jboss.com/jira/browse/JBAS-3193
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Deployment services
> Affects Versions: JBossAS-4.0.4.CR2
> Environment: Windows
> Reporter: Galder Zamarreno
> Assigned To: Galder Zamarreno
> Priority: Minor
>
> Due to a bug in the JVM, paths created by expressions like this File f = new File(parentDir, fileName)
> contain prepend characters (\..\..\..\..\ ) and can result on paths bigger than 255 characters (Windows limit).
> The JVM bug has been fixed but won't be available until Java 6 (Mustang):
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4403166
> The feature request consists of changing File f = new File(parentDir, fileName) to
> f = new File(parentDir, fileName).getCanonicalFile();. This would guarantee that relative paths
> are constructed into absolute ones without prepend characters.
--
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
Problem with Moderator bean initialization
------------------------------------------
Key: JBFORUMS-239
URL: http://jira.jboss.com/jira/browse/JBFORUMS-239
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Reporter: Ryszard Kozmik
Assigned To: Ryszard Kozmik
Fix For: 1.0.0 GA, 1.0.1 RC
It only appears after logging into and when user have all information filled in his user profile. Exception appears when first accessing TopicView.
--
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
[ http://jira.jboss.com/jira/browse/JBPM-46?page=comments#action_12362756 ]
Ronald van Kuijk commented on JBPM-46:
--------------------------------------
Maybe no specific commits related to this 'issue', but the scheduler servlet is there. However the switch to quartz has not been made (to complicated vs to little gain)
> scheduler
> ---------
>
> Key: JBPM-46
> URL: http://jira.jboss.com/jira/browse/JBPM-46
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Reporter: Tom Baeyens
> Assigned To: Tom Baeyens
> Priority: Critical
> Fix For: jBPM 3.0 alpha 4
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> implement the scheduler functionality + a simple servlet that acts as a cron-task to check for due jobs on regular intervals.
--
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
CMS content redirecting to index page after failure in streaming content
------------------------------------------------------------------------
Key: JBPORTAL-1398
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1398
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal CMS
Affects Versions: 2.6.CR2
Reporter: Thomas Heute
Assigned To: Sohil Shah
Fix For: 2.6 Final
--
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
[ http://jira.jboss.com/jira/browse/JBPM-46?page=comments#action_12362750 ]
Matt Read commented on JBPM-46:
-------------------------------
I notice this one is marked Done but there are no Subversion commits logged. Could you point me at what has been done here as I'm just about to attempt a Quartz implementation.
> scheduler
> ---------
>
> Key: JBPM-46
> URL: http://jira.jboss.com/jira/browse/JBPM-46
> Project: JBoss jBPM
> Issue Type: Feature Request
> Components: Core Engine
> Reporter: Tom Baeyens
> Assigned To: Tom Baeyens
> Priority: Critical
> Fix For: jBPM 3.0 alpha 4
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> implement the scheduler functionality + a simple servlet that acts as a cron-task to check for due jobs on regular intervals.
--
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