[Rife-users] Validated do not validate UNIQUE?

2006-03-21 Thread hui
).validate()) { .. = it seems the "unique(true)" is not validated. hui. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] strange problem with pathinfo when using mod_jk

2006-03-20 Thread hui
about 2 nights, and not finished yet. just my little practice for learning RIFE. On 3/17/06, Eddy Young <[EMAIL PROTECTED]> wrote: > hui, how long did it take you to write this? > > Eddy > -- > http://coding.mu > http://priscimon.com/blog > ___

Re: [Rife-users] strange problem with pathinfo when using mod_jk

2006-03-17 Thread hui
yeah, check this: http://www.nxnx.net/mix/rife On 3/17/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Well it least it works, that's the important part ;-) ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

Re: [Rife-users] strange problem with pathinfo when using mod_jk

2006-03-17 Thread hui
I donot know, it is working now, and i donot konw why, what a day! http://www.nxnx.net/mix/%E4%BD%A0%E5%A5%BD On 3/17/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > That's not pathinfo, that's a query parameter. ___ Rife-users mailing list Rife-users@uwyn

Re: [Rife-users] strange problem with pathinfo when using mod_jk

2006-03-17 Thread hui
ing("UTF-8"); response.getWriter().write(request.getQueryString()); response.getWriter().write(request.getParameter("name")); } } == i am going to eat something so tired today.. On 3/17/06, Geert Bevin <[EMAIL PROTECTED]&

[Rife-users] strange problem with pathinfo when using mod_jk

2006-03-17 Thread hui
I thought it was apache or mod_jk config problem at first, and googled for a whole day, but not working, then I tried: http://65.99.194.156/nxnx/W.jsp?%E4%BD%A0%E5%A5%BD http://65.99.194.156:8080/nxnx/W.jsp?%E4%BD%A0%E5%A5%BD the query is not m

[Rife-users] How to manage a database bean using GenericQueryManager but without a "id"?

2006-03-10 Thread hui
uot;, is it possible? = addConstraint(new ConstrainedProperty("username") .maxLength(20) .minLength(3) .identifier(true) ); = in PersonMetaData is not working, seems identif

Re: [Rife-users] JavaPosse topics

2006-03-06 Thread hui
why? On 3/7/06, Geert Bevin <[EMAIL PROTECTED]> wrote: > Well answer that for me then! > > I possible can't say why I "switched" to RIFE. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] how much memory is enough for a application on RIFE?

2006-03-02 Thread hui
with 128m ram, how many users, how heavy traffic can it afford in general situation? thank you for any tip :) hui. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] Re: how to use DWR?

2006-03-01 Thread hui
just removed xercesImpl.jar from classpath and solved the problem. On 3/2/06, hui <[EMAIL PROTECTED]> wrote: > I tried: > > > > put the dwr jar in classpath, > but got error: > > 2006-3-2 10:39:54 com.uwyn.rife.rep.participants.ParticipantSite initialize > 严重: ja

[Rife-users] how to use DWR?

2006-03-01 Thread hui
I tried: put the dwr jar in classpath, but got error: 2006-3-2 10:39:54 com.uwyn.rife.rep.participants.ParticipantSite initialize 严重: java.lang.IllegalAccessError: tried to access class org.apache.xerces.parsers.ObjectFactory from class org.apache.xerces.parsers.DOMParser at org.apache.

[Rife-users] [solved]Re: how to use "automatic meta data merging" to create a table?

2006-02-28 Thread hui
i am stupid, having both 1.3.1 and 1.4 in classpath T_T sorry. ___ Rife-users mailing list Rife-users@uwyn.com http://lists.uwyn.com/mailman/listinfo/rife-users

[Rife-users] how to use "automatic meta data merging" to create a table?

2006-02-28 Thread hui
("name").maxLength(40)); } } How to create the table then? I tried: GenericQueryManager manager = GenericQueryManagerFactory.getInstance(ds, Person.class); manager.install(); but the column "name" is still "longtext" not &qu