[JBoss JIRA] Created: (JBDS-1008) Create Shortcuts fails on 64-bit Vista
by Burr Sutter (JIRA)
Create Shortcuts fails on 64-bit Vista
--------------------------------------
Key: JBDS-1008
URL: https://jira.jboss.org/jira/browse/JBDS-1008
Project: JBoss Developer Studio
Issue Type: Bug
Components: installer
Affects Versions: 3.0.0.CR1
Reporter: Burr Sutter
Attachments: Shortcuts.jpg
Click the Next button produces the following stack trace on the console. The workaround is to just hit Finish instead of next (screenshot provided)
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.izforge.izpack.panels.ShortcutPanel.isValidated(ShortcutPanel.jav
a:580)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFra
me.java:1453)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(InstallerFra
me.java:1444)
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionP
erformed(InstallerFrame.java:1529)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:19
95)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
a:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242
)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
istener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6216)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5981)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4583)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4556
)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4220)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4150)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4413)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
ad.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-1965) display links from tiles definitions on stuts diagram (like from jsp pages)
by Alex Titov (JIRA)
display links from tiles definitions on stuts diagram (like from jsp pages)
---------------------------------------------------------------------------
Key: JBIDE-1965
URL: http://jira.jboss.com/jira/browse/JBIDE-1965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: struts/shale
Affects Versions: 2.0.1
Reporter: Alex Titov
Priority: Minor
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram. That is grate! But if you use tiles plugin you don't work with jsp pages directly. Instead you work with tiles definition. For example
<definition name="..." path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/WEB-INF/graph.jsp"></put>
</definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value" attribute in "put" element in tiles editor (like for "path" attribute in "definition" element).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (TOOLSDOC-75) Incorrect ESB versions and/or examples in ESB Guide
by Libor Zoubek (JIRA)
Incorrect ESB versions and/or examples in ESB Guide
----------------------------------------------------
Key: TOOLSDOC-75
URL: https://jira.jboss.org/jira/browse/TOOLSDOC-75
Project: Documentation for JBoss Tools/Developer Studio
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation , esb
Affects Versions: 3.0.0.GA
Reporter: Libor Zoubek
I followed ESB Tools Reference guide http://docs.jboss.org/tools/3.1.0.GA/en/esb_ref_guide/html_single/index.html.
I set up Jboss AS 4.2 with ESB 4.7 and tried to run HelloWorld Example (and client) as written in section 2.3. The problem is, that helloWorld examples did not work. ESB archive did not deploy at all. So I tried to install ESB 4.7 into EAP 5. Archive was deployed, but the client worked only partly. Then I figured out, that I was using bad examples. Because ESB 4.7 is part of SOA-P 5, examples found in wizard in tree 'ESB -> JBoss ESB HelloWorld Example' are not expected to work with it. Guide should update Figure 2.7 and change the screenshot selecting from 'ESB for SOA-P 5.0 -> Jboss ESB HelloWorld Example' which works fine. These are same examples, but 'written' and hopefully verified on ESB 4.7. Also there should be some note about which examples to select with which versions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-6315) Shrinkwrap output visualization
by Pete Muir (JIRA)
Shrinkwrap output visualization
-------------------------------
Key: JBIDE-6315
URL: https://jira.jboss.org/browse/JBIDE-6315
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: testing
Reporter: Pete Muir
When writing packaging descriptions (e.g. via Shrinkwrap or traditionally via Ant/Maven), you often want to view what the generated artifact looks like so you can check where a particular file is placed.
Provide a visualization of the current Shrinkwrap, this should view just like the package explorer in eclipse (consistency!) and update in realtime as someone alters their shrinkwrap declaration. Having a filter would be useful as well.
--
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
14 years, 8 months
[JBoss JIRA] Created: (JBIDE-6314) NPE on every start of eclipse
by Krasimir Goutcev (JIRA)
NPE on every start of eclipse
-----------------------------
Key: JBIDE-6314
URL: https://jira.jboss.org/browse/JBIDE-6314
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: nightly build 201005181730
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=bg_BG
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product -clean
Reporter: Krasimir Goutcev
An internal error occurred during: "JBoss Tools Model Update".
log:
java.lang.NullPointerException
at java.util.zip.ZipFile.getInputStream(ZipFile.java:180)
at org.jboss.tools.common.model.filesystems.impl.JarAccess.getContent(JarAccess.java:200)
at org.jboss.tools.common.model.filesystems.impl.JarAccess.isTextEntry(JarAccess.java:235)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.createFileObject(JarFolderImpl.java:90)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.loadChildren(JarFolderImpl.java:74)
at org.jboss.tools.common.model.filesystems.impl.JarSystemImpl.loadChildren(JarSystemImpl.java:46)
at org.jboss.tools.common.model.impl.RegularObjectImpl.getChildByPathPart(RegularObjectImpl.java:140)
at org.jboss.tools.common.model.filesystems.impl.JarFolderImpl.getChildByPathPart(JarFolderImpl.java:131)
at org.jboss.tools.common.model.impl.XModelObjectImpl.getChildByPath(XModelObjectImpl.java:335)
at org.jboss.tools.jst.web.tld.TaglibMapping.findTldsInJar(TaglibMapping.java:224)
at org.jboss.tools.jst.web.tld.TaglibMapping.findTldsInJars(TaglibMapping.java:208)
at org.jboss.tools.jst.web.tld.TaglibMapping.revalidate(TaglibMapping.java:84)
at org.jboss.tools.jsf.web.JSFWatcherContributor.updateProject(JSFWatcherContributor.java:49)
at org.jboss.tools.common.model.project.Watcher.updateAll(Watcher.java:106)
at org.jboss.tools.common.model.project.Watcher.access$0(Watcher.java:89)
at org.jboss.tools.common.model.project.Watcher$WatcherRunnable.run(Watcher.java:47)
at org.jboss.tools.common.model.XJob.runInWorkspace(XJob.java:158)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
14 years, 8 months