Hello guys
I have a problem as mentioned in the subject .. i have written a stateless session bean using VAJ 3.5.3
The code works perfectly fine as i tested it in the WebSphere
test environment. I tested by writing a
servlet accessing the enterprise bean and the results were as required.
I exported the Client jar for deployment onto WAS 4.0
I did the following steps
1> I first created an
EJB module and specified all that is required.. i mean the JNDI name, the home interface and stuff.
2> I then created a web module for my servlets which will be accessing me enterprise beans present in the EJB Module.
3>i created an enterprise application and bundled the EJB module and web module created in the first two steps.
ALL OF THE ABOVE WAS DONE USING AAT
i hope till here its clear..
*******************************************
before i proceed let me tell you that while using VAJ i specified the package name as
com.wiley.compBooks.roman.session.helloworld
**********************************************
When i use the wizard ( in WAS 4.0 ) Install Enterprise Application.. and when i come to the last step i.e. to generate deployed code. i get the following error
-------------------------------------------------
Failed to deploy file.
ejbModule/com/wiley/compBooks/roman/session/helloworld/EJSStatelessHelloWorldHomeBean.java(-1): This compilation unit indirectly references the missing type com.wiley.compBooks.roman.session.helloworld.HelloWorld (typically some required class file is referencing a type outside the classpath)
--------------------------------------------------
Can anyone plese reply soon and help me with this problem.
bye and thanks in advance
Dharmesh Chheda