Hi all,
I am going to deploy jBPM BPEL into "minimal" server of "jboss-4.0.4.GA".
However, I am not able found any document about the dependence or architecture of jBPM BPEL.
1. Would anyone tell me what server is jBPM BPEL depend on at runtime (Default setting - Using HSQL as database) ?
For example, JBossWS
2. As jBPM BPEL is then extension of jBPM, is it also inherited those dependence of jBPM ? If yes, would those dependences are also listed ?
Any replies are welcome and Thank you very much.
Roy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963749#3963749
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963749
HI,
I'm trying to use the spring integration with the embeddable EJB3. How can I make my spring-context available on the JNDI-tree so that this sentence will return an spring wired object:
@Spring(jndiName="myapp", bean="DaoFactory")
This injection work fine when running on the application server, but how can I make it work when running from a standalone java app?
Anyone has an idea?
Regards
jaboj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963747#3963747
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963747
- Nested conversations or good for e.g. multiple "sub-conversations" within a conversation. The main conversation could be a complex product search, and the sub-conversations could be product orders. Or imagine that you edit an entity in a conversation, and during that you edit multiple sub-entities in nested conversations. There are complex web apps where nested conversations are helpful. Keep in mind: conversations hold and isolate states and they can co-exist with other conversations.
- LoggedIn checks if there is a logged in user. Have a look at the LoggedInInterceptor class of the booking example. btw: What is JAAS?
-
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963743#3963743
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963743