[JBoss JIRA] (JBIDE-13351) Dialogs look and fill problems
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13351?page=com.atlassian.jira.plugi... ]
Daniel Azarov edited comment on JBIDE-13351 at 1/15/13 6:07 PM:
----------------------------------------------------------------
What I've done:
1.
!Result1.png!
!Result1_2.png!
2.
!Result2.png!
3.
!Result3.png!
4.
!Result4.png!
5.
!Result5.png!
6.
!Result6_1.png!
!Result6_2.png!
!Result6_3.png!
was (Author: dazarov):
What I've done:
1.
!Result1.png!
!Result1_2.png!
2.
!Result2.png!
3.
!Result3.png!
4.
!Result4.png!
5.
!Result5.png!
> Dialogs look and fill problems
> ------------------------------
>
> Key: JBIDE-13351
> URL: https://issues.jboss.org/browse/JBIDE-13351
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, runtime-detection, Seam 2, Visual Page Editor Templates
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Priority: Trivial
> Fix For: 4.1.x
>
> Attachments: AddCapability.png, AddELReeference.png, AddInterface.png, ADDJBossToolsRuntimeDialog.png, AddJSFProjectVersion.png, AddLibraryReference.png, AddLibrarySet.png, AddMavenRepository.png, BrowseFontDialog.png, ConfigureMavenRepositories.png, ConfigureMavenRepositories2.png, DownloadRuntimes.png, EditInterface.png, EditServletClassDialog.png, EditTLDFilesDialog.png, ImportUserSpecifiedTagTemplates.png, NewJBossESBRuntime.png, NewRepositoryDialog.png, NewTemplateDialog.png, Result1.png, Result1_2.png, Result2.png, Result2.png, Result3.png, Result4.png, Result5.png, Result6_1.png, Result6_2.png, Result6_3.png, UserSpecifiedTagTemplate.png
>
>
> Follow
> 1. New->Other->JBoss Tools->Configure MavenRepositories
> ConfigureMavenRepositoriesWizard.java
> Wizard banner has wrong high less than 66 pixels
> !ConfigureMavenRepositories.png!
> then press button "Add Repository..."
> !AddMavenRepository.png!
> 2. Window->Preferences, JBoss Tools->Remote Repositories, button "Add..."
> EditNexusRepositoryDialog.java
> Dialog should have a banner:
> !NewRepositoryDialog.png!
> 3. Window->Preferences, JBoss Tools->JBoss Maven Integration, button "Configure Maven Repositories"
> Dialog should have a not empty banner:
> !ConfigureMavenRepositories2.png!
> 4. Window->Preferences, JBoss Tools->JBoss ESB Runtimes, button "Add". BTW it should be "Add..."
> Dialog should have a not empty banner:
> !NewJBossESBRuntime.png!
> 5.Window->Preferences, JBoss Tools->JBoss Runtime Detection, button "Download..."
> Dialog should have a not empty banner:
> !DownloadRuntimes.png!
> 6. Window->Preferences, JBoss Tools->Web->Editors->Visual Page Editor, tab Visual Templates, buttons "Add..." and "Import..."
> Dialogs should have a not default bunner:
> !UserSpecifiedTagTemplate.png!
> !ImportUserSpecifiedTagTemplates.png!
> 7. Window->Preferences, JBoss Tools->Web->Expression Language->Variables, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddELReeference.png!
> 8. Window->Preferences, JBoss Tools->Web->JSF->JSF Environment, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddJSFProjectVersion.png!
> 9. Window->Preferences, JBoss Tools->Web->Library Sets, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddLibrarySet.png!
> 10. Window->Preferences, JBoss Tools->Web->Templates, buttons "Add" and "Edit"(buttons should be "Add..." and "Edit...")
> Dialogs should have a not default bunner:
> !AddInterface.png!
> !EditInterface.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-13381) ESB Editor removes "http-client-property" property (JBDS-2446)
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13381?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick commented on JBIDE-13381:
-------------------------------------------
Hey Slava, this popped up with the ESB editor today from a customer case. Any chance you can look at it?
The issue boils down to the inner-property <http-client-property name="file" value="httpclient.properties" /> disappearing from <property name="endpointUrl" value="http://host/servername"> when they try to use the ESB editor.
> ESB Editor removes "http-client-property" property (JBDS-2446)
> --------------------------------------------------------------
>
> Key: JBIDE-13381
> URL: https://issues.jboss.org/browse/JBIDE-13381
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: esb
> Affects Versions: 3.3.0.Final-SOA
> Reporter: Brian Fitzpatrick
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Fix For: 3.3.x, 4.0.x
>
>
> When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
> When we want to use the property X. We created our service and our SOAPClient using the visual editor, then we have to add the "http-client-property" manually
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="c1" description="d1" name="s1">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
> <property name="wsdl" value="someWsdl"/>
> <property name="SOAPAction" value="noAction"/>
> <property name="endpointUrl" value="http://host/servername">
> <http-client-property name="file" value="httpclient.properties" />
> </property>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
> Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="c1" description="d1" name="s1-edited">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
> <property name="wsdl" value="someWsdl"/>
> <property name="SOAPAction" value="noAction"/>
> <property name="endpointUrl" value="http://host/servername"/>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
> One test we have done is change the XSD used by the JBDS(1.3.1 to the one used in quickstars (1.0.1). The http-client-property worked fine, but other things stopped working. So we need to know what's wrong with the schema and what should make it works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-13351) Dialogs look and fill problems
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13351?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-13351:
----------------------------------
Description:
Follow
1. New->Other->JBoss Tools->Configure MavenRepositories
ConfigureMavenRepositoriesWizard.java
Wizard banner has wrong high less than 66 pixels
!ConfigureMavenRepositories.png!
then press button "Add Repository..."
!AddMavenRepository.png!
2. Window->Preferences, JBoss Tools->Remote Repositories, button "Add..."
EditNexusRepositoryDialog.java
Dialog should have a banner:
!NewRepositoryDialog.png!
3. Window->Preferences, JBoss Tools->JBoss Maven Integration, button "Configure Maven Repositories"
Dialog should have a not empty banner:
!ConfigureMavenRepositories2.png!
4. Window->Preferences, JBoss Tools->JBoss ESB Runtimes, button "Add". BTW it should be "Add..."
Dialog should have a not empty banner:
!NewJBossESBRuntime.png!
5.Window->Preferences, JBoss Tools->JBoss Runtime Detection, button "Download..."
Dialog should have a not empty banner:
!DownloadRuntimes.png!
6. Window->Preferences, JBoss Tools->Web->Editors->Visual Page Editor, tab Visual Templates, buttons "Add..." and "Import..."
Dialogs should have a not default bunner:
!UserSpecifiedTagTemplate.png!
!ImportUserSpecifiedTagTemplates.png!
7. Window->Preferences, JBoss Tools->Web->Expression Language->Variables, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddELReeference.png!
8. Window->Preferences, JBoss Tools->Web->JSF->JSF Environment, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddJSFProjectVersion.png!
9. Window->Preferences, JBoss Tools->Web->Library Sets, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddLibrarySet.png!
10. Window->Preferences, JBoss Tools->Web->Templates, buttons "Add" and "Edit"(buttons should be "Add..." and "Edit...")
Dialogs should have a not default bunner:
!AddInterface.png!
!EditInterface.png!
was:
Follow
1. New->Other->JBoss Tools->Configure MavenRepositories
ConfigureMavenRepositoriesWizard.java
Wizard banner has wrong high less than 66 pixels
!ConfigureMavenRepositories.png!
then press button "Add Repository..."
!AddMavenRepository.png!
2. Window->Preferences, JBoss Tools->Remote Repositories, button "Add..."
EditNexusRepositoryDialog.java
Dialog should have a banner:
!NewRepositoryDialog.png!
3. Window->Preferences, JBoss Tools->JBoss Maven Integration, button "Configure Maven Repositories"
Dialog should have a not empty banner:
!ConfigureMavenRepositories2.png!
4. Window->Preferences, JBoss Tools->JBoss ESB Runtimes, button "Add". BTW it should be "Add..."
Dialog should have a not empty banner:
!NewJBossESBRuntime.png!
5.Window->Preferences, JBoss Tools->JBoss Runtime Detection, button "Download..."
Dialog should have a not empty banner:
!DownloadRuntimes.png!
6. Window->Preferences, JBoss Tools->Web->Custom Capabilities, buttons "Add" (button should be "Add...")
Dialogs should have a not default bunner:
!AddCapability.png!
!AddLibraryReference.png!
7. Window->Preferences, JBoss Tools->Web->Editors->Visual Page Editor, tab Visual Templates, buttons "Add..." and "Import..."
Dialogs should have a not default bunner:
!UserSpecifiedTagTemplate.png!
!ImportUserSpecifiedTagTemplates.png!
8. Window->Preferences, JBoss Tools->Web->Expression Language->Variables, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddELReeference.png!
9. Window->Preferences, JBoss Tools->Web->JSF->JSF Environment, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddJSFProjectVersion.png!
10. Window->Preferences, JBoss Tools->Web->Library Sets, button "Add" (button should be "Add...")
Dialog should have a not default bunner:
!AddLibrarySet.png!
11. Window->Preferences, JBoss Tools->Web->Templates, buttons "Add" and "Edit"(buttons should be "Add..." and "Edit...")
Dialogs should have a not default bunner:
!AddInterface.png!
!EditInterface.png!
> Dialogs look and fill problems
> ------------------------------
>
> Key: JBIDE-13351
> URL: https://issues.jboss.org/browse/JBIDE-13351
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, runtime-detection, Seam 2, Visual Page Editor Templates
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Priority: Trivial
> Fix For: 4.1.x
>
> Attachments: AddCapability.png, AddELReeference.png, AddInterface.png, ADDJBossToolsRuntimeDialog.png, AddJSFProjectVersion.png, AddLibraryReference.png, AddLibrarySet.png, AddMavenRepository.png, BrowseFontDialog.png, ConfigureMavenRepositories.png, ConfigureMavenRepositories2.png, DownloadRuntimes.png, EditInterface.png, EditServletClassDialog.png, EditTLDFilesDialog.png, ImportUserSpecifiedTagTemplates.png, NewJBossESBRuntime.png, NewRepositoryDialog.png, NewTemplateDialog.png, Result1.png, Result1_2.png, Result2.png, Result2.png, Result3.png, Result4.png, Result5.png, Result6_1.png, Result6_2.png, Result6_3.png, UserSpecifiedTagTemplate.png
>
>
> Follow
> 1. New->Other->JBoss Tools->Configure MavenRepositories
> ConfigureMavenRepositoriesWizard.java
> Wizard banner has wrong high less than 66 pixels
> !ConfigureMavenRepositories.png!
> then press button "Add Repository..."
> !AddMavenRepository.png!
> 2. Window->Preferences, JBoss Tools->Remote Repositories, button "Add..."
> EditNexusRepositoryDialog.java
> Dialog should have a banner:
> !NewRepositoryDialog.png!
> 3. Window->Preferences, JBoss Tools->JBoss Maven Integration, button "Configure Maven Repositories"
> Dialog should have a not empty banner:
> !ConfigureMavenRepositories2.png!
> 4. Window->Preferences, JBoss Tools->JBoss ESB Runtimes, button "Add". BTW it should be "Add..."
> Dialog should have a not empty banner:
> !NewJBossESBRuntime.png!
> 5.Window->Preferences, JBoss Tools->JBoss Runtime Detection, button "Download..."
> Dialog should have a not empty banner:
> !DownloadRuntimes.png!
> 6. Window->Preferences, JBoss Tools->Web->Editors->Visual Page Editor, tab Visual Templates, buttons "Add..." and "Import..."
> Dialogs should have a not default bunner:
> !UserSpecifiedTagTemplate.png!
> !ImportUserSpecifiedTagTemplates.png!
> 7. Window->Preferences, JBoss Tools->Web->Expression Language->Variables, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddELReeference.png!
> 8. Window->Preferences, JBoss Tools->Web->JSF->JSF Environment, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddJSFProjectVersion.png!
> 9. Window->Preferences, JBoss Tools->Web->Library Sets, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddLibrarySet.png!
> 10. Window->Preferences, JBoss Tools->Web->Templates, buttons "Add" and "Edit"(buttons should be "Add..." and "Edit...")
> Dialogs should have a not default bunner:
> !AddInterface.png!
> !EditInterface.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-13351) Dialogs look and fill problems
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13351?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-13351:
----------------------------------
Attachment: Result6_1.png
Result6_2.png
Result6_3.png
> Dialogs look and fill problems
> ------------------------------
>
> Key: JBIDE-13351
> URL: https://issues.jboss.org/browse/JBIDE-13351
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, runtime-detection, Seam 2, Visual Page Editor Templates
> Affects Versions: 4.1.0.Alpha1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
> Priority: Trivial
> Fix For: 4.1.x
>
> Attachments: AddCapability.png, AddELReeference.png, AddInterface.png, ADDJBossToolsRuntimeDialog.png, AddJSFProjectVersion.png, AddLibraryReference.png, AddLibrarySet.png, AddMavenRepository.png, BrowseFontDialog.png, ConfigureMavenRepositories.png, ConfigureMavenRepositories2.png, DownloadRuntimes.png, EditInterface.png, EditServletClassDialog.png, EditTLDFilesDialog.png, ImportUserSpecifiedTagTemplates.png, NewJBossESBRuntime.png, NewRepositoryDialog.png, NewTemplateDialog.png, Result1.png, Result1_2.png, Result2.png, Result2.png, Result3.png, Result4.png, Result5.png, Result6_1.png, Result6_2.png, Result6_3.png, UserSpecifiedTagTemplate.png
>
>
> Follow
> 1. New->Other->JBoss Tools->Configure MavenRepositories
> ConfigureMavenRepositoriesWizard.java
> Wizard banner has wrong high less than 66 pixels
> !ConfigureMavenRepositories.png!
> then press button "Add Repository..."
> !AddMavenRepository.png!
> 2. Window->Preferences, JBoss Tools->Remote Repositories, button "Add..."
> EditNexusRepositoryDialog.java
> Dialog should have a banner:
> !NewRepositoryDialog.png!
> 3. Window->Preferences, JBoss Tools->JBoss Maven Integration, button "Configure Maven Repositories"
> Dialog should have a not empty banner:
> !ConfigureMavenRepositories2.png!
> 4. Window->Preferences, JBoss Tools->JBoss ESB Runtimes, button "Add". BTW it should be "Add..."
> Dialog should have a not empty banner:
> !NewJBossESBRuntime.png!
> 5.Window->Preferences, JBoss Tools->JBoss Runtime Detection, button "Download..."
> Dialog should have a not empty banner:
> !DownloadRuntimes.png!
> 6. Window->Preferences, JBoss Tools->Web->Custom Capabilities, buttons "Add" (button should be "Add...")
> Dialogs should have a not default bunner:
> !AddCapability.png!
> !AddLibraryReference.png!
> 7. Window->Preferences, JBoss Tools->Web->Editors->Visual Page Editor, tab Visual Templates, buttons "Add..." and "Import..."
> Dialogs should have a not default bunner:
> !UserSpecifiedTagTemplate.png!
> !ImportUserSpecifiedTagTemplates.png!
> 8. Window->Preferences, JBoss Tools->Web->Expression Language->Variables, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddELReeference.png!
> 9. Window->Preferences, JBoss Tools->Web->JSF->JSF Environment, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddJSFProjectVersion.png!
> 10. Window->Preferences, JBoss Tools->Web->Library Sets, button "Add" (button should be "Add...")
> Dialog should have a not default bunner:
> !AddLibrarySet.png!
> 11. Window->Preferences, JBoss Tools->Web->Templates, buttons "Add" and "Edit"(buttons should be "Add..." and "Edit...")
> Dialogs should have a not default bunner:
> !AddInterface.png!
> !EditInterface.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBDS-2446) ESB Editor remove certains properties such as "http-client-property"
by William Siqueira (JIRA)
[ https://issues.jboss.org/browse/JBDS-2446?page=com.atlassian.jira.plugin.... ]
William Siqueira updated JBDS-2446:
-----------------------------------
Description:
When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
When we want to use the property X. We created our service and our SOAPClient using the visual editor, then we have to add the "http-client-property" manually
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="c1" description="d1" name="s1">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
<property name="wsdl" value="someWsdl"/>
<property name="SOAPAction" value="noAction"/>
<property name="endpointUrl" value="http://host/servername">
<http-client-property name="file" value="httpclient.properties" />
</property>
</action>
</actions>
</service>
</services>
</jbossesb>
Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="c1" description="d1" name="s1-edited">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
<property name="wsdl" value="someWsdl"/>
<property name="SOAPAction" value="noAction"/>
<property name="endpointUrl" value="http://host/servername"/>
</action>
</actions>
</service>
</services>
</jbossesb>
One test we have done is change the XSD used by the JBDS(1.3.1 to the one used in quickstars (1.0.1). The http-client-property worked fine, but other things stopped working. So we need to know what's wrong with the schema and what should make it works fine.
was:
When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
When we want to use the following property in the editor:
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="service-category" description="service-description"
name="service-test">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient"
name="client">
<property name="wsdl" value="client-wsdl" />
<property name="operation" value="client-operation">
<http-client-property name="myfile"
value="httpclient.properties" />
</property>
</action>
</actions>
</service>
</services>
</jbossesb>
Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="service-category" description="service-description" name="service-test-edited">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
<property name="wsdl" value="client-wsdl"/>
<property name="operation" value="client-operation"/>
</action>
</actions>
</service>
</services>
</jbossesb>
> ESB Editor remove certains properties such as "http-client-property"
> ---------------------------------------------------------------------
>
> Key: JBDS-2446
> URL: https://issues.jboss.org/browse/JBDS-2446
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: SOA Tooling / Platform
> Affects Versions: 5.0.0.GA-SOA
> Environment: RHEL 6.1
> java version "1.6.0_25"
> SOA-P 5.0
> Reporter: William Siqueira
> Assignee: Douglas Palmer
>
> When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
> When we want to use the property X. We created our service and our SOAPClient using the visual editor, then we have to add the "http-client-property" manually
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="c1" description="d1" name="s1">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
> <property name="wsdl" value="someWsdl"/>
> <property name="SOAPAction" value="noAction"/>
> <property name="endpointUrl" value="http://host/servername">
> <http-client-property name="file" value="httpclient.properties" />
> </property>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
> Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="c1" description="d1" name="s1-edited">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
> <property name="wsdl" value="someWsdl"/>
> <property name="SOAPAction" value="noAction"/>
> <property name="endpointUrl" value="http://host/servername"/>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
> One test we have done is change the XSD used by the JBDS(1.3.1 to the one used in quickstars (1.0.1). The http-client-property worked fine, but other things stopped working. So we need to know what's wrong with the schema and what should make it works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBDS-2446) ESB Editor remove certains properties such as "http-client-property"
by William Siqueira (JIRA)
[ https://issues.jboss.org/browse/JBDS-2446?page=com.atlassian.jira.plugin.... ]
William Siqueira updated JBDS-2446:
-----------------------------------
Description:
When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
When we want to use the following property in the editor:
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="service-category" description="service-description"
name="service-test">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient"
name="client">
<property name="wsdl" value="client-wsdl" />
<property name="operation" value="client-operation">
<http-client-property name="myfile"
value="httpclient.properties" />
</property>
</action>
</actions>
</service>
</services>
</jbossesb>
Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="service-category" description="service-description" name="service-test-edited">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
<property name="wsdl" value="client-wsdl"/>
<property name="operation" value="client-operation"/>
</action>
</actions>
</service>
</services>
</jbossesb>
was:
When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
When we want to use the following property in the editor:
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="" description="" name="some-service">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client-action">
<property name="endpointUrl" value="http://host/endpoint">
<http-client-property name="file" value="httpclient.properties" />
</property>
</action>
</actions>
</service>
</services>
</jbossesb>
Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed:
<?xml version="1.0"?>
<jbossesb parameterReloadSecs="5"
xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
<services>
<service category="" description="" name="some-service-edited">
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client-action">
<property name="wsdl" value="{INSERT WSDL HERE}"/>
</action>
</actions>
</service>
</services>
</jbossesb>
> ESB Editor remove certains properties such as "http-client-property"
> ---------------------------------------------------------------------
>
> Key: JBDS-2446
> URL: https://issues.jboss.org/browse/JBDS-2446
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: SOA Tooling / Platform
> Affects Versions: 5.0.0.GA-SOA
> Environment: RHEL 6.1
> java version "1.6.0_25"
> SOA-P 5.0
> Reporter: William Siqueira
> Assignee: Douglas Palmer
>
> When editing an ESB file (jboss-esb.xml), we have two ways which are using the native XML editor or the visual way.
> When we want to use the following property in the editor:
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="service-category" description="service-description"
> name="service-test">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient"
> name="client">
> <property name="wsdl" value="client-wsdl" />
> <property name="operation" value="client-operation">
> <http-client-property name="myfile"
> value="httpclient.properties" />
> </property>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
> Notice the "http-client-property" in the action property element. The problem is that when using visual editor of this file and adding something new or editing existing thing, the code related to this property is deleted. In the example above, I have the following result, showing what the editor removed: (in this case I just changed the service name from service-test to service-test-edited)
> <?xml version="1.0"?>
> <jbossesb parameterReloadSecs="5"
> xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml..."
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml... http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schem...">
> <services>
> <service category="service-category" description="service-description" name="service-test-edited">
> <actions>
> <action class="org.jboss.soa.esb.actions.soap.SOAPClient" name="client">
> <property name="wsdl" value="client-wsdl"/>
> <property name="operation" value="client-operation"/>
> </action>
> </actions>
> </service>
> </services>
> </jbossesb>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months