[JBoss-user] Help with LoginModules and Web/EJB layers

2003-03-19 Thread Marc Zampetti
All, I have a web app that is deployed into Jboss 3.2 RC2 using an EAR file. The entire app is mapped to a single security domain, with a custom LoginModule defined for the domain. The Custom LoginModule interfaces with a SecureID system to perform user authentication. Logging into the protected po

Re: [JBoss-user] Sybase Errors with JBossCMP

2002-07-26 Thread Marc Zampetti
Impl.start(ServerImpl.java:216) >2002-07-26 11:22:59,651 ERROR [STDERR] at >org.jboss.Main.boot(Main.java:142) >2002-07-26 11:22:59,651 ERROR [STDERR] at >org.jboss.Main$1.run(Main.java:375) >2002-07-26 11:22:59,661 ERROR [STDERR] at >java.lang.Thread.run(Thread.ja

[JBoss-user] Re: Design Question

2002-07-10 Thread Marc Zampetti
>call to the cc processor in the separate JBoss so that it could only be used to >generate charges >and not to get at the cc number itself. This involves extra hardware and testing. >If I can >solve the issue of pegging the key in memory, I would explore the separate JBoss on &

Re: [JBoss-user] Design Question

2002-07-10 Thread Marc Zampetti
I'm not sure I understand the desire to not have the key in a persistence store. This would mean that if your systems (or jBoss) crashes, your site is unusable until a human being inputs a new key. If you are worried about putting the stuff on a Internet-accessible machine, put another copy of

Re: [JBoss-user] Trying to get outside a transaction

2002-06-21 Thread Marc Zampetti
will return the info you need to determine if the inventory was still available. If you are using an Entity Bean, then the ejbLoad should be called when the transaction starts. I'm not sure how jBoss does it, but you would want to set the isolation level to REPEATABLE_READ, which basica

Re: [JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-10 Thread Marc Zampetti
been reached, no more connections are provided, and everything stops working. Marc Zampetti David Jencks wrote: >This method should never be called if there is outstanding work in a >(managed) transaction. cleanup should be called only after the (managed) >tx is over for a local t

Re: [JBoss-user] jboss 3.0 and BMP/sybase problems

2002-06-06 Thread Marc Zampetti
when it is first provided to the app. I'm confused how jBoss starts the transaction in cases like Web Apps, etc. Marc Zampetti FROM: eniro.com DATE: 06/06/2002 00:23:44 SUBJECT: [JBoss-user] jboss 3.0 and BMP/sybase problems Finally, I did manage to get BMP entity beans working so