[JBoss JIRA] Created: (JBIDE-1406) Package archive configuration is coupled to project name
by Rob Hasselbaum (JIRA)
Package archive configuration is coupled to project name
--------------------------------------------------------
Key: JBIDE-1406
URL: http://jira.jboss.com/jira/browse/JBIDE-1406
Project: JBoss Tools
Issue Type: Bug
Components: Archives
Affects Versions: 2.0.0.CR1
Environment: Eclipse 3.3.1.1 on openSUSE 10.3
Reporter: Rob Hasselbaum
The ".packages" configuration file contains references to the project name. This is problematic if the configuration is checked into a revision control system, since it requires all checkouts of the project to use the same name in Eclipse. This means a developer cannot have more than one copy of the project in Eclipse at the same time (e.g. different branches), and in addition, all members of a team are forced to use the same project name.
I have entered this as a bug rather than an enhancement request because this is a regression from JBoss IDE 1.6.
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-2548) Extend XML Catalog for JBoss 4.2
by Juergen Zimmermann (JIRA)
Extend XML Catalog for JBoss 4.2
--------------------------------
Key: JBIDE-2548
URL: https://jira.jboss.org/jira/browse/JBIDE-2548
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.0.0.alpha
Reporter: Juergen Zimmermann
Some entries are missing for JBoss 4.2 (see https://jira.jboss.org/jira/browse/JBIDE-1788):
* -//JBoss//DTD MBean Service 4.2//EN
** required for .sar when e.g. authentication is done via database or LDAP
instead of .properties
** see file docs\dtd\jboss-service_4_2.dtd
* -//JBoss//DTD JBOSS JCA Config 1.5//EN
** required when the app ships a datasource definition in a file xyz-ds.xml
within a .sar
** see file docs\dtd\jboss-ds_1_5.dtd
* -//JBoss//DTD Web Service Reference 4.2//EN
** required for jboss.xml
** see file docs\dtd\service-ref_4_2.dtd
When using JBossWS-native 3.0.2 and using WS-Security then these 2 entries
are also required:
* http://www.jboss.com/ws-security/config
** see file jboss-ws-security_1_0.xsd in directory "schema" of jboss-ws-native-core.jar
* urn:jboss:jaxws-config:2.0
** see file jaxws-config_2_0.xsd in directory "schema" of jboss-ws-native-core.jar
--
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
17 years, 8 months
[JBoss JIRA] Created: (JBIDE-2504) Problems with VPE refresh when CTRL+Z(Y) hotkeys used.
by Aliaksey Nis (JIRA)
Problems with VPE refresh when CTRL+Z(Y) hotkeys used.
------------------------------------------------------
Key: JBIDE-2504
URL: http://jira.jboss.com/jira/browse/JBIDE-2504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 3.0.0.Alpha
Build id: 200807071935-nightly
Build date: 07/07/2008 19:41
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Minor
EXECUTE: Create jsf kickstart project.
EXECUTE: Create Xhtml page with template FaceletBlank (FaceletBlank.xhtml).
EXECUTE: Create Xhtml page with template FaceletCommon (FaceletCommon.xhtml).
EXECUTE: Open FaceletBlank.xhtml.
EXECUTE: Drag n Drop FaceletCommon.xhtml to <ui:composition template="".
EXECUTE: Save file(press CTRL+S).
EXECUTE: Press Ctrl+Z, Ctrl +Y few times("/FaceletCommon.xhtml" appear/disappear), until VPE part become empty.
FAILURE: Click in random spots in VPE part - Event Handling Error thrown in error log.
After pressing "Refresh" button in VPE part all works fine.
Exception:
Event Handling Error
org.mozilla.xpcom.XPCOMException: The function "collapse" returned an error condition (0xc1f30001)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)
at org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(XPCOMJavaProxy.java:143)
at $Proxy16.collapse(Unknown Source)
at org.jboss.tools.vpe.editor.VpeSelectionBuilder.getInnerDragInfo(VpeSelectionBuilder.java:1246)
at org.jboss.tools.vpe.editor.VpeController.canInnerDrag(VpeController.java:2452)
at org.jboss.tools.vpe.editor.VpeController.dragGesture(VpeController.java:1342)
at org.jboss.tools.vpe.editor.mozilla.MozillaDomEventListener.handleEvent(MozillaDomEventListener.java:167)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2370)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3418)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
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:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
--
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
17 years, 8 months