[JBoss JIRA] (JBIDE-20147) Batch Property mapping issue with reference
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20147?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-20147:
-----------------------------------
Fix Version/s: 4.3.0.CR1
(was: 4.3.0.Beta2)
> 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.CR1
>
>
> 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] (JBIDE-20257) Manage projects wizard: Cannot create any new project via OpenShift Projects dialog
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20257?page=com.atlassian.jira.plugi... ]
Jeff Cantrill edited comment on JBIDE-20257 at 7/15/15 10:48 AM:
-----------------------------------------------------------------
Speaking to Jordan LIggit:
Users, if allowed by an admin can self provision docs using:
https://docs.openshift.org/latest/rest_api/openshift_v1.html#v1-projectre...
https://docs.openshift.org/latest/admin_guide/selfprovisioned_projects.html
We need to modify the implementation to allow for this since currently only cluster admins are allowed to create projects directly.
was (Author: jcantrill):
Speaking to Jordan LIggit:
Users, if allowed by an admin can self provision docs using:
https://docs.openshift.org/latest/rest_api/openshift_v1.html#v1-projectre...
https://docs.openshift.org/latest/admin_guide/selfprovisioned_projects.html
We need to modify the implementation to allow for this since currently only admins are allowed to create projects directly.
> Manage projects wizard: Cannot create any new project via OpenShift Projects dialog
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-20257
> URL: https://issues.jboss.org/browse/JBIDE-20257
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Marián Labuda
> Assignee: Jeff Cantrill
> Priority: Blocker
> Labels: manage_projects_wizard
> Fix For: 4.3.0.Beta2
>
>
> In OpenShift Projects dialog opened via context menu of a v3 application, it is not possible to create a new project. There is a error that project is trying to be created in cluster scope. See full error description below:
> {code}
> Could not create project "project01dsa": User "demo" cannot create projects at the cluster scope
> com.openshift.restclient.authorization.ResourceForbiddenException: User "demo" cannot create projects at the cluster scope
> at com.openshift.internal.restclient.DefaultClient.createOpenShiftException(DefaultClient.java:393)
> at com.openshift.internal.restclient.DefaultClient.create(DefaultClient.java:185)
> at com.openshift.internal.restclient.DefaultClient.create(DefaultClient.java:169)
> at org.jboss.tools.openshift.core.connection.Connection.createResource(Connection.java:316)
> at org.jboss.tools.openshift.internal.ui.wizard.project.NewProjectWizardModel.createProject(NewProjectWizardModel.java:55)
> at org.jboss.tools.openshift.internal.ui.wizard.project.NewProjectWizard$1.doRun(NewProjectWizard.java:46)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:36)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This is happening also on locally running OpenShift v3 and also on staging v3 server.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBDS-3264) Remove welcome/intro page
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3264?page=com.atlassian.jira.plugin.... ]
Fred Bricon commented on JBDS-3264:
-----------------------------------
[~crobson]: your thoughts?
> Remove welcome/intro page
> -------------------------
>
> Key: JBDS-3264
> URL: https://issues.jboss.org/browse/JBDS-3264
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Enhancement
> Components: ui/branding
> Affects Versions: 8.0.0.GA
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Optional
> Fix For: 9.0.0.Beta2
>
>
> The welcome page for JBDS is really useless. It doesn't provide any value to the user. Moreover, it looks quite old-fashioned.
> In such case, it would be better to remove it and prevent users from seeing it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months