Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-12-04 Thread fadhli
ound: > > org.hibernate.dialect.Oracle9iDialect > > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread fadhli
ry.java:81) at > org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:42) I > don't know why, Thanks a lot > > > > View this message in context: Dialect class not found: &

[appfuse-user] XFire client over SSL

2007-10-22 Thread fadhli
ent). Have you guys done this before? Your help is really appreciated. -- /fadhli

Re: [appfuse-user] Implementing a second web-service

2007-10-09 Thread fadhli
> > -- > > http://raibledesigns.com > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Implementing-a-second-web-service-tf4596578s2369.html#a13124208 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] Mini Tutorial: Compass and AppFuse 2.0

2007-09-11 Thread fadhli
undleViewResolver"> > views > 0 > > > 11. Create a views.properties file in src/main/resources with the > following > contents > > searchView.class=org.springframework.web.servlet.view.JstlView > searchView.url=/WEB-INF/pages/search.jsp > > > searchResultsView.class=org.springframework.web.servlet.view.JstlView > searchResultsView.url=/WEB-INF/pages/search.jsp > > reindexView.class=org.springframework.web.servlet.view.JstlView > reindexView.url=/WEB-INF/pages/reindex.jsp > > > reindexResultsView.class=org.springframework.web.servlet.view.JstlView > reindexResultsView.url=/WEB-INF/pages/reindex.jsp > -- > View this message in context: > http://www.nabble.com/Mini-Tutorial%3A-Compass-and-AppFuse-2.0-tf4420567s2369.html#a12608860 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-07 Thread fadhli
> > mvn install:install-file -DgroupId=net.sf.ehcache > > > -DartifactId=ehcache \ > > > -Dversion=${ehcache.version} -Dpackaging=jar > > > -Dfile=/path/to/file > > > Alternatively, if you host your own repository you can deploy the file > &

[appfuse-user] Error while doing mvn install on Appfuse modular RC1.

2007-09-05 Thread fadhli
[INFO] [cargo:start {execution: start-container}] [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Error while expanding c:\DOCUME~1\fadhli\LOCALS~1\Temp\cargo

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-04 Thread fadhli
You are the man Matt. Thanks. Am going to play around with this RC 1. On 9/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Yes. > > On 9/4/07, fadhli <[EMAIL PROTECTED]> wrote: > > Does mvn appfuse:full-source works on modular projects on Appfuse2.0RC1? > >

[appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-04 Thread fadhli
Does mvn appfuse:full-source works on modular projects on Appfuse2.0 RC1? -- /fadhli

Re: [appfuse-user] Appfuse 2.0 M5, DWR problem

2007-09-02 Thread fadhli
gt; ThreadPool.java:684) > at java.lang.Thread.run(Thread.java:595) > [pol] WARN [http-8080-Processor25] BaseCallMarshaller.warn(59) | > --Erroring: > batchId[0] message[java.lang.IllegalArgumentException: object is not an > instance of declaring class] > >I don't know where exactly is the issue, but I think it would be > related > to aspectj proxying. > > Any help? > > thanks in advance. > -- > View this message in context: > http://www.nabble.com/Appfuse-2.0-M5%2C-DWR-problem-tf4359652s2369.html#a12424905 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

[appfuse-user] Error during integration-test using Oracle Database

2007-08-28 Thread fadhli
ase.runBare( ConditionalTestCase.java:69) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) -- /fadhli

Re: [appfuse-user] Ajax FileUpload DWR Error in Tomcat 5.5

2007-08-27 Thread fadhli
ble. > > Matt > > On 8/27/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hello Matt, I manage to create an ajax file upload using dwr and > > commons-upload base on your tutorial posted at the appfuse1.x wiki. It's > > working fine in jetty but it's not wor

[appfuse-user] Ajax FileUpload DWR Error in Tomcat 5.5

2007-08-27 Thread fadhli
patcher.java:469) at org.apache.catalina.core.ApplicationDispatcher.doForward( ApplicationDispatcher.java:364) at org.apache.catalina.core.ApplicationDispatcher.forward( ApplicationDispatcher.jav -- /fadhli

[appfuse-user] Spring MVC : Multiple Form in One View?

2007-08-22 Thread fadhli
Hello, I would like to ask whether is it possible to put multiple form in one view in spring mvc? This is because I want to put upload file and edit profile together in one page. Your views and opinions are highly appreciated. Regards -- /fadhli

Re: [appfuse-user] Upgrading to hibernate annotation to version 3.3.0.ga

2007-08-22 Thread fadhli
Matt, everyone, Do we need to use hibernate-entity-manager along side with hibernate annotations? On 8/23/07, fadhli <[EMAIL PROTECTED]> wrote: > > Sorry for replying so late Matt.I had a problem with composite id using > annotations and I read from the hibernate forum to upgrad

Re: [appfuse-user] Upgrading to hibernate annotation to version 3.3.0.ga

2007-08-22 Thread fadhli
3.2.1.ga > > 3.2.1.ga > > > Why did you see the need to upgrade to 3.3.0.ga for hibernate-annotations? > > Matt > > On 8/22/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hello guys, > > > > I've stumbled upon some trouble wh

[appfuse-user] Upgrading to hibernate annotation to version 3.3.0.ga

2007-08-22 Thread fadhli
nate annotation zip file, go to the lib folder and you'll find a jar file named hibernate-common-annotations.jar. Install this file in your maven repository and include the dependency in your pom.xml file. Then, everything will work normally. -- /fadhli

Re: [appfuse-user] Jdbc.properties configuration

2007-08-22 Thread fadhli
Thanks michael. On 8/22/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > > > On 8/22/07, fadhli <[EMAIL PROTECTED]> wrote: > > > > Hello, just a simple question > > > > In the jdbc.properties file, where does it pick the values? Is it from > &g

[appfuse-user] Jdbc.properties configuration

2007-08-22 Thread fadhli
Hello, just a simple question In the jdbc.properties file, where does it pick the values? Is it from the pom.xml file? -- /fadhli

Re: [appfuse-user] XFire Question in Appfuse 2

2007-08-20 Thread fadhli
rator; /** * @author Fadhli * */ @Entity @Table(name="MITI_MAIN") public class MitiMain extends MitiBaseObject { private static final long serialVersionUID = 6274442145165414974L; private String appId; private String referenceNo; private String endorsementNo; private

[appfuse-user] XFire Question in Appfuse 2

2007-08-20 Thread fadhli
t(Format.java:219) at org.codehaus.xfire.aegis.type.basic.DateTimeType.readObject( DateTimeType.java:39) at org.codehaus.xfire.aegis.type.basic.BeanType.readObject(BeanType.java :159) at org.codehaus.xfire.aegis.type.basic.BeanType.readObject(BeanType.java :159) -- /fadhli

Re: [appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-13 Thread fadhli
Thanks for the link Matt. On 8/14/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > This may help: > > > http://www.jroller.com/sqyuan/entry/using_acegi_for_authentication_authorization > > Matt > > On 8/13/07, fadhli <[EMAIL PROTECTED]> wrote: > > But th

Re: [appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-13 Thread fadhli
--- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > http://raibledesigns.com > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-13 Thread fadhli
Hi Matt, A newbie question on webservices. How exactly do we access the UserService? On 8/14/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hello, > > Thanks Matt, I just found out about this, I didn't notice the UserService > class before. I'll try it out. > &

Re: [appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-13 Thread fadhli
f the > Services tutorial. If you'd like to enter an issue for this, I'll make > sure it happens before RC1. If you want RC1 to happen faster, feel > free to create the page yourself and I'll be happy to review it. > > Matt > > On 8/12/07, fadhli <[EMAIL PROTE

[appfuse-user] Steps to expose ServiceLayer as WebServices

2007-08-12 Thread fadhli
Hello everyone, I noticed that there's an interface that is expose as a web service. How do I do that to other services? What are the steps involved? -- /fadhli

Re: [appfuse-user] Multiple Parameters in DisplayTag Column URL

2007-08-02 Thread fadhli
ue&id=4>which > I understand. I tried all sorts of quote variations around with no luck. > > > > Can this be done or are there any other workarounds or suggestions. I need > to push the ipUid onto the value stack for editContatctByIp action method > without a submit from the list form. > > > > Thanks > > Travers > -- /fadhli

Re: [appfuse-user] Ajaxanywhere and GzipFilter issue

2007-07-31 Thread fadhli
; > This is a known issue with M5. If you manually add a dependency on > ehcache to your pom.xml and set the version to 1.3.0 - it should fix > this problem. You can also comment out the filter in your web.xml like > you've done. > > Matt > > On 7/31/07, fadhli <[EMAI

Re: [appfuse-user] Error: Appfuse:gen and embedded Address object

2007-07-31 Thread fadhli
ed-Address-object-tf4197876s2369.html#a11939211 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
Matt, ignore the previous post. It turns out if you have a full-source project, whenever you upgrade your jar files, make sure to delete the old jar file in your src/main/webapp/WEB-INF/lib. Thanks for you time. Regards On 8/1/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hi Matt, I&

Re: [appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
m.xml. On 7/31/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > You should just need to upgrade your Hibernate dependency by adding an > entry for it into your pom.xml. > > Matt > > On 7/31/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hello, > > > >

[appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
Hello, There are some issues on the hibernate 3.2.1.ga used by spring especially for the composite key mappings. So my question is how do I update spring to use the latest hibernate library? FYI, I've already updated my spring to version 2.0.6 -- /fadhli

[appfuse-user] Ajaxanywhere and GzipFilter issue

2007-07-30 Thread fadhli
s a good thing to do or not. Probably not.. hmm... anyone? -- /fadhli

[appfuse-user] Extension to Firebug

2007-07-26 Thread fadhli
tml> ." http://www.phpied.com/yslow-performance-extension-for-firebug/ https://addons.mozilla.org/en-US/firefox/addon/5369 -- /fadhli

Re: [appfuse-user] DWR engine.js diplayed in browser after user login.

2007-07-25 Thread fadhli
On 7/26/07, Matt Raible <[EMAIL PROTECTED]> wrote: It allows specifying the order of filters w/o having to do it in web.xml. You might also read its JavaDocs: http://www.acegisecurity.org/multiproject/acegi-security/apidocs/org/acegisecurity/util/FilterChainProxy.html Matt On 7/25/07,

Re: [appfuse-user] DWR engine.js diplayed in browser after user login.

2007-07-25 Thread fadhli
Hi Matt, What does the FilterChainProxy do? On 7/26/07, Matt Raible <[EMAIL PROTECTED]> wrote: This is probably because you have Acegi protecting this resource. Matt On 7/25/07, fadhli <[EMAIL PROTECTED]> wrote: > Hi everyone, > > Recently, I implemented DWR in my

[appfuse-user] DWR engine.js diplayed in browser after user login.

2007-07-25 Thread fadhli
lude file="/common/meta.jsp" %> | " /> " /> here's the screenshot of what happened... http://img.photobucket.com/albums/v399/fadhlirahim/dwr-after-login.jpg -- /fadhli

Re: [appfuse-user] org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role

2007-07-24 Thread fadhli
-- If you have a idea... Thanks. Julien. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] how to capture remote user to be use in dwr

2007-07-22 Thread fadhli
isUserInRole and getRemoteUser methods. Matt On 7/23/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hi, I need help from you guys out there. How do I get the remote user login > id to be used in DWR? > > Thanks in advance > --

[appfuse-user] how to capture remote user to be use in dwr

2007-07-22 Thread fadhli
Hi, I need help from you guys out there. How do I get the remote user login id to be used in DWR? Thanks in advance -- /fadhli

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-20 Thread fadhli
; >> that i use are Linux cetOS & Windoes Xp, of course i have >> already >> >> read >> >> >> >> the >> >> >> >> tutorial created by you but i still don't understand please give >> me >> >> >> >> enlightment >> >> >> >> - I use AppFuse 1.9.4 &

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-20 Thread fadhli
and this is the error when i build the Ant: >> >> >> Buildfile: >> >> /root/Desktop/apache-tomcat-6.0.10/webapps/appfuse/build.xml >> >> >> >> >> >> BUILD FAILED >> >> >> /root/Desktop/apache-tomcat-6.0.10 /webapps/appfus

[appfuse-user] Appfuse & DWR design pattern question

2007-07-20 Thread fadhli
eciate the help. -- /fadhli

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-20 Thread fadhli
gt; not found. >> >> >> >> Total time: 1 second >> >> and this the error when i proceed http://localhost:8080/appfuse : >> >> Error 404 >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-20 Thread fadhli
5607s2369.html#a11703772 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAI

Re: [appfuse-user] Error 404 & Build Failed under apache-tomcat-1.6.0

2007-07-20 Thread fadhli
rchive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] One-to-one Example

2007-07-20 Thread fadhli
com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ-->on Yahoo! Travel. -- /fadhli

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread fadhli
ditional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Adding-extra-jar-tf4108467s2369.html#a11683762 Sent from the AppFuse - User mailing list archive at Nabble.com. ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] redeploy jsp, css, ... using jetty

2007-07-17 Thread fadhli
gh. I tried that before but jetty seems to lock it for any writing. -Fadhli On 7/17/07, Julien C. <[EMAIL PROTECTED]> wrote: Hi list, I'm a newbie in java developement and I don't know how to test my application. I have tried like in Qiuickstart guide to run "mvn jetty:run-wa

Re: [appfuse-user] BaseDaoTestCase populate method

2007-07-17 Thread fadhli
-populate-in-test-case-tf3604674s2369.html#a10227835 /Fadhli On 7/17/07, fadhli <[EMAIL PROTECTED]> wrote: No, it's in the same directory as in the test class I created. Upon further debugging the BaseDaoTestCase, I found out that the BeansUtil is not copying the map object into

Re: [appfuse-user] BaseDaoTestCase populate method

2007-07-16 Thread fadhli
On 7/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: Is your properties file in src/test/resources? On 7/16/07, fadhli <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have a problem where the test *.properties file is not being copied to the > test-class target fol

[appfuse-user] BaseDaoTestCase populate method

2007-07-16 Thread fadhli
core package with full-source files. The following is the error stacktrace from my test case.If I manually copy the BrandModelDaoTest.properties file to the test-class target folder, the test pass. Thanks in advance. /Fadhli Test set: com.dntmiti.dao.BrandModelDa

Re: [appfuse-user] Problem with ManyToMany Mapping

2007-07-09 Thread fadhli
he >> > >>> >> Engagementform object >> > >>> >> i am getting error >> > >>> >> >> > >>> >> Failed to convert property value of type [java.lang.String[]] to >> > >>> required >> > >>> >> type [java.util.Set] for property areasImpacted; nested >> exception >> > is >> > >>> >> java.lang.IllegalArgumentException: Cannot convert value of type >> > >>> >> [java.lang.String ] to required type >> > >>> [au.com.suncorp.model.Areasimpacted >> > >>> ] >> > >>> >> for >> > >>> >> property areasImpacted[0]: no matching editors or conversion >> > strategy >> > >>> >> found >> > >>> >> Failed to convert property value of type [java.lang.String[]] to >> > >>> required >> > >>> >> type [java.util.Set] for property systems; nested exception is >> > >>> >> java.lang.IllegalArgumentException: Cannot convert value of type >> > >>> >> [java.lang.String] to required type >> > >>> [au.com.suncorp.model.Webappssystem >> > >>> ] >> > >>> >> for >> > >>> >> property systems[0]: no matching editors or conversion strategy >> > found >> > >>> >> >> > >>> >> >> > >>> >> I tried to change setter for these two properties manually but i >> > am >> > >>> >> getting >> > >>> >> test cases failure. >> > >>> >> can anybody please tell me what should i do >> > >>> >> >> > >>> >> -- >> > >>> >> View this message in context: >> > >>> >> >> > >>> >> > >> http://www.nabble.com/Problem-with-ManyToMany-Mapping-tf4009715s2369.html#a11387191 >> > >>> >> Sent from the AppFuse - User mailing list archive at >> Nabble.com<http://nabble.com/> >> > . >> > >>> >> >> > >>> >> >> > - >> > >>> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> > >>> >> For additional commands, e-mail: [EMAIL PROTECTED] >> > >>> >> >> > >>> >> >> > >>> > >> > >>> > >> > >>> >> > >>> -- >> > >>> View this message in context: >> > >>> >> > >> http://www.nabble.com/Problem-with-ManyToMany-Mapping-tf4009715s2369.html#a11404132 >> > >>> Sent from the AppFuse - User mailing list archive at >> Nabble.com<http://nabble.com/> >> > . >> > >>> >> > >>> >> > - >> > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >> > >>> For additional commands, e-mail: [EMAIL PROTECTED] >> > >>> >> > >>> >> > >> >> > >> >> > > >> > > >> > >> > -- >> > View this message in context: >> http://www.nabble.com/Problem-with-ManyToMany-Mapping-tf4009715s2369.html#a11456759 >> > >> > Sent from the AppFuse - User mailing list archive at >> Nabble.com<http://nabble.com/> >> > . >> > >> > - >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > > -- View this message in context: http://www.nabble.com/Problem-with-ManyToMany-Mapping-tf4009715s2369.html#a11496601 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Generate serialVersionUID

2007-07-08 Thread fadhli
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-appfuse-user--newbie---cannot-log-in-to-appfuse-generated-app-tf487086s2369.html#a11479297 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] override User code class and link OneToMany to any other class

2007-07-08 Thread fadhli
t;> add in to your poroject User and Role pojos at appfuse namespace (as >>>>> described in http://www.appfuse.org/display/APF/AppFuse+Core+Classes ) >>>>> >>>>> Try to do mvn clean compile hibernate3:hbm2ddl and check database for >>>>> user table structure. If it does not contains fields defined in User >>>>> pojo of your project then AppFuse Data Common Package is not excluded. >>>>> >>>>> What is your version of appfuse, M5? >>>>> >>>>> Regards, >>>>> ros >>>>> >>>>> >>>>> >>>>> Fan wrote: >>>>>> >>>>>> Hey Ros: >>>>>> >>>>>> I did add the related Object to both hibernate.cfg.xml and >>>>>> applicationContext.xml. But it just does not work >>>>>> >>>>>> Or do you mind to show me your hibernate.cfg.xml and >>>>>> applicationContext.xml ? I afraid I might do it wrongly >>>>>> >>>>>> Is that necessary to exclude the AppFuse Data Common Package ? >>>>>> >>>>>> >>>>>> ros wrote: >>>>>>> >>>>>>> Hi! >>>>>>> >>>>>>> I resolve that by add my Contact object to both hibernate.cfg.xml >>>>>>> and applicationContext.xml. >>>>>>> >>>>>>> Reffer to http://www.appfuse.org/display/APF/AppFuse+Core+Classes >>>>>>> >>>>>>> Hope this helps. >>>>>>> >>>>>>> ros >>>>>>> >>>>>>> >>>>>>> >>>>>>> Fan wrote: >>>>>>>> >>>>>>>> Ros, >>>>>>>> >>>>>>>> What's the fix ? I am facing the same error as you did >>>>>>>> >>>>>>>> >>>>>>>> ros wrote: >>>>>>>>> >>>>>>>>> Right. Thanks Matt! >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/override-User-code-class-and-link-OneToMany-to-any-other-class-tf3217084s2369.html#a11448902 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Understanding method toString using commoneclipse

2007-07-04 Thread fadhli
Yes, I'm using Hibernate. Thanks for the tip. Using commoneclipse generates bad practice code habit. One should always be aware of what's been generated by a tool. Regards Fadhli On 7/4/07, Jason Brice <[EMAIL PROTECTED]> wrote: I'm assuming you're using Hiberna

[appfuse-user] Understanding method toString using commoneclipse

2007-07-03 Thread fadhli
code? -- /fadhli

Re: [appfuse-user] Including applicationContext.xml in /target/classes dir

2007-07-03 Thread fadhli
DataClient((MitiMainManager) > ctx.getBean > ("mitiMainManager")); > client.addMitiMain(); > } catch (Exception e) { > System.exit(1); > } > } > -- > /fadhli > > -- View this message in context: http://w

Re: [appfuse-user] Appfuse Core + Swing: Session is closed

2007-07-03 Thread fadhli
loading across JVM's? If so, you should >>>> probably >>>> > stick with using toplink (and I'll check it out too). >>>> > >>>> > Sanjiv >>>> > >>>> > >>>> > >>>> > >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Appfuse-Core-%2B-Swing%3A-Session-is-closed-tf3987393s2369.html#a11358190 >>>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>>> >>>> - >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>>> For additional commands, e-mail: [EMAIL PROTECTED] >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Appfuse-Core-%2B-Swing%3A-Session-is-closed-tf3987393s2369.html#a11418671 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Including applicationContext.xml in /target/classes dir

2007-07-03 Thread fadhli
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Appfuse Core + Swing: Session is closed

2007-06-29 Thread fadhli
- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Appfuse-Core-%2B-Swing%3A-Session-is-closed-tf3987393s2369.html#a11358990 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

[appfuse-user] An article regarding spring's hibernate template

2007-06-27 Thread fadhli
es me more is that the author states that HibernateDaoSupport class is no longer a recommended way of using Hibernate from Spring since 2.0. I'm not sure whether that's the personal opinion of the author or from the Spring team themselves. What do you guys think about it? -- /fadhli

Re: [appfuse-user] hibernate query related

2007-06-19 Thread fadhli
//www.nabble.com/hibernate-query-related-tf3947109s2369.html#a11197061 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

[appfuse-user] How do I add another web project using modular Spring MVC?

2007-06-17 Thread fadhli
Hi there, I am using Spring MVC modular archetype. I want to ask how do I add another web project but using the same core module? -- /fadhli

Re: [appfuse-user] ClassCast Exeption

2007-06-17 Thread fadhli
with steps to reproduce? http://issues.appfuse.org/browse/APF Thanks, Matt On 6/17/07, fadhli <[EMAIL PROTECTED]> wrote: > Hi there, I am using appfuse 2.0m5 basic spring mvc. After a user sign up - > jetty console will come out a warning like this... > The user registration is su

[appfuse-user] ClassCast Exeption

2007-06-17 Thread fadhli
org.mortbay.thread.BoundedThreadPool$PoolThread.run( BoundedThreadPool.java:475) -- /fadhli

Re: [appfuse-user] Test fails when looking for newly method added in Appfuse User class

2007-06-06 Thread fadhli
oupId} ${jdbc.artifactId} ${jdbc.version} On 6/7/07, fadhli <[EMAIL PROTECTED]> wrote: Hi Matt, sorry for the late reply. Yes, I did run mvn clean compile integration-test all in one swoop. But I still got the same error. On 6/7/07, Matt Raible <[EMAIL PROTECTED]> w

Re: [appfuse-user] Regarding appfuse:full-source

2007-06-06 Thread fadhli
igure yourself and install it in your windows registry. It's in the folder where you install it. Sorry for your wasting your time Matt. On 6/1/07, fadhli <[EMAIL PROTECTED]> wrote: I'll guess I'll dig deeper about this problem. Yeah, I'm behind a proxy server. The thing is

Re: [appfuse-user] Test fails when looking for newly method added in Appfuse User class

2007-06-06 Thread fadhli
Hi Matt, sorry for the late reply. Yes, I did run mvn clean compile integration-test all in one swoop. But I still got the same error. On 6/7/07, Matt Raible <[EMAIL PROTECTED]> wrote: Did you run "mvn clean" after making the change? On 6/5/07, fadhli <[EMAIL PROTECTE

Re: [appfuse-user] Runtime Error when using [appfuse:gen]

2007-06-05 Thread fadhli
est you generate CRUD w/o @Embedded and then add the fields to your JSP. I'm more than happy to accept a patch for supporting @Embedded, but for now I don't plan on supporting it for 2.0 Final - there's just not enough hours in my life to do it all. ;-) Matt On 6/5/07, fadhli <

[appfuse-user] Test fails when looking for newly method added in Appfuse User class

2007-06-05 Thread fadhli
a:818) This is the method in my ContactDaoTest class public void testAddAndRemoveContact() throws Exception { User user = new User(); user = userDao.get(new Long(1)); Contact contact = new Contact(); contact.setContactId(new Long(1)); contact.s

Re: [appfuse-user] Runtime Error when using [appfuse:gen]

2007-06-05 Thread fadhli
bedded property. You can either remove it (temporarily) or use the 2.0-rc1-SNAPSHOT version of the plugin. Matt On 6/5/07, fadhli <[EMAIL PROTECTED]> wrote: > Hello there, > > I'm using Appfuse 2.0-m5 with SpringMVC Basic. > > I've just used the appfuse:gen command

Re: [appfuse-user] Help & Advice on Hibernate JP

2007-06-05 Thread fadhli
t; has "facilityID" -- View this message in context: http://www.nabble.com/Help---Advice-on-Hibernate-JPA-tf3872157s2369.html#a10970790 Sent from the AppFuse - User mailing list archive at Nabble.com. ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread fadhli
le.com/AMP-not-generating-CRUD-tf3875403s2369.html#a10981096 >>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >>> - >

[appfuse-user] Runtime Error when using [appfuse:gen]

2007-06-05 Thread fadhli
[INFO] Finished at: Wed Jun 06 10:42:32 SGT 2007 [INFO] Final Memory: 18M/38M [INFO] ---- -- /fadhli

Re: [appfuse-user] AMP not generating CRUD

2007-06-05 Thread fadhli
ail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Running integraiton-test after appfuse:full-source

2007-06-04 Thread fadhli
ously? Can you provide the steps to reproduce, starting from "mvn archetype:create"? Thanks, Matt On 6/3/07, fadhli <[EMAIL PROTECTED]> wrote: > I'm getting these warning after I had done appfuse:full-source and running > the integration test. Do I need to change

[appfuse-user] Running integraiton-test after appfuse:full-source

2007-06-02 Thread fadhli
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess( SurefireBooter.java:290) at org.apache.maven.surefire.booter.SurefireBooter.main( SurefireBooter.java:818) -- /fadhli

Re: [appfuse-user] Regarding appfuse:full-source

2007-06-01 Thread fadhli
I'll guess I'll dig deeper about this problem. Yeah, I'm behind a proxy server. The thing is when I tried to use TortoiseSVN everything can be checkout normally. I'll check my settings for maven and subversion. On 6/1/07, Matt Raible <[EMAIL PROTECTED]> wrote:

Re: [appfuse-user] Regarding appfuse:full-source

2007-05-31 Thread fadhli
t when I execute the command line "mvn appfuse:full-source". However, I can easily get the codes using Subversion. On 6/1/07, Matt Raible <[EMAIL PROTECTED] > wrote: On 5/31/07, fadhli < [EMAIL PROTECTED]> wrote: > Hello there, > > Is the command "appfuse:full-

[appfuse-user] Regarding appfuse:full-source

2007-05-31 Thread fadhli
codes. Will Appfuse 2.0 RC1 will include rename packages? -- /fadhli

Re: [appfuse-user] Canoo Webtest and http_proxy

2007-05-28 Thread fadhli
Hi nothingman, Credit really goes to Michael Horwitz. He found out the error only happens on Windows machine ;). Anyway, please do update if you found anything on the maven mailing list. Regards fadhli On 5/28/07, nothingman <[EMAIL PROTECTED]> wrote: Hi fadhlirahim, yes if run ma

Re: [appfuse-user] Canoo Webtest and http_proxy

2007-05-27 Thread fadhli
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Help:The content of element type "struts-config" must match "(display-name?,description?,data-sources?,form...

2007-05-25 Thread fadhli
additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] About [appfuse:gen-model]

2007-05-24 Thread fadhli
5/25/07, Matt Raible <[EMAIL PROTECTED]> wrote: Can you send me your create table SQL so I can try to reproduce? Thanks, Matt On 5/24/07, fadhli <[EMAIL PROTECTED]> wrote: > Still no file generated from my "product" table. Do I have to configure some > files to mak

Re: [appfuse-user] About [appfuse:gen-model]

2007-05-24 Thread fadhli
rote: > Try running "mvn compile" first. > > On 5/24/07, fadhli <[EMAIL PROTECTED]> wrote: > > Yest but only Address, Role & User object files are generated. I earlier > > created an additonal table name product but no object created for product. > >

Re: [appfuse-user] About [appfuse:gen-model]

2007-05-24 Thread fadhli
Yest but only Address, Role & User object files are generated. I earlier created an additonal table name product but no object created for product. On 5/25/07, Matt Raible <[EMAIL PROTECTED]> wrote: Did the files get generated in target/appfuse? On 5/24/07, fadhli <[EMAIL PROT

[appfuse-user] About [appfuse:gen-model]

2007-05-24 Thread fadhli
[INFO] Finished at: Fri May 25 11:54:10 SGT 2007 [INFO] Final Memory: 16M/29M [INFO] -- /fadhli

Re: Re[2]: [appfuse-user] Error while running integration-test

2007-05-24 Thread fadhli
unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- /fadhli

Re: [appfuse-user] Error while running integration-test

2007-05-24 Thread fadhli
ssage ----- From: "fadhli" <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Wednesday, May 23, 2007 9:29:00 PM (GMT-0800) America/Los_Angeles Subject: [appfuse-user] Error while running integration-test Hello, I've downloaded Appfuse 2.0-M5 SpringMVC Basic and run mvn

[appfuse-user] Error while running integration-test

2007-05-23 Thread fadhli
\test\resources\web-tests.xml:71: Canoo Webtest: R_1454. Test failed. Test step steps (E:\projects\myproject\src\test\resources\web-tests.xml:73: ) null failed with message "Step[invoke "get Login Page" (1/8)]: HTTP error 503, at: invoke" What do I need to look at to fix it? -- /fadhli

Re: [appfuse-user] appfuse.org down???

2007-05-21 Thread fadhli
gt; For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > Park yourself in front of a world of choices in alternative vehicles. > Visit the Yahoo! Auto Green Center. > > -- http://raibledesigns.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Maven Tomcat deploy 401 error

2007-05-09 Thread fadhli
t;> http://www.nabble.com/Maven-Tomcat-deploy-401-error-tf3716595s2369.html#a10397158 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Maven-Tomcat-deploy-401-error-tf3716595s2369.html#a10406296 Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] here is a question about eclipse and appfuse2.0 m4

2007-05-09 Thread fadhli
- View this message in context: http://www.nabble.com/here-is-a-question-about-eclipse-and-appfuse2.0-m4-tf3714415s2369.html#a10390792 Sent from the AppFuse - User mailing list archive at Nabble.com. ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli

Re: [appfuse-user] Removing Hibernate Annotations use

2007-05-08 Thread fadhli
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /fadhli