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

2009-12-17 Thread Sudhir N
Its compass Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Personally I'm always ready to learn, although I do not always like being taught From: sridhar vennela To: users@appfuse.dev.java.net

[appfuse-user] Upgrading to Spring 3

2009-12-17 Thread Matt Raible
Hello everyone, As you might know, Spring 3 was released today. I took a few minutes and upgraded AppFuse and AppFuse Light to use it. All tests have passed, so I thought I'd pass along the diffs so you can upgrade your 2.1.x projects as well. AppFuse: http://source.appfuse.org/changelog/appfuse

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

2009-12-17 Thread Matt Raible
http://repository.sonatype.org/index.html#nexus-search;classname~SearchableComponent On Thu, Dec 17, 2009 at 5:40 PM, sridhar vennela wrote: > Hi , > > Do you know what is the jar file for > > import org.compass.annotations.SearchableComponent;. I downloaded dependecy > zip file. not sure which o

[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.

Re: [appfuse-user] Session Information from

2009-12-17 Thread Matt Raible
You might be able to do this with MessAdmin: http://messadmin.sourceforge.net/ Matt On Thu, Dec 17, 2009 at 5:41 AM, PMJ wrote: > > Hello guyz, > >       I know it is not the correct forum to post this question. But as an > active person I would like to ask one doubt. I have developed a web > a

[appfuse-user] Session Information from

2009-12-17 Thread PMJ
Hello guyz, I know it is not the correct forum to post this question. But as an active person I would like to ask one doubt. I have developed a web application using appfuse 1.9.4. So My question is, Is it possible to get all the active session information in a web application ?.

Re: [appfuse-user] How to add a new jar file.

2009-12-17 Thread Arthur Erdös
the packaging is usually "jar" for .jar files ^^ http://maven.apache.org/general.html#importing-jars good luck ;) 2009/12/17 owais : > Thanks Arthur. I need to install jettison-1.1.jar file. I have following > information: > > groupId = org.codehaus.jettison > > artifactId = jettison > > versio

RE: [appfuse-user] How to add a new jar file.

2009-12-17 Thread owais
Ok , I got it. You have to give "jar" in packaging argument. Thanks for all the help Arthur. -Original Message- From: owais [mailto:ow...@preceptglobalaccess.com] Sent: Thursday, December 17, 2009 3:06 PM To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] How to add a new jar fil

RE: [appfuse-user] How to add a new jar file.

2009-12-17 Thread owais
Thanks Arthur. I need to install jettison-1.1.jar file. I have following information: groupId = org.codehaus.jettison artifactId = jettison version = 1.1 But, this link you send me , needs one more parameter "packaging". What should I write in packaging? -Owais -Original Message- Fro

Re: [appfuse-user] How to add a new jar file.

2009-12-17 Thread Arthur Erdös
you have to install the library in your local repository http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html kind regards Arthur 2009/12/17 owais : > Hi, I am new to appfuse project. I want to use “jettison library” to perform > some JSON related work. How can I add this library

[appfuse-user] How to add a new jar file.

2009-12-17 Thread owais
Hi, I am new to appfuse project. I want to use "jettison library" to perform some JSON related work. How can I add this library to my appfuse project. What steps do I have to perform? Do I have to modify pom.xml file. Please reply Owais