How to Solve oracle.jbo.ConfigException: JBO-33001
← Simple way to convert af:inputText to upperCase,lowerCase,capitalize 20
← Simple way to convert af:inputText to upperCase,lowerCase,capitalize 2012 in review
→ NOVEMBER 27, 2012 · 8:42 PM
↓ Jump to Comments
How to Solve oracle.jbo.ConfigException: JBO-33001
Environment (JDeveloper, ADF BC, ADF Faces)
When you work with large application which contains more than one Model/one ViewController projects, you need to set the project dependency between the model and the view controller project., failing to do this you may face this exception.
oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
To solve the problem, double click the viewController project to open project properties dialog, and select the the Dependencies node and click theEdit Dependecies icon to add a dependency on the build output path or on one or more deployment archives.
Hope this will help someone faced the same problem.
About these ads
Share this:
- Facebook
- LinkedIn
- Email
- Print
- Reddit
- Tumblr
- Pinterest
- Google
-
class="post-likes-widget jetpack-likes-widget" name="like-post-frame-17921406-537-5577e8dfc3872" height="55px" width="100%" frameborder="0" src="https://widgets.wp.com/likes/#blog_id=17921406&post_id=537&origin=mjabr.wordpress.com&obj_id=17921406-537-5577e8dfc3872">
Related
How to Create a Custom JSF ValidatorIn "ADF"
Internationalize LOV using switcherIn "ADF"
How to Implement many to many associationIn "ADF"
Filed under ADF
Tagged as ADF BC, ADF Faces
版权声明
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处。如若内容有涉嫌抄袭侵权/违法违规/事实不符,请点击 举报 进行投诉反馈!
Hi Jabr,
I’m also facing the similar exception when I am trying to create an instance of application module programmatically.
This is the error which I am facing.
racle.jbo.ConfigException: JBO-33001: Configuration file /com/example/model/common/bc4j.xcfg is not found in the classpath.
atoracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:467)
atoracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:526)
atoracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1508)
atoracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1485)
atcom.example.model.NoNameCompanyFinder.runWithPreloadedDictionary(NoNameCompanyFinder.java:73)
atcom.example.model.NoNameCompanyFinder.main(NoNameCompanyFinder.java:57)
I am not using the ViewController, I am just trying trying to use ADF BC in Oracle Business rules.
Before this error comes there is another error in he log as show below:
oracle.rules.sdk2.exception.SDKException: RUL-05186: error setting up rule session pool for decision point
at oracle.rules.sdk2.decisionpoint.DecisionPoint.init(DecisionPoint.java:176)
atoracle.rules.sdk2.decisionpoint.DecisionPointBuilder.build(DecisionPointBuilder.java:156)
atcom.example.model.NoNameCompanyFinder.runWithPreloadedDictionary(NoNameCompanyFinder.java:64)
atcom.example.model.NoNameCompanyFinder.main(NoNameCompanyFinder.java:57)
Caused by: oracle.rules.rl.exceptions.UndefinedException: The symbol ‘AscompanyView’ is undefined.
at line 4 column 13 in main
atoracle.rules.rl.exceptions.ExceptionFactory.createUndefinedException(ExceptionFactory.java:409)
at oracle.rules.rl.analyze.Scope.getClass(Scope.java:235)
at oracle.rules.rl.analyze.Expr.pattern(Expr.java:1165)
at oracle.rules.rl.analyze.Expr.expr(Expr.java:351)
at oracle.rules.rl.analyze.Expr.expr(Expr.java:183)
at oracle.rules.rl.analyze.Expr.and(Expr.java:453)
at oracle.rules.rl.analyze.Expr.expr(Expr.java:206)
at oracle.rules.rl.analyze.Expr.expr(Expr.java:183)
at oracle.rules.rl.analyze.RulesetAnalyzer.rule(RulesetAnalyzer.java:277)
at oracle.rules.rl.analyze.RulesetAnalyzer.ruleset(RulesetAnalyzer.java:121)
at oracle.rules.rl.analyze.RulesetAnalyzer.ruleset(RulesetAnalyzer.java:127)
at oracle.rules.rl.analyze.RulesetAnalyzer.(RulesetAnalyzer.java:93)
at oracle.rules.rl.analyze.RulesetAnalyzer.analyze(RulesetAnalyzer.java:99)
at oracle.rules.rl.RuleSession.parse(RuleSession.java:461)
at oracle.rules.rl.RuleSession.parse(RuleSession.java:482)
at oracle.rules.rl.RuleSession.executeRuleset(RuleSession.java:424)
at oracle.rules.rl.RuleSession.(RuleSession.java:289)
atoracle.rules.rl.extensions.pool.RuleSessionPool.createPoolableRuleSession(RuleSessionPool.java:311)
atoracle.rules.rl.extensions.pool.RuleSessionPool.initPool(RuleSessionPool.java:275)
at oracle.rules.rl.extensions.pool.RuleSessionPool.(RuleSessionPool.java:241)
at oracle.rules.sdk2.decisionpoint.DecisionPoint.init(DecisionPoint.java:171)
… 3 more
Thanks,
ReplyNigel.
Pleas ask your question in Jdeveloper and ADF forum
Replyhttps://forums.oracle.com/forums/forum.jspa?forumID=83
Hello,
To help others, check if this works for you guys.
https://forums.oracle.com/thread/2275990
Gowtham J
Reply