[JBoss JIRA] (JBIDE-9837) Requirements weirdness for project examples
by Max Rydahl Andersen (Created) (JIRA)
Requirements weirdness for project examples
-------------------------------------------
Key: JBIDE-9837
URL: https://issues.jboss.org/browse/JBIDE-9837
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Reporter: Max Rydahl Andersen
Assignee: Snjezana Peco
Priority: Critical
The new ui for project examples with respect to "install"/download and install and requirements is behaving weird:
1) The requirement section is empty if the requirements exist - so users can't actually see what it will use
2) it says "This example needs JBoss AS" but doesn't say anything about version or where it will get the server from when asking for installation dir.
Should at least say which version is needed, what it is downloading.
3) Pressing download & Install, answering all the questions a dialog box comes up showing download, which I then can put in backgroun (nice) - but now the Run button is there, I click on it and nothing happens.
4) If I got all requirements and press "Run" it still doesn't do anything.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (JBIDE-10001) NPE when saying no to not publishing
by Max Rydahl Andersen (Created) (JIRA)
NPE when saying no to not publishing
------------------------------------
Key: JBIDE-10001
URL: https://issues.jboss.org/browse/JBIDE-10001
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M4, 3.3.0.Beta1
Said no to a server which might not have all its modules and got these errors:
java.lang.NullPointerException
at org.eclipse.egit.core.IteratorService.createInitialIterator(IteratorService.java:39)
at org.jboss.ide.eclipse.as.egit.core.EGitUtils.countCommitableChanges(EGitUtils.java:459)
at org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishModule(ExpressPublishMethod.java:46)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:92)
at org.jboss.ide.eclipse.as.core.server.internal.v7.DelegatingJBoss7ServerBehavior.publishModule(DelegatingJBoss7ServerBehavior.java:84)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1046)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1138)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:955)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3027)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:341)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
missing null check somewhere ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-9698) Replace interface IInjectionPointMethod by IInitializerMethod
by Alexey Kazakov (JIRA)
Replace interface IInjectionPointMethod by IInitializerMethod
-------------------------------------------------------------
Key: JBIDE-9698
URL: https://issues.jboss.org/browse/JBIDE-9698
Project: Tools (JBoss Tools)
Issue Type: Task
Components: CDI
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
Right now we have IInjectionPoint that represents an injection point. Also we have a few interfaces which extends IInjectionPoint:
IInjectionPointField - a filed annotated @Inject
IInjectionPointParameter - a parameter of the method annotated @Inject
IInjectionPointMethod - a method annotated @Inject
IInjectionPointFiled and IInjectionPointParameter correctly extend IInjectionPoint since they are injection points. But IInjectionPointMethod is not an injection point. It's an initializer method actually. So let's introduce a new interface IInitializerMethod instead of IInjectionPointMethod. InitializerMethod should not extends IInjectionPoint.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months