[JBoss JIRA] (JBIDE-20147) Batch Property mapping issue with reference
by Cody Lerum (JIRA)
Cody Lerum created JBIDE-20147:
----------------------------------
Summary: 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
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, 10 months
[JBoss JIRA] (JBTIS-452) Unable to pull the Fuse Plugins directly from JBDS
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-452?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-452:
----------------------------------
Hi [~rogerhui] - I'm having trouble identifying exactly how you attempted to install. Please give exact actions. [~apodhrad] - any idea how this occurred? - I can't seem to reproduce it.
Roger - here are the installation instructions for JBDSIS:
Installation Instructions:
1. If installing from Eclipse Luna:
Help > Eclipse Marketplace...
- in the 'Search' tab enter 'jbds' in the 'Find' input widget
- select the 'Go' button
- install 'Red Hat JBoss Developer Studio 8.1.0.GA'
2. Start jbdevstudio or eclipse (with jbds from step 1)
3. Select the Software/Update tab in the JBoss Central view.
done!
The standard p2 installer is available for JBDSIS (.GA):
1. If installing from Eclipse Luna:
Help > Eclipse Marketplace...
- in the 'Search' tab enter 'jbds' in the 'Find' input widget
- select the 'Go' button
- install 'Red Hat JBoss Developer Studio 8.1.0.GA'
2. Start jbdevstudio or eclipse-with-jbds from step 1, then:
Help > Install New Software...
Add...
- use this for 'Location:' for the production integration stack:
https://devstudio.redhat.com/updates/8.0/integration-stack/
- use this for 'Location:' for the early access integration stack:
https://devstudio.redhat.com/updates/8.0/integration-stack/earlyaccess/
> Unable to pull the Fuse Plugins directly from JBDS
> --------------------------------------------------
>
> Key: JBTIS-452
> URL: https://issues.jboss.org/browse/JBTIS-452
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: Fuse IDE
> Affects Versions: 8.0.2.GA
> Reporter: Roger Hui
> Attachments: JBDSError.png
>
>
> JBDS 8.1 and can't install the fuse plugins see attachment.
> Looks like the plugin are not pushed to the public site.
> The work around is to download the integration zip from access.redhat.com (CSP) and install it from there, but then I won't get auto update..
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20099) enable a logstream for Openshift Pods
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20099?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-20099 at 6/24/15 10:46 AM:
--------------------------------------------------------------------
setting 4.3.0.Beta2 as fixVersion for now since I would think that this is most likely even more important than proper port forwarding?
In my thinking we were framed by the approach in v2 where port forwarding and inspecting the log were both relying on ssh. This made us think that by having port forwarding we'd have the infrastructure to tail log files. Here in v3 we have a similar situation where both apparently rely on SPDY which we'll provide via wrapping the cli we'd have the basics to be able to inspect the logs. Thinking twice I would think that inspecting the logs is more important than port forwarding per se.
[~maxandersen] [~jcantrill] WDYT?
was (Author: adietish):
setting 4.3.0.Beta2 as fixVersion for now since I would think that this is most likely even more important than proper port forwarding?
[~maxandersen] WDYT?
> enable a logstream for Openshift Pods
> -------------------------------------
>
> Key: JBIDE-20099
> URL: https://issues.jboss.org/browse/JBIDE-20099
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Diógenes Rettori
> Assignee: Jeff Cantrill
> Fix For: 4.3.0.Beta2
>
>
> enable the eclipse console to show
> oc get logs <pod>
> oc get build-logs <build>
> You click on the pod, then right-click show logs, or double click go to logs...
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months