[JBoss JIRA] Created: (JBIDE-938) Ear dependencies not handle correctly by jboss adapter
by Max Andersen (JIRA)
Ear dependencies not handle correctly by jboss adapter
------------------------------------------------------
Key: JBIDE-938
URL: http://jira.jboss.com/jira/browse/JBIDE-938
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta3
Reporter: Max Andersen
Assigned To: Rob Stryker
Priority: Blocker
Fix For: 2.0.0.Beta4
Attachments: eardepsonservers
Rob - you were telling me that wtp does not send you delta notifications of sub-parts of EAR's.
Couldn't this be because we somehow don't register the modules correctly.
Compare on this screenshot where our adapter only sees the EAR, but a default jboss adapter see's the EAR and has ejb and war as subchild.
I think if you fix this you will get delta's for the subparts too.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-909) Publishing EAR and update failure
by Bernd Ahrens (JIRA)
Publishing EAR and update failure
---------------------------------
Key: JBIDE-909
URL: http://jira.jboss.com/jira/browse/JBIDE-909
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta4
Environment: wtp-all-in-one-sdk-R-2.0-200706260303-win32.zip,JBossAS-Tools-200709180102-nightly.zip,JBossTools-Core-200709180102-nightly.zip, jdk1.5.0_12
Reporter: Bernd Ahrens
Hello,
I reproduced the behavior is with the new Nightly Build.
I am not sure, where and how to write a ?jira?, so here the steps for reprodducing:
I installed wtp-all-in-one-sdk-R-2.0-200706260303-win32.zip
with
JBossAS-Tools-200709180102-nightly.zip
and
JBossTools-Core-200709180102-nightly.zip
In an Eclipseextension folder.
Because with the Beta3 a got some erros in the preferences, like discussed in the forum.
Now I make a simple testear (EAR 1.4) Projekt and a testearWeb (Dynamic WebModule2.4) with a simple index.jsp.
In the EAR-Projekt under Properties / J2EE Module Dependencies I mark the "testearWeb" Projekt.
Publishing it to the local Server, the following structure is deployed:
c:\eclipse33\server\jboss-4.0.3SP1\server\default\deploy\testear.ear\testweb.war\index.jsp
Then I make a change on the index.jsp and push "Publish to the Server".
Now, there is a second folder for the war with only one file:
c:\eclipse33\server\jboss-4.0.3SP1\server\default\deploy\testearWeb.war\index.jsp
The first war-folder is still there, so you have two wars wih the same Context Root.
Why is there a second folder for the war?
Any ideas?
Could an Exploded Ear/War-Configuration help me? How is it configured?
( Before I make a Test with JBossAS-Tools-200709170536-nightly.zip, there was also a second folder for the war, but with more Content, I mean?)
Thanks for help!
Bernd
PS: I will try to live for once whith the slowly WTP-Deploy-Functions, maybe, with a faster Tomcat for the Webcontainer, maybe with Sysdeo. Have you other suggestions for Eclipse33?
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-837) A structured model client, FacesRendererFactory$MyEMF2DOMAdapterRoot(renderer,RendererTypeImpl) threw following exception during adapter notification
by Anton Klimkovich (JIRA)
A structured model client, FacesRendererFactory$MyEMF2DOMAdapterRoot(renderer,RendererTypeImpl) threw following exception during adapter notification
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-837
URL: http://jira.jboss.com/jira/browse/JBIDE-837
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Anton Klimkovich
Attachments: 111.txt
JSF project
1 Open faces-config.xml on tree tab.
2 Create new Render Kit (RenderKit)->Renderer -> Attribute
3 Click on Source tab
4 Add to source <facet><facet-name>FacetName</facet-name></facet> inside <attribute></attribute>
example:
<renderer>
<component-family/>
<renderer-type>renderer</renderer-type>
<renderer-class>RClass</renderer-class>
<attribute>
<facet>
<facet-name>FacetName</facet-name>
</facet>
<attribute-name>AtrName</attribute-name>
<attribute-class>AtrClass</attribute-class>
</attribute>
</renderer>
5 Delete string <facet><facet-name>FacetName</facet-name></facet>
6 Save changes.
Exception willbe occur
Log attached.
--
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, 6 months
[JBoss JIRA] Resolved: (JBIDE-765) Factory org.jboss.tools.common.core.resources.XModelObjectEditorInputFactory returned null from createElement for editor id=org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor
by Viacheslav Kabanovich (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-765?page=all ]
Viacheslav Kabanovich resolved JBIDE-765.
-----------------------------------------
Resolution: Done
EXECUTE: create JsfKickStart project.
EXECUTE: Open Web Projects view.
EXECUTE: Open JsfKickStart/Tag Libraries/jsf_core.tld
EXECUTE: Close Eclipse.
EXECUTE: Remove JsfKickStart project from disk.
EXECUTE: Open Eclipse.
ASSERT: There is an open editor with name 'jsf_core.tld' and text ''Resource has been externally removed." on its single page.
> Factory org.jboss.tools.common.core.resources.XModelObjectEditorInputFactory returned null from createElement for editor id=org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-765
> URL: http://jira.jboss.com/jira/browse/JBIDE-765
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: 2.0.0.Beta3
> Reporter: Anton Klimkovich
> Assigned To: Viacheslav Kabanovich
> Fix For: 2.0.0.CR1
>
> Attachments: 1.txt, 111.txt, 2.txt
>
>
> Create JSFKickStart
> Open any JSP page
> Close RHDS without closing JSP Editor
> Delete project from workspace manualy
> Open RHDS
> Factory org.jboss.tools.common.core.resources.XModelObjectEditorInputFactory returned null from createElement for editor id=org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor ...
> Log attached.
> for Xhtml Editor similar exception.
--
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, 6 months