RE: [JBoss-user] jboss not starting with IBM jdk

2003-03-24 Thread Marko Strukelj
ailto:[EMAIL PROTECTED]Sent: Friday, March 21, 2003 11:52 AMTo: [EMAIL PROTECTED]Subject: Re: [JBoss-user] jboss not starting with IBM jdk Ok, I have libc-2.3.1 I will install libc 2.3.2.   Thank you very much - Original Message - From: Marko Strukelj

RE: [JBoss-user] jboss not starting with IBM jdk

2003-03-21 Thread Marko Strukelj
Thanks in advance - Original Message ----- From: Marko Strukelj To: '[EMAIL PROTECTED]' Sent: Thursday, March 20, 2003 1:00 PM Subject: RE: [JBoss-user] jboss not starting with IBM jdk You should recompile the gcc (3.2.2) a

RE: [JBoss-user] jboss not starting with IBM jdk

2003-03-20 Thread Marko Strukelj
use Blackdown or Sun I must us libc 2.3.1 without getting Error:11 sometimes, isn't it? I'm running a debian too, and my libc is 2.2.5.   Thanks in Advance   - Original Message - From: Marko Strukelj To: '[EMAIL PROTECTED]'

RE: [JBoss-user] jboss not starting with IBM jdk

2003-03-20 Thread Marko Strukelj
Title: RE: [JBoss-user] jboss not starting with IBM jdk The same thing happens to me with IBM jdk 1.4.0. Didn't investigate yet. Regarding Sun and Blackdown I have experienced the very same thing. Turned out my experimental Debian system was using libc 2.5.5 and either the jvm or Oracle O

RE: [JBoss-user] issue with look up

2001-10-24 Thread Marko Strukelj
Title: RE: [JBoss-user] issue with look up Obviously there is no naming variables set and there is no jndi.properties in the right place on your classpath. You can try passing these global properties to jvm when you run java: java -Djava.naming.factory.initial=org.jnp.interfaces.NamingCon

RE: [JBoss-user] Deploying MBeans together with ears, jars...

2001-08-07 Thread Marko Strukelj
ee what > he comes up with. > > I think it may be desirable to create an > "application-specific namespace" > in the mbean namespace for mbeans deployed as part of an application, > perhaps by including a key something like application= in the > ObjectName. > > I&#

[JBoss-user] Deploying MBeans together with ears, jars...

2001-08-06 Thread Marko Strukelj
Title: Deploying MBeans together with ears, jars... Hi all, I'm not familiar with the latest jsr efforts, but since working with jBoss and tasting the power of using MBeans as services together with EJBs the thing I'm waiting for now is to be able to bundle MBeans together with EJBs and dep

RE: [JBoss-user] jBoss cannot handle char primitive type

2001-06-12 Thread Marko Strukelj
This issue has come up several times already on this list. The problem is with JDK 1.3 (maybe 1.2 has it too?) that has a serialization bug (or is it a reflection bug?). I remember some people have mentioned it disappeared with JDK 1.4 beta (or was it JDK 1.3.1 ?).   The solution is not to

RE: [JBoss-user] JNDI name bindings are not working properly on deployment

2001-05-31 Thread Marko Strukelj
Title: RE: [JBoss-user] JNDI name bindings are not working properly on deployment You are talking about the OLD bean jndi. If you mean you've deployed a jar and all the jndi bindings were correct, then you changed something and restarted, but the changes don't seem to have effect... Take a lo

RE: [JBoss-user] SQL SERVERPOOL NAME BINDING HANGS the JBOSS initialization process (using weblogic jdbc driver )

2001-05-17 Thread Marko Strukelj
Title: RE: [JBoss-user] SQL SERVERPOOL NAME BINDING HANGS the JBOSS initialization process (using weblogic jdbc driver ) I tried using wl driver once, didn't manage to make it work fully, but the first obstacle similar to your symptoms was that the licence file was not found on classpath. I f

RE: [JBoss-user] deployment problem

2001-05-03 Thread Marko Strukelj
Title: RE: [JBoss-user] deployment problem Make sure you have META-INF directory (all caps) and not meta-inf.     Marko. > -Original Message- > From: David Li [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 04, 2001 2:16 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] deploy