[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment of a Schedulable class

2006-05-31 Thread nvanevski
Hmmm.. Feels like talking to myself :) :) :) I solved the problem by packaging everything in one .sar package, including all the classes I need. There is now another problem : JNDI-bound datasource can not be seen from within the sar - when I try to perform a lookup for java:comp/env/jdbc/MyDat

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment of a Schedulable class

2006-05-30 Thread nvanevski
Ok, this is the procedure that I'm using : Creating a class Test1 like this : | package schtest; | | import java.util.Date; | import org.jboss.varia.scheduler.Schedulable; | | public class Test1 implements Schedulable { | private String m_Name; | | public Test

[JBoss-user] [Installation, Configuration & Deployment] - Deployment of a Schedulable class

2006-05-29 Thread nvanevski
Hi all, I have tried to deploy a class that implements Schedulable interface. I created the class MyClass in package mypack, packaged it in a jar and copied it to /jboss/server/default/lib directory. I also made the following configuration in scheduler-service.xml : | | mypack.MyCl

[JBoss-user] [Management, JMX/JBoss] - Re: org.jboss.varia - Where is it?

2006-05-28 Thread nvanevski
Yes, that's it. I was actually looking at the client libraries (at least, the ones that Borland JBuilder automatically loads in the classpath). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947225#3947225 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Management, JMX/JBoss] - org.jboss.varia - Where is it?

2006-05-27 Thread nvanevski
Hi all, this may be a stupid question but I need help nevertheless. I'm trying to import org.jboss.varia to use the Scheduler service (like described in the docs) but the package does not seem to exist. I guess I am missing some jar in my classpath... Any idea? Thanks in advance!! View the o

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3SP1 and HTTP/0.9

2006-05-25 Thread nvanevski
Hi all, I am using JBoss 4.0.3SP1 on Suse Linux. I have old clients that can use only HTTP/0.9 to connect. JBoss responds with error 505 - Not SUpported. Is there any way to reconfigure JBoss to support HTTP/0.9? Thanks!!! View the original post : http://www.jboss.com/index.html?module=bb&op=v