开发者

How to install Jena SemanticWeb Framework in Play Framework

I put jena jar files in the lib folder and see the message:

A JPA error occurred (Cannot start a JPA manager without a 
properly configured database): No datasource configured

what am I doing wrong?

I found the answer. This was a problem in Play. There's some reason put in front of the class dir开发者_高级运维ective from the module javax I do not know why it happened, simply remove and earned


This error doesn't asoociate with jena, because if your dont't choose model (dataset) while your execute query, you will get next message - No dataset description for query and com.hp.hpl.jena.query.QueryExecException. But if you choose jena as datasource in play, you may get your message(sorry, but i don't know much about Play).

What operations you do with jena?


I don't know much Jena but it seems that some persistent ontologies might be stored into database. Thus, it would mean Jena needs a database connection?
Is this error an error of Jena and not from Play?
What do you try to do in your code before getting this error?
If Jena requires some configuration and resource creation before using it, you should think of creating a little Jena play plugin to initialize your Jena context...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜