Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~994 People Reached
Favorite Forums
Favorite Tags
java x 10
Member Avatar for ronpar123

I am using JBoss as my app server. My application using almost 100 jars (libraraies).So How can I specify class path for all the libraries jar's because its not possible to define individually in JBoss_CLASSPATH .Can I define xml for the classpath but I don't know how JBoss detect or …

Member Avatar for stultuske
0
435
Member Avatar for ronpar123

Hi I am using websphere app server. But I want to use hot deployment feature in my application so that I don't require to restart my server when I make changes in my code. Is anyone knows if I will use RAD tool is it possible to support hot deployment …

Member Avatar for jwenting
0
94
Member Avatar for ronpar123

I want to make new deployment descriptor for JBoss app server as I am migrating my application from websphere to JBoss IN websphere we have ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi code for both of them are [B]ibm-ejb-jar-bnd.xmi[/B] <?xml version="1.0" encoding="UTF-8"?> <ejbbnd:EJBJarBinding xmi:version="2.0" xmlns:xmi="[URL]http://www.omg.org/XMI[/URL]" xmlns:ejbbnd="ejbbnd.xmi" xmlns:ejb="ejb.xmi" xmi:id="EJBJarBinding_1101636685106"> <ejbJar href="META-INF/ejb-jar.xml#ejb-jar_ID"/> <ejbBindings xmi:id="EnterpriseBeanBinding_1101636685106" jndiName="com.sa.Account"> <enterpriseBean …

Member Avatar for jwenting
0
239
Member Avatar for ronpar123

Hi, i am trying to persist the session of my application. i have several complex objects, some of which may not be implementing serializable. i have started with retrieving the session and for each attribute in the session i generate an xml. the problem occurs when i try to convert …

0
49
Member Avatar for ronpar123

How do I authenticate uid/pwd against a jbOSS realm. Like in websphere I am using [B]com.ibm.ws.security.common.auth.module.proxy.WSLoginModuleProxy [/B] can anyone tell me corresponding code for this in [B][U]Jboss[/U].[/B] [B]Thanks[/B]

Member Avatar for jwenting
0
111
Member Avatar for ronpar123

Thanks for all your replies but I have a one more big issue. Actually I am migrating my application from websphere to JBoss. In my application there are 3 deployment descriptors files in each ejb jar. ibm-ejb-jar-bnd.xmi ibm-ejb-jar-ext.xmi code for ibm-ejb-jar-bnd.xmi <?xml version="1.0" encoding="UTF-8"?> <ejbbnd:EJBJarBinding xmi:version="2.0" xmlns:xmi="[URL]http://www.omg.org/XMI[/URL]" xmlns:ejbbnd="ejbbnd.xmi" xmlns:ejb="ejb.xmi" xmi:id="EJBJarBinding_1101636685106"> …

0
66