Giter Site home page Giter Site logo

spring-finance-manager's People

Watchers

James Cloos avatar

spring-finance-manager's Issues

BUILD FAILURE

THIS IS THE ERRORS

T E S T S
-------------------------------------------------------
Running net.stsmedia.financemanager.service.AccountServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.034 sec <<< 
FAILURE!
Running net.stsmedia.financemanager.service.InvestmentServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.011 sec <<< 
FAILURE!
Running net.stsmedia.financemanager.service.PersonServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.012 sec <<< 
FAILURE!
Running net.stsmedia.financemanager.service.ProductServiceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< 
FAILURE!

Results :

Tests in error: 
  net.stsmedia.financemanager.service.AccountServiceTest
  net.stsmedia.financemanager.service.InvestmentServiceTest
  net.stsmedia.financemanager.service.PersonServiceTest
  net.stsmedia.financemanager.service.ProductServiceTest

Original issue reported on code.google.com by [email protected] on 18 Oct 2012 at 7:41

JUnit 4.5.0 + SureFire problems

What steps will reproduce the problem?
1. CheckOut trunk
2. mvn install

What is the expected output? What do you see instead?

Test fail due to SureFire / JUnit (4.5.0) problems similar to the ones
described here:
http://forum.springsource.org/showthread.php?t=76524
(tried to access method org.junit.runners.BlockJUnit4ClassRunner.makeNotifier)


What version of the product are you using? On what operating system?

Revision 30.

Please provide any additional information below.

Can be fixed by editing the pom.xml file, changing JUnit version to 4.7.0
and modifying the maven-surefire-plugin part in the following style:

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <includes>
                        <include>**/*Tests.java</include>
                    </includes>
                    <excludes>
                        <exclude>**/Abstract*.java</exclude>
                    </excludes>

<junitArtifactName>org.junit:com.springsource.org.junit</junitArtifactName>
                </configuration>
            </plugin>


Original issue reported on code.google.com by [email protected] on 9 Sep 2009 at 11:05

Change Spring version to 3.0.0.RC1

What steps will reproduce the problem?
1. Build the program


What is the expected output? What do you see instead?
The program uses the latest milestone of Spring Framework, 3.0.0.RC1

What version of the product are you using? On what operating system?
version 0.5

Please provide any additional information below.
This should be a really fast fix

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 10:30

slf4j JAR dependency problem from Hibernate

What steps will reproduce the problem?
  1. Try to do a Maven build with the existing POM

What is the expected output? What do you see instead?

Expected: clean build with WAR artifact
Actual:   
Exception in thread "main" java.lang.IllegalAccessError: tried to access
field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class
org.slf4j.LoggerFactory at
org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)

What version of the product are you using? On what operating system?

Current version as of April 8, 2009. Using this on Ubuntu Linux 8.04.
Application now works with my fix in IntelliJ IDEA 8.1 running Java 6.

Please provide any additional information below.

Hibernate uses an older version of slf4j and this causes the Maven build
issues outlined above. The Maven POM should be fixed such that the
Hibernate dependency on slf4j should be suppressed. 

Original issue reported on code.google.com by [email protected] on 17 Apr 2009 at 5:17

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.