[JBoss JIRA] Resolved: (JBIDE-331) Support for ejb3.0 archives, xml, generic jar, and .sar archives
by Rob Stryker (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-331?page=all ]
Rob Stryker resolved JBIDE-331.
-------------------------------
Resolution: Done
single file deployer has been created and is now the proper way to do this. Any bugs should be re-created and mentioned as a bug with that part.
> Support for ejb3.0 archives, xml, generic jar, and .sar archives
> ----------------------------------------------------------------
>
> Key: JBIDE-331
> URL: http://jira.jboss.com/jira/browse/JBIDE-331
> Project: JBoss Tools
> Issue Type: Feature Request
> Components: JBossAS
> Affects Versions: 2.0.0.Alpha
> Reporter: Rob Stryker
> Assigned To: Rob Stryker
> Fix For: LATER
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Ensure that factories for all archive types ( ejb3.0 archives, xml, generic jar, and .sar archives) exist and create publishable modules.
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-1023) NPE in Seam Entity Wizard
by Max Andersen (JIRA)
NPE in Seam Entity Wizard
-------------------------
Key: JBIDE-1023
URL: http://jira.jboss.com/jira/browse/JBIDE-1023
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta4
Reporter: Max Andersen
Assigned To: Denis Golovin
Fix For: 2.0.0.CR1
When running Seam New Entity I get this:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.setDefaultValue(SeamBaseWizardPage.java:146)
at org.jboss.tools.seam.ui.wizard.SeamEntityWizardPage1.doFillDefaults(SeamEntityWizardPage1.java:62)
at org.jboss.tools.seam.ui.wizard.SeamBaseWizardPage.propertyChange(SeamBaseWizardPage.java:184)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
(Is this a duplicate or another error than last ?)
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-1038) Ctrl click navigation fro #{} EL expressions in Java Strings
by Denis Golovin (JIRA)
Ctrl click navigation fro #{} EL expressions in Java Strings
------------------------------------------------------------
Key: JBIDE-1038
URL: http://jira.jboss.com/jira/browse/JBIDE-1038
Project: JBoss Tools
Issue Type: Feature Request
Affects Versions: 2.0.0.Beta4
Reporter: Denis Golovin
Assigned To: Victor Rubezhny
Fix For: 2.0.0.CR1
Testcase:
1. EXECUTE: Create Seam project in War Configuration
2. EXECUTE: Create Seam action for created seam project
3. EXECUTE: Open ActionTest class in test project
4. ASSERT: There is #{actionName.methodName} in java string in test method
5. ASSERT: actionName and methodName is get underlined when mouse over it with Ctrl pressed
6. ASSERT: click on actionName with Ctrl pressed opens ActionBean class created on step 2
7. ASSERT: click on methodName with Ctrl pressed opens ActionBean class created on step 2 and move cursor to metod declaration in class
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBIDE-897) Problem with Css Render in RedHat Jsp Editor
by Hermes Waldemarin (JIRA)
Problem with Css Render in RedHat Jsp Editor
--------------------------------------------
Key: JBIDE-897
URL: http://jira.jboss.com/jira/browse/JBIDE-897
Project: JBoss Tools
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.0.Beta3
Environment: Windows Xp, Eclipse 3.3
Reporter: Hermes Waldemarin
Priority: Critical
I have problem with Jsp Editor when a try use the css file attached below.
The tags css don't work ok.
Open any jsp using this tags in firefox and you see the results in RedHat Jsp Editor is different.
.framePadrao {
background-color: #F4F4F4;
font-family: Arial, Helvetica, sans-serif;
}
.framePadrao .borda{
border: 1px solid #7088c5;
padding-right: 5px;
padding-left: 10px;
}
.borda .borda, .borda .abaMaior , .borda .abaMenor{
font-family: Arial, Helvetica, sans-serif;
}
.borda .borda{
margin-right: 5px;
}
.framePadrao .titulo , .framePadrao .abaMaior, .framePadrao .abaMenor{
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-align: center
}
.framePadrao .titulo{
background-image: url(../images/pastasQuadro/pstQuadroGiant.gif);
height: 17px;
width: 280px;
margin-bottom: 7px;
}
.framePadrao .abaMaior, .framePadrao .abaMenor{
text-align: center;
cursor: pointer;
margin-top: 5px;
height: 18px;
}
.framePadrao .abaMaior {
background-image: url(../images/pastasQuadro/pstSelecionadoMaior.gif);
width: 150px;
}
.framePadrao .abaMenor {
background-image: url(../images/pastasQuadro/pstSelecionado.gif);
width: 100px;
}
.label {
font-size: 11px;
color: #000000;
margin-left: 5px;
margin-top: 2px;
line-height: 16px;
text-align: right;
}
.grupoLabels {
float: left;
}
.framePadrao .headers {
clear: left;
float: left;
background-color: #7EA5B8;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
width: 100%;
margin-right: 10px;
}
.framePadrao .registros {
clear: left;
float: left;
font-size: 11px;
color: #000000;
width: 100%;
overflow-y: scroll;
}
.registros .registro{
clear: left;
float: left;
border-bottom: 1px solid #CCCCCC;
width: 100%;
}
.registros .coluna, .headers .header{
float: left;
margin-left: 5px;
}
.seta{
list-style-image: url(../images/icones/setaAzul.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none ;
font-weight: bold;
}
.seta INPUT{
border: 1px #E0E0E0 solid;
margin-left: 3px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.seta .calendar{
background-image: url(../images/botoes/calendar.gif);
width: 16px;
height: 15px;
float: left
}
.seta .text{
width: 100px;
margin-left: 3px;
}
.seta .campoLeitura {
color: #000000;
line-height: 18px;
margin-left: 3px;
}
--
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
17 years, 1 month