[JBoss JIRA] Created: (JBIDE-8054) Text selection in VPE source pane is not synchronized with selection in Visual Pane
by Vlado Pakan (JIRA)
Text selection in VPE source pane is not synchronized with selection in Visual Pane
-----------------------------------------------------------------------------------
Key: JBIDE-8054
URL: https://issues.jboss.org/browse/JBIDE-8054
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.2.0.CR1
Environment: Linux 32bit JBDS 4.0.0.v201012161657N-H584-CR1
Reporter: Vlado Pakan
Assignee: Maxim Areshkau
Attachments: selectionError.swf
Steps to reproduce:
1. Open any jsp page in VPE editor and select some text in VPE source pane. The same text is selected in visual pane.
2. Make mouse left click somewhere in visual pane. There should be no selected text.
3. Select the same text in step 1. via source pane
4. No text is selected in visual pane but the same text selected in source pane has to be selected in visual pane.
After reopening jsp page it's working again as mentioned above. Selection is synchronized only first time.
See attached screencast.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 9 months
[JBoss JIRA] (JBDS-1990) Build JBDS product w/ Tycho?
by Nick Boldt (JIRA)
Nick Boldt created JBDS-1990:
--------------------------------
Summary: Build JBDS product w/ Tycho?
Key: JBDS-1990
URL: https://issues.jboss.org/browse/JBDS-1990
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build, P2 Enabled Product
Affects Versions: 5.0.0.Beta1
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 5.0.0.Beta1
I've managed to get Tycho to build the p2 product using a new pom file [1] (which first regenerates the update site locally THEN builds the products for 4 or the 6 supported platforms (suspect I have to just add more platforms to the parent pom to get win64 and carbon64 in there) and a couple minor tweaks to product/features/com.jboss.jbds/pom.xml file.
However, while building, I get some errors:
{code}
java.io.FileNotFoundException: /home/nboldt/eclipse/workspace-jboss/devstudio_trunk/product/features/com.jboss.jbds/target/products/com.jboss.jbds.all/macosx/JBDevStudio.icns (No such file or directory)
Error - 7 icon(s) not replaced in /tmp/p2.brandingIron9043279577960813921/launcher.exe using /home/nboldt/eclipse/workspace-jboss/devstudio_trunk/product/features/com.jboss.jbds/target/products/com.jboss.jbds.all/jbds.ico
{code}
And, the resulting product can't launch (I only tried the lin64 one):
{code}
!ENTRY org.eclipse.osgi 4 0 2012-01-11 13:46:58.598
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
{code}
Any idea what's wrong here?
--
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
13 years, 9 months
[JBoss JIRA] (JBIDE-10495) Define how BPEL users handle JBoss BPEL migration
by Max Rydahl Andersen (Created) (JIRA)
Define how BPEL users handle JBoss BPEL migration
-------------------------------------------------
Key: JBIDE-10495
URL: https://issues.jboss.org/browse/JBIDE-10495
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: BPEL
Reporter: Max Rydahl Andersen
Assignee: Robert (Bob) Brodt
Priority: Blocker
Fix For: 3.3.0.Beta1
JBDS-1909 is talking about keeping the old way of creating JBoss Legacy BPEL projects without outlining how migration works
and which packaging approach is used.
I want to be aligned on what this migration means:
It seems we will have:
2 different facets old jboss and new bpel
2 different packaging - one using WTP style packaging that is compatible with JBoss AS adapters (old jboss) and one using non-WTP style packing which is not compatible with anything but specific tomcat server adapter (new jboss)
2 different wizards for creating projects
And could we please not keep old packaging styles around if we could just migrate them over one way or the other.
And please let us not make *another* deployment/packaging approach.
I hope i'm wrong in the above observations so please let us once and for all document what the migration plan is and what reality we have ;)
--
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
13 years, 9 months