Re: [JBoss-dev] jboss-head-jdk-matrix Build Failed (Out of Office)

2006-06-30 Thread Andy Black
I'm out of the office until July 9, 2006. If you need assistance please call Dave Horton at 202-514-4944 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Serve

Re: [JBoss-dev] Good-bye II

2002-12-23 Thread Andy
Hi Oohh, the power of legal issues, you can justify nearly everything. Instead of looking for a mutual compromise to resolve this issue Marc (and others) sought a more terminal solution. Andy - Original Message - From: "marc fleury" <[EMAIL PROTECTED]> To: <[E

[JBoss-dev] Good-bye II

2002-12-22 Thread Andy
Hi Geeks Some people asked why I am leaving and therefore I took some time to explain what happened from my view. The kick-out also raises the question how owns the code of an open-source project especially when a company like JBoss Group (JBG) makes money out of it but also controls who can write

Re: [JBoss-dev] EJB Timer Service Update

2002-12-20 Thread Andy
Hi Holger There is not further support from my side because I am not a JBoss developer anymore. So check this with Bill Burke. Andy - Original Message - From: "Holger Engels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 11:16 PM S

[JBoss-dev] Good-bye

2002-12-20 Thread Andy
Hi Geeks Yesterday my CVS RW access to JBoss was revoked and therefore I will not work on the JBoss project at all. Unfortunately this also means that I cannot update my changes to the Quick Start Guide and the EJB Timer Service I was working on. Even though that it makes me angry that I spent ma

[JBoss-dev] EJB Timer Service Update

2002-12-16 Thread Andy
Hi Geeks I just checked in the latest update of the EJB Timer Service. I added a simple file-based persistence layer, finished the implementation of the Timer class and added a timer testcase to the JBoss testsuite. The next part is the implementation of the transaction support. Right know I thin

Re: [JBoss-dev] InitialContext ctx = new InitialContext(); in RMIConnectorImpl

2002-12-16 Thread Andy
the RMIConnectorImpl. Have fun- Andy - Original Message - From: "Stefan Groschupf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 1:16 AM Subject: AW: [JBoss-dev] InitialContext ctx = new InitialContext(); in RMIConnectorImpl > >You ju

Re: [JBoss-dev] InitialContext ctx = new InitialContext(); in RMIConnectorImpl

2002-12-15 Thread Andy
Hi Stefan You just have to add the appropriate JAR file from the /client directory to you classpath that contains "org.jnp.interfaces.NamingContextFactory" which is left to the reader. Andy - Original Message - From: "Stefan Groschupf" <[EMAIL PROTECTED]> To

Re: [JBoss-dev] ATTENTION! Developers with CVS access

2002-12-13 Thread Andy
uilding a useful implementation of JSR-77 until JBoss 4 releases > 4. What do you want to work on? JSR-77 client with JBoss specific extensions. > 5. What is your SourceForge name/id? (So I can cross you off list of who > contacted me). stormy_sky Hav

[JBoss-dev] ClassNotFoundException during Timer Restauration

2002-12-10 Thread Andy
Hi Geeks You can probably disregard my previous email because I suspect that I loose contact to the EJB Container class loader when the File Persistence Manager is invoked through a MBeanServer.invoke() method during the timer recovery. So I guess I have to serialize them into a byte array before

[JBoss-dev] ClassNotFoundException during Timer Restauration

2002-12-10 Thread Andy
Hi Geeks I am nearly finished with the Timer Persistence and the only problem left is that I need access to all classes within the deployed application. So far I recreated the Timers in the Container.startService() method but there it seems that I cannot access some classes (I know for sure that P

[JBoss-dev] File Persistence and Crash

2002-12-09 Thread Andy
Hi Geeks I try to implement a file persistence for the EJB timer and run into problems when the server crashes. It seems that the file sometimes become corrupted after a crash. Unfortunately the timer can contain an unknown but serializable object. I crashed the server during a period when the fil

[JBoss-dev] EJB Timer Service

2002-11-30 Thread Andy
upport. Sun RI just uses Entity Beans to deal with Tx but I would like to make the Timer Source a transaction aware component to speed up the processing. - implement Timer Handles Have fun - Andy --- This SF.net email is sponsored by: Ge

Re: [JBoss-dev] J2EE Timer Service

2002-11-10 Thread Andy
embedded timer like Web-containers so that users can plug-in any timer service they like. So a user can use Quartz if they like to. Andy - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 12:33 PM Subject

[JBoss-dev] J2EE Timer Service

2002-11-10 Thread Andy
Hi Geeks Did anyone started to develop the EJB 2.1 Timer Service ? Otherwise I will have a look into it because I think we could use the Scheduler. Have fun - Andy --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven

[JBoss-dev] ClassCastException using RolesLoginModule

2001-04-12 Thread Andy Comley
Having followed the documentation "JAAS Based Security in JBoss", I get a "ClassCastException" on the server during the authentication stage (no matter whether the user logging in is authorized or not). The code seems to be trying to cast a "SimplePrinciple" to a String. Has anyone else come acros