Dashboard > Spring Live > Home > FAQ
Spring Live Log In | Sign Up   View a printable version of the current page.
FAQ
Added by Matt Raible, last edited by Matt Raible on Mar 21, 2006
Comments   (Hide)

hai i am bhaskaran
please help me sir,what about you create model, pesitence,persitence hibernate, simple program send me example, for emp name, id, save, remove, createor update to connectiy mail details of the full topics explain me & service and web layout what about you create me.what about you database connectivity

mail id valbhe@yahoo.co.in, bhas_bsc_amie@rediffmail.com

Posted by Anonymous at Dec 02, 2004 05:41 | Permalink

Your best bet it so check out the Spring Live Sample Chapter. In it, you create an application that has similar features to those you mention.

Posted by Matt Raible at Dec 02, 2004 11:02 | Permalink

When I attempt to use Tapestry with equinox, I get the following error:

C:\equinox\extras\tapestry>ant test
Buildfile: build.xml

test:
[delete] Deleting directory C:\equinox-tapestry

clean:
[delete] Deleting directory C:\equinox\build

new:
[echo] Creating new application named 'equinox-tapestry'...
[copy] Copying 307 files to C:\equinox-tapestry
[copy] Copied 147 empty directories to 1 empty directory under C:\equinox-tapestry
[copy] Copying 1 file to C:\equinox-tapestry
[copy] Copying 1 file to C:\equinox-tapestry

install:
[echo] Removing Spring MVC-specific files
[echo] Configuring web.xml for Tapestry
[echo] Moving index.jsp to home.html

BUILD FAILED
C:\equinox\extras\tapestry\build.xml:281: The following error occurred while executing this line:
C:\equinox-tapestry\extras\tapestry\build.xml:113: Warning: Could not find file C:\equinox-tapestry\web\index.jsp to co
y.

Total time: 12 seconds
C:\equinox\extras\tapestry>

Posted by Anonymous at Jan 07, 2005 12:34 | Permalink

What's your platform? Windows XP with the command prompt? If so, I can create an e-mail you a custom-built version of Equinox with Tapestry. Other users reported issues with installing other frameworks on Windows. I'll admit, I only tested it on OS X.

Posted by Matt Raible at Jan 12, 2005 23:28 | Permalink

The online demo is not working...

http://demo.raibledesigns.com/equinox/users.html

gives lots of java error output

Posted by Anonymous at Mar 01, 2005 20:57 | Permalink

I'm working on moving to a new provider - my current ISP has very slow servers and can't seem to handle all my demos.

Posted by Matt Raible at Mar 10, 2005 21:41 | Permalink

When I attempt to use JTATransactionManager instead of HibernateTransactionManager(in jboss4.0 , b/c there is no JTA support in tomcat), I get the following error:
cannot commit in a managed transaction

Posted by Anonymous at Mar 12, 2005 05:43 | Permalink

Hi, I am not sure if it is a bug or something wrong with my configuration. I am trying Equinox example on WSAD and trying the example explaing in the chapter2. When i am runung the testcase using Junit i have the foloowing error in the concole.
"log4j:WARN No appenders could be found for logger (org.springframework.beans.factory.xml.XmlBeanDefinitionReader).
log4j:WARN Please initialize the log4j system properly."

I do have log4j.properties file in the class path. Could some one suggest what is wrong or gouid me to the appropriate site if this is the not proper site for help ?

Posted by Anonymous at Apr 20, 2005 09:29 | Permalink

You also need to put the directory that contains log4j.properties in the classpath.

Posted by Anonymous at Jul 01, 2005 07:08 | Permalink

Why did you make Postgres the default database? Why not HSQLDB which would not require any extra setup? This isn't a flame, just looking for the reasons behind the decision.

Posted by Anonymous at Sep 16, 2005 10:23 | Permalink
Posted by Anonymous at Sep 16, 2005 10:33 | Permalink

Hi
I have a question about method interceptor chain.

I have a class called A and it has 3 methods. Inaddition I've add 3 intercetor for all of these methods.

Class A {

public method_1(); // has a method interceptor
public method_2(); // has a method interceptor
public method_3(); // has a method interceptor
}

------------------------------
The body of method_1 is like this:

method_1() {

call method_2();
}

------------------------------
The problem is when I call method_1() from class A, the interceptor for method_1() will be called but the interceptor for method_2() doesn't called.
Why the interceptor for method_2() didn't called whenever I call method_1() ??????

If you have any usefull information please send to my email address: reza_mt@yahoo.com
Please help me about that!
Yours truly
Reza Motevallizadeh

Posted by Anonymous at Oct 08, 2005 05:24 | Permalink

Has anyone used equinox on WebSphere 5.1? We need to do a port from Tomcat 5 to WebSphere 5.1 . There are web descriptor compatibility issues( web-app 2.4 vs 2.3) , and JSP issues (jsp 2.0 vs 1.2).

Posted by Anonymous at Oct 13, 2005 10:42 | Permalink

what is the setup for H.323

Posted by Anonymous at Aug 07, 2006 00:39 | Permalink

By H.323, do you mean Hibernate 3.2.0.cr3? Have you tried upgrading the JARs in web/WEB-INF/lib? If so, what errors are you getting?

Posted by Anonymous at Aug 07, 2006 05:39 | Permalink
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 1.4.3 Build:#219 Aug 15, 2005) - Bug/feature request - Contact Administrators