[JBoss JIRA] (JBIDE-10104) VPE does not open css file if the style is not on the first place
by Vitali Yemialyanchyk (Created) (JIRA)
VPE does not open css file if the style is not on the first place
-----------------------------------------------------------------
Key: JBIDE-10104
URL: https://issues.jboss.org/browse/JBIDE-10104
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Alexey Kazakov
I've find next problem, when open style by Ctrl+Lmouse click:
a) try to open "style1" in <div class="style1"> - it works correctly;
b) try to open "style2" in <div class="style2"> - it does not work;
I've try to investigate and find for case (b) in somefile.css we have next definition:
.event .evt_sub .style2 {float:left; margin-right:10px}
.event .evt_sub .style2 strong{display: inline-block; width: 51px;}
.event .evt_sub .style2 span{border-right:1px solid #ccc;padding-right:7px;margin-right:7px}
if we change it to:
.style2 .event .evt_sub {float:left; margin-right:10px}
.style2 .event .evt_sub strong{display: inline-block; width: 51px;}
.style2 .event .evt_sub span{border-right:1px solid #ccc;padding-right:7px;margin-right:7px}
in case (b) open functionality start to work correctly.
So VPE can not open css file, if the style is not on the first place.
--
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, 3 months
[JBoss JIRA] (JBIDE-10360) Unhandled loop exception when running browser sim
by Jay Balunas (Created) (JIRA)
Unhandled loop exception when running browser sim
-------------------------------------------------
Key: JBIDE-10360
URL: https://issues.jboss.org/browse/JBIDE-10360
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M4
Environment: eclipse.buildId=M20110909-1335
java.version=1.6.0_29
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product
Reporter: Jay Balunas
Assignee: Yahor Radtsevich
When I launch the browser sim.
java.lang.NullPointerException
at org.jboss.tools.vpe.browsersim.eclipse.util.BrowserSimLauncher.getBundleLocation(BrowserSimLauncher.java:91)
at org.jboss.tools.vpe.browsersim.eclipse.util.BrowserSimLauncher.launchBrowserSim(BrowserSimLauncher.java:34)
at org.jboss.tools.vpe.browsersim.eclipse.handlers.RunBrowserSimHandler.execute(RunBrowserSimHandler.java:29)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
--
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, 3 months
[JBoss JIRA] (JBIDE-10198) NoClassDefFoundError: org/jboss/Main while starting JBoss EAP 4.3 Runtime Server
by Stephen Wick (Created) (JIRA)
NoClassDefFoundError: org/jboss/Main while starting JBoss EAP 4.3 Runtime Server
--------------------------------------------------------------------------------
Key: JBIDE-10198
URL: https://issues.jboss.org/browse/JBIDE-10198
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M4
Environment: Windows Vista SP2, SUN JDK 1.5.0_08, Eclipse Indigo, Dell Latitude E6410 Laptop, Redhat JBoss EAP 4.3 CP09
Reporter: Stephen Wick
Assignee: Rob Stryker
I created a JBoss EAP 4.3 Runtime and Server, and I get the error "NoClassDefFoundError: org/jboss/Main" when I try to start the server.
The server runs from the command line when I type 'run.bat -c jms1 -b localhost'.
I even tried making the "Start Command" in the Launch Configuration match the command line that is executed by run.bat and it gives me the same error.
--
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, 3 months
[JBoss JIRA] (JBIDE-10003) CLONE - NPE when saying no to not publishing
by Max Rydahl Andersen (Created) (JIRA)
CLONE - NPE when saying no to not publishing
--------------------------------------------
Key: JBIDE-10003
URL: https://issues.jboss.org/browse/JBIDE-10003
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, 3 months