Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid wait in samples #385

Closed
dantran opened this issue Feb 15, 2016 · 1 comment
Closed

Invalid wait in samples #385

dantran opened this issue Feb 15, 2016 · 1 comment
Assignees
Milestone

Comments

@dantran
Copy link

dantran commented Feb 15, 2016

the sample has this wait's settings

<wait>
  <!-- The plugin waits until this URL is reachable via HTTP ... -->
  <url>http://localhost:${jolokia.port}/jolokia</url>
   <!-- ... but at max 2 seconds -->
   <time>2000</time>
 </wait>

it should be

<wait>
  <!-- The plugin waits until this URL is reachable via HTTP ... -->
  <http>
     <url>http://localhost:${jolokia.port}/jolokia</url>
   </http>
   <!-- ... but at max 2 seconds -->
   <time>2000</time>
 </wait>
@dantran dantran changed the title Invalid wait in sample's <wait> Invalid wait in samples Feb 15, 2016
rhuss added a commit that referenced this issue Feb 23, 2016
@rhuss
Copy link
Collaborator

rhuss commented Feb 23, 2016

Thanks for spotting this. Will be fixed in the next release.

@rhuss rhuss added this to the 0.14.0 milestone Feb 23, 2016
@rhuss rhuss self-assigned this Feb 23, 2016
@rhuss rhuss closed this as completed Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants