[JBoss Messaging] New message: "Re: Principal Propagation and Messaging"
by Yong Hao Gao
User development,
A new message was posted in the thread "Principal Propagation and Messaging":
http://community.jboss.org/message/532549#532549
Author : Yong Hao Gao
Profile : http://community.jboss.org/people/gaohoward
Message:
--------------------------------------------------------------
* how to customize authentication mechanism for one of several queues in one server without affecting all other queues.
With JBoss Messaging, authentication happens only in connection time. You can configure destinations for which role have what rights. You can find details in the user document.
* how to use customized principal / Login modul to autorize writing into the queue (for example to enable ticket based authentication and don't use username password)
* how to get the caller principal propagated througt the queue to make it accessible for the message consuming MessageDrivenBean
I think the above two questions belongs to AS configuration. I don't know much about the details, you should ask the AS forum for help. Take a look at messaging-jboss-beans.xml for some clue. I think it's possible to configure to use a different login module other than the DatabaseServerLoginModule.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532549#532549
16 years, 4 months
[JBoss Web Services] New message: "Re: How can i make my web service method to return an array of objects"
by Erick Jeronimo Diaz
User development,
A new message was posted in the thread "How can i make my web service method to return an array of objects":
http://community.jboss.org/message/532541#532541
Author : Erick Jeronimo Diaz
Profile : http://community.jboss.org/people/erickjd
Message:
--------------------------------------------------------------
Thank 'u Richard for your answer. I'm a PHP programmer and i've been incursioning in JAVA, specifically JBOSS, more specifically JBOSS-WS as part of the implementation of services in my workplace. So forgive my typically java type mistake. I've been searching some example of method returning array of specific objects and there's 2 aspect to get in mind: do not use to be returned specific java type variables in your method (What happen if the service consumer is not a java client?); and the second one is that i'm using *JBossAS-4.2.3* with *jbossws-3.0.1-native-2.0.4.GA* and i use slsb to be deployed and automatically the wsdl is generated, and this is my question: *DO i have to make some JAXB transformation to get objects array involved in my webservice?* also i will have to update to *jbossws-native-3.1.1.GA* to implement 3rd party lib?
best regards
Erick
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/532541#532541
16 years, 4 months