Bug 1039969

Summary: REST endpoint deployment after server startup produces additional output
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Stefan Bunciak <sbunciak>
Component: DT GovernanceAssignee: Kurt T Stam <kurt.stam>
Status: CLOSED NOTABUG QA Contact: Jiri Sedlacek <jsedlace>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, oskutka, soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-10 14:51:58 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 Stefan Bunciak 2013-12-10 12:39:48 UTC
Description of problem:

After FSW states that it is started: "JBoss Red Hat JBoss Fuse Service Works 6.0.0.ER7-redhat-1 (AS 7.2.1.Final-redhat-10) started in 30576ms)", 

20 seconds later, additional deployment is processed: 
"Deploying javax.ws.rs.core.Application: class org.overlord.sramp.server.atom.services.SRAMPApplication........"

Version-Release number of selected component (if applicable):
* 6.0.0.ER7

How reproducible:
* 100%

Steps to Reproduce:
1.
2.
3.

Actual results:
* Server log: http://pastebin.test.redhat.com/180857

Expected results:


Additional info:

Comment 2 Kurt T Stam 2013-12-10 14:51:58 UTC
The RESTEasy endpoints are lazy loaded. So you will see that logging the first time you access it. What you are seeing is likely the DTGov monitor firing a query into S-RAMP.