[jboss-jira] [JBoss JIRA] Commented: (JBAS-5797) Fix / suppress deprecation warnings in connector module

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Wed Jul 23 08:19:16 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBAS-5797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12422227#action_12422227 ] 

Jesper Pedersen commented on JBAS-5797:
---------------------------------------

There are two left:

    [javac] Compiling 277 source files to /home/jp/JBoss/AS/5.0-work/connector/output/classes
    [javac] /home/jp/JBoss/AS/5.0-work/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:73: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
    [javac]    protected void parseMetaData(DeploymentInfo di, URL url) throws org.jboss.deployment.DeploymentException
    [javac]                                                                                        ^
    [javac] /home/jp/JBoss/AS/5.0-work/connector/src/main/org/jboss/resource/deployment/RARDeployer.java:127: warning: [deprecation] org.jboss.deployment.DeploymentException in org.jboss.deployment has been deprecated
    [javac]    public String getObjectName(DeploymentInfo di) throws org.jboss.deployment.DeploymentException
    [javac]                                                                              ^

due to the fact that the classes in AS/system-jmx still uses the deprecation exception (org.jboss.deployment.DeploymentException).

> Fix / suppress deprecation warnings in connector module
> -------------------------------------------------------
>
>                 Key: JBAS-5797
>                 URL: https://jira.jboss.org/jira/browse/JBAS-5797
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JCA service
>            Reporter: Jesper Pedersen
>            Assignee: Jesper Pedersen
>            Priority: Minor
>             Fix For: JBossAS-5.0.0.CR2
>
>
> Fix the deprecation warnings in the connector module where possible.
> Otherwise suppress them with the @SuppressWarnings annotation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list