[JBoss-user] [Installation & Configuration] - Re: Log4J and JBoss 4.0.2

2005-06-14 Thread ericcartman13
I'm not having the error anymore... I didn't do anything; just came in to work as usual and tried it again and it worked... Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881388#3881388 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Log4J and JBoss 4.0.2

2005-06-13 Thread ericcartman13
Hi, I am having problems with using Log4J in the latest JBoss 4.0.2. The same configuration of log4j.xml works with Log4J 4.0.1 RC1. This is my log4j.xmlfile | | | | | | | | | | | | | | When I

[JBoss-user] [EJB/JBoss] - Re: EJBs Redeployment in JBoss 4.0.2

2005-06-03 Thread ericcartman13
I've solved the problem. Thanks for the reply though. My problem was JUnit related. If I redeploy TestRunnerSession bean whenever (I mean before) I redeploy my SessionBean - which I want to run the test on - there is no problem, everything works fine. I think relates to Class Loading and Libr

[JBoss-user] [EJB/JBoss] - Re: EJBs Redeployment in JBoss 4.0.2

2005-06-03 Thread ericcartman13
It doesn't work this way. I deploy a Stateless Session Bean with JUnit tests in it. (TestRunnerSession provided by JUnit is already deployed). I start JBoss and run the JUnit test and it works. I change (or don't change anything) in the bean, and redeploy it. JBoss seems to deploy it fine. Then

[JBoss-user] [EJB/JBoss] - EJBs Redeployment in JBoss 4.0.2

2005-06-03 Thread ericcartman13
Hi, I am having problems with redeploying an EJB. I've been reading lots of threads to avoid posting this message and solve my problem. But unfortunetely all questions/answers are focused on EARs and WARs which does not help me specifically at all. I have a very simple Stateless SessionBean and

[JBoss-user] [Management, JMX/JBoss] - Re: AdventNet SNMP 5.0 Adaptor and JBoss 4

2005-05-13 Thread ericcartman13
Thank you for your reply. Even though I needed to just simply forward the incoming JMX Messages to SNMP, I had to read on SNMP a bit to understand the terms. I used AdventNet's Free SNMP API to do that and everything is OK for now. Thanks for your reply again. Regards, Eric View the original

[JBoss-user] [Management, JMX/JBoss] - AdventNet SNMP 5.0 Adaptor and JBoss 4

2005-05-11 Thread ericcartman13
Hi, I am trying to publish my JMX messages via SNMP. I don't have good SNMP background and as far as I read and talked to people, there is nothing SIMPLE about SNMP, therefore I thought AdventNet's SNMP adaptor would be just the right solution for my problem. I've downloaded AdventNet SNMPAdap

[JBoss-user] [Beginners Corner] - Re: Very Simple Example

2005-04-28 Thread ericcartman13
I found an answer for myself so I just wanted to share it guys... This is the url you are looking for if you're checking out this topic :o) http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService Enjoy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Beginners Corner] - Very Simple Example

2005-04-28 Thread ericcartman13
Hi, I am really new to JMX and JBoss and currently I need to use it for various reasons. So I decided to start learning it. Unfortunately, there are no good examples or tutorials on the net. I followed the simplistic tutorial - Sun's tutorial - and managed create a MBean and a Server (Main cla