Re: [appfuse-user] Integrating Spring Social with Appfuse

2010-11-10 Thread sridhar vennela
thanks a lot, i will go through. On Tue, Nov 9, 2010 at 8:51 PM, Matt Raible wrote: > This article (and its comments) might help: > > http://www.infoq.com/news/2010/11/spring-social-integration > > On Nov 9, 2010, at 3:39 PM, sridhar vennela wrote: > > Hi , > > I am n

Re: [appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread sridhar vennela
Hi , I am not able to come with desing that can be integrated with spring security. when it redirects, how to handle it spring? thanks, SRidhar On Tue, Nov 9, 2010 at 2:11 PM, Matt Raible wrote: > What errors are you seeing? > > On Nov 9, 2010, at 3:08 PM, sridhar vennela wrote

[appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread sridhar vennela
Hi , I am trying to integrate Spring Social with appfuse. having issue with spring security. Can someone give some ideas or pointers, how to integrate with spring secuirty? following are the links http://static.springsource.org/spring-security/oauth/tutorial.html http://git.springsource.org/sprin

Re: [appfuse-user] making hit in two different database

2010-10-21 Thread sridhar vennela
Hi Matt, How about cache files. i am getting following error: athConflict(322) | Creating a new instance of CacheManager using the diskStorePath "C:\Tools\apache-tomcat-7.0.2\temp" which is already used by an existing CacheManager. Thanks as usual.. On Mon, Oct 11, 2010 at 5:47 PM, Matt Raible

Re: [appfuse-user] Unable to read TLD "META-INF/c.tld" from JAR file

2009-12-23 Thread sridhar vennela
n: Failed to load or instantiate TagExtraInfo class: org.displaytag.tags.TableTagExtraInfo On Wed, Dec 23, 2009 at 3:39 PM, sridhar vennela wrote: > Hi Matt, > > I have that file in lib dir and i added jsp-api.jar to getrid of following > error. > package javax.servlet.jsp.tagext

Re: [appfuse-user] Unable to read TLD "META-INF/c.tld" from JAR file

2009-12-23 Thread sridhar vennela
> you're using Ant. ;-) > > You might want to check your WEB-INF/lib and make sure there's a > jstl-1.1.2.jar present. > > On Wed, Dec 23, 2009 at 4:03 PM, sridhar vennela > wrote: > > Hi, > > I am getting following error. i am using latest version and ANT to bu

[appfuse-user] Unable to read TLD "META-INF/c.tld" from JAR file

2009-12-23 Thread sridhar vennela
Hi, I am getting following error. i am using latest version and ANT to build war file. is any thing i am missing? SEVERE: Exception Processing ErrorPage[errorCode=500, location=/error.jsp] org.apache.jasper.JasperException: Unable to read TLD "META-INF/c.tld" from JAR file "file:/C:/Tools/apache-t

Re: [appfuse-user] getting error when building cannot access org.aopalliance.aop.Advice file.

2009-12-20 Thread sridhar vennela
Hi Matt, I am used mvn ant:ant. that converted mvn to build.xml. THanks, On Sun, Dec 20, 2009 at 11:13 AM, sridhar vennela wrote: > Hi Matt, > > I am almost their. But this error is buging. let me know if you have any > suggestions or directions for me to use ANT with Latest

Re: [appfuse-user] getting error when building cannot access org.aopalliance.aop.Advice file.

2009-12-20 Thread sridhar vennela
Raible wrote: > >> What version of AppFuse are you using? How are you building it? >> >> On Sat, Dec 19, 2009 at 2:42 PM, sridhar vennela >> wrote: >> > Hi , >> > >> > Did anyone came across following error: >> > >> > User

Re: [appfuse-user] getting error when building cannot access org.aopalliance.aop.Advice file.

2009-12-20 Thread sridhar vennela
ing? How are you building it? > > On Sat, Dec 19, 2009 at 2:42 PM, sridhar vennela > wrote: > > Hi , > > > > Did anyone came across following error: > > > > UserSecurityAdvice.java:31: cannot access org.aopalliance.aop.Advice > > [javac] cla

[appfuse-user] getting error when building cannot access org.aopalliance.aop.Advice file.

2009-12-19 Thread sridhar vennela
Hi , Did anyone came across following error: UserSecurityAdvice.java:31: cannot access org.aopalliance.aop.Advice [javac] class file for org.aopalliance.aop.Advice not found [javac] public class UserSecurityAdvice implements MethodBeforeAdvice, AfterReturningAdvice { [javac]^

[appfuse-user] jar file for org.compass.annotations.SearchableComponent in latest appfuse version

2009-12-17 Thread sridhar vennela
Hi , Do you know what is the jar file for import org.compass.annotations.SearchableComponent;. I downloaded dependecy zip file. not sure which one to use. it supposed to be compass Thanks in advance.

[appfuse-user] problems with MVN in gwt-oauth-1.3

2009-12-14 Thread sridhar vennela
Hi Matt, when i am compiling and creating war file. it is automatically adding web.xml and urlrewrite.xml in .war file. when trying to create web-inf in webapps. it is getting ignored. can you help me or guide me. Thanks, sridhar On Mon, Dec 14, 2009 at 1:30 PM, sridhar vennela wrote: >

Re: [appfuse-user] ANT script for Appfuse 2.2

2009-12-14 Thread sridhar vennela
Hi Matt, thanks alot. i am able to integration current GWT project and run with Appfuse.. You are the MAN. I am on of the biggest fan of your.. you are tech guru.. Thanks, Sridhar On Mon, Dec 14, 2009 at 10:37 AM, sridhar vennela wrote: > Hi Matt, > > Thanks a lot. I will and let

Re: [appfuse-user] ANT script for Appfuse 2.2

2009-12-14 Thread sridhar vennela
well. > > http://mojo.codehaus.org/gwt-maven-plugin/ > > Sample app: > > http://static.raibledesigns.com/downloads/gwt-oauth-1.3.zip > > Hope this helps, > > Matt > > On Mon, Dec 14, 2009 at 10:19 AM, sridhar vennela > wrote: > > Hi Matt, > > > >

Re: [appfuse-user] ANT script for Appfuse 2.2

2009-12-14 Thread sridhar vennela
Hi Matt, I am working on Integrating GWT into AppFuse. I worked on Integrating through Maven, sometimes my GWT Package are creating and sometimes not. But with ANT it always works. just at cross roads which approach to take. I downladed dependecny zip file for appfuse 2.2. will try to use it. Tha

Re: [appfuse-user] getting an instance of the genericManager via reflections from manager layer

2009-09-29 Thread sridhar vennela
Hi , I am not able to generate CRUD Operations? it creates link but not html pages. i am getting "Page Not Found" Please help. Sridhar On Fri, Sep 25, 2009 at 6:37 AM, Nils Petersohn wrote: > hello, > i try to implement a generic type of instantiating the genericManager. > for this i need to ca