Hi all,
        i was trying to compile a Castor MBean in order
to use CAstor in a J2EE application using JBoss, but i ran
into following compilation errors :

    [javac] Compiling 2 source files to C:\JBossDev\J2ME\MBean\build
    [javac] C:\JBossDev\J2ME\MBean\src\org\jboss\jdo\castor\CastorJDOImpl.java:44: 
cannot resolve symbol
    [javac] symbol  : class Proxies
    [javac] location: package proxy
    [javac] import org.jboss.proxy.Proxies;
    [javac]                        ^
    [javac] C:\JBossDev\J2ME\MBean\src\org\jboss\jdo\castor\CastorJDOImpl.java:45: 
cannot resolve symbol
    [javac] symbol  : class InvocationHandler
    [javac] location: package proxy
    [javac] import org.jboss.proxy.InvocationHandler;
    [javac]                        ^
    [javac] C:\JBossDev\J2ME\MBean\src\org\jboss\jdo\castor\CastorJDOImpl.java:335: 
cannot resolve symbol
    [javac] symbol  : method getCategory ()
    [javac] location: class org.jboss.logging.Logger
    [javac]             writer = new CategoryWriter(log.getCategory());
    [javac]                                            ^
    [javac] Note: C:\JBossDev\J2ME\MBean\src\org\jboss\jdo\castor\CastorJDOImpl.java 
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 3 errors

i can manage to solve the first two (i can avoid to import those classes since they 
are not used) but what
worries me is the third..
when i had a look at some jboss apidoc, that method is listed correctly as part of 
org.jboss.logging.Logger..

anyone has some idea on what causes the problem, before i eventually post the code?

thanx and regards
        marco









> -----Original Message-----
> From: ext Jon Haugsand [mailto:[EMAIL PROTECTED]
> Sent: 15 September, 2003 15:23
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Re: EjbQL-bug in Jboss?
> 
> 
> * Jon Haugsand
> > Thanks.  That was the problem.  (Source forge should learn from
> > Bugzilla here.  It was quite cumbersome to get into the correct
> > state.)
> 
> However, JBoss does not look at this as a bug:
> 
> Message:
> Logged In: YES 
> user_id=543482
> 
> It is defined by the specification.
> 
> Then either
> 
>  (1) JBoss cannot be used, or
>  (2) Characters cannot be used in fields.
> 
> Regretably.
> 
> -- 
>  Jon Haugsand, [EMAIL PROTECTED]
>  http://www.norges-bank.no
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to