[JBoss-user] [Beginners Corner] - jboss 4.0.2 response time

2005-07-15 Thread srikrishna_kalavacharla
Hi, I'm running jboss4.0.2 + jdk1.5.0_03. sometimes when I hot deploy, it does not deploy and I've to go to the console and hit spacebar to activate the server and then it deploys the stuff. why is this? I've also noticed the same thing happening with some of my applications deployed to the

[JBoss-user] [Beginners Corner] - Re: jboss 4.0.2 response time

2005-07-15 Thread srikrishna_kalavacharla
that perfectly makes sense. Thank you very much. Thanks Srikrishna Kalavacharla View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885080#3885080 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885080

[JBoss-user] [JBossWS] - problems calling webservices from a Stateless Session Bean

2005-03-15 Thread srikrishna_kalavacharla
I'm calling webservices from a stateless session bean, which returns an array of user defined objects(complex types) and it returns me a No deserializer defined for array type exception. This works fine, if I just use a normal J2SE client. My environment(webservices client) is JBOSS 3.2.1

[JBoss-user] [JBossWS] - Re: problems calling webservices from a Stateless Session Be

2005-03-15 Thread srikrishna_kalavacharla
Just upgraded to apache axis 1.2RC3 version and everything started working like a charm :). Thanks Srikrishna Kalavacharla View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870258#3870258 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - changing roles query and principal query in login-config.xml

2004-05-14 Thread srikrishna_kalavacharla
I'm trying to change the roles query and principal query so that it will take another parameter(company name) along with the login name. I've got the design how to implement this from forums and tried to do as follows: 1) Implemented MySimplePrincipal which extends SimplePrincipal class and