RE: [JBoss-user] srp configuration

2003-06-24 Thread Sonnek, Ryan
-user] srp configuration SRP is described in chapter 8 of the admin/devel guide. -- Scott Stark Chief Technology Officer JBoss Group, LLC xxxx Sonnek, Ryan wrote: > Does anyone have a walkthrough for setting up SRP authentication? > The Jboss

[JBoss-user] srp configuration

2003-06-23 Thread Sonnek, Ryan
Does anyone have a walkthrough for setting up SRP authentication? The Jboss quickstart docs have been helpful, but I am still having difficulty getting it working. Is there a default implementation of the org.jboss.chap8.ex3.service.PropertiesVerifierStore provided with the jboss distribution, o

[JBoss-user] netboot in 3.2

2003-04-02 Thread Sonnek, Ryan
is there a readme for getting the netboot.war provided in 3.2 up and running? also, where is this source available through cvs? i'd like to dig through what's really happening here. after deploying it and trying to access it at http://localhost/netboot/listConfig.jsp i get the following error: 1

[JBoss-user] jmx xdoclet module

2003-03-27 Thread Sonnek, Ryan
I was checking through xdoclet documentation for the jmx task. The mergedir attribute is supported with the jboss subtasks, but what files are required in order to merge existing mbeans into the jboss-service.xml? I thought the .xdt would show this, but I can't seem to find it. Does anyone know

RE: [JBoss-user] jboss.xml commit-option

2003-03-25 Thread Sonnek, Ryan
helps   Simone - Original Message - From: Sonnek, Ryan To: '[EMAIL PROTECTED]' Sent: Monday, March 24, 2003 6:06 PM Subject: [JBoss-user] jboss.xml commit-option is there a way to have the commit-option tags ge

[JBoss-user] jboss.xml commit-option

2003-03-24 Thread Sonnek, Ryan
is there a way to have the commit-option tags generated by xdoclet?  i searched through the jboss_xml.xdt and couldn't find any reference to commit-option or optiond-refresh-rate.  does the jboss xdoclet module have such functionality?   thanks Ryan Ryan J. Sonnek Brown Printing Company J2E

RE: [JBoss-user] referencing bean in separate ear

2003-03-20 Thread Sonnek, Ryan
rial would work only untill i redeploy application 2, then i would get linkage errors, but i'm not going to bang my head against the wall anymore. thank you jboss group for the phenomenal documentation! Ryan -Original Message----- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] Sent: Thu

[JBoss-user] referencing bean in separate ear

2003-03-20 Thread Sonnek, Ryan
you would think i'd have this down by now, but obviously i don't. =) how can i reference an ejb that is deployed in a separate ear file? running jboss 3.0.6 on win2k, here's my application setup: app1.ear -app1-common.jar -app1-ejb.jar -manifest.mf app2.ear -app1-common.jar -app2-ejb.jar -mani

RE: [JBoss-user] login-config.xml

2003-02-25 Thread Sonnek, Ryan
could you please provide details on how you package your .sar together? what do you put in your jboss-service.xml to have it load your embedded login-config.xml? if you dynamically deploy this configuration, can a seperate application (ear file) reference it? i would love to get this to work for

RE: [JBoss-user] DatabaseLoginModule problems

2003-02-20 Thread Sonnek, Ryan
ve name "RoleGroup", not 'rolegroup' Scott Stark Chief Technology Officer JBoss Group, LLC xxxx - Original Message - From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

[JBoss-user] DatabaseLoginModule problems

2003-02-20 Thread Sonnek, Ryan
running a small jsp app on jboss 3.0.6 w/ jetty, i'm having problems with the JAAS login. the jboss console says that the authentication succeeds, but the roles fail. i've created a simple testcase by changing the rolesQuery to hardcode the role i'm looking for, and it still fails. here's my log

[JBoss-user] jboss 2.4 to 3.x migration error

2003-02-13 Thread Sonnek, Ryan
migrating a small jsp app that uses an oracle database from jboss 2.4.6 to 3.0.6, the following error is recieved from a page that calls commit() after an insert/update/delete. "You cannot commit with autocommit set!" in 2.4, the commit was required to get any of our pages to work, and now they

RE: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Sonnek, Ryan
] JBoss-IDE 1.0 alpha released Try JBoss launch configuration classpath (Run/Debug.../Your_launch_name/Classpath/User_classes), it works for me. > -Original Message- > From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 3:48 PM > To: '

RE: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Sonnek, Ryan
e- From: Vladyslav Kosulin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released Sonnek, Ryan wrote: > i'm eager to try out the jboss plugin, but i'm getting an error

RE: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Sonnek, Ryan
i'm eager to try out the jboss plugin, but i'm getting an error from starting a local server from within eclipse. after starting the server, i get a CNFE from sun.tools.javac.Main when opening the jmx-console. i'm assuming this has to do with the jre or classpath tabs in the configuration window.

RE: [JBoss-user] jboss-4 and cactus problem

2003-01-23 Thread Sonnek, Ryan
i've had the exact same error and it took me forever to figure out. for some reason when cactus runs, you NEED a port number for it to work correctly. setup your cactus.properties file to use a port number and you'll be fine. if you're running off the default web server port, use port 80. inste

RE: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Sonnek, Ryan
sorry if this is a dumb question but what is the difference in the three distributions? jboss.zip jboss_jdk141.zip jboss_jdk131.zip release notes just state that jboss was built on these different systems, but how would that affect functionality? does the 141 package take advantage of any of the

RE: Re[2]: [JBoss-user] cmp composite field problems

2003-01-08 Thread Sonnek, Ryan
l Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:17 AM To: Sonnek, Ryan Subject: Re[2]: [JBoss-user] cmp composite field problems Hello Ryan, I don't know whether it's possible to generate with xdoclet but, AFAIK, dependent-value-class decl

RE: [JBoss-user] cmp composite field problems

2003-01-07 Thread Sonnek, Ryan
can it be generated from xdoclet? Ryan -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 5:14 AM To: Sonnek, Ryan Subject: Re: [JBoss-user] cmp composite field problems Hello Ryan, have you also declared element for the class that repres

[JBoss-user] cmp composite field problems

2003-01-06 Thread Sonnek, Ryan
i'm working with a CMP composite field using jboss 3.0.4 and oracle 8i. i've gone through the paydoc's several times, and can't pinpoint where this is wrong. my audit object has 4 fields, 2 string and 2 date. all have correct getters/setters. the cmp bean has a getter and setter for the Audit ob

[JBoss-user] CMP dependent value classes from xdoclet

2003-01-03 Thread Sonnek, Ryan
using xdoclet 1.2-b2, is it possible to generate the neccesary block in the file? i have a serializable java object that holds 2 strings, username of who inserted the record, and the date that the object was inserted.  these 2 fields map to audit_username and audit_date that i have in ever

RE: [JBoss-user] jboss-web.xml and xdoclet

2002-12-06 Thread Sonnek, Ryan
6 AM, Sonnek, Ryan wrote: > are there any xdoclet tags for creating the jboss-web.xml information? > i'm > trying to link my local ejbs but it's not currently working without > setting > up jboss-web.xml. > currently using xdoclet 1.1.2, here are my docs. > /** >

[JBoss-user] jboss-web.xml and xdoclet

2002-12-06 Thread Sonnek, Ryan
are there any xdoclet tags for creating the jboss-web.xml information? i'm trying to link my local ejbs but it's not currently working without setting up jboss-web.xml. currently using xdoclet 1.1.2, here are my docs. /** * @web:ejb-local-ref * name="ejb/bcs/jobSetupManagerLocal" * type="

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Sonnek, Ryan
ssloader Show the full stack trace of the CNFE exception from the jsp page. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

RE: [JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-15 Thread Sonnek, Ryan
here inside your EAR is the code located that can't access the stuff in WEB-INF/lib? I would guess that it might be some kind of a classloader scope problem but that seems strange with JBoss' new UnifiedClassloader concept. Sebastian > -Original Message- > From: Sonn

[JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-14 Thread Sonnek, Ryan
I can't tell where this problem is, but the classloader of my ear file seems to be failing. i've got an ear file packaged with a war file. within the war's WEB-INF/lib i have a jar file with reporting classes. i'm continually getting a class not found exception. if i pull the jar file out of th

[JBoss-user] JBoss 3.0.4 w/ Jetty Classloader

2002-11-14 Thread Sonnek, Ryan
I can't tell where this problem is, but the classloader of my ear file seems to be failing. i've got an ear file packaged with a war file. within the war's WEB-INF/lib i have a jar file with reporting classes. i'm continually getting a class not found exception. if i pull the jar file out of th

RE: [JBoss-user] JBoss site down

2002-11-04 Thread Sonnek, Ryan
i guess there's ONE person out there that hasn't heard: ALL YOUR BASE ARE BELONG TO US. personnaly, i love seeing that on jboss's site! hilarious! -Original Message- From: Ricardo Escalon [mailto:ricardo@;hni.uni-paderborn.de] Sent: Monday, November 04, 2002 11:00 AM To: [EMAIL PROTECTE

[JBoss-user] jetty taglib problems?

2002-10-30 Thread Sonnek, Ryan
are there any known problems working with taglibs in jboss 3.0.3 with jetty? i'm using xdoclet to generate my taglib.tld file and everything looks right with the spec, but i keep getting the following exception. i'm downloading 3.0.3 with tomcat right now to test the difference, but if anyone has

RE: [JBoss-user] binding ejb to wrong datasource

2002-10-29 Thread Sonnek, Ryan
From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 10:57 AM Subject: [JBoss-user] binding ejb to wrong datasource > does anyone know why my ejb resources are always trying to bind to > java:/DefaultDS?? in jboss 3.0.3 when i de

[JBoss-user] binding ejb to wrong datasource

2002-10-28 Thread Sonnek, Ryan
does anyone know why my ejb resources are always trying to bind to java:/DefaultDS?? in jboss 3.0.3 when i deploy my ejb's, they always try to bind to DefaultDS instead of the datasource i have configured for them. i have 3 datasources configured, DefaultDS, was1DS, and was2DS to oracle databases

RE: [JBoss-user] Netboot issues

2002-10-11 Thread Sonnek, Ryan
ted dynamically from the build. I don't think crimson.jar is used in any 3.0++ version any more. I haven't tried this stuff, where are the files one needs? thanks david jencks On 2002.10.10 16:16:08 -0400 "Sonnek, Ryan" wrote: > has anyone out there used the netboot functi

[JBoss-user] Netboot issues

2002-10-10 Thread Sonnek, Ryan
has anyone out there used the netboot functionality of jboss 3.x??  i've been working on it for a couple days with the example docs online now with no luck.  my setup is:   an apache 2.0 server hosting the jboss files at http://localhost/jboss/server/default.    client is using this batc

RE: [JBoss-user] Oracle "By Container" JCA configuration

2002-09-26 Thread Sonnek, Ryan
since this is finally up and running, i had a request to post a summary of what's going on. our company is using an Open LDAP server to store users and roles. included is our directory structure. in order for jboss to pull the user's and roles from JAAS we added the the testLdap application pol

RE: [JBoss-user] Oracle "By Container" JCA configuration

2002-09-25 Thread Sonnek, Ryan
LoginModule, not the ConfiguredIdentityLoginModule. david jencks On 2002.09.25 16:14:48 -0400 "Sonnek, Ryan" wrote: > that's a scary though david. me peeling through jboss code! :) just > kidding, i'd love to dig into this and find out what is really happening. > do you have any suggestions

RE: [JBoss-user] Oracle "By Container" JCA configuration

2002-09-25 Thread Sonnek, Ryan
ue to changes in components supporting the login module. thanks david jencks On 2002.09.25 11:40:05 -0400 "Sonnek, Ryan" wrote: > again, things are getting much clearer! > ok, here's my new understanding of how this works in my current setup: > > 1. login-

RE: [JBoss-user] Oracle "By Container" JCA configuration

2002-09-25 Thread Sonnek, Ryan
entityLoginModule with just add the PasswordCredential for the database to the existing Subject. If you try this and it works please let us know how to do it. thanks david jencks On 2002.09.25 09:52:32 -0400 "Sonnek, Ryan" wrote: > thanks david, that cleared up some of my questions. > n

RE: [JBoss-user] Oracle "By Container" JCA configuration

2002-09-25 Thread Sonnek, Ryan
ucts a Subject with the same user/pw plus that specifies the pw is for the mcf/datasource you are using. We could probably use an example configuration of this somewhere. I have never set it up and used it. thanks david jencks On 2002.09.24 18:33:28 -0400 "Sonnek, Ryan" wrote: > Sh

[JBoss-user] Oracle "By Container" JCA configuration

2002-09-24 Thread Sonnek, Ryan
Short and sweet question, I'm trying to configure the example oracle-service.xml to use 'By Container' authentication to have the authenticated user connect using their username/password.   since it's not currently working, here's my understanding of how it works: 1.  added a DatabaseServe

[JBoss-user] jboss 3.0.x authentication with active directory

2002-09-06 Thread Sonnek, Ryan
has anyone worked with a login module that connects to active directory using jboss 3.0? Ryan J. Sonnek Brown Printing Company IT Programmer/Analyst (507) 835-0803 --- This sf.net email is sponsored by: OSDN - Ti

RE: [JBoss-user] oracle proxy authentication

2002-09-05 Thread Sonnek, Ryan
ntioned above. If you want to work on this I can try to give you some hints, and I hope you would consider contributing the result: I think others could use it as well. Thanks david jencks On 2002.09.05 13:54:51 -0400 "Sonnek, Ryan" wrote: > thanks for the quick reply! i'll try

RE: [JBoss-user] oracle proxy authentication

2002-09-05 Thread Sonnek, Ryan
thanks for the quick reply! i'll try and clarify my situation. yes, this seems to be an EXTREMELY non standard request, and against a lot of what i believe to be so great about J2EE, but trying to appease some very difficult people. our current setup is that an application is deployed with an

[JBoss-user] oracle proxy authentication

2002-09-05 Thread Sonnek, Ryan
has anyone used oracle proxy authentication from within jboss? it allows for the application server to connect to the database through a pooled connection, and multiple user sessions can connect with their authenticated identities so oracle can extract correct audit information. from what i'

[JBoss-user] busted jboss dtd's?

2002-06-12 Thread Sonnek, Ryan
what's up with the DTD's on JBoss' site? every time i try to work with jboss-web.dtd or jboss-web_3_0.dtd, i'm receiving errors. http://www.jboss.org/j2ee/dtd/jboss-web.dtd http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd ___ Sponsored

RE: [JBoss-user] Binding Datasource problems

2002-06-12 Thread Sonnek, Ryan
atabase to JDNI ENC as: jdbc/mcs/mcsuser [DEBUG,EntityContainer] End java:comp/env for EJB: EmployeeEJB that still hasn't helped me figure out which JNDI name I should be using inside my ejb. thanks again. -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Wednesd

[JBoss-user] Binding Datasource problems

2002-06-12 Thread Sonnek, Ryan
hopefully this will be a simple question for someone out there. I'm trying to use an already configured datasource from an ejb, but i'm getting mixed up on how the JNDI name is bound. I'm using jboss 2.4.4 with tomcat 4.0.1. I've tried several different JNDI names, and servlets are able to use t

[JBoss-user] jboss 3.0 ConnectionManager

2002-06-04 Thread Sonnek, Ryan
If a ConnectionManager is set to ByContainer, does that mean that each connection to a datasource will attempt to use the JAAS stored principal and credentials to make that connection? So, if they access a restricted web resource, authenticate successfully, and that .jsp page uses a datsource, wi

RE: [JBoss-user] No auth prompt using security-constraint

2002-05-31 Thread Sonnek, Ryan
More importantly, can you send your configuration? web.xml jboss-web.xml auth.conf My guess is that there's something missing from the jboss-web.xml to bind it to the correct Security Constraints. Ryan -Original Message- From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] Sent: Friday, Ma

RE: [JBoss-user] LdapLoginModule null password

2002-05-28 Thread Sonnek, Ryan
Chief Technology Officer JBoss Group, LLC - Original Message - From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 24, 2002 11:17 AM Subject: RE: [JBoss-user] LdapLoginModule null password > thanks for the reply, bu

RE: [JBoss-user] LdapLoginModule null password

2002-05-24 Thread Sonnek, Ryan
thanks for the reply, but taking out the principal and credentials from the auth.conf file didn't change the outcome. when I hit a protected url, I'm prompted for the username and password, and if I input my username with a null password, it still let's me in. checking the jboss logs, i get this

[JBoss-user] LdapLoginModule null password

2002-05-24 Thread Sonnek, Ryan
why can a user log in with a null password? the LdapLoginModule works great, except for it's allowing people to login with null passwords. here's how the setup's working now: if username is invalid, user is rejected. if username exists, but password is invalid, user is rejected. if username exi