Rickard Oberg wrote:
<snip>
> > b) I had a really hard time/some trouble lately with loading older
> > jboss.xml files. There were some fields missing which crashed EJX. Also
> > starting with an empty file and adding a container configuration
> > inserted some empty fields (class specification for passivation ?). When
> > trying to reload the newly generated jboss.xml EJX crashed because the
> > name of the class was missing. Please take care of such Exceptions in
> > the future. If it would be possible to work with what EJX was able to
> > read in so far, that would be really great.
>
> Yes, I will try to make it more failure resistant. However, it is a bit
> strange that these errors occur, because the way the XML import works is
> that it applies the found elements on the structure, instead of explicitly
> saying "I need this in the XML". So, it should not break from too little
> XML. Nevertheless, I will see if I can make this even more true for this
> iteration.
If I remember correctly there was some null pointer exeception thrown
later on. Perhaps you tried to access that class somehow. <you already
know that> Always check if the data is there if you rely on input
data</you already know that>. I think the guy in the jBoss-user list did
mention the same problem in his post.
Cheers, Tobias
BTW: Are you actually with Telkel in SF or in Linkoeping ?