[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, 11 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, 11 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, 11 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, 11 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, 11 months
[JBoss JIRA] Created: (JBIDE-8374) First expansion of Hibernate CC node is often unsuccessful
by Jiri Peterka (JIRA)
First expansion of Hibernate CC node is often unsuccessful
----------------------------------------------------------
Key: JBIDE-8374
URL: https://issues.jboss.org/browse/JBIDE-8374
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.CR2 (tentative)
Environment: JBDS 4.0.0.CR3 H162, Linux 64
Reporter: Jiri Peterka
It's quite often experience that first expansion of Hibernate CC tree is often unsuccessful (nothing is expanded or empty tree)
Steps to replicate this can be various and it's not 100% reproducible because it happens only from time to tome.
For me it's often happenings with new workspace and first hibernate console and with newly started JBT/JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBIDE-8275) Composite components should be recognized in jar-files inside META-INF/resources/
by Viacheslav Kabanovich (JIRA)
Composite components should be recognized in jar-files inside META-INF/resources/
---------------------------------------------------------------------------------
Key: JBIDE-8275
URL: https://issues.jboss.org/browse/JBIDE-8275
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects Versions: 3.2.0.CR1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M1
Within project, composite components are located in folder %Web-root%/resources. - That is supported by JBoss Tools.
But besides, composite components may be located in used by the project external jars in folder META-INF/resources. - That should be implemented.
See http://community.jboss.org/message/583919#583919
JavaServerTM Faces Specification
2.6.1.2 Packaging Resources into the Classpath
For the default implementation, resources packaged in the classpath must reside under the JAR entry name:
META-INF/resources/<resourceIdentifier>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months