[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Thanks! i tried this but it still does not work. Now i actually get an error at deployment time. Here is my jboss-app.xml | http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd'> | | | jboss.loader:loader=com.thalys.opalys-opalys-server-4.2.5-SNAPSHOT.ear | java2Paren

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Sorry didnt finish my post. Well it was just to ask if anyone had any idea? I checked my .ear, i have activation-1.1.jar I checked my JBOSS_HOME/server/deploy/lib, i have activation.jar and mail.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124383#41

[jboss-user] [Installation, Configuration & DEPLOYMENT] - LinkageError... and yet everything seems fine

2008-01-29 Thread nicdo77
Hi, I have an app running under JBoss4.0.5. I have a quartz task, supposed to do some file parsing and then send a mail with a file attached. Before implementing this task, i didnt have any Linkage problem with my mail and activation librairies. But now when the task launches, i get the followin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-12-03 Thread nicdo77
Sorry for the late reply! My ear is called localys.ear: here is its hierrachy: localys.ear | |--- businessmodule.ear (my own stuff...) | |--- hibernate2.jar | |--- mail.jar | |--- jaxb-api.har | |--- ... other jars I'm gonna have a look at the links, thanks a million. View the original post : ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Well, this leads me to another question. I already had hibernate2.jar packaged in my ear. BUT, at deployment time, i used to have a deployment failure cause JBoss couldn't find one of the Hibernate class. So i added hibernate2.jar as well in my JBoss libs (which is server/default/lib. Does it s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Hey thank you very much. I just checked, and indeed odmg is not in my path. One question though: should i add it in my .ear or on my JBoss libs directory!? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109220#4109220 Reply to the post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [3.2.3] [NoClassDefFoundError] Weird exception although

2007-11-30 Thread nicdo77
Help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109180#4109180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109180 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can we deploy without restarting?

2007-11-29 Thread nicdo77
Well, you can redeploy an app by just updating the .ear file on your deploy directory (basically, where you put iit the first time) But i assume you want to do it from a remote machine? Nico. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108870#4108870 Reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - [3.2.3] [NoClassDefFoundError] Weird exception although i ha

2007-11-29 Thread nicdo77
Hey there, I know, this subject has been treated already in this forum, but i did not find the answer to my problems. Here is the context. I am working on an .ear. So far, i was not packaging my librairies in my .ear, i used to put them directly in JBoss (in /server/default/lib). Now i have some

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-10-03 Thread nicdo77
anonymous wrote : But any problems with Apache Axis aren't an issue for a JBoss JMS forum. | The only (very tentative) relationship is that you're using Axis from an MDB | in the business method. And is this wrong? My business method look like this package com.thalys.localys.frontal; |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
OK thanks for the reply, i will try with the few links you gave me and find the correct forum to solve my problem. I guess your links will help me anyway. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084517#4084517 Reply to the post :

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
Hey Adrian, Sorry, yes i know the error is not exactly in my code. But maybe you can still help me, I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , and inside i use jaxb-api.jar ... And one of the librairies i added in JBoss libs was axis-jaxrpc-1.4 . Could this

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-13 Thread nicdo77
Pleease? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083802#4083802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083802 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-12 Thread nicdo77
So, no one has any clue? Tell me if you didn't understand anything... :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083534#4083534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083534 __

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Just realized my problem could come from an API conflict. I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall, and inside i use jaxb-api.jar... And one of the librairies i added was axis-jaxrpc-1.4. Could this be a problem and create my exception??? Thank you in advance.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Let me just explain briefly the context of my project. This application is communicating with another app via the WebService i'm talking about. My colleague is developing the other app and generated for me the client code to connect to the WebService, since he is hosting the WS. I don't know any

[jboss-user] [Messaging, JMS & JBossMQ] - Exception in JMSCI message listener

2007-09-11 Thread nicdo77
Hi there, I'm having a big problem with JMS queues. OK here is the context. Until this morning, i had an application running perfectly on JBoss3.2.3, under Java 4, with no webservices and JMS queue. I updated it on my production environment, adding a WebService feature to connect onto a distant W

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
Our messages crossed :) One question: i have seen on wraper-user mailing-list some people talking about -server parameter for the JVM. What is it about? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080879#4080879 Reply to the post : http://www.jboss.com/i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
OK i actually changed my wrapper.conf cause there was something wrong: the initialization of the memory parameters were commented... so they were not used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080870#4080870 Reply to the post : http://www.jboss.co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
The problem is its my JBoss in production. Its cleaner to put it as a service, since i can manage everything from services.msc component. The wrapper files are .exe file and .bat files that just launch the .exe file. I don't have any way to output the config parameters actually used... View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Java heap size problem

2007-09-04 Thread nicdo77
Pleeaaase hll :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080797#4080797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080797 ___ jboss-user mailing list jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Java heap size problem

2007-09-03 Thread nicdo77
Hi, I'm using JBoss 4.0.5 and i have two applications deployed on it: the application i'm developing and JIRA. Since i have installed JIRA, i have had performance problems, such as gettin this in the log: 15:20:37,984 ERROR [STDERR] Exception in thread "ScannerThread" | 15:20:38,703 ERROR [ST