Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSLogic
Commits
0c7c5cf3
Commit
0c7c5cf3
authored
5 months ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
fix: Correct JNDI Path to EJBs
parent
e6cd1288
No related branches found
No related tags found
1 merge request
!192
Wildfly 34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/logic/controller/session/SessionControllerGetter.java
+2
-2
2 additions, 2 deletions
...ips/logic/controller/session/SessionControllerGetter.java
with
2 additions
and
2 deletions
src/main/java/no/nibio/vips/logic/controller/session/SessionControllerGetter.java
+
2
−
2
View file @
0c7c5cf3
...
...
@@ -26,7 +26,7 @@ import no.nibio.vips.logic.messaging.MessagingBean;
/**
* Thought this was oblivious because of @EJB, but it turns out this is necessary when invoking beans from outside managed beans!
* @copyright 2013-202
2
<a href="http://www.nibio.no/">NIBIO</a>
* @copyright 2013-202
5
<a href="http://www.nibio.no/">NIBIO</a>
* @author Tor-Einar Skog <tor-einar.skog@nibio.no>
*/
...
...
@@ -34,7 +34,7 @@ public class SessionControllerGetter {
// This obviously has to be changed when changing the application name in Maven
// TODO: Refactor out to System properties (e.g. in standalone.xml in JBoss/WildFly)
public
static
final
String
JNDI_PATH
=
"java:global/VIPSLogic-202
4.3
/"
;
public
static
final
String
JNDI_PATH
=
"java:global/VIPSLogic-202
5.1
/"
;
public
static
SchedulingBean
getSchedulingBean
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment