An idea: check the spelling of the group. You use plural form. In version 3.2.1 there is a predefined group called user (singular form).
If it does not work test
This worked in version 3.1.2, unfortunately only if there was one member defined with the specified member/role. It did not worked if there were several members in the group with the same role (i.e. the member part of the expression above). The assignment data was stored in the database, but the web interface did not support the pooling of offered tasks by the user.
Good luck! I am interested in the same issue and if you get group distribution working I will appreciate if you could share your solution.
Kind regards, Petia
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060510#4060510
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060510
wsconsume "consume" WSDL documents
so from WSDL documents you get Java artifacts.
Your auto-generated WSDL have a "parameters" part
that is an element. It's type is "tns:getTestClass"...
a complex type.
| ...
| <complexType name="getTestClass">
| <sequence>
| <element name="nome" nillable="true" type="string"/>
| </sequence>
| </complexType>
| ...
| <element name="getTestClass" type="tns:getTestClass"/>
| ...
| <message name="ProvaServizioImpl_getTestClass">
| <part element="tns:getTestClass" name="parameters"/>
| </message>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060508#4060508
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060508
Hi Pablo,
the security-constraint looks OK to me.
Is your login module a subclass of org.jboss.security.auth.spi.UsernamePasswordLoginModule ? In a small login module I created myself I had to implement "getUsersPassword" and "getRoleSets", and both were called.
"getRoleSets" should return either "Administrators" or "Route Managers" in your case.
You have probably defined the security domain in jboss-web.xml ?
Best regards
Wolfgang
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060504#4060504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060504
Hi davideling,
i was reading this thread 'cause i'have the same problems of andra.
Now, it seems that we must produce this artifacts to consume the service, but it is not so clear if we must use wsconsume or wsprovide (in relation to the fact we wrote service class befor wsdl and not the inverse)?
Then, artifacts are needed to the client to use TestClass objects, or are needed to the service for correct working?
TestClass class needs some additional annotation?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060500#4060500
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060500