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
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:
&
ent).
Have you guys done this before? Your help is really appreciated.
--
/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
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
> > 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
> &
[INFO] [cargo:start {execution: start-container}]
[INFO]
[ERROR] FATAL ERROR
[INFO]
[INFO] Error while expanding
c:\DOCUME~1\fadhli\LOCALS~1\Temp\cargo
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?
> >
Does mvn appfuse:full-source works on modular projects on Appfuse2.0 RC1?
--
/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
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
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
patcher.java:469) at
org.apache.catalina.core.ApplicationDispatcher.doForward(
ApplicationDispatcher.java:364) at
org.apache.catalina.core.ApplicationDispatcher.forward(
ApplicationDispatcher.jav
--
/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
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
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
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
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
Hello, just a simple question
In the jdbc.properties file, where does it pick the values? Is it from the
pom.xml file?
--
/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
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
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
---
> > 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
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.
>
&
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
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
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
;
> 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
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
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&
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,
> >
> >
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
s a good thing to do or not. Probably
not.. hmm... anyone?
--
/fadhli
tml>
."
http://www.phpied.com/yslow-performance-extension-for-firebug/
https://addons.mozilla.org/en-US/firefox/addon/5369
--
/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,
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
lude file="/common/meta.jsp" %>
|
" />
" />
here's the screenshot of what happened...
http://img.photobucket.com/albums/v399/fadhlirahim/dwr-after-login.jpg
--
/fadhli
--
If you have a idea...
Thanks. Julien.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
/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
> --
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
; >> 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
&
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
eciate the help.
--
/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.
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
rchive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
/fadhli
com/;_ylc=X3oDMTFhN2hucjlpBF9TAzk3NDA3NTg5BHBvcwM1BHNlYwNncm91cHMEc2xrA2VtYWlsLW5jbQ-->on
Yahoo! Travel.
--
/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
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
-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
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
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
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
--
> 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
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
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
code?
--
/fadhli
DataClient((MitiMainManager)
> ctx.getBean
> ("mitiMainManager"));
> client.addMitiMain();
> } catch (Exception e) {
> System.exit(1);
> }
> }
> --
> /fadhli
>
>
--
View this message in context:
http://w
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
---
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
/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
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
//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
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
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
org.mortbay.thread.BoundedThreadPool$PoolThread.run(
BoundedThreadPool.java:475)
--
/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
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
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
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 <
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
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
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
le.com/AMP-not-generating-CRUD-tf3875403s2369.html#a10981096
>>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>>
>>> -
>
[INFO] Finished at: Wed Jun 06 10:42:32 SGT 2007
[INFO] Final Memory: 18M/38M
[INFO]
----
--
/fadhli
ail: [EMAIL PROTECTED]
--
/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
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main(
SurefireBooter.java:818)
--
/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:
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-
codes.
Will Appfuse 2.0 RC1 will include rename packages?
--
/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
--
> 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
additional commands, e-mail: [EMAIL PROTECTED]
--
/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
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.
> >
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
[INFO] Finished at: Fri May 25 11:54:10 SGT 2007
[INFO] Final Memory: 16M/29M
[INFO]
--
/fadhli
unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
/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
\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
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
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
-
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
---
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
/fadhli
95 matches
Mail list logo