i have moved LabelValueComparator class to separted file
LabelValueComparator.java. And tagslib works in jboss. I suppose that
org.jboss.mx.loading. UnifiedClassLoader3 isn´t able to load class when the
next code is executed.
Collections.sort(countries, new LabelValueComparator(locale));
// This method is invoked by the virtual machine to load a class.
private synchronized Class loadClassInternal(String name)
throws ClassNotFoundException
{
return loadClass(name);
}
thanks!
On Tue, Aug 18, 2009 at 1:03 AM, Miguel Romero <[email protected]>wrote:
> remote debuggin was my next step...
>
>
> Collections.sort(countries, new LabelValueComparator(locale));
>
> // This method is invoked by the virtual machine to load a class.
> private synchronized Class loadClassInternal(String name)
> throws ClassNotFoundException
> {
> return loadClass(name);
> }
>
>
> org.jboss.mx.loading.unifiedclassload...@1bd871{
> url=file:/C:/k-zone/k-workspace/JAVA/projects/EReceta/sacyl/psd_awd_af2/branch.200908071945.psd_awd_af2.pdfcupon.jboss/target/jboss/default/tmp/deploy/tmp51719psd_awd_af2-1.0-SNAPSHOT-exp.war/
> ,addedOrder=43}
>
> I think that jboss server isn´t able to load LabelValueComparator... what
> do you think? any solution?
>
> thanks
>
>
> On Mon, Aug 17, 2009 at 9:47 PM, Matt Raible <[email protected]>wrote:
>
>> I'm not sure what could be causing this, especially when there's no errors
>> in the logs. You might try remote debugging the CountryTag's code.
>>
>> Matt
>>
>>
>> On Mon, Aug 17, 2009 at 8:14 AM, Miguel Romero <
>> [email protected]> wrote:
>>
>>> Hi,
>>>
>>> When i click "Not a member?
>>> Signup<http://localhost:18080/af2-1.0-SNAPSHOT/signup.html>for an account"
>>>
>>> it´s loaded a blank page. i have been searching and if i delete the next
>>> line in signup.jsp
>>>
>>> <appfuse:country name="user.address.country" prompt=""
>>> default="${country}"/>
>>>
>>> Page is loaded, without combo countries (obviously)
>>>
>>> Not exceptions in log... In Jetty and Tomcat works
>>>
>>>
>>> Any idea?
>>>
>>> thanks
>>>
>>> Appfuse 2.x Struts 2 Basic
>>> Server Jboss 4.2.2.
>>>
>>>
>>>
>>
>