Coder Social home page Coder Social logo

inspektr's People

Watchers

James Cloos avatar

inspektr's Issues

discrepancies between generated .classpath and .classpath

What steps will reproduce the problem?
-----
1. run 'mvn eclipse:eclipse' to generate a .classpath file in
trunk/inspektr-core
2. compare with the committed .classpath file in trunk/

What is the expected output?
the two are nearly identical
-----

What do you see instead?
-----
several entries from the maven generated one are missing from the committed
one. One of the entries prevents Eclipse from compiling the code on a newly
setup environment.

What version of the product are you using? On what operating system?
-----
N/A

Please provide any additional information below.
This bug will not happen if the user has spring-test 2.5 in their maven
repository. In a newly setup environment, the user will not have this file,
and when running 'mvn compile', maven will download spring-test 2.5.1
(specified in inspektr-core/pom.xml). The committed .classpath file in
trunk/ references spring-test 2.5, so Eclipse can't get to the dependency.

In addition to the above issue, here is a list of jars that are in the
maven generated .classpath but not in the committed version:

    <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-aop/2.5.1/spring-aop-2.5.1.jar"/>
    <classpathentry kind="var"
path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"/>
    <classpathentry kind="var"
path="M2_REPO/aspectj/aspectjweaver/1.5.3/aspectjweaver-1.5.3.jar"/>
    <classpathentry kind="var"
path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
    <classpathentry kind="var"
path="M2_REPO/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-context-support/2.5.1/spring-context-su
pport-2.5.1.jar"/>
    <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-web/2.5.1/spring-web-2.5.1.jar"/>

Two of those jars have already been mentioned in Issue #6 in order to get
the tests to run.

Original issue reported on code.google.com by [email protected] on 14 Feb 2008 at 3:43

Configurable resolver for StatisticActionContext

Would be helpful if the stats aspect can be configured to use an
application-specific resolver to build the StatisticActionContext, in
particular the stat name, based on the runtime JoinPoint. The current code
can remain the default behavior if no app-specific resolvers are provided.


Original issue reported on code.google.com by [email protected] on 9 Jun 2008 at 3:58

All unit tests fail due to testContext.xml and .classpath

What steps will reproduce the problem?
-----
1. run the tests through either Maven or Eclipse

What is the expected output?
-----
Tests pass.

What do you see instead?
-----
Tests fail.

What version of the product are you using? On what operating system?
-----
 N/A

Please provide any additional information below.
-----
in testContext.xml
1. Log4jErrorReporter is referenced but not found in the project. Perhaps
use CommonsLoggingErrorReporter instead
2. JdbcAuditTrailManager's constructor requires a parameter to be passed in
(none are passed in now)
3. AuditTrailManagementAspect's constructor requires 4 parameters (setter
injection is being used instead of constructor injection)

in the .classpath file
1. spring-aop 2.5.1 and aopalliance 1.0 must be added

The tests also require that an Oracle JDBC driver exist on the classpath.

Original issue reported on code.google.com by [email protected] on 14 Feb 2008 at 3:33

annotation on a controller bean doesn't work

What steps will reproduce the problem?
1. I put Auditable on a method in a controller bean (defined in servlet xml)
2. I got no error but audit info did not show up

If this should work, please document if there is something special I need
to do.

Original issue reported on code.google.com by [email protected] on 6 Jun 2008 at 8:18

Auditable notation requires a ClientInfo be initialized/set - otherwise throws NullPointer

This is an inconvenience for running in non-web more (i.e. junit testing).
What steps will reproduce the problem?
1. Add Audible notation
2. Run existing Junit test that calls that method 

- At a minimum, document it.
- Consider by default instantiating a ClientInfo with null IP addresses and
then at least, useful exceptions will be thrown about which attributes are
null.
- or maybe could default to "" (but I realize you may want to flag their
absence)


Original issue reported on code.google.com by [email protected] on 6 Jun 2008 at 7:30

Create Factories for Statistic and Auditing contexts

Create factories to allow people to create Statistic and auditing contexts.
 This is to allow applications that use Async to obtain the information
they need from things other than threadlocals (which work great for non
async access).

Original issue reported on code.google.com by [email protected] on 25 Jan 2008 at 4:30

Update statistics module to be able to run in a cluster

The statistics module right now will work very well if there is only one
node.  If there are two nodes, and both try and insert a statistics record,
one will succeed and the other will fail and its statistic won't be counted.

Original issue reported on code.google.com by [email protected] on 23 Jan 2008 at 3:21

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.