[JBoss JIRA] Created: (JBIDE-7105) [REST Sample WS Wizard] provide a text box on wizard page that shows what the service URL may look like
by Brian Fitzpatrick (JIRA)
[REST Sample WS Wizard] provide a text box on wizard page that shows what the service URL may look like
-------------------------------------------------------------------------------------------------------
Key: JBIDE-7105
URL: https://jira.jboss.org/browse/JBIDE-7105
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.3.x
This has been spun off from JBIDE-6754.
"We will also spin off a second JIRA to provide a read only text box somewhere on the wizard page that attempts to assemble what the path will look like. There are issues with that, since we would have to look into web.xml (if exists) and search for classes implementing Application (?) interface and look which method is going to return newly created class...
However, we both agreed that that functionality won't be done for this release, though it would be very useful to show the rest of the wizard page details in context."
--
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, 1 month
[JBoss JIRA] (JBIDE-10134) Exception is thrown when uninstalling software
by Rastislav Wagner (Created) (JIRA)
Exception is thrown when uninstalling software
----------------------------------------------
Key: JBIDE-10134
URL: https://issues.jboss.org/browse/JBIDE-10134
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M4
Reporter: Rastislav Wagner
java.lang.ClassCastException: org.eclipse.equinox.internal.p2.ui.model.InstalledIUElement cannot be cast to org.eclipse.equinox.internal.p2.ui.model.AvailableIUElement
at org.eclipse.equinox.internal.p2.ui.dialogs.ResolutionStatusPage.setDetailText(ResolutionStatusPage.java:139)
at org.eclipse.equinox.internal.p2.ui.dialogs.SelectableIUsPage$1.selectionChanged(SelectableIUsPage.java:106)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1211)
at org.eclipse.jface.viewers.CheckboxTableViewer.handleSelect(CheckboxTableViewer.java:310)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1241)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:239)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:233)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:403)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.equinox.p2.ui.ProvisioningUI.openUninstallWizard(ProvisioningUI.java:264)
at org.eclipse.equinox.internal.p2.ui.actions.UninstallAction.performAction(UninstallAction.java:54)
at org.eclipse.equinox.internal.p2.ui.actions.ProfileModificationAction$1$1.run(ProfileModificationAction.java:86)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3563)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3212)
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:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
--
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, 1 month
[JBoss JIRA] Created: (JBIDE-9724) The home directory does not exist or is missing a required file or folder: modules\org\jboss\as\server\main setting up AS 7 runtime in eclipse indigo
by David Norris (JIRA)
The home directory does not exist or is missing a required file or folder: modules\org\jboss\as\server\main setting up AS 7 runtime in eclipse indigo
-----------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-9724
URL: https://issues.jboss.org/browse/JBIDE-9724
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Environment: Windows XP Professional Service Pack 3
Jboss Tools 3.3.x + Eclipse 3.7(indigo) + Jboss AS 7.x
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Oracle JRockit(R) (build R28.1.4-7-144370-1.6.0_26-20110617-2131-windows-ia32, compiled mode)
maven 3.0.3
Reporter: David Norris
Assignee: Rob Stryker
Error when setting up a Server Runtime Environment for jboss-as-7 in eclipse (or netbeans for that matter).
It makes no difference if you put the jboss server in the default location (c:/program files/jboss-7.0.x).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] (JBIDE-10470) Hibernate configuration is not able to use Hibernate Configuration File referenced in persistence.xml
by Jiri Peterka (Created) (JIRA)
Hibernate configuration is not able to use Hibernate Configuration File referenced in persistence.xml
-----------------------------------------------------------------------------------------------------
Key: JBIDE-10470
URL: https://issues.jboss.org/browse/JBIDE-10470
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 3.3.0.M4
Environment: JBSD 5.0.M5 H55
Reporter: Jiri Peterka
Assignee: Dmitry Geraskov
Fix For: 3.3.0.Beta1
1. Create JPA Project
2. Add JPA/Hibernate(4.0) libs
3. Open persitence.xml
4. On Hibernate page use Configuration file, create it
5. Try to use Hibernate Console
ERROR: org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration
Could not create JPA based Configuration
<No message>
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: <no message>
java.lang.reflect.InvocationTargetException
javax.persistence.PersistenceException: [PersistenceUnit: jpahibernate40] Unable to configure EntityManagerFactory
[PersistenceUnit: jpahibernate40] Unable to configure EntityManagerFactory
org.hibernate.HibernateException: /jpahibernate40/src/hibernate.cfg.xml not found
/jpahibernate40/src/hibernate.cfg.xml not found
In persistence.xml is:
<property name="hibernate.ejb.cfgfile" value="/jpahibernate40/src/hibernate.cfg.xml"/>
--
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, 1 month