Git Product home page Git Product logo

ioc-unit's People

Contributors

aschoerk avatar kifj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ioc-unit's Issues

Incorrect Maven coordinates for dependency in README

Incorrect Maven coordinates for dependency in README

Observed/Actual Result:

<groupId>net.oneandone</groupId>
<artifactId>ioc-unit</artifactId>

Expected Result:

<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>ioc-unit</artifactId>

isCdiClass always returns falls when project folder contains a space.

The lookup of the class path in the method com.oneandone.ejbcdiunit.cfganalyzer.TestConfigAnalyzer#isCdiClass will always fall if the url contains a space:
URL location = c.getProtectionDomain().getCodeSource().getLocation()
--> will return an url with the space escaped (%20), "file:/my%20folder"
cdiClasspathEntries
--> contains the url without escaping: "file:/my folder"

Roadmap and accepting contributions ?

Hello,

I'm wondering if this project accepts contributions from people not affiliated with 1&1?

If so, is there any roadmap?
I've checked TODO.md in the root and all existing issues but I can't say I see directly actionable items there.

Any suggestions for first task and/or issue to investigate?

TransactionAttribute is not evaluated when its on a non ejb super-class

Scenario:

@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
class NonEjbSuper {
  public void doSomeDbChanges(){
    //...
  }
}


@Stateless
class EjbChild extends Super {

}

The TransactionalInterceptor only checks if the declaring class of the method is an EJB. When I instantiate EjbChild class, the method doSomeDbChanges doesn't have transaction although it should.
The same scenario works in arquillian

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.