Re: [appfuse-user] Eclipse issue with header.jsp EL syntax

2009-01-28 Thread agathon
Ice-Man wrote: > > Hi agathon , > > Could u plz write down (paste) your hole code of the instruction line??! > Ice-Man > > > 2008/12/16 agathon > >> >> i replaced != with the two letters ne (not equal) and it worked ... >> >> >>

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-25 Thread agathon
there is still an error while listing the services: http://issues.apache.org/jira/browse/CXF-1695 http://snackycracky.wordpress.com/2009/01/22/rest-soap-for-cxfapache-appfuse/ -- View this message in context: http://www.nabble.com/CXF-and-AppFuse-2.0.1-tp14282383s2369p21650523.html Sent from

Re: [appfuse-user] axis stackoverflow

2009-01-07 Thread agathon
here are some attempts using bi-directional model arch: i tried the @XmlID and @XmlIDREF solution but it behaves strange somehow. https://jaxb.dev.java.net/guide/Mapping_cyclic_references_to_XML.html Thus it is your responsibility to annotate classes and use other means to "tell" JAXB how to ha

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-07 Thread agathon
hey matt, its not finished jet, i will work on it later again, i tried to implement REST like this: pom.xml: org.apache.cxf cxf-rt-frontend-jaxrs 2.1.2NOTICE THE PREVIOUS VERSION org.apache.cxf c

Re: [appfuse-user] CXF and AppFuse 2.0.1

2009-01-06 Thread agathon
i mad a litte guide for migrating appfuse from xfire to cxf : http://snackycracky.wordpress.com/2009/01/06/migrate-appfuse-from-xfire-to-cxf/ -- View this message in context: http://www.nabble.com/CXF-and-AppFuse-2.0.1-tp14282383s2369p21311470.html Sent from the AppFuse - User mailing list arch

Re: [appfuse-user] axis stackoverflow

2009-01-04 Thread agathon
here are some answers: http://www.mail-archive.com/u...@xfire.codehaus.org/msg00818.html - For Collections you can provide mapping files which tell XFire what is contained in collections. In those mapping files you can also ignore properties. Check

Re: [appfuse-user] axis stackoverflow

2008-12-22 Thread agathon
el object? > > Thanks, > > Matt > > On Dec 20, 2008, at 1:28 PM, agathon wrote: > >> >> using the save method of the GenericDaoHibernate class is somehow >> not working >> with webservices !!! >> maybe something with the parameter ty

Re: [appfuse-user] axis stackoverflow

2008-12-22 Thread agathon
here is my stacktrace again for the collection problem. i am really having a hard time with this. java.lang.StackOverflowError at com.ctc.wstx.sw.SimpleOutputElement.(SimpleOutputElement.java:159) at com.ctc.wstx.sw.SimpleOutputElement.createChild(SimpleOutputElement.java:246)

Re: [appfuse-user] axis stackoverflow

2008-12-22 Thread agathon
i set the methods to something like this but it didn't help ... public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; ErrorModel person = (ErrorModel) o; if (title != null ? !title.equals(person

Re: [appfuse-user] axis stackoverflow

2008-12-22 Thread agathon
hey matt, first it has nothing to do with axis but with xfire :thinking: i am now getting the infinite reference loop by collections here is the first class: public class ErrorModel extends BaseObject implements Serializable { public ErrorModel(){} @Id @GeneratedValue(strategy=G

Re: [appfuse-user] axis stackoverflow

2008-12-20 Thread agathon
errors above from axis ... maybe cxf is the answer?? mraible wrote: > > Can you please post your stacktrace and model object? > > Thanks, > > Matt > > On Dec 20, 2008, at 1:28 PM, agathon wrote: > >> >> using the save method of the GenericDaoHibern

Re: [appfuse-user] axis stackoverflow

2008-12-20 Thread agathon
using the save method of the GenericDaoHibernate class is somehow not working with webservices !!! maybe something with the parameter type "Object"? you have to create a save method in your PersonManger, PersonMangerImpl, PersonDaoHibernate, PersonDaoHibernateImpl. -- View this message in cont

[appfuse-user] axis stackoverflow

2008-12-19 Thread agathon
hello everybody, i am trying to invoke the save method of personService but i always get some stackoverflow. all the other methods like get... find... work fine. here is my tcp stack output while trying to save a new person from the webservice example: POST /services/PersonService HTTP/1.1 Soa

Re: [appfuse-user] Eclipse issue with header.jsp EL syntax

2008-12-16 Thread agathon
i replaced != with the two letters ne (not equal) and it worked ... WayneFH wrote: > > Folks, > > AppFuse 2.0 with Basic JSF is now working (almost) cleanly under Eclipse > (without WTP) except for a few warnings on XML files. > > But I have one error in Eclipse. It complains about this line

[appfuse-user] webservice appfuse flex spring authentication

2008-12-09 Thread agathon
if somebody is interested i got it to work: check my blog entry: http://snackycracky.wordpress.com/2008/12/09/webservice-appfuse-flex-spring-authentication/ -- View this message in context: http://www.nabble.com/Solutions%3A-AppFuse-automatic-build-with-eclipse-%2B-model-generator-tp19518635s23

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-18 Thread agathon
egardless of the fact that these exist, it's always great to hear > about other projects with similar functionality. I would check out one > of the above (depending on your version) and if there's any > functionality missing, maybe we can add it. > > Cheers, > > Mat

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-17 Thread agathon
somehow the first and last time i used the powershell ... :-U agathon wrote: > > nope, didn't help, the cmd.exe did the job ... > > > mraible wrote: >> >> Can you try "mvn -U" to make sure you have the latest archetype plugin. >> >>

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-17 Thread agathon
nope, didn't help, the cmd.exe did the job ... mraible wrote: > > Can you try "mvn -U" to make sure you have the latest archetype plugin. > > On Sep 17, 2008, at 2:29 AM, agathon <[EMAIL PROTECTED]> wrote: > >> >> hello matt, i tried to insta

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-17 Thread agathon
hello matt, i tried to install appfuse from the ms powershell and i get this strage error: PS C:\Users\nilsen\myapp> mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-b asic-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersio

Re: [appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-16 Thread agathon
etter =) mraible wrote: > > On Tue, Sep 16, 2008 at 1:15 PM, agathon <[EMAIL PROTECTED]> wrote: >> >> The Build and compile process took me to much time so i took advantage of >> the >> eclipse autobuild function! >> >> http://snackycr

[appfuse-user] Solutions: AppFuse automatic build with eclipse + model generator

2008-09-16 Thread agathon
The Build and compile process took me to much time so i took advantage of the eclipse autobuild function! http://snackycracky.wordpress.com/2008/09/16/appfuse-automatic-build-with-eclipse/ automatic build with eclipse Generating all the files for introducing a new Model to my Application(Spring