The ${x:default} is only something that jboss understands, and since these
references are parsed by log4j this syntax will not work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886250#3886250
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
There is no jboss.server.log.dir property used in jboss. There is a feature
request for this,
http://jira.jboss.com/jira/browse/JBAS-1156
and my workaround comment:
The bootstrap log4j.properties can be overriden via the log4j.configuration
system property to point to an alternate log4j.proper
Correct, we have no support for this notion out of the box.
It would be simple to do with a login module that took the mapping from its
login module options. If you create one that you want use to maintain submit it
as a patch to jira.
http://jira.jboss.com/jira/browse/JBAS
View the original
Read the JBoss Application Server Guide:
http://www.jboss.com/products/jbossas/docs
http://www.jboss.com/index.html?module=downloads&op=download&downloadId=29
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886247#3886247
Reply to the post :
http://www.jbos
Someone already did a prototype of JACC built on XACML and talked about it in a
bof at javaone this year. I'll be working with him to get it into the codebase
as at least a testcase for an alternate JACC implementation. Here is the dev
forum topic that will be used to get the development going:
Do you mean we can add renderSet by adding a portal-renderSet.xml to
the WEB-INF/layout folder of my portlet app? I try to add a renderSet this way
with the 4 components pointing to different combination of the existing
renderers, say from emptyXXX and divXXX. However, when I deploy the portlet,
If you could give a list of the necessary improvements to be done in the
current security api and services I thank you a lot.
I take a look in the Sun“s XACML site and I liked of the idea.
The JACC JBoss implementation delegate the permission(except EJB and WAR
permission) to java policy. It
I have this error and I have no idea why. Can you help me???
java.lang.IllegalAccessError: tried to access method
org.apache.axis.client.Service$HandlerRegistryImpl.() V from
class.org.apache.axis.client.ServiceReason unknown Server
Exception
View the original post :
http://www.jboss.org/index
I figured it out. My Secuirty Manager was missing the the two roles i needed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886227#3886227
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886227
--
I figured it out. My SecurityManager configuration was missing the two roles
that I needed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886226#3886226
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886226
---
Hi,
Just to get back in the swing of it, I removed the DukesBank.ear file from the
server/default/deploy directory and tried to build it again from scratch.
Here goes again:
Envirionment:
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot
Hello,
I searched google and Yahoo, but could not find defintion for SAR file. what
kind of code need to be packaged as a SAR?
For JBoss AS, everything is dropped in server/default/deploy. How does JBoss
know which WAR/SAR belong to which application?
Suppose I have a EAR file that has two w
There was an original thought to have a complete policy specified, but with the
introduction of JACC and other authorization standards like XACML the
configuration of authentication and authorization are two seperate services.
The current security api and services need to be updated to support i
Are you sure that is all of the error? doesn't the error start higher?
Have you packaged the beans interface in the web app as well as in the war file?
Are you sure you the error is a proxy error? Are you sure that it is not a
ClassCastException?
If it is a class cast exception and you have p
Hello,
I'm using Jboss 4.0.2, my Web Application which is deployed as a WAR file is
using JDOM 1.0 (currently in WEB_INF/lib/jdom.jar) but apparently the
classloader is not loading the actual jdom.jar out of my WAR.
If I put jdom.jar in server/default/lib it is not working either.
org.jdom.JDOM
I have this throwble too!
I can`t access a java:comp/envresource.
Where can i found a working sample with JBoss 4.02?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886216#3886216
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
$Proxy131 (org.apache.jsp.team_jsp)
in org.apache.jsp.team_jsp.jspInit, line 28
in org.apache.jasper.runtime.HttpJspBase.init, line 78
in org.apache.jasper.servlet.JspServletWrapper.getServlet, line 145
in org.apache.jasper.servlet.JspServletWrapper.getDependants, line 246
in org.apache.jasper.comp
Please post the detailed log
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886212#3886212
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886212
---
SF.Net email is
When I use the JNDI context to look up a bean thir error occurs:
Ex:
InitialContext ctx = new InitialContext();
container = (TeamContainer) ctx.lookup(TeamContainer.class.getName());
Error:
$Proxy136 (org.apache.jsp.team_jsp)
in org.apache.jsp.team_jsp.jspInit, line 28
in org.apache.jasper.runtim
A post originally made by Anil:
Apache jUDDI is integrated into JBoss starting 4.0.2 to provide JAXR compliance
to JBoss as part of J2EE 1.4 stack.
The wiki pages that are relevant are:
JAXR Wiki Page:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR
Apache JUDDI configuration in JBoss:
http://wik
JAXR and JUDDI in JBoss
Apache jUDDI is integrated into JBoss starting 4.0.2 to provide JAXR compliance
to JBoss as part of J2EE 1.4 stack.
The wiki pages that are relevant are:
JAXR Wiki Page:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR
Apache JUDDI configuration in JBoss:
http://wiki.jboss
Collections are not supported because not every soap stack has a notion of
collections. The spec would tell you exactly what types are supported.
You could checkout the roadmap.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886207#3886207
Reply to the post
JAXR and JUDDI in JBoss
Apache jUDDI is integrated into JBoss starting 4.0.2 to provide JAXR compliance
to JBoss as part of J2EE 1.4 stack.
The wiki pages that are relevant are:
JAXR Wiki Page:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR
Apache JUDDI configuration in JBoss:
http://wiki.jboss
Hi,
ldaploginmodule is configured in login-config.xml. sample given below.
Can anyone provide me the sample code to access these parameters?
For eg:
String rolesCtxDN = (String) options.get(ROLES_CTX_DN_OPT);
String userRolesCtxDNAttributeName = (String)
options.get(USER_ROLES_CTX_DN_ATTRIBU
24 matches
Mail list logo