[JBoss-user] [Beginners Corner] - help in setting of user authentification in multiple pages u

2005-07-01 Thread bandini
hi, Im using jass security with j_security_check for my web app..but in the final page i need to force the user to enter his password to see the summary page...i was wondering how could i do iti dont want to show the login-page to the user then...just a inputtext to get the password and val

[JBoss-user] [Beginners Corner] - Re: help in configuring jboss-web.xml

2005-06-15 Thread bandini
Hi, I tried adding all my security models to the security domain tagbut as soon as i do it, as i try to login we get an error: | 11:27:31,609 ERROR [org.jboss.security.auth.spi.UsersRolesLoginModule] - Failed to load users/passwords/role files | java.io.IOException: No properties file

[JBoss-user] [Beginners Corner] - Re: help in configuring jboss-web.xml

2005-06-15 Thread bandini
Thanx Anil, this would definitely solve my problemsis there some links where i could read a bit of those tags View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881655#3881655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Beginners Corner] - help in configuring jboss-web.xml

2005-06-15 Thread bandini
Hi, I want to Associate multiple security domain with my web application. Now i have a single security domain and i reference the security realm set up in the login-config.xml. Is it possible to associate multiple security domain in my jboss-web.xml This is waht im doing now

[JBoss-user] [Beginners Corner] - Re: Jboss is worst server.

2005-06-14 Thread bandini
I feel the same as zurchman..also the forum has been extremely helpful and the guys at jboss had helped me a lot through this forum... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881473#3881473 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: badly Stuck with dynamic Login Configuration

2005-06-14 Thread bandini
Hi, I was wondering to activate the dynamicloginconfiguration, we are told to make changes to our sar fileWe have installing .ear file so what i did was introduced the tag in jboss-app.xml | | | But when i deploy the sar file...im getting errors such as dynmaicconfig failed t

[JBoss-user] [Beginners Corner] - badly Stuck with dynamic Login Configuration

2005-06-14 Thread bandini
Hi, In my appliaction, im making a app.ear file, which Im installing in the /deploy directory of jboss. But for dynamiclogin conf i need .sar file. So can i make 2 files 1 app.ear and app.sar and deploy it or i have to make 1 .ear file and then place the app.sar inside it. The sar file

[JBoss-user] [JBoss Getting Started Documentation] - Re: help in configuring login-config.xml file

2005-06-13 Thread bandini
im trying dynamically upload my login-config.xml file But Im getting an error: --- MBeans waiting for other MBeans --- ObjectName: jboss:service=DynamicLoginConfig State: FAILED Reason: org.jboss.deployment.DeploymentException: Failed to find authConf as resource: META-INF/login-config.xml

[JBoss-user] [JBoss Getting Started Documentation] - help in configuring login-config.xml file

2005-06-13 Thread bandini
Hi, I have written my logon-config.xml file and have delpolyed in /config directory... | | | | java:/NewtonDS | select password as 'Password' from xuser Principals where username=? | select rolename 'Roles', 'Roles' a

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-03 Thread bandini
Its up...thank you Anil for ur support View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880240#3880240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880240 --- Th

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-03 Thread bandini
Hi, I was wondering is that the jar files needed, or im missig somethin...let me know Thanx so much for ur support View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880239#3880239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-03 Thread bandini
sorry for the inconvinience... I have 2 ws jar files in my directory 1> wsdl4j.jar 2> jboss-ws4ee.jar and my jboss version is: 4.0.1sp1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880236#3880236 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Beginners Corner] - anybody tell me how to solve this error

2005-06-03 Thread bandini
The error stack is as below: | .IllegalStateException: Cannot obtain client config | at org.jboss.webservice.client.ServiceImpl.getEngineConfiguration(ServiceImpl.java:323) | at org.jboss.webservice.client.ServiceImpl.getAxisClient(ServiceImpl.java:308) | at org.apache.axis.c

[JBoss-user] [EJB/JBoss] - help in client configuration of ejb server programming

2005-06-03 Thread bandini
Im running a simple webservice software using jboss[given as an example in jboss site]. Im using EJB server program to be deployed in the JBOSS server. This runs perfectly and the jboss server shows that the server-ejb.jar has been deployed. My client is a simple jax-rpc client tryin to connect t

[JBoss-user] [Beginners Corner] - urgent : need help: Cannot obtain client config

2005-06-02 Thread bandini
When i run my client i get the exception: java.lang.IllegalStateException: Cannot obtain client config Any idea of the cause and how to fix it will be really appreciated.. ABhi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880049#3880049 Reply to t

[JBoss-user] [Beginners Corner] - java.lang.IllegalStateException: Cannot obtain client config

2005-06-02 Thread bandini
My full error stack: | | g.IllegalStateException: Cannot obtain client config | at org.jboss.webservice.client.ServiceImpl.getEngineConfiguration(ServiceImpl.java:323) | at org.jboss.webservice.client.ServiceImpl.getAxisClient(ServiceImpl.java:308) | at org.apache.axis.cl

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-02 Thread bandini
Thanx solved that problem above, I had an apache installation, and my code was using the sun.rmi.* from that..but i have one more problem pop up The error is: | [ERROR] [main:62] com.tps.test.testWS1.testServletContextExactAccess():32 - Oops | java.lang.IllegalStateException: Cannot obtain

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-02 Thread bandini
sorry my import files are as below: import java.net.URL; import javax.xml.namespace.QName; import javax.xml.rpc.Service; import javax.xml.rpc.ServiceFactory; import javax.xml.rpc.Call; it doesnt have anythin from sun Thnaks in advance View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Beginners Corner] - Re: com.sun.xml.messaging.saaj.util.ByteInputStream: class n

2005-06-02 Thread bandini
No im not using Suns any implemenation..im simply using JBOSS: The full error stack is: | java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/util/ByteInputStream | at com.sun.xml.rpc.client.dii.BasicCall.(BasicCall.java:116) | at com.sun.xml.rpc.client.dii.BasicCall.(Basic

[JBoss-user] [Beginners Corner] - com.sun.xml.messaging.saaj.util.ByteInputStream: class not f

2005-06-02 Thread bandini
com.sun.xml.messaging.saaj.util.ByteInputStream: class not found can anybody help me with this errorwhat classes to import for this and where in JBOSS can i find this... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880019#3880019 Reply to the post :

[JBoss-user] [Beginners Corner] - need help with this error

2005-06-02 Thread bandini
Hi, I get this error when i execute my client code: | java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/util/ByteInputStream | at com.sun.xml.rpc.client.dii.BasicCall.(BasicCall.java:116) | at com.sun.xml.rpc.client.dii.BasicCall.(BasicCall.java:129) | at com.s

[JBoss-user] [Beginners Corner] - need urgent help: badly stuck with this problem

2005-06-02 Thread bandini
Hi, im trying to run my java client but i get this error: javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl could not be instantiated: java.lang.NullPointerException My setup: jboss 4, ant, eclipse My server-jar,

[JBoss-user] [Beginners Corner] - help in : java.xml.rpc.serviceException

2005-06-01 Thread bandini
Hi, When i try to run my client code...i get this exceptioncould anybody suggest what i could do... thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879871#3879871 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - need help with this error Verification of Enterprise Beans

2005-06-01 Thread bandini
hi all, im nwe in webservices and tryin my first few codes...but when i try to deploy my jar files, i get this error status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages. state: FAILED Any help will be appreciated... ABhi View the

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-23 Thread bandini
I can confirm that removing commons-logging.jar (and commons-logging-api.jar) from the ear makes the problem go away. I just experienced the same issue when moving an ear that worked fine under 3.2.3 to JBoss 3.2.4. You may be referencing commons-logging from within your ear without knowing it -