| Summary: | udp_gateway contains unused groovy files | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | JBossESB, Examples | Assignee: | Kevin Conner <kevin.conner> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0.0 ER1 | ||
| Target Milestone: | --- | ||
| Target Release: | 5.0.0 GA, 5.0.0 ER8 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1565 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-03 21:03:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jiri Pechanec
2009-10-27 14:58:32 UTC
Link: Added: This issue depends JBESB-3136 Updated in ESB codebase, will be in next merge Verified in ER8
tree /jboss/local/50_ER7_Jan14/jboss-soa-p.5.0.0/jboss-as/samples/quickstarts/udp_gateway
/jboss/local/50_ER7_Jan14/jboss-soa-p.5.0.0/jboss-as/samples/quickstarts/udp_gateway
|-- build.xml
|-- deployment.xml
|-- jboss-esb.xml
|-- jbossesb-properties.xml
|-- jndi.properties
|-- juddi.properties
|-- lib
|-- log4j.xml
|-- readme.txt
|-- scripts
| `-- MessageInjectionConsole.groovy
`-- src
`-- org
`-- jboss
`-- soa
`-- esb
`-- samples
`-- quickstart
`-- udpgateway
`-- test
`-- UdpClient.java
11 directories, 10 files
tree /jboss/local/50_ER8/jboss-soa-p.5.0.0/jboss-as/samples/quickstarts/udp_gateway
/jboss/local/50_ER8/jboss-soa-p.5.0.0/jboss-as/samples/quickstarts/udp_gateway
|-- build.xml
|-- deployment.xml
|-- jboss-esb.xml
|-- jbossesb-properties.xml
|-- jndi.properties
|-- lib
|-- log4j.xml
|-- readme.txt
`-- src
`-- org
`-- jboss
`-- soa
`-- esb
`-- samples
`-- quickstart
`-- udpgateway
`-- test
`-- UdpClient.java
|