[JBoss-user] [Beginners Corner] - Re: JBoss API documentation (JavaDoc)

2004-12-29 Thread dksingh
For generating javadocs 1) one has to get the jboss source from sourceforge site. http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=254646 for example I got jboss-4.0.0-src.tar.gz 2) unzip and untar it 3) ./build.sh docs On windows you may use winzip to

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread dksingh
One thing more, I need to include -ds.xml file inside the ear file, any suggestions ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858935#3858935 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858935 --

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread dksingh
I solved this problem by wrapping the rar file inside a sar file and including the storageservice.jar file inside sar/lib directory. The ear works but this is a work around. What I need is to deploy rar as it is without creating a sar file. Any ideas, please let me know . Thanks View the

[JBoss-user] [JCA/JBoss] - Can anybody help me out with this ?????

2004-12-09 Thread dksingh
Hi, I'm using jboss4 and trying to deploy rar inside an ear. Resource adapter works fine if I deploy an rar in my /server/default/deploy directory with an notxfs-ds.xml (which is also placed in /server/default/deploy directory). The directory

[JBoss-user] [JCA/JBoss] - Help needed Urgent .......

2004-12-08 Thread dksingh
Hi, I'm using jboss4 and trying to deploy rar inside an ear. Resource adapter works fine if I deploy an rar in my /server/default/deploy directory with an notxfs-ds.xml (which is also placed in /server/default/deploy directory). The directory stu