Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5950271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:22:12+00:00 2026-05-22T17:22:12+00:00

this is my first post in this great community. I am trying to generate

  • 0

this is my first post in this great community.

I am trying to generate beans classes using JAXB and Ant

This is my code:

    <target name="generation beans" description="generation des beans depuis un schema" depends="init">
    <echo message="generation des beans depuis un schema" />

    <exec executable="${javahome}/bin/xjc"  >


        <arg value="-d" />
        <arg value="${sources}" />
        <arg value="-p" />
        <arg value="metier" />
        <arg value="Player.xsd" />      
    </exec>
</target>

It works well but i want to add “Extension” and make the generated classes serializable.
Thanks for your help 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:22:12+00:00Added an answer on May 22, 2026 at 5:22 pm

    How about the following:

     <target name="generation beans" description="generation des beans depuis un schema" depends="init">
        <echo message="generation des beans depuis un schema" />
    
        <exec executable="${javahome}/bin/xjc"  >
            <arg value="-extension" />
            <arg value="-b" />
            <arg value="binding.xml" />
            <arg value="-d" />
            <arg value="${sources}" />
            <arg value="-p" />
            <arg value="metier" />
            <arg value="Player.xsd" />      
        </exec>
    </target>
    

    Where binding.xml is:

    <jxb:bindings 
        xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
        xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
        jxb:extensionBindingPrefixes="xjc"
        version="2.1">
    
    
        <jxb:globalBindings>
            <xjc:serializable/>
        </jxb:globalBindings>
    
    </jxb:bindings>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is my first post to stack overflow! I'm using SlimDX for a game
first post here at this great website! I would like to reduce the amount
This is my first post, so please be gentle. I've recentley started using Powershell
this is my first post on this great source of programming information. I have
This is my first post here and since I've seen many great answers I
This is my first post here, but I've using this site regularly to help
This is my first post on StackOverflow. This community has provided me with some
This is my first post here and I wanted to get some input from
This is my first post and I'm quite a novice on C++ and compiling
This is my first post on Stack Overflow and I'm just wondering on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.