[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Thanks for you input what do you mean by JBoss5 supports it? It means A) Should I run this client in JBoss5 container? B) or I can run this client against Webservice published in JBoss5 container? If it is A how do i run it? with which command? Rgds View the original post : http://www.jbos

[jboss-user] [JBossWS] - The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Dear All I publish my webserivce wsdl on my localhost successfully Then i wrote a testclient(following JAVAEE tutorial) but i could not get HelloServiceBeanService instance via @WebServiceRef I always get nullpoint exception when i try to use service. Anyone can give me some hints on it? Thank

[jboss-user] [JBossWS] - Cannot find ServiceFactory implementation

2006-11-19 Thread stewchicken
Dear All I publish WebSerivce (vid EJB EntryPoint) sucessfully But When I use a remote client to call it , I always get below exception javax.xml.rpc.ServiceException: Cannot find ServiceFactory implementation 1) Below is a snippet of my remote client code. Could any of you give me some hints ?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - After redeploy ear which contains Hibernate parts. Why I als

2006-11-15 Thread stewchicken
Dear All, After I redeploy ear which includes Hibernate layer, why I always get classcastingexception for Hibernate class? If I restart Jboss then this problem is gone... Is there any workaround? because every start of JBoss will take me 6 mins.. Thanks and Rgds View the original post : http:

[jboss-user] [EJB 3.0] - CMT in Stateless SessionBean (EJB3.0)

2006-09-25 Thread stewchicken
Dear all, I encounter a roll back problem for my transactions in my stateless session ( implemented under EJB3.0 standard ). According to below quoted sentence from JAVAEE5.0 Tutorial. If I didnot explicitly mark transaction for my stateless session's methods then all those methods are automati