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
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
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
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
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
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