[JBoss JIRA] Created: (JBRULES-1250) Allow option to completely remove an asset from the repository
by Shahad Ahmed (JIRA)
Allow option to completely remove an asset from the repository
--------------------------------------------------------------
Key: JBRULES-1250
URL: http://jira.jboss.com/jira/browse/JBRULES-1250
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-brms
Affects Versions: 4.0.1
Reporter: Shahad Ahmed
Assigned To: Mark Proctor
If you use the archive feature to remove a rule or package from the BRMS it is not really seen as gone, as if you attempt to create a new rule or package with the same name as the archived rules or package then you get an error saying that the rule or package already exists (looking at the source code, the repository does not care if an item is archived or not, so it will always throw an error if an asset with an existing name is created).
I'm assuming this is the designed behaviour and not a bug (I've asked about this a couple of times on the user list and got no replies to the contrary).
However, it would be very useful to be able to remove a rule or package so that you can then recreate it (e.g by importing new versions from a drl file). At present, you have to laboriously rename the rules and packages you want to remove, so that when they are archived their names do not clash with the new versions of the rules and packages you want to import or recreate. Perhaps all that is involved in implementing this new remove feature is to just automatically rename the package and its rules before archiving it?
--
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, 5 months
[JBoss JIRA] Created: (JBCACHE-1126) distribution example cannot complete (2.0 CR3)
by Aleksandar Kostadinov (JIRA)
distribution example cannot complete (2.0 CR3)
----------------------------------------------
Key: JBCACHE-1126
URL: http://jira.jboss.com/jira/browse/JBCACHE-1126
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.CR3
Environment: linux, jdk1.5.0_11
Reporter: Aleksandar Kostadinov
Assigned To: Manik Surtani
Fix For: 2.0.0.CR4
All examples fail - some can't compile, some at runtime. These that compile are running and seem to do something (at least eat some CPU cycles) but don't complete within few minutes and through exceptions so I consider them failing. Anything I'm doing wrong? btw I run with ant.
One problem with a known reason: on loadtime example path is specified with ";" between file names and not ":". To be portable to windows and unix ant path or location element has to be used.
--
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, 5 months
[JBoss JIRA] Created: (JBPORTAL-1176) Error Displaying Flash in JBoss Portal 2.4.1.CR2
by Mitch De Felice (JIRA)
Error Displaying Flash in JBoss Portal 2.4.1.CR2
------------------------------------------------
Key: JBPORTAL-1176
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1176
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Portlet
Affects Versions: 2.4.1 SP1
Environment: Release ID: JBoss [Zion] 4.0.5.GA
Home Dir: E:\Apache Group\jboss-portal-2.4.1-CR2
Java version: 1.4.2_09,Sun Microsystems Inc.
Java VM: Java HotSpot(TM) Server VM 1.4.2_09-b05,Sun Microsystems Inc.
OS-System: Windows 2000 5.0,x86
Database: Oracle 9i
Reporter: Mitch De Felice
Assigned To: Julien Viet
I'm having two problems with running the flash plugin in Jboss Portel window.
1. When I try to set the height and width on the object tag to a 100%, the window goes totally blank, like I didn't have any statements in the jsp. However, if I set the width="100%" and set a specific height="450" the flash plugin will be displayed.
<center>
<object width="100%" height="100%">
<param name="movie" value="<%= request.getAttribute("flashurl") %>"/>
<embed src="<%= request.getAttribute("flashurl") %>" width="100%" height="100%"/>
</object>
</center>
2. The second problem that I'm seeing when trying to view a flash plungin in a Portlet Window is when I specify the classid on the object tag, the footer of the Portlet Window gets clipped off.
<center>
<object width="100%" height="455"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" >
<param name="movie" value="<%= request.getAttribute("flashurl") %>"/>
<embed src="<%= request.getAttribute("flashurl") %>" width="100%" height="455"/>
</object>
</center>
I need to specify the classid so as the flash plugin can make an Ajax call back into the server.
--
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, 5 months
[JBoss JIRA] Created: (JBPORTAL-1525) RichFaces : finish integration : features, examples...
by Antoine Herzog (JIRA)
RichFaces : finish integration : features, examples...
------------------------------------------------------
Key: JBPORTAL-1525
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1525
Project: JBoss Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Portal Portlet
Affects Versions: 2.6 CR3
Environment: JBoss Portal 2.6CR3 (on a JBoss AS 4.0.5)
Rich Faces 3.0.0 and 3.0.2 (fixed version)
Reporter: Antoine Herzog
Assigned To: Julien Viet
RichFaces has provided a sample application to work in a JBoss Portal Portlet.
There was quiet a lot of tuning and adaptation (RichFaces side only ?).
It seems that it work with the JBoss Portal 2.6.0 as released.
But they may be some things to do in JBoss Portal side.
- Use of RichFaces for admin portlets etc... (as it is now inside JBoss products)
- At least, integrate a sample RichFaces Portlet, to show how nice it is, and how it works etc...
--
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, 5 months