Re: [JBoss-dev] Arrays in Method Parameters

2001-07-03 Thread Jason Dillon
As long as it works... just do it. --jason On Tue, 3 Jul 2001, Aaron Mulder wrote: > So the EJB 1.1 and 2.0 PFD2 specs clarify that if you hava a > method parameter that's an array, you list it in your DD with []. (See > the description for the method element in the DD.) For example, >

[JBoss-dev] Arrays in Method Parameters

2001-07-03 Thread Aaron Mulder
So the EJB 1.1 and 2.0 PFD2 specs clarify that if you hava a method parameter that's an array, you list it in your DD with []. (See the description for the method element in the DD.) For example, java.lang.String[] Unfortunately, JBoss doesn't recognize this, as the metadata cl