[JBoss JIRA] Updated: (JBIDE-1494) TextFormating tag should have default behaviour, now it is used as copy everywhere
by Max Andersen (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-1494?page=all ]
Max Andersen updated JBIDE-1494:
--------------------------------
Priority: Minor (was: Major)
> TextFormating tag should have default behaviour, now it is used as copy everywhere
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-1494
> URL: http://jira.jboss.com/jira/browse/JBIDE-1494
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: Cleanup
> Affects Versions: 2.0.0.GA
> Reporter: Denis Golovin
> Assigned To: Maxim Areshkau
> Priority: Minor
> Fix For: 2.1
>
>
> It should be renamed to vpe:textFormatting
> Now there ar ea lot of blocks like posted below:
> <vpe:textFormating>
> <vpe:format type="BlockFormat" addChildren="deny" />
> <vpe:format type="UnderlineFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="BoldFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="ItalicFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="FontNameFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="FontSizeFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="BackgroundColorFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> <vpe:format type="ForegroundColorFormat">
> <vpe:formatAttribute type="style" />
> </vpe:format>
> </vpe:textFormating>
> It should have default behavior that is defined by inserting just <vpe:textFormatting> tag inside template. If some behavior should be redefined use vpe:format tag for 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, 2 months
[JBoss JIRA] Created: (RHDS-322) Datasource file not available to server view
by Samuel Mendenhall (JIRA)
Datasource file not available to server view
--------------------------------------------
Key: RHDS-322
URL: http://jira.jboss.com/jira/browse/RHDS-322
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.CR1
Reporter: Samuel Mendenhall
Create a Seam project, deploy it, then remove it from the jboss server in the servers view. Right click on the project and Run As -> Run on Server then the main project ear/war will only be added to the project. The datasource file is no longer there, therefore, when the war is deployed it will fail because it needs the datasource. If I right click on the server and go to Add and Remove Projects, only the main project shows up, the datasouce does not.
--
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, 2 months
[JBoss JIRA] Created: (JBIDE-1407) "(Add and) Remove Projects" produces an error
by Juergen Zimmermann (JIRA)
"(Add and) Remove Projects" produces an error
---------------------------------------------
Key: JBIDE-1407
URL: http://jira.jboss.com/jira/browse/JBIDE-1407
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.CR1
Environment: JDK 1.6.0_03, Eclipse 3.3.1.1, WTP 2.0.1, JBoss Tools Nightly 20071203, RichFaces 3.1.2SP1
Reporter: Juergen Zimmermann
When removing an EAR project which uses RichFaces then in the Eclipse/JBoss console there is this error message:
16:20:11,011 INFO [EARDeployer] Undeployed J2EE application: file:/C:/Programme/jboss/server/default/deploy/hska.ear/
16:20:11,011 INFO [EARDeployer] Init J2EE application: file:/C:/Programme/jboss/server/default/deploy/hska.ear/
16:20:11,011 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Programme/jboss/server/default/deploy/hska.ear/
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:146)
...
The main reason is that inside xy.ear/xy.war/WEB-INF/lib directory there are 2 JARs of RichFaces that were not deleted, namely:
* richfaces-impl-3.1.2.SP1.jar
* richfaces-ui-3.1.2.SP1.jar
The only workaround is to stop JBoss, remove xy.ear manually, and restart JBoss
--
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, 2 months