[JBoss JIRA] Created: (JBIDE-6975) Could not publish to the server.
by Alexey Kazakov (JIRA)
Could not publish to the server.
--------------------------------
Key: JBIDE-6975
URL: https://jira.jboss.org/browse/JBIDE-6975
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.M2
Reporter: Alexey Kazakov
Assignee: Rob Stryker
1. Create a seam web project. Use JBoss AS 5.0 or 6.0 (didn't try others) as target servers.
2. Run the application on the server.
3. Error window appears with message that there is a problem with publishing.
4. See the log:
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.core.publishers.PublishUtil.getResources(PublishUtil.java:231)
at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.fullPublish(AbstractServerToolsPublisher.java:154)
at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.publishModule(AbstractServerToolsPublisher.java:93)
at org.jboss.ide.eclipse.as.core.publishers.AbstractPublishMethod.publishModule(AbstractPublishMethod.java:77)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:67)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1016)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1106)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:939)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2888)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
It seems that the project has been published correctly in spite of the error message.
Rob, let me know if you can't reproduce it. I will try to get more details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7062) usage report should track eclipse sessions
by Andre Dietisheim (JIRA)
usage report should track eclipse sessions
------------------------------------------
Key: JBIDE-7062
URL: https://jira.jboss.org/browse/JBIDE-7062
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: usage
Affects Versions: 3.2.0.M2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
There are 2 levels of uniqueness:
- session (aka work session in Eclipse) -> reported as "page view" / "unique page view"
- Eclipse instance -> reported as "New Visitor" / "Returning Visitor"
Eclipse instances are trackable by querying the stats for 'Visitor Type' and the value 'New Visitor'/'Returning Visitor'. My plugin currently counts visits and GA recognizes this and reports accordingly.
It would be nice to have a match towards the sessions, too. Unfortunately I'm still not 100% sure how this stuff works. There are cookies for this (utmb, utmc) but no spec that details the values.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-6652) Implement ModeShape capability/activity to enable/disable ModeShape functionality
by Brian Fitzpatrick (JIRA)
Implement ModeShape capability/activity to enable/disable ModeShape functionality
---------------------------------------------------------------------------------
Key: JBIDE-6652
URL: https://jira.jboss.org/browse/JBIDE-6652
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: modeshape
Affects Versions: 3.2.0.M1
Reporter: Brian Fitzpatrick
Assignee: Dan Florian
Fix For: 3.2.x
As we discussed on the phone, the use of Capabilities/Activities in Eclipse might be a good way to handle the "Always On" aspect of the ModeShape menus in JBoss Tools. For some reason, this functionality is labeled as "Capabilities" in Eclipse Preferences, but the actual extension point is "org.eclipse.ui.activities" and called Activities in the API documentation. Go figure.
That said, it's very simple to implement. I'll attach a patch with the suggested tweaks to plugin.xml and plugin.properties. But this should address Max's issues with the ModeShape menus appearing on all folders and files and be easy to add to the documentation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months