Re: [appfuse-user] Dwr query

2007-10-03 Thread jithesh
hi, No i didnt tried hibernate converter... How can i write the hibernate converter? my latest dwr.xml is like this.. i read that article which u pointed ,

Re: [appfuse-user] getRemoteUser problem

2007-10-03 Thread gederer
They're both mapped to .html, and are not forwards. Tried adding FORWARD just to see, but this had no effect. Shucks! ;) mraible wrote: > > Are they mapped to different extensions? Anything mapped to *.html and > going through a REQUEST should work. If you're forwarding it might > not. You sh

[appfuse-user] Scriptaculous autocompleter

2007-10-03 Thread Juha Hinkula
Hi, Have anyone used scriptaculous autocompleter with Appfuse 2.0 & Struts 2. I have tried it in similar way that ajaxtags were used in example in http://www.lucianofiandesio.com/javatales/ajxfuse.html. I havent managed to populate it with the users. Does anyone have idea how to do it with scrip

Re: [appfuse-user] getRemoteUser problem

2007-10-03 Thread Matt Raible
Are they mapped to different extensions? Anything mapped to *.html and going through a REQUEST should work. If you're forwarding it might not. You should be able to change the filter-mapping for securityFilter to include FORWARD if it's a forward that's not working. Matt On 10/3/07, gederer <[EMA

[appfuse-user] getRemoteUser problem

2007-10-03 Thread gederer
Hi, In some of my controllers, request.getRemoteUser() always returns null. I have checked the value of request.getSession().getAttribute("ACEGI_SECURITY_CONTEXT"), and got back the expected value: [EMAIL PROTECTED]: Authentication: [EMAIL PROTECTED]: Username: [EMAIL PROTECTED],enabled=true,a

Re: [appfuse-user] JBoss deployment fails (JPA, Spring MVC, full-source)

2007-10-03 Thread Matt Raible
I've tested AppFuse with JBoss 4.0.5.GA successfully. However, that was with Struts 2 and Hibernate, not JPA. I'm pretty sure JSF won't work because 4.x uses Tomcat 5. Can you try 4.0.5.GA and see if it works. You should be able to leverage Cargo for this and the existing JBoss profile in your root

Re: [appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread John Kwon
I'm going to plug this laptop into my network at home, and see if it's a proxy issue. If I can, I'll do the appfuse:full-source there. On 10/3/07, John Kwon <[EMAIL PROTECTED]> wrote: > > Well, I got the whole thing down, and built it and installed, but all the > appfuse jars are snapshots... > >

Re: [appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread John Kwon
Well, I got the whole thing down, and built it and installed, but all the appfuse jars are snapshots... On 10/3/07, John Kwon <[EMAIL PROTECTED]> wrote: > > I'm going to go through svn and checkout the appfuse code, and build it > from there, and see if I get anywhere. > > On 10/3/07, John Kwon <[

Re: [appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread John Kwon
I'm going to go through svn and checkout the appfuse code, and build it from there, and see if I get anywhere. On 10/3/07, John Kwon <[EMAIL PROTECTED]> wrote: > > Just tried that, and got this: > > [INFO] [AppFuse] Adding dependencies from 'root' module... > java.lang.IllegalArgumentException: Wh

Re: [appfuse-user] Best way to save ManyToOne relationships with Hibernate and Spring MVC

2007-10-03 Thread syg6
Well I am diligently trying to find a solution to scenario(2). I made http://forum.springframework.org/showthread.php?t=44525 this post over at forum.springframework.org. If anyone has ever implemented an initBinder() / PropertyEditor for a many-to-many relation, represented as hiddens or texts

Re: [appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread John Kwon
Just tried that, and got this: [INFO] [AppFuse] Adding dependencies from 'root' module... java.lang.IllegalArgumentException: When not aligning with a user install you must specify a local repository location using the setLocalRepositoryDirectory( File ) method. at org.apache.maven.embedder.MavenE

Re: [appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread Michael Horwitz
Have you run appfuse:full-source on your project? If so you should have no dependencies on AppFuse jar file. Mike On 10/3/07, John Kwon <[EMAIL PROTECTED]> wrote: > > Downloading: > http://static.appfuse.org/repository/org/appfuse/appfuse-spring/2-m5/appfuse-spring-2.0-m5.jar > [INFO] > -

Re: [appfuse-user] How to write web service client

2007-10-03 Thread Ron Anderson
This should help with stub generation. http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL You can also just edit your web/action class that was built with appgen. Here is a code sample of what you would need. public List getCustomers() throws MalformedURLException {

Re: [appfuse-user] How to write web service client

2007-10-03 Thread Dale Newfield
sunisaj wrote: Can anyone point me to tutorial where web service client can be created to consume web service which appfuse has created. is a good place to start. -Dale - To unsubscribe,

[appfuse-user] Is anyone else having a problem with finding appfuse jars?

2007-10-03 Thread John Kwon
Downloading: http://static.appfuse.org/repository/org/appfuse/appfuse-spring/2-m5/appfuse-spring-2.0-m5.jar [INFO] --- [ERROR] BUILD ERROR [INFO] --- [INFO] Failed

[appfuse-user] How to write web service client

2007-10-03 Thread sunisaj
I was able to create webservice using appfuse tutorial (just having annotatation helped me to see the WSDL). I did not find any tutorial to see how to consume the web service. Can anyone point me to tutorial where web service client can be created to consume web service which appfuse has created

Re: [appfuse-user] JBoss deployment fails (JPA, Spring MVC, full-source)

2007-10-03 Thread jimpo
I think you are right, this is likely a classloading problem related to JBoss universal classloaders, and the fact that JBoss comes bundled with hibernate*.jars. However I do not know how to fix this issue. I have tried adding jboss-web.xml: com.example.loaderrepository:loader=myappsname-w

[appfuse-user] eclipse and JSF

2007-10-03 Thread meisam4910
sorry this may sound offtopic but eclipse and JSF users can help me, I could not find any reply from eclipse and other forums, I wanted to use JSF 1.2 in eclipse but it needs dynamic web module 2.5 and mine is 2.4, what should i do ? which plugin should i install ? would you give me the update man