[JBoss JIRA] Created: (JBIDE-8280) Content assist for JSF 2 should not add managed beans annotated with @ManagedBean when faces-config@metadata-complete="true" in WEB-INF/faces-config.xml
by Denis Golovin (JIRA)
Content assist for JSF 2 should not add managed beans annotated with @ManagedBean when faces-config@metadata-complete="true" in WEB-INF/faces-config.xml
--------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8280
URL: https://issues.jboss.org/browse/JBIDE-8280
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects Versions: 3.2.0.CR1, 3.3.0.M1
Reporter: Denis Golovin
Assignee: Alexey Kazakov
Fix For: 3.3.x
According faces-config 2.0 scheme:
"Attribute : metadata-complete
The metadata-complete attribute defines whether this JavaServer Faces application is complete, or
whether the class files available to this module and packaged with this application should be examined
for annotations that specify configuration information. This attribute is only inspected on the application
configuration resource file located at "WEB-INF/faces-config.xml". The presence of this attribute on any
application configuration resource other than the one located at "WEB-INF/faces-config.xml", including any
files named using the javax.faces.CONFIG_FILES attribute, must be ignored. If metadata-complete is set
to "true", the JavaServer Faces runtime must ignore any annotations that specify configuration
information, which might be present in the class files of the application. If metadata-complete is not
specified or is set to "false", the JavaServer Faces runtime must examine the class files of the application
for annotations, as specified by the specification. If "WEB-INF/faces-config.xml" is not present, the
JavaServer Faces runtime will assume metadata-complete to be "false". The value of this attribute will
have no impact on runtime annotations such as @ResourceDependency or @ListenerFor.
Data Type : boolean
Enumerated Values :
- true
- false"
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-9939) When you create a new appliaction, it should get selected in the list of applications
by Andre Dietisheim (Created) (JIRA)
When you create a new appliaction, it should get selected in the list of applications
-------------------------------------------------------------------------------------
Key: JBIDE-9939
URL: https://issues.jboss.org/browse/JBIDE-9939
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 3.3.0.M4
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M4
Attachments: new-app.png
If you create a new application, it should get selected in the list of available applications, as soon as you close the creation dialog.
!new-app.png!
How to reproduce:
1) ASSERT: have an OpenShift Express account and domain
2) EXECUTE: open up the appliaction wizard
3) EXECUTE: on the "Application selection" page, hit "New", select the appropriate settings and hit "Finish"
Result:
There's no selection in the appliaction table.
Expected result:
The freshly create app is selected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-11281) Smooks Editor doesn't work with Boolean
by Alexander Kunkel (JIRA)
Alexander Kunkel created JBIDE-11281:
----------------------------------------
Summary: Smooks Editor doesn't work with Boolean
Key: JBIDE-11281
URL: https://issues.jboss.org/browse/JBIDE-11281
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.3.0.M5
Reporter: Alexander Kunkel
Assignee: Brian Fitzpatrick
Priority: Critical
This simple input data will lead to the Error: Error creating Input Model from Sample Model Data. Error: "Error build project classpath."
{code}
public class SmooksToolsBooleanError {
private Boolean b;
public Boolean getB() {
return b;
}
public void setB(Boolean b) {
this.b = b;
}
}
{code}
Simple configuration:
{code}
<?xml version="1.0" encoding="UTF-8"?><smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.1.xsd">
<params>
<param name="stream.filter.type">SAX</param>
<param name="inputType">input.java</param>
<param name="input.java" type="input.type.actived">tst.SmooksToolsBooleanError</param>
</params>
</smooks-resource-list>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-9917) Deadlock in JarAccessFactory.getJarAccess()
by Viacheslav Kabanovich (Created) (JIRA)
Deadlock in JarAccessFactory.getJarAccess()
-------------------------------------------
Key: JBIDE-9917
URL: https://issues.jboss.org/browse/JBIDE-9917
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 3.3.0.M3
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
HashMap should never be invoked without synchronization if there is a chance that it may be accessed by different threads.
Thread [Worker-0] (Suspended)
HashMap<K,V>.get(Object) line: 320
JarAccessFactory.getJarAccess(String, JarSystemImpl) line: 11
JarSystemImpl.getJarAccess() line: 32
JarSystemImpl.getChildByPathPart(String) line: 74
JarSystemImpl(XModelObjectImpl).getChildByPath(String) line: 334
TaglibMapping.findTldsInJar(XModelObject) line: 225
TaglibMapping.findTldsInJars() line: 209
TaglibMapping.revalidate(XModelObject) line: 85
JSFWatcherContributor.updateProject() line: 49
Watcher.updateAll() line: 106
Watcher.access$0(Watcher) line: 89
Watcher$WatcherRunnable.run() line: 47
XJob.runInWorkspace(IProgressMonitor) line: 178
XJob(InternalWorkspaceJob).run(IProgressMonitor) line: 38
Worker.run() line: 54
Thread [Worker-7] (Suspended)
HashMap<K,V>.get(Object) line: 320
JarAccessFactory.getJarAccess(String, JarSystemImpl) line: 11
JarSystemImpl.getJarAccess() line: 32
JarSystemImpl.getChildByPathPart(String) line: 74
JarSystemImpl(XModelObjectImpl).getChildByPath(String) line: 334
ClassPathMonitor.process() line: 68
JSF2ProjectBuilder.build(int, Map<String,String>, IProgressMonitor) line: 101
KbBuilder.buildExtensionModels(int, Map, IProgressMonitor) line: 191
KbBuilder.build(int, Map<String,String>, IProgressMonitor) line: 136
BuildManager$2.run() line: 728
SafeRunner.run(ISafeRunnable) line: 42
BuildManager.basicBuild(int, IncrementalProjectBuilder, Map<String,String>, MultiStatus, IProgressMonitor) line: 199
BuildManager.basicBuild(IBuildConfiguration, int, IBuildContext, ICommand[], MultiStatus, IProgressMonitor) line: 239
BuildManager$1.run() line: 292
SafeRunner.run(ISafeRunnable) line: 42
BuildManager.basicBuild(IBuildConfiguration, int, IBuildContext, MultiStatus, IProgressMonitor) line: 295
BuildManager.basicBuildLoop(IBuildConfiguration[], IBuildConfiguration[], int, MultiStatus, IProgressMonitor) line: 351
BuildManager.build(IBuildConfiguration[], IBuildConfiguration[], int, IProgressMonitor) line: 374
AutoBuildJob.doBuild(IProgressMonitor) line: 143
AutoBuildJob.run(IProgressMonitor) line: 241
Worker.run() line: 54
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years