[JBoss-user] [JBossWS] - Re: rpc/encoded style on JBOSS4.0.4GA

2006-05-22 Thread takahashi
Thomas, Thank you for your reply. OK, I will change rpc/encoded to rpc/literal... MIE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945536#3945536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945536 ---

[JBoss-user] [JBossWS] - rpc/encoded style on JBOSS4.0.4GA

2006-05-19 Thread takahashi
Hi, I tried JBoss4.0.4GA which includes jboss-1.0.0.GA. I have a couple of question... anonymous wrote : | 1: Creating Web service on JBoss4.0.4GA (jboss-1.0.0.GA Web Service), rpc/encoded style WSDL cannot be used? | --> | if no, any solutions to support rpc/encoded style WSDL?

[JBoss-user] [JBossWS] - Re: ArrayList - java.lang.ArrayIndexOutOfBoundsException

2006-01-31 Thread takahashi
Hi Thomas, Thank you for your reply. I tried the same web-service on AXIS, it woked OK. I thought it worked fine with the bean class which has setters( parameter:array) and getters(return type: array) even if its property is ArrayList(collection type). I understand it won't work if I use setter

[JBoss-user] [JBossWS] - ArrayList - java.lang.ArrayIndexOutOfBoundsException

2006-01-11 Thread takahashi
Hi again... I posted error about String[][] a couple of weeks ago, and thank you for processing about this issue. This time I am trying to send/receive the ueser defined class with ArrayList variable, and getting the following error: anonymous wrote : | 12:03:21,093 ERROR [BeanPropertyTarge

[JBoss-user] [JBossWS] - Re: String[][] deserialization error

2006-01-04 Thread takahashi
Hi Thomas, Thank you for your advise. I read the WSArrayTypeMapping WIKI site as you suggested. However, I am still getting the same error... The example is showing how to return the array of user defined class without array variables. I want to get and return user defined class with 2 dimensio

[JBoss-user] [JBossWS] - String[][] deserialization error

2005-12-26 Thread takahashi
Hi I am new to JBoss. I tried WSRPCServiceStepByStep and it worked ok. I added String[][] element to the Person class with the appropriate setters and getters and got the following exception ... 14:51:58,156 ERROR [RPCInvocation] org.xml.sax.SAXException: SimpleDeserializer encountered a child

Re: [JBoss-user] ejbStore() is not called

2003-09-28 Thread Yasuhiro Takahashi
n invoke, key= > > It might be easier if you create a simple example that > reproduces the problem and send it to me. > > Regards, > Adrian > > On Fri, 2003-09-26 at 09:25, Yasuhiro Takahashi wrote: > > Hi Adrian, > > > > Here is current environme

Re: [JBoss-user] ejbStore() is not called

2003-09-26 Thread Yasuhiro Takahashi
38063=jboss.j2ee:jndiName=jp.or.jacic.ebidcore.business.entity.anken.AnkenEntity,service=EJB TRACE [org.jboss.ejb.plugins.LogInterceptor] Start method=getAnkenkanriEnt TRACE [org.jboss.ejb.plugins.TxInterceptorCMT] Current transaction in MI is TransactionImpl:XidImpl [FormatId=257, GlobalId=y-tak

Re: [JBoss-user] ejbStore() is not called

2003-09-24 Thread Yasuhiro Takahashi
I wrote wrong. (Wrong) > Here is the problem. > In stem 3(or after step3), ejbStore() of E1 is never called. (Correct) Here is the problem. In step *4* (or after step *4*), ejbStore() of E1 is never called. Thanks, Taka --- This sf.net em

[JBoss-user] ejbStore() is not called

2003-09-24 Thread Yasuhiro Takahashi
Hello, I am converting a system from Weblogic 6.1(sp3) to JBoss 3.2.1. I got a strange phenomenon about BMP Entity Bean. The process is like followings; 1. Create a entity bean by calling home.create(); 2. Set Object to by calling E1.setXXX(O1); 3. Get entity bean by calling home.findByPrima