[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread clebert.suco...@jboss.com
JBossMessaging has automatic failover. If you want to control the failover the same style you would do on JBossMQ, you need to disable failover and do the reconnects yourself. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240914#4240914 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
Clebert, Thanks for your input. I am fine to manually failover in my producer, as I control that code. However the problem I'm having is that, upon restarting a cluster node, the MDBs do not 'wake up' and start consuming messages from the HA queue. The code to connect the MDBs is controlled

[jboss-user] [EJB 3.0] - Re: circular references

2009-06-30 Thread robert.geisler
(sorry for double posting, i cannot edit me previous post) jaikiran, i have a last question... @IgnoreDependency -what does it actually mean? Ignore the dependency created by an injection annotation applied sadly, that does not make it clear for me :- \ how could one explain it in a few words?

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
gaohoward, I would gladly rework and update the Wiki FAQ for you if you can furnish me with a solution :) Regards, Richard. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240921#4240921 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Distributed model with Jbosscache

2009-06-30 Thread galder.zamarr...@jboss.com
The fact that all regions where not online at the same time wouldn't be a problem. When a new store comes in, it could retrieve the state from a persistent store or from another node in the cluster. How many retail branches are we talking about here? What type of data would these retail

[jboss-user] [JBoss Cache: Core Edition] - Re: How does JBoss Cache perform with high (15-20) number of

2009-06-30 Thread b...@jboss.com
souravm wrote : All together I've around 250x1000 such entities, which would be replicated across 20 nodes (in about 2-3 mins timeframe). | Do you mean that every node has to store 250MB of data ? By 'replicated' I infer total replication: everyone replicates to everybody else... anonymous

[jboss-user] [JBoss jBPM] - Any Known compatibility issues in jbpm-bpel1.1.1 and jboss4.

2009-06-30 Thread Gaurav_Sharma
I have a complex process that i am trying to deploy using the above 2, but keep on getting errors that prevent successful deployment. Since for now i dont want to customize the code, it shall be helpful if someone can point me in the right direction, regarding the issues. View the original

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-30 Thread galder.zamarr...@jboss.com
niuxuetao_fiserv wrote : About the write-intensive stuff, yes, we will have a lot more calls to attach() than modifying the already cached Pojos. Attaching a pojo is an expensive operation where the pojo is dissected and mapped to the cache, hence such operation should be used as less as

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
gaohoward, Awesome. You are a legend. Look forward to hearing how you go. If it helps: 1. I made the changes described in the Wiki, then copied the 'all' folder to a new folder (I called it 'cluster2') and started a second instance of JBoss using 'run -c cluster2

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-06-30 Thread sterjev.marjan
package impl; import org.jbpm.api.activity.ActivityBehaviour; import org.jbpm.api.activity.ActivityExecution; import org.jbpm.jpdl.internal.activity.StartActivity; import org.jbpm.pvm.internal.builder.ProcessDefinitionBuilder; import org.jbpm.pvm.internal.model.ProcessDefinitionImpl; /** *

[jboss-user] [JBoss Cache: Core Edition] - Re: node.getChild() returning inconsistent results

2009-06-30 Thread galder.zamarr...@jboss.com
Hi again, I think I have replicated the issue that you're encountering with the code from the UserGuide. I'm currently investigating it. With regards to your 2nd questions, Cache has no getChild() method, I suppose you're refering to getNode() instead? If so, this is indentical to calling

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - java.lang.NoClassDefFoundError: javax/transaction/Synchroniz

2009-06-30 Thread creaturita
Hello, ¡I have another problem! I am using jboss 5.0.1 (All server) with EJBs and JPA. When I try to call a service with persistence it returns: java.lang.NoClassDefFoundError: javax/transaction/Synchronization I have found where is that class in version 4, but not in version 5. Do you know

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
Howard, Hmmm. From watching my logs, I think the reason the MDBs aren't 'waking up' upon bouncing a node is because JBoss Messaging is still creating 3 local queues, not one HA singleton one. This, despite the fact that destinations-service.xml is under deploy-hasingleton. Do I need to do

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr

2009-06-30 Thread creaturita
In version 4.2.3 I have the same problem. Plz help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240942#4240942 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240942 ___

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-06-30 Thread jaikiran
ErstesBean/remote - EJB3.x Default Remote Business Interface | ErstesBean/remote-server.kap02.IErstesBeanRemote - EJB3.x Remote Business Interface | ErstesBean/remote-server.kap02.IErstesBeanIntRemote - EJB3.x Remote Business Interface | ErstesBean/local - EJB3.x Default Local

[jboss-user] [Performance Tuning] - Improve Remote interfaces (marshaling unmarshaling...)

2009-06-30 Thread mnenchev
Hi, I have some strange problem. I need to minimize the execution time of remote ejb method invokation. I have Tomcat that comunicates with jboss and use ejbs for business logic. In my struts action i lookup remote interface(takes 8-10 ms??!?!) and the ejb method in tomcat is done for ~200ms,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr

2009-06-30 Thread jaikiran
It's in %JBOSS_HOME%/client/jboss-javaee.jar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240947#4240947 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240947 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: circular references

2009-06-30 Thread jaikiran
Whenever a @EJB is used, we internally add a micro container dependency on the bean being injected. That way we ensure that the bean being injected is available before the bean which uses the @EJB. With @IgnoreDependency, you can override this behaviour so that the MC dependency is not created.

[jboss-user] [Security JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2009-06-30 Thread Wolfgang Knauf
Hi Ganesh, did you verify that your login module is used by JBoss? Did you activate logging of the security layer (follow the sticky post FAQ - READ THIS BEFORE POSTING in this forum, question 4 in the FAQ)? Maybe you just did not post it, but I think you need a DynamicLoginConfig so that

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread timfox
gaohoward wrote : | Using /ClusteredConnectionFactory, each time you gets a connection, you connects to a different node (round robin load balancing by default). | | By enable Message Suckers in the cluster, messages will be pulled off from nodes that have no local consumers to the nodes

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
Tim, Thanks for helping out. If I understand correctly, JBM 1.x load-balances at distribution time, not consumption time. In my case, I am sending 1000 messages to the queue in one initial batch. I see an initial flurry while all 3 of my consumers consume messages, then the fastest one stops

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread timfox
Actually JBM 1.x does both. (BTW there is a FAQ on this, but I didn't right it so can't vouch for it's accuracy). When using a clustered connection factory, subsequent *connections* will normally be created to different nodes of the cluster, by default in a round robin fashion. So connection

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread kukeltje
1) jBPM4 is not in the QA run of JBoss, but the jBPM core libraries have no specifc dependencies in that it should not run on WLS 10. You basic packaging issues with dependent jars might occur though, but that should not be to difficult to find out 2) jBPM 4 GPD uses the *symbols* of BPMN for

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread timfox
kennardconsulting wrote : Tim, | | What you say is very interesting. Could you please elaborate on what you mean when you say: | | The local queue will first attempt to send messages to the local queue | until it determines it is busy | | Do you mean the 'local queue will send

[jboss-user] [JBossWS] - Problem JBOSS-5.1.GA-jdk6 and WebService:SOAP request except

2009-06-30 Thread konstt2000
I'm work with jboss-5.1.0.GA-jdk6. I can see the WSDL but if I try to do a call to the WS: 11:43:08,396 ERROR [SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage at

[jboss-user] [JBoss Messaging] - Embedded server - how to create JMS Topic?

2009-06-30 Thread Leos.Bitto
I am trying to embed JBoss Messaging 2.0 beta to my application which uses JMS API. I can easily create JMS Queue this way: SimpleString q = new SimpleString(jms.queue.+name); server.createQueue(q, q, null, true, false); where server is MessagingServer which i create this way: Configuration

[jboss-user] [Performance Tuning] - Re: Full GC not releasing Memory

2009-06-30 Thread smar...@redhat.com
Be sure that you aren't using the jmap tool from an JDK 1.6 installation (unlikely but thought it was worth mentioning). http://www.j2ee.me/javase/6/webnotes/trouble/other/matrix5-Unix.htm talks about Java SE 5.0 update 14 supporting -XX:+HeapDumpOnCtrlBreak option. I haven't tried this but

[jboss-user] [Performance Tuning] - Re: Full GC not releasing Memory

2009-06-30 Thread vons1234
Yes that's correct Peter, I am running jmap with same account under which Jboss is running. That's a good idea to run with hello world first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240878#4240878 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread anilit99
very informative thread i've seen in a while ! thanks every one ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240973#4240973 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240973

[jboss-user] [Performance Tuning] - Re: Full GC not releasing Memory

2009-06-30 Thread vons1234
Hi Peter, I think OS ran out of room while allocating memory for threads. I am using thread stack size as -Xss128k and when i do ulimit -s on linux it shows 10240. Increasing ulimit for thread will help??? View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: node.getChild() returning inconsistent results

2009-06-30 Thread galder.zamarr...@jboss.com
FYI: https://jira.jboss.org/jira/browse/JBCACHE-1518 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240976#4240976 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240976 ___

[jboss-user] [Clustering/JBoss] - Re: Can JNDI ds reconnect automatically after DB server rest

2009-06-30 Thread Allen_Lei
I see,thanks. Next time i will post my new topic about JCA in the JCA forum. And i hava a question that it still work when not use jdbc driver ping and check-valid-connection-sql statement.Just as following: ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE datasources | PUBLIC

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread gaohoward
Hi Richard, The JBM is under deploy/messaging in AS 5.1 as you found. For how to setup a HA-Singleton cluster, I suggest you post a question to the AS forum, where you can get a better help on this. Howard View the original post :

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread gaohoward
Hi Richard, I'll take a look at the wiki. Thanks. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240925#4240925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240925 ___

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-06-30 Thread sterjev.marjan
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240932#4240932 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240932 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Re: circular references

2009-06-30 Thread robert.geisler
jaikiran wrote : | That's correct. | i'm glad ; ) jaikiran wrote : | Wouldn't this work: | | | public class StatlessTwoBean implements StatlessTwo { | | @EJB(beanName = StatlessOne) // lookup always | | @IgnoreDependency | | private StatlessOne statlessOne; |

[jboss-user] [EJB 3.0] - @WebContext equivalence in configuration file

2009-06-30 Thread creaturita
Hello, I am doing a project with uses ejb3 exposed as webservices. I deploy them in a EAR. I have seen that I should use @WebContent to set the url of the webservice. Could I achieve the @webcontent functionality with a deployment descriptor? Thanks. View the original post :

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-06-30 Thread jmesnil
The queue you created is a core queue. The preferred way to create JMS destinations is using the JMSServerManagerImpl on top of the MessagingServer you created: | Configuration configuration = new ConfigurationImpl(); | configuration.setPersistenceEnabled(false); |

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-06-30 Thread ataylor
When using the core API there i s no such thing as a topic, we only deal with queues. Basically a topic consists of an address with multiple queues bound to it where each queue will have a consumer(subscriber). If you are using JMS then i would recommend taking a look at the JMSServerManager,

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
Tim, What you say is very interesting. Could you please elaborate on what you mean when you say: The local queue will first attempt to send messages to the local queue until it determines it is busy Do you mean the 'local queue will send messages to the prefetch buffer'? If the processing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr

2009-06-30 Thread creaturita
It looks like jboss do not have it in the classpath. Any ideas? Should I put that jar into the ear? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240964#4240964 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240964

[jboss-user] [Management, JMX/JBoss] - Re: HtmlAdaptorServer from JBoss 3.2.7 is not found in JBoss

2009-06-30 Thread dimit...@jboss.org
That html adaptor was a proprietary extension of Sun JMX implementation. Probably found in jmxtools.jar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240986#4240986 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240986

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-06-30 Thread timfox
To clarify Jeff's answer a bit: The MessagingServer you created is a core server. A core server knows nothing about JMS - it's completely JMS agnostic, therefore it knows nothing about topics. This is discussed in the user manual:

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-30 Thread jbmuser
Hi Tim, Is it possible to provide an ETA for this feature? Thanks Bijith View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240989#4240989 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4240989

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread smart_umesh_123
thanks for the response. you mean jBPM 4 is not yet published for actual usage? in that case jBPM 3 we have to choose right? if that is the case, it should also support Weblogic 10.x Also can i call external web service from the jBPM process? thanks Chintan View the original post :

[jboss-user] [EJB 3.0] - Inject dependency on JMS ConnectionFactory

2009-06-30 Thread slimamar
Hello, We 're using JBAS 5.0.0.GA, and we inject a JMS administrative resource (ConnectionFactory) in an ejb session and an ejb service. This works fine. When we're upgrading to JBAS 5.1.0.GA, only the injection to an ejb session woks and for the ejb service we have a reference to the null

[jboss-user] [JBoss Portal] - Portlet serveResource issues

2009-06-30 Thread pathuri
Hi, I have gone thru the posts on issues related to serveResource and most of them are quite old. I am wondering if all the issues are fixed and it works fine now? We are about to start implementing this approach for serving files from portlet instead of the old way of serving them from a

[jboss-user] [Beginners Corner] - Re: Tutorial that WORKS? and jboss source code?

2009-06-30 Thread anteo
Hi Peter, sorry if it sound cynycal and i did not want to offend anybody but i was a little in stress because all of that things and all that time spended in vain. Well i have tried a lot of tutorials even the one that you gave me and i was just expecting an answer from someone that had worked

[jboss-user] [JBoss Tools (users)] - Re: Cannot open .jsp files on Eclipse 3.2.4

2009-06-30 Thread max.ander...@jboss.com
yes, 3.2.4 is very old..but it also sounds like you have eclipse registred as your system editor for .jsp since why else would eclipse ask for your workspace again ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241021#4241021 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: High CPU on JSF auto-complete

2009-06-30 Thread max.ander...@jboss.com
the thread dumps doesn't reveal much. Any chance you can isolate this to a minimal project which we can import and try import and thus reproduce the problem ? if not, maybe try use jing or similar to do a screencast to show what is going on ? View the original post :

[jboss-user] [JBossWS] - Re: JBOSS-5.1.0.GA web service client doesn't work ( runtime

2009-06-30 Thread rangalo
Any idea ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241025#4241025 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241025 ___ jboss-user mailing list

[jboss-user] [The Lizzard's corner] - Re: mig test

2009-06-30 Thread newtonm
blah de blah View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241030#4241030 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241030 ___ jboss-user mailing list

[jboss-user] [The Lizzard's corner] - mig test

2009-06-30 Thread newtonm
another test View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241029#4241029 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241029 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Can't enable

2009-06-30 Thread stormonts
I'm coming into this with only half the knowledge I should have (since I don't have anything to do with our JBoss install, I just do all the Cacti work). Basically, I'm trying to use snmp-adaptor.sar to pull values to graph in Cacti. I am able to pull Active Thread Count and Memory

[jboss-user] [Beginners Corner] - Can't enable StatisticsEnabled to use with snmp-adaptor.s

2009-06-30 Thread stormonts
Not sure what happened to my topic, but it should have been. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241033#4241033 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241033

[jboss-user] [JBoss Messaging] - Re: How to find total mumber of messages in a queue (i.e. in

2009-06-30 Thread clebert.suco...@jboss.com
BTW, we don't know how many messages are stored at the paging system. We could easily find how many files, or how many bytes are stored.. but not the number of messages. We could have a counter at Address level, but as soon as we restart the system we would need to read all the page files to

[jboss-user] [JBoss Tools (users)] - hey all i need JBDS

2009-06-30 Thread bayanaa
hey all. i need free JBDS. please i can't buy JBDS. Because i am student. :D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241035#4241035 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241035

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread kukeltje
Sorry, I meant 1: WLS is not in the jBPM4 QA run of JBoss, but neither is jBPM 3. But jBPM 3 ran without much problems on WLS 8 and 9. I have no info on jBPM 4 on these systems. I wrote: anonymous wrote : Webservice: no since it was most of the time to specific and with webservices

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread kennardconsulting
Tim: Brilliant. I tried setting PrefetchSize to 1 and the 3 nodes are now consuming messages evenly. This also explains why I thought there were still 3 local queues even though I had defined the queue in deploy-hasingleton: there were not 3 local queues, just 3 prefetch buffers. Thanks so

[jboss-user] [JBoss Messaging] - Re: Clustering differences versus JBoss MQ

2009-06-30 Thread gaohoward
Thanks Richard for the effort. I'll check the FAQ. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241039#4241039 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241039 ___

[jboss-user] [JCA/JBoss] - Problem for JNDI database connection pooling

2009-06-30 Thread Allen_Lei
Hi,all I hava an app which runs on JBoss 4.* with the JNDI connection datasource pooling named testDs,and sometimes it does not work.At that time I view the jboss.system-type=ServerInfo in jmx-console,invoke the java.lang.String listThreadDump() operation button and find there are several

[jboss-user] [JBoss jBPM] - jbpm4 arg

2009-06-30 Thread xdirewolfx
for java component, how do you define a class object as an argument? I tried to look in the documentation but didn't find it. Thank you in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241048#4241048 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread smart_umesh_123
Hi, i am also evaluating Intalio BPM also. I found that it has good support of Business Activity Monitoring (BAM) and LDAP. How jBPM 3/4 has support of BAM ? I heard of BAM Cosole in jBPM is that good enough to do business process monitoring? if jBPM has LDAP support the how easy it is to

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-06-30 Thread lpiccoli
hi all, was this issue resolved? if so please identify the solution as i also am having some issue. thanks -lp View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241050#4241050 Reply to the post :

[jboss-user] [JBoss Portal] - How to use alfresco as the CMS for jboss portal

2009-06-30 Thread pooja.ambre
Hi friends, I am using jboss portal version 2.7.0 on linux (Fedora) platfom. I want to use alfresco as a CMS within jboss portal, can anyone plz guide me for this,as to hw should I proceed with the integration of alfresco with jboss portal. Thanks Regards, Pooja Ambre View the original post

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread swatis
smart_umesh_123 wrote : thanks for the response. | | | Also can i call external web service from the jBPM process? | | thanks | Chintan | | Yes you can write ws client java code in action handler class and attach this action handler class to node activity of process. View

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-06-30 Thread smart_umesh_123
What about the support of BAM and LDAP, ActiveDirectory. I have heard that jBPM support LDAP also, how easy it's configuration is? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241055#4241055 Reply to the post :