[JBoss JIRA] Created: (JBIDE-1592) Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
by Denis Golovin (JIRA)
Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1592
URL: http://jira.jboss.com/jira/browse/JBIDE-1592
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Denis Golovin
Fix For: 2.1
That would be nice if <tag> declaration from *.taglib.xml are discovered and used in VPE content assists.
Here is scenario for facelets taglib registered in web.xml:
1. EXECUTE: Create JFP Project using New JSF Project Wizard
2. EXECUTE: Enter a name, select JSF environment: ['JSF 1.2 with Facelets', select Template: 'FaceletKikStartWithoutLibs' then press 'Next'
3. EXECUTE: Select Server Runtime and Target Server then press 'Finish'
4. EXECUTE: Copy attached files custom.taglib.xml and inputCurrency.xhtml to /WEB-INF
5. EXECUTE: Copy attached file show100.xhtml to WebContent/pages
6. EXECUTE: Open web.xml in any editor and add text below
<context-param>
<param-name>facelets.LIBRARIES</param-name>
<param-value>/WEB-INF/custom.taglib.xml</param-value>
</context-param>
8. EXECUTE: Open show100.xhtml in VPE
7. ASSERT: Content proposal list for <c: should contain inputCurrency tag
9. ASSERT: Ctrl+click on 'xmlns:c="http://mydomain.com/jsf/myproject"' opens custom.taglib.xml in xml editor
Scenario for facelets taglib in jar is almost the same but *.taglib.xml should be discovered in <filename>.jar/META-INF/*.taglib.xml.
--
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
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5034) Assign Properties editor allows copy operation that validator complains about
by Jeff DeLong (JIRA)
Assign Properties editor allows copy operation that validator complains about
-----------------------------------------------------------------------------
Key: JBIDE-5034
URL: https://jira.jboss.org/jira/browse/JBIDE-5034
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpm
Environment: JBoss BPEL Editor 1.0.0.v200909110340M-H277-M3 with Eclipse 3.5 on Mac
Reporter: Jeff DeLong
The Assign Properties editor allow the following XML to be created:
<bpel:assign validate="no" name="AssignDataForBuyFailed">
<bpel:copy>
<bpel:from>
<bpel:literal xml:space="preserve"><tns:BuyFailed xmlns:tns="http://www.example.org/Store/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fault></fault>
</tns:BuyFailed>
</bpel:literal>
</bpel:from>
<bpel:to variable="buyFailedVar" part="parameters"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from part="parameters" variable="creditCheckInvalidVar">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
<![CDATA[fault]]>
</bpel:query>
</bpel:from>
<bpel:to part="parameters" variable="buyFailedVar">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
<![CDATA[fault]]>
</bpel:query>
</bpel:to>
</bpel:copy>
</bpel:assign>
See attached screen shot for what this looks like in the property editor. However this generates the following error message:
Description Resource Path Location Type
The LocationPath expression "child::fault" is not allowed in expressions as there is no implicit context node present. PurchaseGoodsProcess_Store.bpel /StoreProcess/bpel line 86 BPEL Validation Marker
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months
[JBoss JIRA] Created: (JBIDE-5098) Support XSLT Transform capability in BPEL Assign activity
by Jeff DeLong (JIRA)
Support XSLT Transform capability in BPEL Assign activity
---------------------------------------------------------
Key: JBIDE-5098
URL: https://jira.jboss.org/jira/browse/JBIDE-5098
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.1.0.M3
Reporter: Jeff DeLong
Test out and clarify the support for the BPEL XSLT Transform capability in BPEL Assign activity.
I used the Assign Property Editor and chose Expression from the From drop down list, used Expression language Same as Process(XPath 1.0 in BPEL 2.0). I seem to have a bit of a problem with the code completion. control spacebar just lists my variables. If I then type in bpel: and hit control space, I see the bpel:doXslTransform(...). However if I select it I wind up with bpel:bpel:doXslTransform(...).
Also, the Editor created it with the ![CDATA. Is this correct? It seems that
<bpel:copy>
<bpel:from>bpel:doXslTransform(...)
is sufficient.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months