[JBoss JIRA] (JBIDE-13904) Minor UI issues in "Configure Repositories" wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13904?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-13904:
-----------------------------------
Assignee: Snjezana Peco (was: Fred Bricon)
> Minor UI issues in "Configure Repositories" wizard
> --------------------------------------------------
>
> Key: JBIDE-13904
> URL: https://issues.jboss.org/browse/JBIDE-13904
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Snjezana Peco
> Priority: Minor
> Labels: uxp
> Fix For: 4.3.0.Alpha2
>
>
> In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
> * The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels
> * Edit a repo, switching the profile activation status : it reorders the repositories/profiles in settings.xml.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-18950) New Batch Artifact wizard
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18950?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18950:
-----------------------------------
Fix Version/s: 4.3.0.Beta1
(was: 4.3.0.Alpha2)
> New Batch Artifact wizard
> -------------------------
>
> Key: JBIDE-18950
> URL: https://issues.jboss.org/browse/JBIDE-18950
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: batch
> Affects Versions: 4.3.0.Alpha1
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Beta1
>
>
> There are about 20 artifacts in Java EE Batch:
> Batchlet; Checkpoint Algorithm; Decider; Item Reader; Item Writer; Item Processor; Partition Analyzer; Partition Reducer; Partition Collector; Partition Mapper; Partition Plan; Chunk Listener; Item Process Listener; Item Reader Listener; Item Writer Listener; Job Listener; Step Listener; Retry Process Listener; Retry Read Listener; Retry Write Listener; Skip Process Listener; Skip Listener; Skip Write Listener.
> We may have one wizard for each, or some of this artifacts. However, there is so much common in them that it makes sense also (or instead) to have one wizard with list choice of artifact. When a specific artifact should be created from the context of Batch XML editor, this wizard can be invoked with selection of that artifact (list of artifacts may be disabled or hidden).
> 1. Artifact implements a specific Java interface (for interfaces that have more than 1 method, there is optional abstract class to extend that implements rarely overridden methods);
> 2. Reference name should be provided for each artifact. There are 3 options:
> - An implementation of Batch runtime may define its own way of matching class to name. For example, CDI uses javax.inject.Named;
> - META-INF/batch.xml
> - by default, when first 2 options failed reference name is tried as the qualified class name.
> 3. Artifact class may declare fields, with values to be injected from properties set in job xml element referencing that artifact:
> {code}
> @Inject @BatchProperty(name="property1") String property;
> @Inject @BatchProperty String property2;
> {code}
> Thus, the wizard will have inputs as follows:
> - Artifact: [combo]
> - Source folder: [as in New Java Class wizard]
> - Package: [as in New Java Class wizard]
> - Class name: [text]
> - [radio] implement interface [radio] extend abstract class (if class is not available, the option is disabled)
> - Reference name: (block of inputs)
> | - [radio] Annotation Named [radio] batch.xml [radio] Qualified name
> | - Name: [text] (for first 2 options filled with default value; for the last option disabled)
> - Properties: [table editor with 'Property name' and 'Field name' columns]
> Some more inputs may be inherited from New Java Class wizard, if default values are not enough.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19593) Minor UI issues in "Configure Repositories" wizard on OSX
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19593?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-19593:
--------------------------------
Description:
On OSX, In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
* The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels.
This was fixed for Windows/Linux in 4.3.0.Alpha2
was:
In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
* The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels
* Edit a repo, switching the profile activation status : it reorders the repositories/profiles in settings.xml.
> Minor UI issues in "Configure Repositories" wizard on OSX
> ---------------------------------------------------------
>
> Key: JBIDE-19593
> URL: https://issues.jboss.org/browse/JBIDE-19593
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Minor
> Labels: uxp
> Fix For: 4.3.x
>
>
> On OSX, In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
> * The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels.
> This was fixed for Windows/Linux in 4.3.0.Alpha2
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19593) Minor UI issues in "Configure Repositories" wizard on OSX
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19593?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-19593:
--------------------------------
Fix Version/s: 4.3.x
(was: 4.3.0.Alpha2)
> Minor UI issues in "Configure Repositories" wizard on OSX
> ---------------------------------------------------------
>
> Key: JBIDE-19593
> URL: https://issues.jboss.org/browse/JBIDE-19593
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Minor
> Labels: uxp
> Fix For: 4.3.x
>
>
> On OSX, In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
> * The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels.
> This was fixed for Windows/Linux in 4.3.0.Alpha2
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19593) Minor UI issues in "Configure Repositories" wizard on OSX
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19593?page=com.atlassian.jira.plugi... ]
Fred Bricon reassigned JBIDE-19593:
-----------------------------------
Assignee: (was: Fred Bricon)
> Minor UI issues in "Configure Repositories" wizard on OSX
> ---------------------------------------------------------
>
> Key: JBIDE-19593
> URL: https://issues.jboss.org/browse/JBIDE-19593
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Reporter: Fred Bricon
> Priority: Minor
> Labels: uxp
> Fix For: 4.3.x
>
>
> On OSX, In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
> * The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels.
> This was fixed for Windows/Linux in 4.3.0.Alpha2
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19593) Minor UI issues in "Configure Repositories" wizard on OSX
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-19593:
-----------------------------------
Summary: Minor UI issues in "Configure Repositories" wizard on OSX
Key: JBIDE-19593
URL: https://issues.jboss.org/browse/JBIDE-19593
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Reporter: Fred Bricon
Assignee: Fred Bricon
Priority: Minor
Fix For: 4.3.0.Alpha2
In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
* The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels
* Edit a repo, switching the profile activation status : it reorders the repositories/profiles in settings.xml.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19281) Tern error when opening a jsp file
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19281?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19281:
-----------------------------------
Sprint: Sprint #1 April 2015
> Tern error when opening a jsp file
> ----------------------------------
>
> Key: JBIDE-19281
> URL: https://issues.jboss.org/browse/JBIDE-19281
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.3.0.Beta2
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.3.0.Alpha2
>
> Attachments: tern-error.png
>
>
> I was just verying something in master for Rob and hit this issue:
> I created a dynamic web project, then a jsp file. Once the jsp was opened in Eclipse, I got this error popup immediately:
> !tern-error.png!
> This was in the workspace log:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2015-01-29 17:04:14.678
> !MESSAGE An internal error occurred during: "Refresh tern project job".
> !STACK 0
> java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: P/dynproj2
> at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
> at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:134)
> at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:333)
> at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
> at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:298)
> at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
> at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2251)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1347)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1401)
> at tern.eclipse.ide.internal.core.builder.TernBuilder.addTernBuilder(TernBuilder.java:231)
> at tern.eclipse.ide.internal.core.resources.IDETernProject.doLoad(IDETernProject.java:186)
> at tern.resources.TernProject.load(TernProject.java:332)
> at tern.eclipse.ide.internal.core.resources.RefreshTernProjectJob.runInWorkspace(RefreshTernProjectJob.java:49)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This was JBT nightly from today (2015/01/29) from http://download.jboss.org/jbosstools/updates/nightly/mars/ on top of Eclipse Mars M4. On top of that, I had one server PR of Rob's installed, but that shouldn't have any effect.
> My platform is OS X 10.10 Yosemite, running Oracle JDK 1.7.
> I realize this is master and it might be a known issue, but better to be safe :)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years