[JBoss-user] [Installation, Configuration & Deployment] - Re: boot.log location ignores jboss.server.log.dir

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: boot.log location ignores jboss.server.log.dir

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Is declarative role -> group mapping possible?

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Beginners Corner] - Re: SAR? deployment? Session/Context?

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Management, JMX/JBoss] - Re: How can AuthorizationInterceptor be improved ?

2005-07-23 Thread [EMAIL PROTECTED]
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:

[JBoss-user] [JBoss Portal] - Re: what is the recommended way to reuse/extend default jbos

2005-07-23 Thread wlchung
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,

[JBoss-user] [Management, JMX/JBoss] - Re: How can AuthorizationInterceptor be improved ?

2005-07-23 Thread fabcipriano
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

[JBoss-user] [JBossWS] - Help please!!!

2005-07-23 Thread anaxolalpa
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Security issue with Topic created at runtime

2005-07-23 Thread mcaughey
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 --

[JBoss-user] [Management, JMX/JBoss] - Re: Adding SecurityConf to TopicMBean

2005-07-23 Thread mcaughey
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 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBossDukesBank

2005-07-23 Thread tmurray
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

[JBoss-user] [Beginners Corner] - SAR? deployment? Session/Context?

2005-07-23 Thread javatwo
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

[JBoss-user] [Management, JMX/JBoss] - Re: How can AuthorizationInterceptor be improved ?

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [EJB/JBoss] - Re: Proxy error

2005-07-23 Thread darranl
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

[JBoss-user] [Installation, Configuration & Deployment] - Using JDOM 1.0 in a WAR - Web application archive

2005-07-23 Thread hcmeyer
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

[JBoss-user] [JNDI/Naming/Network] - Re: NameNotFoundException: ejb local not found

2005-07-23 Thread jlimberger
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

[JBoss-user] [EJB/JBoss] - Re: Proxy error

2005-07-23 Thread jactor
$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

[JBoss-user] [EJB/JBoss] - Re: Proxy error

2005-07-23 Thread jaikiran
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

[JBoss-user] [EJB/JBoss] - Proxy error

2005-07-23 Thread jactor
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

[JBoss-user] [JBossWS] - JAXR and jUDDI in JBoss

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossWS] - Re: HOWTO use the JBossWS user forum (Repost)

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossWS] - Re: Deserialized array is of size 1!!

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossWS] - Re: HOWTO use the JBossWS user forum (Repost)

2005-07-23 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Security & JAAS/JBoss] - URGNET - How to access configuration parameters of login-con

2005-07-23 Thread siva.prasad
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