[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,

[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:

[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
ainer-name ... commit-optionA/commit-option /container-configuration /container-configurations And set the container of your bean to MyContainer. Hope it helps Simone - Original Message - From: Sonnek, Ryan To: '[EMAIL PROTECTED]' Se

[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 J2EE

[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

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

2003-03-20 Thread Sonnek, Ryan
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: Thursday, March 20

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

[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

RE: [JBoss-user] DatabaseLoginModule problems

2003-02-20 Thread Sonnek, Ryan
' Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 12:26 PM Subject: [JBoss-user] DatabaseLoginModule problems running

[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
[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 from starting a local server from within eclipse

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: '[EMAIL PROTECTED]' Subject

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.

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
- 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 declaration is required

RE: [JBoss-user] cmp composite field problems

2003-01-07 Thread Sonnek, Ryan
. is it required to have the dependent-value-class element? 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

[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

[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 dependent-value-classes / block in the jbosscmp-jdbc / 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

[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 *

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

2002-12-06 Thread Sonnek, Ryan
, 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. /** * @web:ejb-local-ref * name=ejb/bcs

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

2002-11-15 Thread Sonnek, Ryan
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: Sonnek, Ryan [mailto:Ryan.Sonnek;bpc.com] Sent: Thursday, November 14

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

2002-11-15 Thread Sonnek, Ryan
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] Sent: Friday, November 15, 2002 7:20 AM Subject: RE: [JBoss

[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

[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

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

[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

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

2002-10-29 Thread Sonnek, Ryan
-namejdbc/ordermanagementDB/res-name /resource-manager /resource-managers - Original Message - 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

[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

[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 batch

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

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

2002-09-25 Thread Sonnek, Ryan
-0400 Sonnek, Ryan wrote: 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

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

2002-09-25 Thread Sonnek, Ryan
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. now that i have the CallerIdentityLoginModule in the login

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

2002-09-25 Thread Sonnek, Ryan
crept in due 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-conf.xml has 2 login modules

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

2002-09-25 Thread Sonnek, Ryan
. 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 for what classes to look though? i've begun doing some

[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 tohave 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

[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 mailto:[EMAIL PROTECTED] --- This sf.net email is sponsored by: OSDN -

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

RE: [JBoss-user] oracle proxy authentication

2002-09-05 Thread Sonnek, Ryan
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 and clarify my situation. yes, this seems to be an EXTREMELY non standard request

RE: [JBoss-user] Binding Datasource problems

2002-06-12 Thread Sonnek, Ryan
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: Wednesday, June 12, 2002 11

[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 ___

[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,

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,

RE: [JBoss-user] LdapLoginModule null password

2002-05-28 Thread Sonnek, Ryan
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, but taking out the principal

[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

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