[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread gulaplaarajasekhar
Assuming that you are using only one container or one webserver I think you 
have set the classpath correctly.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3893362#3893362

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893362


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread raja05
phon wrote : 
  | this is the source code of the classes
  | 
  | import javax.ejb.Stateless;
  | 
  | 

javax.ejb.Stateless should be javax.ejb.SessionBean. What is 
javax.ejb.Stateless?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3893365#3893365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893365


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread phon
i found the solution to the problem a while ago
the directory structure of the jar wasn't consistent with the package 
declaration, so Jboss couldn't find the class


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3893386#3893386

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893386


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user