Sajid Ali [http://community.jboss.org/people/sajidali143] created the discussion
"Presentation of Services in JBoss SOA?"
To view the discussion, visit: http://community.jboss.org/message/543341#543341
--------------------------------------------------------------
Hi every one,
first of all i thanks to this community for quick and valid replies. I am master student in sweden, and i am doing research on Open Source Products for SOA platform.
i am analyzing JBoss SOA platform, and i need to know that how we can actually present the services inside the JBoss SOA platform. Or in other words, is there any special user interface to the business logic for the services created in JBoss SOA platform.
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/543341#543341]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Tim de Jager [http://community.jboss.org/people/tdejager] created the discussion
"Jboss ws-security, client configuration"
To view the discussion, visit: http://community.jboss.org/message/543337#543337
--------------------------------------------------------------
Hello,
I'm currently trying to secure a ws endpoint using the native jboss security stack. The server now sucessfully sign the message. I'm now trying to secure the client. It's a standalone java client using code generated by the jboss ws tool.
I tried using the following code to enable ws-security from the client:
//port object obtained via SOAPService
((StubExt)port).setSecurityConfig(securityURL.toExternalForm());
((StubExt)port).setConfigName("Standard WSSecurity Client");
This doesn't work as the 'port' object cannot be casted to a StubExt. I have generated my client code using the '-extensions' flag, could this be causing problems?
Dos anyone have any idea as to what could be causing this problem?
Thanks in advance,
Tim
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/543337#543337]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Walter Seymore [http://community.jboss.org/people/WalterJS] replied to the discussion
"How to get list of tasks for all users and processes"
To view the discussion, visit: http://community.jboss.org/message/543335#543335
--------------------------------------------------------------
You can use an HQL query like this:
hql.append("select hpi, hti, ht ");
hql.append("from ");
hql.append(HistoryTaskInstanceImpl.class.getName());
hql.append(" as hti ");
hql.append(" left join hti.historyTask as ht ");
hql.append(" join hti.historyProcessInstance as hpi ");
appendWhereClause(" hpi.state = '" + active + "' ", hql);
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/543335#543335]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Andreas Zingel [http://community.jboss.org/people/rinia] replied to the discussion
"Creation of a Web Service from a WSDL document"
To view the discussion, visit: http://community.jboss.org/message/543328#543328
--------------------------------------------------------------
Hi Feng,
thanks for your help. The Eclipse project is attached. In the Eclipse project you will find the test WSDL in the folder
*WebContent/META-INF*
I have generated now the classes manually by using wsconsume on the command line. Hmm, the error logs? Where could I find the error logs?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/543328#543328]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Rishabh Chandra [http://community.jboss.org/people/rishabh] created the discussion
"cache replication issues on centos"
To view the discussion, visit: http://community.jboss.org/message/543303#543303
--------------------------------------------------------------
Hi all,
I am having issues in cache replication on centos using jboss tree cache 3.2.1GA.
I have set the multicast port as 45588 and bind_addr as 45587. The broadcast is done to 228.10.10.10.
I have added fire wall rules to let UDP and TCP happen on both the ports still i am having issues replicating.
Is there any way the cache can be using any other ports than the 2 mentioned above ?
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/543303#543303]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]