[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=22866package_id=16942release_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 extract the zip and execute
build docs



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

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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3858933#3858933

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3858935#3858935

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 stucture 

storageservice.ear
-/meta-inf/application.xml
-/meta-inf/jboss-app.xml
-/storageservice.rar
--/storageservice.jar (is packaged in storageservice.rar and has all 
the resource adapter files)
--/meta-inf/ra.xml




notxfs-ds.xml 

connection-factories
no-tx-connection-factory
jndi-namenetapp_conn_factory/jndi-name
rar-namestorageservice.rar/rar-name

connection-definitioncom.ameriquest.eir.storage.device.netapp.NetAppConnectionFactory/connection-definition
/no-tx-connection-factory



jboss-app.xml

jboss-app
  
storageservice.rar
  
/jboss-app
/connection-factories




application.xml

application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://java.sun.com /xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
display-namestorageservice.rar/display-name




ra.xml

?xml version=1.0 encoding=UTF-8?
connector xmlns=http://java.sun.com/xml/ns/j2ee;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd;
version=1.5
File xml resource adapter
display-namestorageservice.rar/display-name
vendor-nameJBoss, Inc/vendor-name
eis-typeJBoss Example/eis-type
resourceadapter-version4.0/resourceadapter-version


  COPYRIGHT AND PERMISSION NOTICE
  Copyright (c) 2004 JBoss, Inc
  This is released under the terms of the LGPL.
  See gnu.org for details.

license-requiredtrue/license-required



resourceadapter-classcom.ameriquest.eir.storage.device.netapp.ra.NetAppResourceAdapter/resourceadapter-class
config-property
config-property-nameFileSystemRootDir/config-property-name
config-property-typejava.lang.String/config-property-type
config-property-valueC:\test1/config-property-value
/config-property
outbound-resourceadapter
connection-definition

managedconnectionfactory-classcom.ameriquest.eir.storage.device.netapp.ra.NetAppMangedConnectionFactory/managedconnectionfactory-class

connectionfactory-interfacecom.ameriquest.eir.storage.device.netapp.NetAppConnectionFactory/connectionfactory-interface

connectionfactory-impl-classcom.ameriquest.eir.storage.device.netapp.ra.NetAppConnectionFactoryImpl/connectionfactory-impl-class

connection-interfacecom.ameriquest.eir.storage.device.netapp.NetAppConnection/connection-interface

connection-impl-classcom.ameriquest.eir.storage.device.netapp.ra.NetAppConnectionImpl/connection-impl-class
/connection-definition
transaction-supportNoTransaction/transaction-support
authentication-mechanism

authentication-mechanism-typeBasicPassword/authentication-mechanism-type

credential-interfacejavax.resource.spi.security.PasswordCredential/credential-interface
/authentication-mechanism
reauthentication-supporttrue/reauthentication-support
/outbound-resourceadapter





This is the error I get


20:40:21,447 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss.jca:service=NoTxCM,name=netapp_conn_factory
 state: CONFIGURED
 I Depend On:  jboss.jca:service=ManagedConnectionPool,name=netapp_conn_factory
 jboss.jca:service=CachedConnectionManager

 Depends On Me:  jboss.jca:service=ConnectionFactoryBinding,name=netapp_conn_fac
tory

ObjectName: jboss.jca:service=ManagedConnectionPool,name=netapp_conn_factory
 state: CONFIGURED
 I Depend On:  jboss.jca:service=ManagedConnectionFactory,name=netapp_conn_facto
ry

 Depends On Me:  jboss.jca:service=NoTxCM,name=netapp_conn_factory

ObjectName: jboss.jca:service=ManagedConnectionFactory,name=netapp_conn_factory
 state: CONFIGURED
 I Depend On:  jboss.jca:service=RARDeployment,name='storageservice.rar'

 Depends On Me:  jboss.jca:service=ManagedConnectionPool,name=netapp_conn_factor
y

ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=netapp_conn_factory
 state: CONFIGURED
 I Depend On:  jboss.jca:service=NoTxCM,name=netapp_conn_factory

 Depends On Me:

MBEANS THAT ARE THE ROOT