users@jaxb.java.net

Re: Help with maven 2 plugin for jaxb 1.x

From: vidyamahavadi <vidya.mahavadi_at_rmb.co.za>
Date: Wed, 17 Jan 2007 06:16:50 -0800 (PST)

Hi Kostis,

Thanks for your response.
I got the plugin working now. I wanted to pass the jaxb classes to a remote
service, so I want them to be serializable. At the moment my application is
throwing serialization exception. How do I get the plugin to generate jaxb
classes which are serializable?

Regards,
Vidya


Kostis Anagnostopoulos wrote:
>
> Hello Vidya,
>
> On 1/16/07, vidyamahavadi <vidya.mahavadi_at_rmb.co.za> wrote:
>>
>> Hi,
>>
>> I am using the same plugin org.jvnet.jaxb1.maven2 and It is generating
>> all
>> Jaxb classes. However, I have a small problem. Since it is not creating
>> the
>> files in the correct package that I mention in <configuration> like
>> this..
>>
>> <plugin>
>> <groupId>org.jvnet.jaxb1.maven2</groupId>
>>
>> <artifactId>maven-jaxb1-plugin</artifactId>
>> <version>1.0-rc6</version>
>> <executions>
>> <execution>
>> <goals>
>>
>> <goal>generate</goal>
>> </goals>
>>
>> <configuration>
>> <schemaDirectory>src/main/xsd</schemaDirectory>
>> <packageName>za.co.rmb.calypso.binding.extract</packageName>
>> <outputDirectory>target/generated-sources/jaxb</outputDirectory>
>> </configuration>
>> </execution>
>> </executions>
>> </plugin>
>>
>> It creates the classes in the default name space (za.co.rmb). Please
>> check
>> my configuration and let me know if there is anything missing. Any help
>> on
>> this is much appriciated.
>
> The mojo parameter you are searching is called 'generatePackage'.
> See
> https://maven-jaxb1-plugin.dev.java.net/nonav/plugin-docs/generate-mojo.html
>
> If in doubt whether a param has been considered, you can always use
> the 'verbose' param, preferably from the cmd-line (without edditing
> the pom.xml), like that:
>
> mvn package -Dmaven.xjc1.verbose
>
> Greetings,
> Kostis
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>
>

-- 
View this message in context: http://www.nabble.com/Help-with-maven-2-plugin-for-jaxb-1.x-tf2623887.html#a8410753
Sent from the java.net - jaxb users mailing list archive at Nabble.com.