Good day all,

I'm having a problem with a method of one of my session beans, I'm getting a
"SecurityException: No method permissions assigned to method=createSite,
interface=REMOTE".

What's strange is that the container is throwing this exception *after* the
method executes.  I've stepped through the routine with no problem under a
debugger with another breakpoint of the caller's very next line. The
exception gets thrown before that breakpoint is hit -- in other words, on the
return from the bean method.

Has anyone seen this before?  Why would the container throw this exception
after the method successfully returned?

This code worked fine on another machine, but am developing on freshly
installed machine now.  Environment header is clipped below, JBoss is
3.0.1_tomcat-4.0.4, JDK is 1.3.1_04

Thanks for any guidance,

Brian

=============================================================================
==
  JBoss Bootstrap Environment
  JBOSS_HOME: C:\dev\jboss-3.0.1_tomcat-4.0.4\bin\\..
  JAVA: C:\jdk1.3.1\bin\java
  JAVA_OPTS: -classic -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,address=5000,server=y,suspend=n
-Dprogram.name=run.bat
  CLASSPATH:
;C:\jdk1.3.1\lib\tools.jar;C:\dev\jboss-3.0.1_tomcat-4.0.4\bin\\run.jar



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to