Hi!
Just received advertisement from Packt about "jBPM Developer Guide" should be published in December....
It is really nice to see book about jBPM - but question is - as far as I see - on Jan 1st planned jBPM 4.3 release - and big change there is using BPMN2.
Does anybody know - what version is covered in this book? If current or less - Is it make sense to buy book covered versino, will be outdated at the time of publishing?
Or jBPM 4.3 will be changed from jBPM 4.2 only by difference in Designer - not in core API itself?
Does anybody has any more info about this book?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270189#4270189
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270189
Before i answer this, let me tell you that i don't have experience with RESTful web services (and haven't yet found time to read through the docs).
"longbeach" wrote :
| How do you call that exposed resftul web service ?
|
"longbeach" wrote :
| Hi,
| i got it working.
|
Can you tell us how you got that working? I mean how did you call the exposed RESTful web service? I even don't know whether exposing a SLSB as a RESTful web service guarantees any EJB semantics (like tx). Does it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270176#4270176
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270176
Hi,
i got it working. It was just a basic configuration problem in Eclipse.
But now I have a question regarding injection of resources.
I am using the Jersey implementation of JSR-311.
I use EJB 3.0 (not 3.1). I have exposed a stateless session bean as a RESTful web service.
@Path("/blabla")
@Stateless
public class MyBean implements MyBeanRemote{
@PersistenceContext
private EntityManager em;
...
}
I try to inject a persistence context but it is not working. em is null.
So my question is :
do injection of resources (@PersistenceContext, @EJB ...) cease to work in a stateless session bean that has been exposed as a RESTful web service ?
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270167#4270167
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270167
weeel - it will at least be available from our devel or nightly updatesite soon.
Including it in 3.1.GA might be too soon - but I'll let everyone know as soon as we got something in there.
The first feature we will be introducing is code completion for the CDI beans and then going forward we got more ideas. You see those ideas in JBIDE jira under the CDI component.
Feel free to add your own or comment or even vote ;)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270163#4270163
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270163