[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IMAP via TLS in JBoss 4.2.2.GA

2009-01-06 Thread luckybird
I have imported the certificate from the ssl server into my jvm cacerts. But the error remains. Any ideas? Greetz, Ralf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199704#4199704 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - IMAP via TLS in JBoss 4.2.2.GA

2009-01-05 Thread luckybird
Hi all, I'm just trying to connect to an IMAP mailserver from JBoss. But all I get is the following exception: | 15:07:10,484 ERROR [STDERR] javax.mail.MessagingException: sun.security.validator.ValidatorException: PKIX path building failed:

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2009-01-05 Thread luckybird
Hi jaikiran, thanks for your reply. Meanwhile, I found the mistake. I haven't activated the quartzservice in jboss-app.xml. Now the Quartz-Service finds all the classes. But - the JBoss server starts the service in multiple threads. But this is another problem which maybe I will handle in

[jboss-user] [EJB/JBoss] - Re: ClassNotFoundException while lookup a Service

2008-12-28 Thread luckybird
Am I the the first and only one people of this planet having this problem??? Is anybody out there who can explain me how I can say to the Classloader from JBoss where it can find some classes??? - Ralf. View the original post :

[jboss-user] [EJB/JBoss] - ClassNotFoundException while lookup a Service

2008-12-18 Thread luckybird
Hi all, I'm using quartz 1.6.3 and JBoss 4.2.2GA (with ejb3). I have deployed an ear file and inside this are some ejbs and servlets. Furthermore, I have a Job scheduled in a quartz service that triggers a method from a servlet. If the job begins to run, it starts the method (which is from a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Quartz Service doesn't bind to JNDI

2008-12-17 Thread luckybird
Hi all, I can't get Quartz to work. At first, I've created a quartzservice.sar as described in http://www.kouiskas.com/?page_id=19. The Service starts and is bound to JNDI. But if I create a CronTrigger and it's time to start this trigger, it complaints about ClassNotFoundException. I think,

[jboss-user] [EJB 3.0] - Re: locate services with service locator?

2008-12-17 Thread luckybird
I found my own solution: | @SuppressWarnings(unchecked) | public T T lookup(ClassT clazz, final String pJndiName) { | T cs = null; | String jndiName = (pJndiName == null) | ? jndiPrefix + clazz.getSimpleName() + Bean/remote | :

[jboss-user] [EJB 3.0] - locate services with service locator?

2008-12-12 Thread luckybird
Hi all, I have some servlets (lets say, ServA and ServB) on my JBoss 4.2.2.GA. Now I want to use the ServB from ServA. Both Servlets are registered in JNDI. The only way that works is a JNDI lookup in ServA to ServB. Injection via @Resource doesn't work. The old ServiceLocator pattern doesn't

[jboss-user] [EJB 3.0] - Re: ClassCastException after JNDI lookup

2008-11-06 Thread luckybird
Hi, can you please post the list of jars you've added? I've looked into the MANIFEST of jbossall-cient.jar, but there's no CLASSPATH at all (only some vendor specific information). And I think that I've the same problem. I'm using JBoss 4.2.3 GA. Here's my console output: | Exception in

[jboss-user] [EJB 3.0] - Re: ClassCastException after JNDI lookup

2008-11-06 Thread luckybird
Ah, thanks, this helped. I forgot to do this in the Eclipse project settings. Greetings, Ralf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4187232#4187232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4187232