You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by ja...@ws.apache.org on 2004/09/07 13:44:37 UTC

[jira] Created: (JAXME-33) Missing Eclipse plugin

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-33
    Summary: Missing Eclipse plugin
       Type: New Feature

     Status: Unassigned
   Priority: Minor

    Project: JaxMe
   Versions:
             future (enh)

   Assignee: 
   Reporter: Nacho G. Mac Dowell

    Created: Tue, 7 Sep 2004 4:43 AM
    Updated: Tue, 7 Sep 2004 4:43 AM
Environment: Eclipse SDK 3.0+

Description:
Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Commented: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell (JIRA)" <ja...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/JAXME-33?page=comments#action_56645 ]
     
Nacho G. Mac Dowell commented on JAXME-33:
------------------------------------------

I forgot to mention that a new version is up (0.2.2) fixing a couple of bugs:

* Fixed a java.lang.NoSuchMethodError raised in Eclipse 3.0.0 when activating the plugin.
* When you choose to create an ant build file and you cancel the operation, the plugin showed a message with a NullPointerException. Now it is fixed. 

The update site is the same: http://www.visual-ma.com/eclipse/jaxme/

> Missing Eclipse plugin
> ----------------------
>
>          Key: JAXME-33
>          URL: http://nagoya.apache.org/jira/browse/JAXME-33
>      Project: JaxMe
>         Type: New Feature
>     Versions: future (enh)
>  Environment: Eclipse SDK 3.0+
>     Reporter: Nacho G. Mac Dowell
>     Assignee: Nacho G. Mac Dowell
>     Priority: Minor
>  Attachments: .log, JaxMeUIPlugin.zip
>
> Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Commented: (JAXME-33) Missing Eclipse plugin

Posted by ja...@ws.apache.org.
The following comment has been added to this issue:

     Author: Nacho G. Mac Dowell
    Created: Thu, 16 Sep 2004 11:31 PM
       Body:
Provisional Update Site created at:
http://www.visual-ma.com/eclipse/jaxme
You'll probably notice that the size is wrong. I thought it was in bytes...
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAXME-33?page=comments#action_53163

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-33
    Summary: Missing Eclipse plugin
       Type: New Feature

     Status: Open
   Priority: Minor

    Project: JaxMe
   Versions:
             future (enh)

   Assignee: Nacho G. Mac Dowell
   Reporter: Nacho G. Mac Dowell

    Created: Tue, 7 Sep 2004 4:43 AM
    Updated: Thu, 16 Sep 2004 11:31 PM
Environment: Eclipse SDK 3.0+

Description:
Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
Hi, the problem is that System.getProperty("java.io.tmpdir") in windows 
ends with the file.separator and it seems that it doesn't in linux. I am 
not sure how I should handle this: 0.2.0.1? just replace 0.2.0 with this 
error fix? Since nobody is using jaxmeui, I probably prefer the second 
option. Do you think that using the user's tmp dir is the correct way?

Jochen Wiedmann wrote:

>
> Running "generate sources" gave me the following error message:
>
>    java.io.FileNotFoundException: /tmp./tempBuildFile.xml (No such file
>          or directory)
>    java.io.FileOutputStream.open(Native Method)
>    java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>    java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>    jaxme.ui.Tasks$3.run(Tasks.java:255)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
Silly me...Check for updates now (0.2.1 is up).


Jochen Wiedmann wrote:

> Nacho G. Mac Dowell wrote:
>
>> Again the update site is the same.
>
>
> Well, in that case: How do I get an update? :-)
>
>
> Thanks,
>
> Jochen
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by Jochen Wiedmann <jo...@freenet.de>.
Nacho G. Mac Dowell wrote:

> Again the update site is the same.

Well, in that case: How do I get an update? :-)


Thanks,

Jochen

-- 
http://lilypie.com/baby1/050423/1/5/1/+1

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
I left the same version and fixed the problem. It is now checking 
whether the user tmp dir ends with file separator or not and adds it if 
it doesn't.

Again the update site is the same.


Jochen Wiedmann wrote:

>
> Running "generate sources" gave me the following error message:
>
>    java.io.FileNotFoundException: /tmp./tempBuildFile.xml (No such file
>          or directory)
>    java.io.FileOutputStream.open(Native Method)
>    java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>    java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>    jaxme.ui.Tasks$3.run(Tasks.java:255)
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by Jochen Wiedmann <jo...@freenet.de>.
Running "generate sources" gave me the following error message:

    java.io.FileNotFoundException: /tmp./tempBuildFile.xml (No such file
          or directory)
    java.io.FileOutputStream.open(Native Method)
    java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    jaxme.ui.Tasks$3.run(Tasks.java:255)

-- 
http://lilypie.com/baby1/050423/1/5/1/+1

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
After a few weeks of intense work here at my job, I managed to get some 
time out last week and finnished? a first useful release. Features include:
-Generate sources (using ant) and persist chosen settings
-Generate ant build file and persist chosen settings
-Preference page to specify the jaxme install directory or to directly 
specify src folders as jaxme classpath (developpers).
-Configure project based on these settings (if it doesn't have Java 
Nature add java nature and include as classpath all paths form 
preference page)

Basically it consists of 2 actions (one right clicking a project to be 
able to configure and one for *.xsd files which shows a dialog) and a 
Preference Page.

Please be patient as errors arise. I've taken care to test as many 
features combinations as possible but most probably I left out some. 
Plus, some major refactoring is on sight.

I am using JaxMe in the plugin to be able to persist the dialog 
settings. It is the dialog settings that are stored and not the ant 
build file. I couldn't figure how to unmarshall an ant build file if 
this has been hand coded. These dialog settings are then marshalled and 
transformed through a xslt to give an ant build file. If you choose to 
export the ant build file, work finnishes here. If you choose to 
generate the sources it will execute the same ant build file previously 
saved in the user directory.

I was thinking of making another plugin (really the same) which comes 
with the latest JaxMe distribution. Another possibility (not sure about 
it, but it would be nice) is to make a web service which gives me a 
point to the latest distribution so I can download from eclipse.

The dialog settings get saved every time you close the dialog (not sure 
if this is best) with the xsd file as the key and the reset button 
resets the dialog to the previously saved settings.

BTW the update site is the same: http://www.visual-ma.com/eclipse/jaxme
Take a look at the site on your browser as I used Maven to manage the 
project.
These are only a few of all the reports available (from maven).

Criticisms and suggestions are very welcome.

Nacho G. Mac Dowell

TODO: Have classpath "per schema" instead of "per workspace". It 
involves creating a list with a similar behaviour as the preference page.

PD: I know this is out of the scope of this mailing list, but truly, ibm 
has given a great impulse to open source by opening eclipse source code. 
It is really amazing.

PPD: I saw that w3c (and possibly lots of other places) only know about 
JaxMe 0.2 (http://www.w3.org/XML/Schema#JaxMe). It'd be nice at this 
point to try to make some JaxMe advocacy. What do you think?


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by Jochen Wiedmann <jo...@freenet.de>.
Nacho G. Mac Dowell wrote:

> It would be nice to be able to generate an ant script. But, don't you 
> think for RAD and wizard lovers it would be nice if they shouldn't care 
> about ant?

A good plugin allows me to have RAD and wizards for a start. But, at 
some point, clean work and reproducibility matters more than RAD. Hence Ant.


> I'll have a look to the jboss and javadoc plugins. BTW I was thinking of 
> giving the possibility to generate the javadocs as well.

IMO, this should be left to the JavaDoc wizard.


> Do you mean to have a ant script per xsd and having them linked in the 
> persistant store?

Exactly.


> If the directory you choose doesn't exist, doesn't it offer you to 
> create it?

I did not try to enter the name of a new directory. My idea was to have 
a button "New Folder". (I am using the Linux GTK version.) For example, 
the Quantum plugin (quantum.sf.net) has so in its "Add External Jar" 
dialog, which is invoked from the "New JDBC Driver" dialog.


> This is very important.
> I was thinking of giving the possibility of jaxme'ing an eclipse project 
> copying all the appropiate jars to a lib directory or something. For 
> this feature it would be necessary to have these jars in the plugin, 
> though (or download them from apache or whatever).

I do not think, that this is a good idea, at least not, if it is required.

JaxMe is, IMO, a feature, that I want to use in another project. The 
project type is typically given by the runtime environment: For example, 
there is a "Tomcat project", an "Applet project", or a "JBoss project". 
IMO, the JaxMe plugin has to integrate into these.


> How about appending the version number to the jars? This would 
> definitely be very nice.

At least for me as a JaxMe developer, that would mean nothing. I would 
like to use the plugin within the JaxMe project. In other words, the 
version number would be constant, although frequent changes occur.

If you have a dialog that allows to specify the class path (adding 
folders, Jar files, and the like), then the task should be easy, as long 
as you never do a

     XJCTask task = new XJCTask();

The solution would be to create a ClassLoader, which does *not* delegate 
  to the parent classloader by default, and use it to load the class and 
access the instance via reflection.


Regards,

Jochen


-- 
http://lilypie.com/baby1/050423/1/5/1/+1

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
>   Stack overflow errors occur, if I close the windows. (Eclipse 3.1M1)
>   I have attached a stack trace to Jira.


I think it was the adapter I was using (SelectionAdapter instead of 
MouseAdapter) . I am downloading eclipse 3.0M1 now to check if it has 
been solved.

> - Settings should be stored "per schema file".

�Stored? Do you mean I should create a persistant store so when I get 
back to the same xsd it already has its properties set? This would be a 
nice feature.

> - Ideally, the settings would be stored in an Ant build script,
>   which could be included from another Ant build script. The
>   idea is, to use the Ant parser for reading the build script,
>   creating an instance of XJCTask, and then transfer properties
>   from the instance to the GUI.
>
It would be nice to be able to generate an ant script. But, don't you 
think for RAD and wizard lovers it would be nice if they shouldn't care 
about ant?

>   The JBoss IDE does this very nicely. AFAIK, the Javadoc wizard
>   has a similar feature.

I'll have a look to the jboss and javadoc plugins. BTW I was thinking of 
giving the possibility to generate the javadocs as well.

>
>   As a start, it would be sufficient to export Ant build scripts
>   and store the settings in the .metadata directory. Ideally,
>   the .metadata directory would only contain a link from the XSD
>   file to the Ant script.

Do you mean to have a ant script per xsd and having them linked in the 
persistant store?

> - The "browse" buttons should be able to create directories.

If the directory you choose doesn't exist, doesn't it offer you to 
create it?
When the dialog opens, in Windows you get the chance to create a 
directory there because there is a native widget (the one used by SWT) 
which does. In other OS's you might not get this though. SWT uses native 
code.

> - The plugin currently uses its own JaxMe jar files. It should
>   be possible to specify another classpath.

This is very important.
I was thinking of giving the possibility of jaxme'ing an eclipse project 
copying all the appropiate jars to a lib directory or something. For 
this feature it would be necessary to have these jars in the plugin, 
though (or download them from apache or whatever).
How about appending the version number to the jars? This would 
definitely be very nice.

>Another bug: When *not* entering a package, it seems that the generators "setPackage" method is invoked with an empty string, causing invalid
>output. The correct behaviour should be not invoking the method, in
>which case JaxMe derives a package from the target namespace.
>
Fixed. I'll try to complete the update site today so it makes feedback 
comunication easier.




Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by Jochen Wiedmann <jo...@freenet.de>.
Nice. :-)

Bug report:

   Stack overflow errors occur, if I close the windows. (Eclipse 3.1M1)
   I have attached a stack trace to Jira.

I have a couple of feature requests:

- Settings should be stored "per schema file".
- Ideally, the settings would be stored in an Ant build script,
   which could be included from another Ant build script. The
   idea is, to use the Ant parser for reading the build script,
   creating an instance of XJCTask, and then transfer properties
   from the instance to the GUI.

   The JBoss IDE does this very nicely. AFAIK, the Javadoc wizard
   has a similar feature.

   As a start, it would be sufficient to export Ant build scripts
   and store the settings in the .metadata directory. Ideally,
   the .metadata directory would only contain a link from the XSD
   file to the Ant script.
- The "browse" buttons should be able to create directories.
- The plugin currently uses its own JaxMe jar files. It should
   be possible to specify another classpath.

Regards,

Jochen



-- 
http://lilypie.com/baby1/050423/1/5/1/+1

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by ja...@ws.apache.org.
The following issue has been updated:

    Updater: Nacho G. Mac Dowell (mailto:nacho@visual-ma.com)
       Date: Thu, 16 Sep 2004 3:22 AM
    Comment:
First version of the JaxMe Eclipse Plugin. Just unzip in your eclipse directory! It uses 0.3.1 jars
    Changes:
             Attachment changed to JaxMeUIPlugin.zip
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAXME-33?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-33
    Summary: Missing Eclipse plugin
       Type: New Feature

     Status: Open
   Priority: Minor

    Project: JaxMe
   Versions:
             future (enh)

   Assignee: Nacho G. Mac Dowell
   Reporter: Nacho G. Mac Dowell

    Created: Tue, 7 Sep 2004 4:43 AM
    Updated: Thu, 16 Sep 2004 3:22 AM
Environment: Eclipse SDK 3.0+

Description:
Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: [jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by "Nacho G. Mac Dowell" <ig...@informa.es>.
Is it only happening with discard?
Have you tried "copy to clipboard"?
Is the sg finished?
What eclipse version are you using?
Environment?

thanks



jaxme-dev@ws.apache.org wrote:

>The following issue has been updated:
>
>    Updater: Jochen Wiedmann (mailto:jochen@apache.org)
>       Date: Thu, 16 Sep 2004 4:00 AM
>    Comment:
>Stack overflow error while pressing the "discard" button in the output window.
>
>    Changes:
>             Attachment changed to .log
>    ---------------------------------------------------------------------
>For a full history of the issue, see:
>
>  http://issues.apache.org/jira/browse/JAXME-33?page=history
>
>---------------------------------------------------------------------
>View the issue:
>  http://issues.apache.org/jira/browse/JAXME-33
>
>Here is an overview of the issue:
>---------------------------------------------------------------------
>        Key: JAXME-33
>    Summary: Missing Eclipse plugin
>       Type: New Feature
>
>     Status: Open
>   Priority: Minor
>
>    Project: JaxMe
>   Versions:
>             future (enh)
>
>   Assignee: Nacho G. Mac Dowell
>   Reporter: Nacho G. Mac Dowell
>
>    Created: Tue, 7 Sep 2004 4:43 AM
>    Updated: Thu, 16 Sep 2004 4:00 AM
>Environment: Eclipse SDK 3.0+
>
>Description:
>Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.
>
>
>---------------------------------------------------------------------
>JIRA INFORMATION:
>This message is automatically generated by JIRA.
>
>If you think it was sent incorrectly contact one of the administrators:
>   http://issues.apache.org/jira/secure/Administrators.jspa
>
>If you want more information on JIRA, or have a bug to report see:
>   http://www.atlassian.com/software/jira
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
>For additional commands, e-mail: jaxme-dev-help@ws.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Updated: (JAXME-33) Missing Eclipse plugin

Posted by ja...@ws.apache.org.
The following issue has been updated:

    Updater: Jochen Wiedmann (mailto:jochen@apache.org)
       Date: Thu, 16 Sep 2004 4:00 AM
    Comment:
Stack overflow error while pressing the "discard" button in the output window.

    Changes:
             Attachment changed to .log
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAXME-33?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-33
    Summary: Missing Eclipse plugin
       Type: New Feature

     Status: Open
   Priority: Minor

    Project: JaxMe
   Versions:
             future (enh)

   Assignee: Nacho G. Mac Dowell
   Reporter: Nacho G. Mac Dowell

    Created: Tue, 7 Sep 2004 4:43 AM
    Updated: Thu, 16 Sep 2004 4:00 AM
Environment: Eclipse SDK 3.0+

Description:
Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


[jira] Commented: (JAXME-33) Missing Eclipse plugin

Posted by ja...@ws.apache.org.
The following comment has been added to this issue:

     Author: Jochen Wiedmann
    Created: Thu, 16 Sep 2004 4:35 AM
       Body:
Another bug: When *not* entering a package, it seems that the generators "setPackage" method is invoked with an empty string, causing invalid
output. The correct behaviour should be not invoking the method, in
which case JaxMe derives a package from the target namespace.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAXME-33?page=comments#action_53134

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAXME-33

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAXME-33
    Summary: Missing Eclipse plugin
       Type: New Feature

     Status: Open
   Priority: Minor

    Project: JaxMe
   Versions:
             future (enh)

   Assignee: Nacho G. Mac Dowell
   Reporter: Nacho G. Mac Dowell

    Created: Tue, 7 Sep 2004 4:43 AM
    Updated: Thu, 16 Sep 2004 4:35 AM
Environment: Eclipse SDK 3.0+

Description:
Implement an eclipse plugin with the same attributes/elements as the JaxMe ant task.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org