[JBoss JIRA] Created: (SWITCHYARD-381) Refactor UI in SwitchYard console
by Rob Cernich (JIRA)
Refactor UI in SwitchYard console
---------------------------------
Key: SWITCHYARD-381
URL: https://issues.jboss.org/browse/SWITCHYARD-381
Project: SwitchYard
Issue Type: Enhancement
Components: admin, console
Reporter: Rob Cernich
Assignee: Rob Cernich
Fix For: 0.2
Refactor SwitchYard console based on UI review.
The following should be addressed:
# Remove "components" from the UI. This will be addressed in a later version.
# The application page should be modified as follows:
#* changes to the "Services" list:
#** Rename to "Composite Services"
#** add "Promotes" column, which references a "Component Service"
#* add a section for "Component Services"
#** add list with component services
#** add section for displaying service details:
#*** implementation type
#*** interface name/type
#*** others?
#* time permitting, incorporate references
# The service page should be modified as follows:
#* interface should reference the promoted interface (e.g. wsdl portType)
#* change "implementation" to "promotes" referencing the promoted component service
#* for the gateways table:
#** simply list the type of service (see remove components above)
#** time permitting, display the binding configuration (simple xml text)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (SWITCHYARD-376) Add slfj4 dependency at test-scope for helpdesk quickstart
by Keith Babo (JIRA)
Add slfj4 dependency at test-scope for helpdesk quickstart
----------------------------------------------------------
Key: SWITCHYARD-376
URL: https://issues.jboss.org/browse/SWITCHYARD-376
Project: SwitchYard
Issue Type: Task
Components: quickstarts
Reporter: Keith Babo
Fix For: 0.2
It looks like a slf4j api dependency is coming in through dependencies of the helpdesk app, which can cause build failures depending on the environment. Add a test-scoped dependency on the slf4j 1.6 to the quickstart to avoid any issues.
{code}
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months