[jboss-user] [EJB/JBoss] - EJB 3.0 MIgration performance

2008-05-12 Thread prakash.dumbre
We are migrating our application from ejb2.0 to ejb3.0 using annotations. we migrated most of the stateless session bean in ejn3.0 simply removing the life-cycle mehod which was in EJB2.0 and added following 3 line in each stateless session bean. @Stateless @TransactionManagement(value=Transact

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem while start up in JBOSS server 4.0.5 GA--please

2007-10-10 Thread prakash.dumbre
hi genman Following is the stack trace from jb.10102007.log file Stack Trace 16:31:49,968 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep loy/management/console-mgr.sar/web-console.war/ 16:31:53,484 INFO [MailService] Mail Service bound to java:/Mail 16:31:54,390 INFO [RA

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem while start up in JBOSS server 4.0.5 GA--please igno

2007-10-10 Thread prakash.dumbre
hi all plese ignore the previous post. here is my problem I have JOBSS server 4.0.5 GA installed on the our server having the operating system as windows server 2003. Server gets startup correctly and works fine at the first time but when i shutdown the server and again tried to start it, it

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem while start up in JBOSS server 4.0.5 GA

2007-10-10 Thread prakash.dumbre
"prakash.dumbre" wrote : hi all | | I have JOBSS server 4.0.5 GA installed on the our server having the operating system as windows server 2003. Server gets startup correctly and works fine at the first time but when i shutdown the server and again tried to start it, it hangs up.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem while shutdowning the JBOSS server 4.0.5 GA

2007-10-10 Thread prakash.dumbre
hi all I have JOBSS server 4.0.5 GA installed on the our server having the operating system as windows server 2003. Whenever i try to shutdown the jboss server with the ctrl+d, server doesn't shutdown easily.I need to press the ctrl+d so many times sometimes server shutdowns but sometimes serv

[jboss-user] [Testimonials] - JBOss Mogration : Incompatible object argument for function

2007-07-30 Thread prakash.dumbre
I am migrating my application from weblogic 7.2 to Jboss 4..0.5. we have written startup class which initializes caching at serverstartup. We have written one servlet to initialize startup class and that servlet will be loaded at server startup. In the startup class we have startup method

[jboss-user] [JNDI/Naming/Network] - problem with Entity Bean lookup through other ejb

2007-07-05 Thread prakash.dumbre
Jboss Migration: I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have successfully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup for Local Entity Bean Actually I have lookup entity bean through another ejb

[jboss-user] [JNDI/Naming/Network] - problem with JNDI Lookup for Entity beans

2007-04-16 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup 16:20:44,347 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'BusinessSKUEntity' to jndi

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-31 Thread prakash.dumbre
Please anybody help me for the above problem? I am stuck here and could not go ahead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033441#4033441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033441 _

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-28 Thread prakash.dumbre
Thanks for Replay. 16:20:44,347 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'BusinessSKUEntity' to jndi 'local/[EMAIL PROTECTED]' In this case application server takes 'local/[EMAIL PROTECTED]' as JNDI name. How it takes that name? and each time '@23128226' value has been chenged. I am

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-23 Thread prakash.dumbre
Hi Now i am facing prblem with Entity beans. When server is starting that the entity bean takes following jndi name 16:20:44,347 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'BusinessSKUEntity' to jndi 'local/[EMAIL PROTECTED]' How it takes that name? and each time '@23128226' value cheng

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-23 Thread prakash.dumbre
I have resolved ClassCastException problem. It is alll about classloader and webloader problem. I have to removed classes folder from WEB-INF folder from war file Thanks Prakash View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030961#4030961 Reply to the

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-22 Thread prakash.dumbre
Thanks for replay When i deployed our ear file, the server takes following jndi name . 15:18:22,793 INFO [ProxyFactory] Bound EJB Home SecurityService' to jndi 'SecurityService' but i have write the following jndi name in jboss.xml then how it takes "SecurityService" as jndi name

[jboss-user] [JNDI/Naming/Network] - Migration from Weblogic to JBoss 4.0.5

2007-03-21 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup while accessing login page. "Failed to lookup EJB home interface javax.naming.NameNotFoundExc

[jboss-user] [Testimonials] - Migration from Weblogic to JBoss 4.0.5

2007-03-20 Thread prakash.dumbre
I am migrating our application from Weblogic 7.0 to JBoss 4.0.5. I have succesefully Deployed our ear file after changing all xml files on JBoss. But now i am facing problem regarding to ejb JNDI lookup while accessing login page. "Failed to lookup EJB home interface javax.naming.NameNotFoundExc