Bug 1039969 - REST endpoint deployment after server startup produces additional output
Summary: REST endpoint deployment after server startup produces additional output
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: DT Governance
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Kurt T Stam
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-10 12:39 UTC by Stefan Bunciak
Modified: 2015-08-02 23:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-10 14:51:58 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.