[JBoss jBPM] - Re: jBPM BPEL / activeBPEL
by burrsutter
So if we put the jPDL+BPEL discussion aside and focus only on BPEL then that engine if deployed in its own server instance should be able to operate with the ESB deployed its own server (ESB Server or App Server) instance.
However, if you wish to run jBPM BPEL AND ESB in the SAME server instance then that might be slightly troublesome but nobody really knows. We would love it if you would like to work through this experimentation and post Jira tasks where ever you find issues.
Keep in mind that the ESB bundles in jBPM JPDL.
And also keep in mind that a BPEL engine (any BPEL engine) is "integrated" with any ESB simply because of its ability to consume & produce Web Services.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075243#4075243
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075243
18Â years, 11Â months
[JBoss Seam] - Is this fixed yet?
by indyJones
I get the following error running tests with the Booking Example...
* Updated the jboss-embedded-all.jar for java 1.6
* Running Seam 2.0
* Inside Eclipse
anonymous wrote :
|
| [testng] *** CONTEXTS IN ERROR: Name -> Error
| [testng] jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND **
| [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND **
| [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144)
| [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169)
| [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201)
| [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214)
| [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919)
| [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856)
| [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
| [testng] ... Removed 22 stack frames
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075240#4075240
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075240
18Â years, 11Â months
[Security & JAAS/JBoss] - DynamicLoginConfig configuration issue
by jc7442
I deploy an ear in an existing JBoss 4.2.0. I'd like to be able to deploy the application policy with my ear and without updating the conf/login-config.xml.
I have tried to use th DynamicLoginConfig MBean. I have two issues with it:
First I wrote a dynamic-service.xml file:
<server>
| <mbean code="org.jboss.security.auth.login.DynamicLoginConfig"
| name="jboss:service=DynamicLoginConfig">
| <attribute name="AuthConfig">file:///D:/Projets/Demo/jboss-4.2.0.GA/server/default/deploy/ear-1.0-SNAPSHOT.ear/META-INF/login-config.xml</attribute>
| <!-- The service which supports dynamic processing of login-config.xml
| configurations.
| -->
| <depends optional-attribute-name="LoginConfigService">
| jboss.security:service=XMLLoginConfig
| </depends>
| <!-- Optionally specify the security mgr service to use when
| this service is stopped to flush the auth caches of the domains
| registered by this service.
| -->
| <depends optional-attribute-name="SecurityManagerService">
| jboss.security:service=JaasSecurityManager
| </depends>
| </mbean>
| </server>
1- First issue is that I have de copy this file in the deploy directory. If I put it in the ear, MBean is not deployed. Is it possible to include the MBean configuration in an ear ?
2- Second issue: I have to hardcode the url for the login-config.xml file. If I try with a relative path (as shown in the wiki) I got an error message because xml file does not exist. When the MBean contains an url relative, where is the root dir ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075237#4075237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075237
18Â years, 11Â months