[JBoss JIRA] Created: (JBDS-1571) NPE and empty installer page on Mac OS X 1.5 when java 1.6 used during installation
by Jiri Peterka (JIRA)
NPE and empty installer page on Mac OS X 1.5 when java 1.6 used during installation
-----------------------------------------------------------------------------------
Key: JBDS-1571
URL: https://issues.jboss.org/browse/JBDS-1571
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Environment: JBDS 4.0.0.GA H180 MacOSX1.5 cocoa x64,
Reporter: Jiri Peterka
Simple clicking installatino works fine, there are just 2 scenarios for this error:
Scenario1:
Open shell and use
<path-to-1.6>/bin/java -jar jbdevstudio-product-eap-macosx-cocoa-x86_64-4.0.0.v201102161941R-H180-GA.ja
Try to install
Scenario2:
Open shell and use default (1.5) java and in installer change specific java to 1.6
You should see (and last-1 page in installer is empty):
main:
[echo] Run p2 metadata generator
[echo] jpeterka
[p2] Generating metadata for /home/brq/jpeterka/ide/jbds-4.0.0.ga-h180/studio.
[p2] Generation completed with success [0 seconds].
[delete] Deleting: /var/folders/zz/zzzivhrRnAmviuee+++sVE++C6I/-Tmp-/artifacts.jar
[delete] Deleting: /var/folders/zz/zzzivhrRnAmviuee+++sVE++C6I/-Tmp-/content.jar
java.lang.NullPointerException
at java.io.FileInputStream.<init>(FileInputStream.java:103)
at com.jboss.jbds.installer.CreateLinkPanel.addJREPath(CreateLinkPanel.java:176)
at com.jboss.jbds.installer.CreateLinkPanel.panelActivate(CreateLinkPanel.java:62)
at com.izforge.izpack.installer.InstallerFrame.switchPanel(Unknown Source)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
at com.izforge.izpack.installer.InstallerFrame.navigateNext(Unknown Source)
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:6348)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2475)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
calltarget:
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1638) NPE when importing CSV->XML example
by Libor Zoubek (JIRA)
NPE when importing CSV->XML example
-----------------------------------
Key: JBDS-1638
URL: https://issues.jboss.org/browse/JBDS-1638
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: runtime
Affects Versions: 4.1.0.M1
Environment: JBDS 4.1 build H346
Reporter: Libor Zoubek
Assignee: Snjezana Peco
When trying to import SOA-P 5 CSV->XML example I get Error dialog with this one in logfile.
{noformat}
!ENTRY org.jboss.tools.project.examples 4 0 2011-04-28 17:41:51.207
!MESSAGE
!STACK 0
java.lang.NullPointerException
at org.jboss.tools.project.examples.fixes.WTPRuntimeFix.fix(WTPRuntimeFix.java:69)
at org.jboss.tools.project.examples.ProjectExamplesActivator.fix(ProjectExamplesActivator.java:247)
at org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard$2.runInWorkspace(NewProjectExamplesWizard.java:186)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}
Snejza, could you please take a look at it? I feel it could be related to JBIDE-8730? I cannot repro it on JBT 3.2.1
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBDS-1522) Add title captions to right-corner icon pages
by Libor Zoubek (JIRA)
Add title captions to right-corner icon pages
---------------------------------------------
Key: JBDS-1522
URL: https://issues.jboss.org/browse/JBDS-1522
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: ui/branding
Affects Versions: 4.0.0.CR1
Reporter: Libor Zoubek
Priority: Minor
Originally suggested by mmalina:
Once you click on Getting started or any other of the items from the welcome screen, on the next page there are buttons in the top-right corner. These buttons don't have any text caption, so you have to guess what these buttons do. It would be nice to have a title="" for each of them if that's possible.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8782) Hot deployment of JAX-RS (RESTEasy) endpoints
by Burr Sutter (JIRA)
Hot deployment of JAX-RS (RESTEasy) endpoints
---------------------------------------------
Key: JBIDE-8782
URL: https://issues.jboss.org/browse/JBIDE-8782
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Burr Sutter
Provide for hot deployment of JAX-RS (RESTEasy) services/endpoints. At this moment, adding a new JAX-RS endpoint (with AS6) seems to require server restart. Editing an already deployed JAX-RS service (again on AS6) seems to require "Full Publish".
package com.burrsutter.jqueryresteasy;
import javax.ws.rs.Path;
import javax.ws.rs.GET;
import javax.ws.rs.Produces;
@Path("/helloworldjson")
public class HelloWorldJSON {
@GET
@Produces("application/json")
public String sayHello() {
return "{ \"hello\" : \"world\" }";
}
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8606) Reverse Engineering FK-Detection in parent table
by Peter Rader (JIRA)
Reverse Engineering FK-Detection in parent table
------------------------------------------------
Key: JBIDE-8606
URL: https://issues.jboss.org/browse/JBIDE-8606
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Eclipse Migration, Hibernate
Affects Versions: LATER
Environment: winxp32 vista64 postgresql8.3
Reporter: Peter Rader
Postgresql does allow to inherit a table from another table.
But the RevEng does not detect Foregin-keys from parent table.
Example:
CREATE TABLE changed (
created_from_user_id INTEGER NOT NULL,
CONSTRAINT "created_user" FOREIGN KEY ("created_from_user_id") REFERENCES user("user_id")
)
CREATE TABLE guestbook (
caption TEXT,
) INHERITS (changed)
insert into guestbook (1,'hi')
RevEng will create
public int getCreatedFromUserId()
instead of
public User getCreatedFromUser()
what i expected to become.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (JBIDE-8453) Richfaces 4 new tag names not compatible with JBoss Tools
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8453?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen updated JBIDE-8453:
---------------------------------------
Fix Version/s: 3.3.0.M2
3.2.1.M1
3.2.1.CR1
Assignee: Yahor Radtsevich (was: Jay Balunas)
> Richfaces 4 new tag names not compatible with JBoss Tools
> ---------------------------------------------------------
>
> Key: JBIDE-8453
> URL: https://issues.jboss.org/browse/JBIDE-8453
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, Visual Page Editor Templates
> Affects Versions: 3.2.0.CR1
> Environment: Tomcat 7.0.8/ Mojarra 2.0.4
> Reporter: Flávio Henrique
> Assignee: Yahor Radtsevich
> Priority: Minor
> Fix For: 3.2.1.M1, 3.2.1.CR1, 3.3.0.M2
>
>
> This tag names has changed in Richfaces 4:
> toolBar -> RF4: toolbar
> toolBarGroup -> RF4: toolbarGroup
> toolTip -> RF4: tooltip
> Maybe more, so far I found only these.
> The change is fine, but brought some problens in a IDE environment and in migration:
> 1 - you can still use the old name in JBoss Tools, but the IDE can´t detected that this is wrong for RF4;
> 2 - JBoss Tools can only render the preview for the old tag name not for the new tag name;
> 3 - this can lead to mistakes for people migratin from 3.X branch like me.
> Since JBoss Tools 3.2 CR1 is out, it would be nice that CR2 has the ability to handle this changes. I first post this here, because I don´t know if RF team will take another action to solve this problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months