[jboss-user] [JBoss Messaging Users] - Re: NoClassDefFound Exception connecting to JBM 1.4.0

2009-10-13 Thread wkzk
Hi. I got the same exception, and I understand what is going on. Let me make sure that I have no choice with older log4j version even now. No work around? Thanks in advance. Shige View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260094#4260094 Reply to the

[jboss-user] [JBoss jBPM] - GPD Source

2008-12-08 Thread wkzk
Hi. I'm trying to build GPD from the sources. Is http://anonsvn.jboss.org/repos/jbpm/legacy/tempranillo/designer/ the current place? Just in case. waki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195205#4195205 Reply to the post :

[jboss-user] [JBoss jBPM] - activation.jar doesn't exist in the project with 3.3.0.GA

2008-11-15 Thread wkzk
Hi. I Just downloaded the new version jBPM installer.jar. and setuped the GPD from jbpm-jpdl-designer-site.zip in the installed directory. When I created a jBPM Project, it says activation.jar is missing in the jBPM library . Isn't activation.jar included as default? waki View the original post

[jboss-user] [JBoss Seam] - Basic question about redirecting with exception

2007-08-15 Thread wkzk
Hi. I have a page like this | h:form id=someForm | h:commandButton id=action value=Action | action=#{someAction.action}/ | /h:form the name of the xhtml is Test.xhtml and this is in a pages.xml | exception | redirect

[jboss-user] [JBoss Seam] - Re: Exception Handling Error - redirect URL is wrong

2007-08-15 Thread wkzk
Hi. I m having a same problem. This problem is already solved? If it is, could you share it with me? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074643#4074643 Reply to the post :

[jboss-user] [JBoss Seam] - DocumentException, Invalid byte 3 of 3-byte UTF-8 sequence

2007-08-05 Thread wkzk
Hi. I 'm using seam 2.0b. When I put CJK character message in the in the pages.xml like this. | ?xml version=1.0 encoding=UTF-8? | pages xmlns=http://jboss.com/products/seam/pages; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Seam] - method expressions with parameter in the nested h:dataTable

2007-08-04 Thread wkzk
Hi. I have a problem that a method expressions with parameter in the nested h:dataTable doesn't work. this is the situation Parent class has a List named children. and xhtml is like this; | h:dataTable id=parent var=parent value=#{parents} | h:column |

[jboss-user] [JBoss Seam] - Re: method expressions with parameter in the nested h:dataT

2007-08-04 Thread wkzk
sorry , i forgot to say that I'm using seam v2.0beta. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070848#4070848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070848

[jboss-user] [JBoss Seam] - Re: method expressions with parameter in the nested h:dataT

2007-08-04 Thread wkzk
Thank you for your reply. Although I didn't post it, I did try like this. | @Name(someAction) | public class SomeAction { | | @DataModel(value=parents) | private ListParent parents; | | @DataModelSelection(value=parents) | @Out(required=false,

[jboss-user] [JBoss Seam] - Question about ResumeProcess and transition name

2007-07-20 Thread wkzk
Hi. Let me ask you about @ResumeProcess. Why @ResumeProcess dosen't have a transition name like @EndTask? I think it is fine to have it optionally, because i don't have to inject processInstance and send a signal in the ResumeProcess-associated method. I may be missing something. Thanks in

[jboss-user] [JBoss Seam] - org.jboss.seam.servlet.characterEncodingFilter

2007-07-19 Thread wkzk
Hi. I 'm just wondering why CharacterEncodingFilter class 's @Name is org.jboss.seam.servlet.characterEncodingFilter. other Filter's @Name specifies org.jboss.seam.web package. Does web:character-encoding-filter works fine? View the original post :

[jboss-user] [JBoss Seam] - Re: taskinstance attribute is invalid in ToDo example

2007-07-17 Thread wkzk
sorry, I missed http://jira.jboss.com/jira/browse/JBSEAM-1559 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064885#4064885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064885

[jboss-user] [JBoss Seam] - taskinstance attribute is invalid in ToDo example

2007-07-16 Thread wkzk
Hi. When i just run ToDo example (seam version 2.0beta) and click Done button. I got the exception, Attribute taskinstance invalid for tag button according to TLD Am i missing something? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064818#4064818 Reply to

[jboss-user] [JBoss Seam] - Re: generate-entities in Seam 2.0 doesent work ...

2007-07-13 Thread wkzk
Hi Did you solve this problem by yourself? I'm having the same situation. It looks like No-check with Reverse Engineer from JDBC Connection in Hibernate Tool. btw,I'm using HSQLDB. Thanks Shige View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063874#4063874

[jboss-user] [JBoss Seam] - How should i do to find entity using some criteria and proce

2007-06-19 Thread wkzk
Hi I 'm just wondering how to find entities using some criteria and process state at once. Here is my situation: I have an Order class which has a field - entry-date.(of cource Id, too). The Order class does not have a state because jBPM manage states. (DRY principle, or should it have?) And