Re: [JBoss-user] JBoss commit access?

2003-08-14 Thread Colin Sampaleanu
I must agree. Perhaps I don't know all the facts, but from external appearances this was a somewhat shamefull way for the JBoss Group to act, considering all that these developers have put into JBoss. A statement from the JBoss group on what happened to Greg's and the other developer's access,

Re: [JBoss-dev] Re: [JBoss-user] July 2003 news

2003-08-07 Thread Colin Sampaleanu
Brian Wallis wrote: On Thu, 7 Aug 2003 11:34 pm, [EMAIL PROTECTED] wrote: Yes, I'd like to know as well. We will address this issues if it is so. GPL licensed files #grep -R "under GPL" * jetty/src/main/org/jboss/jetty/JBossWebApplicationContext.java: * Distributable under GPL license.

Re: [JBoss-user] oracle-xa datasource doesn't deploy, Rardeployerjust sits there with no error

2002-11-21 Thread Colin Sampaleanu
27;s posts. thanks david jencks On 2002.11.20 23:48:36 -0500 Colin Sampaleanu wrote: Sorry, rushed to get this out before I left work... It is JBoss 3.2beta2. I took the oracle-xa-ds.xml and oracle-xa-service.xml examples from the docs/examples/jca dir, and changed only jndi binding, url, u

Re: [JBoss-user] oracle-xa datasource doesn't deploy, Rardeployerjust sits there with no error

2002-11-20 Thread Colin Sampaleanu
ences to the old wrapper. A mismatch such as this would explain what you are experiencing. thanks david jencks On 2002.11.20 18:30:15 -0500 Colin Sampaleanu wrote: I have encountered a really perplexing issue with trying to get an oracle xa datasource (using either oracle-xa-ds.xml or orac

[JBoss-user] oracle-xa datasource doesn't deploy, Rardeployer just sits therewith no error

2002-11-20 Thread Colin Sampaleanu
I have encountered a really perplexing issue with trying to get an oracle xa datasource (using either oracle-xa-ds.xml or oracle-xa-service.xml). Basically, it never deploys fully, with the following dependency issues: --- 17:10:37,471 ERROR [URLDeploymentScanner] MBeanException: Exception in M

Re: [JBoss-user] How to access datasource at java:whatever from anotherthread?

2002-11-14 Thread Colin Sampaleanu
jndi lookups through tcp/ip availiable to the servlet's classloader. Check your packages and remove any such files. david jencks On 2002.11.13 11:13:08 -0500 Colin Sampaleanu wrote: The original scenario (not written by me), was that a startup servlet called a session EJB which started Qu

Re: [JBoss-user] How to access datasource at java:whatever from anotherthread?

2002-11-13 Thread Colin Sampaleanu
oader from the JBoss. Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxx - Original Message - From: "Colin Sampaleanu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 7:55 PM Subject

[JBoss-user] How to access datasource at java:whatever from another thread?

2002-11-12 Thread Colin Sampaleanu
I am binding a datasource using oracle-service.xml, which uses RarDeployment to bind the datasource to JNDI using the 'java:' namespace. Unfortuntately I have an issue accessing this from a thread started by a Quartz scheduled job, presumably because items in the java: namespace are thread spec

RE: [JBoss-user] JBoss and JDK 1.2.2

2001-04-04 Thread Colin Sampaleanu
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M > Stark > Sent: Wednesday, April 04, 2001 1:26 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss and JDK 1.2.2 > > > As an aside, I do not understand how security context information

[JBoss-user] JBoss and JDK 1.2.2

2001-04-03 Thread Colin Sampaleanu
Is JBoss completely usable under JDK 1.2.2, including security? I am a little bit confused (and looking at the mailing list archives and all the documentation has not helped). The (new) documentation mentions setting the bean containers properly for JDK 1.2x; that is pretty clear. W/regards to th