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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 :
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
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,
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
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
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 -
25 matches
Mail list logo