Giter Club home page Giter Club logo

play-morphia's Issues

Not able to access repository class inside DTO object.

@morellik I used @Inject private UserRepository userRepository; declaration as per instructions. But I can only access it inside UserController class not UserData class (DTO object for user registration form). I used the same declaration @Inject private UserRepository userRepository inside UserData class but it returns null pointer exception at the runtime. Please help me resolve this issue.

package it.unifi.cerm.playmorphia does not exist

Thanks for upgrading the morphia library but I am unable to compile the project

#Stacktrace
play.sbt.PlayExceptions$CompilationException: Compilation error[package it.unifi.cerm.playmorphia does not exist] at play.sbt.PlayExceptions$CompilationException$.apply(PlayExceptions.scala:34) at play.sbt.PlayExceptions$CompilationException$.apply(PlayExceptions.scala:34) at scala.Option.map(Option.scala:146) at play.sbt.run.PlayReload$.$anonfun$taskFailureHandler$1(PlayReload.scala:33) at scala.Option.map(Option.scala:146) at play.sbt.run.PlayReload$.taskFailureHandler(PlayReload.scala:28) at play.sbt.run.PlayReload$.compileFailure(PlayReload.scala:24) at play.sbt.run.PlayReload$.$anonfun$compile$3(PlayReload.scala:51) at scala.util.Either$LeftProjection.map(Either.scala:573) at play.sbt.run.PlayReload$.compile(PlayReload.scala:51)

I performed following steps:

  1. Make changes in applicaiton.conf as per the tutorial
  2. Added Playorphia.jar to the project
  3. Created MongoClientFactory
  4. Compile the project and it gave me above error.

This is kind of strange because while importing it.unifi.cerm.playmorphia.MongoClientFactory in my mongoClientFactory class it's showing me no errors. I can even import it into another class but at the time of compilation it's throwing me above stacks

What mistake I am making here?

error: cannot find symbol: private PlayMorphia morphia;

Hi, Thanks for building the morphia plugin. Although when I am trying to integrate this plugin with my play
2.5.X java application I am getting an error saying "private PlayMorphia morphi".
my config/application.config is

playmorphia {
    uri="mongodb://127.0.0.1:27017/YourDB"
    database="YourDB"
    models="models"
    mongoClientFactory="controllers.MyMongoClientFactory"
}

and i have created the lib folder under my app folder.
If u get time please revert back.

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.