Project Deployment Issue
So I'm working through this tutorial on EJB using JDeveloper 11.1.1.7:
http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_34/jdtut_11r2_34.html
And I'm to the point where I run the SessionBean to start the integrated server, but when I run it, I get errors regarding previously opened projects:
Unable to set the activation state to true for the application 'SeamTest4'
I get the same error for four separate projects that I was working on previously.
As far as I can tell, the current project deploys and runs correctly even with the errors regarding the other projects.
This seems like very weird behavior to me. What is causing this?
http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_34/jdtut_11r2_34.html
And I'm to the point where I run the SessionBean to start the integrated server, but when I run it, I get errors regarding previously opened projects:
Unable to set the activation state to true for the application 'SeamTest4'
I get the same error for four separate projects that I was working on previously.
As far as I can tell, the current project deploys and runs correctly even with the errors regarding the other projects.
This seems like very weird behavior to me. What is causing this?
0