I can't confirm your problem using a JBoss/Java client. I'm using an Adobe Flex2 client, and can hit my JBoss webservice using the WSSE Username Profile. The only problem is that I have to send my password in the clear (See up above where jason.greene(a)jboss.com addresses this point).
However, once you solve your client issue, you will run into this same problem using the USERNAME profile on the server side, since it doesn't yet deal with the Nonce or date elements (unless you've implemented custom functionality to handle these).
I'll try putting together a client to see if I run into these same issues.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982952#3982952
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982952
Hi,
I am using org.jboss.varia.scheduler.Schedulable to create a schedule in JBoss. In my application the schedule must be start and run if only certain parameters are avaiable only.
is there a way i can invoke stopSchedule() method programatically.
According to what I understand we can only stop the schedule from the jmx console once it is up and run.
is there a way where i can stop the schedule programatically.
please help me
Thank you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982948#3982948
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982948
We are using Jboss Portal 2.4 GA
I am trying to delete the user in jboss portal programatically using the service
in the following code
String userID="aaa"
| userModule.removeUser((Serializable)userID);
there is a user with username aaa. But I am getting exception as
anonymous wrote : java.lang.IllegalArgumentException: The id is not an long : aaa
| at org.jboss.portal.identity.db.UserModuleImpl.removeUser(UserModuleImpl.java:253)
How should i pass the username to removeUser function so that it delets the user.
please help
Thanks in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982947#3982947
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982947