Philip,

Any luck in this having been resolved, perhaps by SP2a?  If not I'd like to
make sure it's fixed in 3.1.  I've seen intermittent reports of this type of
bug.

Scott Stirling
Allaire Corporation
http://www.allaire.com/developer/jrunreferencedesk/

> -----Original Message-----
> From: Rhodes, Phillip C. [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 14, 2000 3:59 PM
> To: JRun-Talk
> Subject: wierdo error in which dropping first character for 
> method name
> i n ejb-jar.xml
> 
> 
> 
> I have a method declaration in ejb-jar.xml
>         <method-permission>
>           <role-name>all</role-name>
>           <method>
>               <ejb-name>TheCart</ejb-name>
>               <method-name>create</method-name>
>           </method>
> ....
> 
> When I call create on TheCart, I get a permission denied 
> error.  I went into
> the JMC and looked at my TheCart bean and see a  method called "reate"
> (notice no "c")
> 
> I changed my ejb-jar.xml to (just for fun):
>         <method-permission>
>           <role-name>all</role-name>
>           <method>
>               <ejb-name>TheCart</ejb-name>
>               <method-name>create22</method-name>
>           </method>
> ....
> 
> Now the JMC is showing that TheCart has a method called "reate22"
> All my other creates are fine.
> 
> Funny, huh?
> 
> Phillip
> 
> 
> 
> 
> 
> 
> 
> Phillip Rhodes
> [EMAIL PROTECTED]
> Alcoa eCommerce
> https://www.ALCOADIRECT.COM
> 826B Two Allegheny Center Pittsburgh, PA  15212
> (412) 553-4900  (phone)  (412) 553-2484 (fax)
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to