|
From: Gavin K. <ga...@ap...> - 2002-10-19 15:53:17
|
Yick! Sorry, I actually wasn't fully aware of this bug.....
Are you suggesting the problem is here:
public void setMapResources(String mappingResources) {
this.mapResources = mapResources.trim();
}
if so, why exactly is setMapResources() being called with a null argument.
I'm confused....
----- Original Message -----
From: "Andrea Aime" <aa...@li...>
To: "Gavin King" <ga...@ap...>
Sent: Sunday, October 20, 2002 1:43 AM
Subject: Jmx error in 1.1.5
> Hi Gavin,
> the error in cirrus/hibernate/jmx/HibernateService.java
(setMapResources.java)
> that prevents the use of Hibernate as a jmx service is still there in
1.1.5,
> thought it was corrected in cvs some time ago... this is particularly
> frustrating since someone trying to deploy hibernate as a service will
only
> see a nullPointerException again and again (and wondering what he did
> wrong...). Hope you can fix it and put out a 1.1.5b...
> Best regards
> Andrea Aime
|