[JBoss JIRA] (JBIDE-20147) Batch Property mapping issue with reference
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20147?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova closed JBIDE-20147.
-----------------------------------
Verified on JBDS 9 beta2b
> Batch Property mapping issue with reference
> -------------------------------------------
>
> Key: JBIDE-20147
> URL: https://issues.jboss.org/browse/JBIDE-20147
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.3.0.Beta1
> Environment: Mars
> Tools 4.3.0 Beta1
> Reporter: Cody Lerum
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.Beta2
>
>
> After upgrading to Mars and JBT I started getting a validation warning on my batch configuration
> If I have the following I get an error {{Property "INVOICE_JOB_ID" is not found in artifact "invoiceCreateBatchlet" and is not used in other properties.}}
> {code}
> @Inject
> @BatchProperty(name = InvoiceCreatePartitionMapper.INVOICE_JOB_ID_KEY)
> private String invoiceJobId;
> {code}
> In a different class
> {code}
> public static final String INVOICE_JOB_ID_KEY = "INVOICE_JOB_ID";
> {code}
> However if have the following there is no warning.
> {code}
> @Inject
> @BatchProperty(name = "INVOICE_JOB_ID")
> private String invoiceJobId;
> {code}
> It appears that the validation logic cannot follow the reference
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20264) Suggestion dialog is not updated correctly for ref elements
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20264?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova edited comment on JBIDE-20264 at 7/27/15 7:50 AM:
------------------------------------------------------------------
Yes, testReader is available in Browse action.
There is nothing in Error log.
was (Author: ljelinko):
Yes, testReader is available in Browse action.
> Suggestion dialog is not updated correctly for ref elements
> -----------------------------------------------------------
>
> Key: JBIDE-20264
> URL: https://issues.jboss.org/browse/JBIDE-20264
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.3.0.Beta2
> Reporter: Lucia Jelinkova
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.CR1
>
> Attachments: video.ogv
>
>
> In JBIDE-20005, there was added a new navigation feature from Properties to diagram. However, the suggestion box is not always updated correctly.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19957) Application wizard: Add summary of generated values to new app
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19957?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19957:
------------------------------------------
closing since reported in JBIDE-20373
> Application wizard: Add summary of generated values to new app
> --------------------------------------------------------------
>
> Key: JBIDE-19957
> URL: https://issues.jboss.org/browse/JBIDE-19957
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
> Attachments: generated-template-parameters.png, v2 summary screen.png
>
>
> Some templates allow you to define parameters that are generated for the user. We should update the new app flow to provide feedback to the user what those generated values are so they have them.
> Steps to reproduce:
> # EXEC: launch new application wizard from context menu of a v3 Openshift connection (New->Application)
> # ASSERT: new application wizard from template shows up
> # EXEC: Select a template and get to next page with template parameters
> # ASSERT: the list shows parameters with "(generated)" value
> !generated-template-parameters.png!
> EXEC: hit "Finish"
> Result:
> I have no feedback on the values of the generated parameters. I have no idea about what was generated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19957) Application wizard: Add summary of generated values to new app
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19957?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-19957 at 7/27/15 6:21 AM:
-------------------------------------------------------------------
re-closing since this being missing was reported in new bug JBIDE-20373
was (Author: adietish):
closing since reported in JBIDE-20373
> Application wizard: Add summary of generated values to new app
> --------------------------------------------------------------
>
> Key: JBIDE-19957
> URL: https://issues.jboss.org/browse/JBIDE-19957
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
> Attachments: generated-template-parameters.png, v2 summary screen.png
>
>
> Some templates allow you to define parameters that are generated for the user. We should update the new app flow to provide feedback to the user what those generated values are so they have them.
> Steps to reproduce:
> # EXEC: launch new application wizard from context menu of a v3 Openshift connection (New->Application)
> # ASSERT: new application wizard from template shows up
> # EXEC: Select a template and get to next page with template parameters
> # ASSERT: the list shows parameters with "(generated)" value
> !generated-template-parameters.png!
> EXEC: hit "Finish"
> Result:
> I have no feedback on the values of the generated parameters. I have no idea about what was generated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-19957) Application wizard: Add summary of generated values to new app
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19957?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-19957.
------------------------------------
Resolution: Done
> Application wizard: Add summary of generated values to new app
> --------------------------------------------------------------
>
> Key: JBIDE-19957
> URL: https://issues.jboss.org/browse/JBIDE-19957
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
> Attachments: generated-template-parameters.png, v2 summary screen.png
>
>
> Some templates allow you to define parameters that are generated for the user. We should update the new app flow to provide feedback to the user what those generated values are so they have them.
> Steps to reproduce:
> # EXEC: launch new application wizard from context menu of a v3 Openshift connection (New->Application)
> # ASSERT: new application wizard from template shows up
> # EXEC: Select a template and get to next page with template parameters
> # ASSERT: the list shows parameters with "(generated)" value
> !generated-template-parameters.png!
> EXEC: hit "Finish"
> Result:
> I have no feedback on the values of the generated parameters. I have no idea about what was generated.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months