[jdf] Re: JBoss Developer Framework
by Disqus
======
S Singh <satindersingh_2000(a)yahoo.co.uk> (unregistered) wrote:
In Part 1 of the tutorial, the package name is org.jboss.tools.examples.model which has become org.jboss.jdf.example.ticketmonster.model here. This needs a fix. May be changing Part 1 because the GIT source is consistent with this part of the tutorial.
IP address: 86.164.87.227
Link to comment: http://disq.us/85ucb7
-----
Options: You can moderate through email. Respond in the body with "Delete". Reply with "Like" to like this comment, or respond in the body to post a reply comment.
Or use the moderate panel: http://jdf.disqus.com/admin/moderate/#/pending
To turn off notifications, go to: http://disqus.com/account/
10 years, 3 months
[jdf] Re: JBoss Developer Framework
by Disqus
Aidan D <charis_doulos(a)yahoo.com> (unregistered) wrote:
wow, thanks Burr & Pette & Marius great i'm following this tutorial now,
just minor typo though : org.jboss.tools.examples.Event
should be : "org.jboss.tools.examples.model.Event" under "Adding a JAX-RS...." link
and if its ok to add the link for the greeter / h2-console download link here:
http://download.jboss.org/jbossas/7.0/jboss-as-7.0.2.Final/jboss-as-quick...
Bec. I almost got lost on finding/configuring h2-console in quickstarts,
im using JBoss Developer Studio 5.0.1 GA and jboss-as-7.1.1.Final...
I think I gonna love and stick to jboss now... :)
Thanks to you guys, great job, these tutorials makes life and learning easier.
IP address: 49.144.230.237
Link to comment: http://disq.us/892lkt
-----
Options: You can moderate through email. Respond in the body with "Delete". Reply with "Like" to like this comment, or respond with anything else to approve this comment and post your message as a reply comment.
Or use the moderate panel: http://jdf.disqus.com/admin/moderate/#/pending
To turn off notifications, go to: http://disqus.com/account/
10 years, 4 months
Using Wildflys HTTP Management API
by Mathias Henze
Hi
I am trying to set up some tooling for remote management of wildfly
systems. To do so, I want to utilize the http management api available
at port 9990 by default. I was able to send some operations, like
read-operation-description and interpret the result. My problem is, that
it seems that I can only POST operations on the root-node (at the
/management context).
If I use a GET request like /management/subsystem/logging, I get the
subsystems specific resources and attributes, but if I POST any
operation to this url, I get a response as if I was posing to
/management alone.
Using WildFly 8.0.0-Beta1
Any Idea?
Best Regards
Mathias
10 years, 10 months