[JBoss JIRA] Created: (JBIDE-9446) Drag and Drop to Visual part of VPE doesn't work
by Vlado Pakan (JIRA)
Drag and Drop to Visual part of VPE doesn't work
------------------------------------------------
Key: JBIDE-9446
URL: https://issues.jboss.org/browse/JBIDE-9446
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M2
Environment: Linux 32bit, Java Sun JDK 1.6.0_25, JBDS Version: 5.0.0.M2 Build id: v20110624-1114-H10-M2 Build date: 20110624-1114
Reporter: Vlado Pakan
Assignee: Yahor Radtsevich
Steps to reproduce:
1. Create JSF1.2 KickStartProject
2. Open <jsf project>/WebContent/pages/inputUserName.jsp
3. Drag and drop Palette > JSF HTML > commandButton tag to the visual part of inputUserName.jsp page.
It's working.
4. Undo changes in inputUserName.jsp
5. change tag <html> to <htmlerror> in source of inputUserName.jsp and save
There should be error marker in VPE with text Unknown tag (htmlerror).
6. Repeat step 3.
It's not possible to drop commandButton tag to visual part of VPE
7. Undo changes in source of inputUserName.jsp i.e. change tag <htmlerror> back to <html> and save
There should be no error marker
8. Repeat step 3.
It's not possible to drop commandButton tag to visual part of VPE
After JBDS is restarted drag and drop functionality works again.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (JBIDE-9443) Wizard for creating Service implementations (ServiceLoader / Service file)
by Lincoln Baxter III (JIRA)
Wizard for creating Service implementations (ServiceLoader / Service file)
--------------------------------------------------------------------------
Key: JBIDE-9443
URL: https://issues.jboss.org/browse/JBIDE-9443
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.3.0.M2
Reporter: Lincoln Baxter III
It would be very nice if we had a wizard or hotkey to create a new service implementation:
CTRL-N
--> New Service Implementation Class
1. Wizard asks you to specify the service Interface you wish to implement, and then lets you give the typical new-class information (with Interface already populated and greyed out.)
2. When submitted, the wizard creates the implementing class, and also creates a service file in the java-resources 'META-INF/services' directory, containing the name of your service implementation class. If the Service file already exists, your class should be added to it on a new line:
META-INF/services/org.example.service.spi.Interface
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (JBIDE-8654) New Instance wizard: add capability to create server adapter from instance
by Andre Dietisheim (JIRA)
New Instance wizard: add capability to create server adapter from instance
--------------------------------------------------------------------------
Key: JBIDE-8654
URL: https://issues.jboss.org/browse/JBIDE-8654
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.Final, 3.3.0.M1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.x
Currently you may create a new server adapter in 2 ways:
1) fully automatically when launching the instance: check "Create Server Adapter"
2) manually:
* launch an instance
* show in remote system explorer (creates the RSE connection)
* create server adapter, switch it to remote mode and use the RSE connection as host
Option 1) is pretty error prone. If 1 of the 3 tasks fail no server adapter is created and it's hard to find out why it went wrong. IMHO the process is too automatic, too long, too intrasparent.
Option 2) is pretty transparent, but not obvious.
We would improve the situation if we would offer an action "Create Server Adapter" in the context menu of the instances.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months