[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
| 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true | 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL | 2008-04-28 1

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true 2008-04-28 19:18:44,507 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL 2008-04-28 19:18:44,507

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass 2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass 2008-04-28 18:46:59,565 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.int

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
the jar file was getting copied in JBOSS_HOME/deploy folder..i was just chking for that all along. However no messages on the server being displayed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147220#4147220 Reply to the post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
well i wasnt chking the server.log till now. on chking found that it logs nothing when i try to deploy my bean using ant. seems like an issue with build.xml i am using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147219#4147219 Reply to the post : http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
Hi again, My class is not being listed in the Global JNDI Namespace mentioned in the link from the tutorial. Is this an issue with application deployment? thanks again.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147203#4147203 Reply to the post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
thanks a lot jaikirani will try out the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147181#4147181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147181 ___ jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
any help on this please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147142#4147142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147142 ___ jboss-user mailing list jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-28 Thread Shiveeta
it seems to be some configuration issue ...in one of the xml files..but not able to figure out..any help on that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147123#4147123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-27 Thread Shiveeta
thanks a lot for this clue. That exception got resolved after setting jbossall-client.jar n ant's build.xml. Now facing another error :- [java] javax.naming.NameNotFoundException: interest not bound any help again?? Thanks in advance.. View the original post : http://www.jboss.com/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-27 Thread Shiveeta
the exception is being thrown by :- Object ref = jndiContext.lookup("interest/Interest"); in the client code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147105#4147105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
ok will chk that out. However whil running the ant command i got a message indicating that the classpath is being picked :- . | D:\shivi_wrk_ejb\documentation-example\examples\build>ant intro-interest-client | Buildfile: build.xml | | validate: | | fail_if_not_valid: | | i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
the classpath i am setting in My computer-> Properties -> Environment variables. the build.xml used is :- | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
yes i am sure that its getting resolved correctly. i have set JBOSS_HOME also . i had tried with absolute paths as well. But it wasnt wrking then either. jndiContext = new InitialContext(); line is throwing exception. any help from that?? View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
My classpath is :- .;%JBOSS_HOME%\client\jbossall-client.jar;%JBOSS_HOME%\lib;C:\Sun\AppServer\lib\j2ee.jar; I use ant tool to create the jar, then deploy it in jboss , and then to run the client. . ant refers to a build.xml used for same. View the original post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-24 Thread Shiveeta
jndiContext = new InitialContext(); is the line in the client code , thats throwing this exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146713#4146713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146713 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - running EJB pplication in jboss giving NoClassDefFoundError

2008-04-24 Thread Shiveeta
Hi, I am a new user of jboss. I tried deploying a sample EJB apllication by following the tutorial at :- http://www.huihoo.org/jboss/online_manual/2.4/ch01s15.html . I was able to deploy the application in jboss <4.2.2GA> . but on calling EJB via a simple client, I face the following exception