akhtar qureshi [http://community.jboss.org/people/akhtar24] created the discussion
"Remote access ejb problem"
To view the discussion, visit: http://community.jboss.org/message/551142#551142
--------------------------------------------------------------
Hi ,
I am deploay my war in jboss server and ejb in my another jboss server access ejb remotely working fine.
But when i am using apache-tomcat 7.0 as my web server and i deploay my war to apache tomcat server and ejb in application server as jboss. here i am fail to deploy.
So please suggest me
1. is it possible to deploy war in web server as (apace-tomecat) and ejb in application server(jboss)?
if yes then please tell me configuration steps.
2. Is it jndi property work in web server?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551142#551142]
Start a new discussion in JNDI and Naming at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ben Ritchie [http://community.jboss.org/people/BenR] replied to the discussion
"Using jboss-ra.xml to override ra.xml property values?"
To view the discussion, visit: http://community.jboss.org/message/551139#551139
--------------------------------------------------------------
maxConnections and connectionConcurrency only affect the number of connections available for MDB delivery, and unless you have a large number of MDBs and/or are connecting to a number of different queue managers the default values should be ok for most configurations. Connections for outbound JMS are configured separately.
If you can raise a PMR then I can put in a change to allow these values to be overridden using Java system properties. That would be a better solution long-term than unpacking/repacking the .rar file.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551139#551139]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied to the discussion
"Active Execution with executionId is null?"
To view the discussion, visit: http://community.jboss.org/message/551137#551137
--------------------------------------------------------------
>
> I spent few hours to analyze my problem, surprisingly model ExecutionImpl is not getting populated with executionId but rest of attributed are properly set! I tried to debug by applying a debug point on ExecutionImpl.setId() but debugger bypassed it! still NO luck :-(
Debugger will not catch it since objects (entities) are populated by hibernate on fields level.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551137#551137]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied to the discussion
"Calling a Spring bean inside the JPDL"
To view the discussion, visit: http://community.jboss.org/message/551135#551135
--------------------------------------------------------------
You have two options if it comes to java activity:
1. provide on runtime an instance which shall be used to invoke defined method
<java name="shake hand" expr="#{hand}" method="shake" var="hand">
<transition to="wait" />
</java>
this will result in following code being executed: #{hand.shake()}
2. provide a class and method to be invoked that accepts argument given on runtime
<java name="shake \class="my.class.name" hand" method="shake" var="hand">
<arg><object expr="#{hand}"/></arg>
<transition to="wait" />
</java>
this will result in execution of my.class.name.shake(MyObject hand).
For more details about java activity plase take a look at user guide.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551135#551135]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Gaurav Agarwal [http://community.jboss.org/people/Gauravag] replied to the discussion
"JAAS + EJB3.0 + Jboss unable to propaogate"
To view the discussion, visit: http://community.jboss.org/message/551130#551130
--------------------------------------------------------------
I have tried lot many things but i'm unable to solve the issue.
Here have attached the zip files for webapplication as well as the ejb one u can check them out and the login-config.xml looks like (the modification)
<application-policy name="PassAuth">
<authentication>
<login-module code="com.mq.VerificationLoginModule"
flag="required">
<module-option name="debug">true</module-option>
</login-module>
<login-module code="org.jboss.security.ClientLoginModule" flag="required"></login-module>
</authentication>
</application-policy>
Please help. N thanks for all ur support.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551130#551130]
Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Lalit Bhatia [http://community.jboss.org/people/lalitbhatia] replied to the discussion
"Active Execution with executionId is null?"
To view the discussion, visit: http://community.jboss.org/message/551124#551124
--------------------------------------------------------------
Thanks Maciej, I will change the process definition.
I spent few hours to analyze my problem, surprisingly model ExecutionImpl is not getting populated with executionId but rest of attributed are properly set! I tried to debug by applying a debug point on ExecutionImpl.setId() but debugger bypassed it! still NO luck :-(
M not vey comfortable with Spring config yet so will spend some more time to go through it.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/551124#551124]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]