[JBoss JIRA] Created: (JBIDE-2743) Deployment of modules in server is messed up
by Galder Zamarreno (JIRA)
Deployment of modules in server is messed up
--------------------------------------------
Key: JBIDE-2743
URL: https://jira.jboss.org/jira/browse/JBIDE-2743
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives, JBossAS
Affects Versions: 3.0.0.alpha
Reporter: Galder Zamarreno
Priority: Critical
Something very weird is going on here. As you can see from 1.png,
I've created a 4.3.0.GA server for 216155 configuration and I'm
deploying build/acme-ejb3.jar there.
However, when I look at 2.png, it's actually deploying acme-ejb3-jmx.jar
which in principle, is a superset of acme-ejb3.jar to which I add output from
a different project (see project archive view in 1.png).
After inspecting the actual deploy/acme-ejb3-jmx.jar, it's really acme-ejb3-jmx.jar
and not acme-ejb3.jar renamed differently.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-2613) speed of editing in visual page editor
by Max Rydahl Andersen (JIRA)
speed of editing in visual page editor
--------------------------------------
Key: JBIDE-2613
URL: https://jira.jboss.org/jira/browse/JBIDE-2613
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
That we made text editing in the src editor fast by postponing updates to the visual editor is great! Much better user experience.
Similar having the caret in the visual part is a big plus too....BUT does the editing in the visual part have to be *that* slow ?
(it takes a second or two to insert a single character in a paragraph...and if i type many letters it is only shown in the source part and *then" in visual part - because of the the fix we did to the src part delaying updates)
Can't we somehow let mozilla insert the text as we type and when the user pauses we update the src part and consequently the visual part afterwards ?
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-1805) Processing unvisible tags in VPE
by Sergey Vasilyev (JIRA)
Processing unvisible tags in VPE
--------------------------------
Key: JBIDE-1805
URL: http://jira.jboss.com/jira/browse/JBIDE-1805
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Sergey Vasilyev
Assigned To: Sergey Vasilyev
Fix For: LATER
Add to the bottom of the visual part of VPE a list of invisible tags that exist in source part. To give a possibility of navigation through invisible tags.
Example:
If we have in the source part the following code:
...
<body>
...
<input type="text" value="test" />
<input type="hidden" value="id" />
<input type="submit" />
...
</body>
</html>
In the visual part we should have:
see attach invisible_tags.jpg
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-2733) Broken Ecliupse Template
by Krasimir Goutcev (JIRA)
Broken Ecliupse Template
------------------------
Key: JBIDE-2733
URL: https://jira.jboss.org/jira/browse/JBIDE-2733
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Ganymede
Jboss tools nightly 2008.08.31
Reporter: Krasimir Goutcev
1. install Ganymede
(Check Preferences->Java->Editor>Template ----- OK)
2. Install Subversion plugin
(Check Preferences->Java->Editor>Template ----- OK)
3. install Jboss Tools
(Check Preferences->Java->Editor>Template ----- Error - )
!ENTRY org.eclipse.jface 4 2 2008-09-05 00:00:10.429
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(SWT.java:3761)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.graphics.GC.stringExtent(GC.java:4682)
at org.eclipse.ui.texteditor.templates.TemplatePreferencePage.computeMinimumContextColumnWidth(TemplatePreferencePage.java:1009)
at org.eclipse.ui.texteditor.templates.TemplatePreferencePage.createContents(TemplatePreferencePage.java:840)
at org.eclipse.jdt.internal.ui.preferences.JavaTemplatePreferencePage.createContents(JavaTemplatePreferencePage.java:74)
at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:235)
at org.eclipse.jdt.internal.ui.preferences.JavaTemplatePreferencePage.createControl(JavaTemplatePreferencePage.java:61)
at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1466)
at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1223)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1217)
at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:570)
at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:700)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:696)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:880)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840)
at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1153)
at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1178)
at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
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:113)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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)
So, i know you 'll say that it is problem of Eclipse, but it's happen only after installing JBoss Tools
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-1481) can't change url-pattern
by Sergey Dzmitrovich (JIRA)
can't change url-pattern
-------------------------
Key: JBIDE-1481
URL: http://jira.jboss.com/jira/browse/JBIDE-1481
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Sergey Dzmitrovich
Assigned To: Maxim Areshkau
1.Create Seam Project : File -> New -> Seam Web Project
a. 1 step : input Project Name, select target runtime, target server.
b. 2 step : leave default values
c. 3 step : leave default values
d. 4 step :remove "*.seam" url-mapping-pattern and add "*.faces" url-mapping-pattern
e. 5 step : leave default values
2. open web.xml and observe that url-patterns is "*.seam" all the same
--
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, 7 months