[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-14 Thread jaikiran
anonymous wrote : C:\dev_inst\jboss-4.0.4.GA\server\ejb3\lib Have you created your own directory(server) under the %JBOSS_HOME%/server directory? Because, looking at the above directory hiearchy, it looks like that you have placed the mail.jar under %JBOSS_HOME%/server/ejb3/lib directory. If th

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-14 Thread blipsman
hey jaikiran this is what I get after running jar command for mail.jar | | C:\dev_inst\jboss-4.0.4.GA\server\ejb3\lib>jar -tf mail.jar | META-INF/MANIFEST.MF | META-INF/SUN_MICR.SF | META-INF/SUN_MICR.RSA | META-INF/ | META-INF/javamail.default.providers | META-INF/javamail.defau

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-13 Thread jaikiran
anonymous wrote : I put into the JBOSS_HOME/server/default/lib 2 jars mail.jar and activation.jar, but I still get this error Placing the mail.jar in the server/default/lib should have worked. Can you run this command and post the output: jar -tf mail.jar This will display the contents of the

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-13 Thread blipsman
jaikiran, thanks a lot man for the help! I really appreciate it. it does work if I use Logger from log4j ( as you have suggested !! ). but if I used wrapper around Logger, it did not work. Really strange, but anyway, thanks a lot for your help!! I am struggling with last problem regarding SMTPAppe

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-12 Thread genman
This has nothing to do with messaging. Put your level in a .jar file and put it in server/default/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957425#3957425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395742

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-12 Thread jaikiran
I tried out a standalone application which creates a new Level and logs using that level. Everything worked fine for me. I tried uploading the sample project onto some site, but my firewall blocks those sites. So, here's the code, which is working. There are 2 java files involved. One correspond

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-11 Thread blipsman
jaikiran, thank you so much for your support and help. Here is the log4.xml with my additions and modifications: | | | | | | | | | | | | | | http://jakarta.apache.org/log4j/"; debug="false"> | | | | | | | | |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-11 Thread jaikiran
Can you post your entire log4j.xml and the snippet of code where you are logging the message (Use the 'Code' button to enclose the contents in a code block, for better readability) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956945#3956945 Reply to the