simon godik (JIRA | 1 Dec 2005 01:09
Picon
Favicon

[jira] Created: (GERONIMO-1260) simplify construction of the combined deployment plan: deployment plan template and preprocessor

simplify construction of the combined deployment plan: deployment plan template and preprocessor
------------------------------------------------------------------------------------------------

         Key: GERONIMO-1260
         URL: http://issues.apache.org/jira/browse/GERONIMO-1260
     Project: Geronimo
        Type: New Feature
  Components: deployment  
    Versions: 1.1    
    Reporter: simon godik
    Priority: Minor

To simplify construction and maintainance of the combined deployment plan create deployment plan
template and preprocess it to create combined deployment plan from individual plans

--

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Rajith Attapattu | 1 Dec 2005 01:28
Favicon

RE: [Geronimo] Clustering


Jeff,

We maybe able to leverage the Apache Directory for the underlying JNDI
aspect of it (I will look in to this, but might need help)

How about the policy management portion of clustering service??
For ex 
Clustering strategy
======================
Whether to use Sticky vs Random vs other load balancing mechanisms or
are we allowing the user to choose a strategy from above.

We can represent each clustering strategy as a GBean which the user can
pick from (under the Clustering services GBean, I assume you have the
whole clustering feature represented as a GBean ).

So if somebody is not happy about the clustering strategy then simply
write there own and add that as a GBean.

Of course we will have to come up with a neat API for exposing the
aspects that should be open for improvement.

This will also help us to come up with better clustering strategies
later on in the future without a major impact on the code base.

What are your thoughts on this??? Everybody please help with ideas :)

Regards,

(Continue reading)

Aaron Mulder (JIRA | 1 Dec 2005 01:56
Picon
Favicon

[jira] Closed: (GERONIMO-1256) deploy:waitForStarted broken

     [ http://issues.apache.org/jira/browse/GERONIMO-1256?page=all ]

Aaron Mulder closed GERONIMO-1256:
----------------------------------

    Resolution: Fixed

Dain fixed this

> deploy:waitForStarted broken
> ----------------------------
>
>          Key: GERONIMO-1256
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1256
>      Project: Geronimo
>         Type: Bug
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>     Assignee: David Jencks
>      Fix For: 1.0

>
> Doing a "maven -o m:rebuild-all" seems to reliably fail on the itest module with the error:
> <deploy:waitForStarted> Configuration is not yet started
> Could it be that the task needs to be updated to refer to a new configId instead of an old one?

--

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
(Continue reading)

David Blevins | 1 Dec 2005 02:11
Favicon

gbuild: upgrading continuum to latest 1.1 snapshot

FYI, it's going down.  Will be upgraded to 1.1 snapshot  
(20051130.160000).

-David

Ken Perl | 1 Dec 2005 03:36
Picon

IntelliJ JDK path

Hi,
I build a IntelliJ project by using maven -o m:intellij and can open
the project in the IDE, the problem is I can't set the classpath or
use system's JDK for a module, while this could be done in a new
project, so I guess this is not IntelliJ 's issue.
The result is many java symbols can't be resolved in the IDE.
Any thoughts?

--
perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\ <at> ``
")'

Jeff Genender | 1 Dec 2005 04:13
Favicon
Gravatar

RE: IntelliJ JDK path

Yeah...the IntelliJ plugin for maven is bad.  You need an updated version.
I can email you one if you like.

Jeff

> -----Original Message-----
> From: Ken Perl [mailto:kenperl@...] 
> Sent: Wednesday, November 30, 2005 7:37 PM
> To: dev@...
> Subject: IntelliJ JDK path
> 
> Hi,
> I build a IntelliJ project by using maven -o m:intellij and 
> can open the project in the IDE, the problem is I can't set 
> the classpath or use system's JDK for a module, while this 
> could be done in a new project, so I guess this is not 
> IntelliJ 's issue.
> The result is many java symbols can't be resolved in the IDE.
> Any thoughts?
> 
> 
> --
> perl -e 'print unpack(u,"62V5N\"FME;G\!E<FQ`9VUA:6PN8V]M\"\ <at> ``
> ")'
> 

Brett Porter | 1 Dec 2005 04:23
Picon
Gravatar

Re: IntelliJ JDK path

I assume you are referring to David Jencks' version? All his changes
and more are in the latest release:

maven plugin:download -Dversion=1.6 -DartifactId=maven-idea-plugin
-DgroupId=maven

Cheers,
Brett

On 12/1/05, Jeff Genender <jgenender@...> wrote:
> Yeah...the IntelliJ plugin for maven is bad.  You need an updated version.
> I can email you one if you like.
>
> Jeff
>
>
> > -----Original Message-----
> > From: Ken Perl [mailto:kenperl@...]
> > Sent: Wednesday, November 30, 2005 7:37 PM
> > To: dev@...
> > Subject: IntelliJ JDK path
> >
> > Hi,
> > I build a IntelliJ project by using maven -o m:intellij and
> > can open the project in the IDE, the problem is I can't set
> > the classpath or use system's JDK for a module, while this
> > could be done in a new project, so I guess this is not
> > IntelliJ 's issue.
> > The result is many java symbols can't be resolved in the IDE.
> > Any thoughts?
(Continue reading)

Jeff Genender | 1 Dec 2005 04:23
Favicon
Gravatar

RE: IntelliJ JDK path

No, actually I am referring to the IntelliJ 5.0 and the JDK Project level
references.  I probably should submit the patch for it ;-)

Jeff

> -----Original Message-----
> From: Brett Porter [mailto:brett.porter@...] 
> Sent: Wednesday, November 30, 2005 8:23 PM
> To: dev@...
> Subject: Re: IntelliJ JDK path
> 
> I assume you are referring to David Jencks' version? All his 
> changes and more are in the latest release:
> 
> maven plugin:download -Dversion=1.6 
> -DartifactId=maven-idea-plugin -DgroupId=maven
> 
> Cheers,
> Brett
> 
> On 12/1/05, Jeff Genender <jgenender@...> wrote:
> > Yeah...the IntelliJ plugin for maven is bad.  You need an 
> updated version.
> > I can email you one if you like.
> >
> > Jeff
> >
> >
> > > -----Original Message-----
> > > From: Ken Perl [mailto:kenperl@...]
(Continue reading)

Matt Hogstrom (JIRA | 1 Dec 2005 04:39
Picon
Favicon

[jira] Closed: (GERONIMO-1254) Changing Axis version from 1.3 to 1.4-SNAPSHOT

     [ http://issues.apache.org/jira/browse/GERONIMO-1254?page=all ]

Matt Hogstrom closed GERONIMO-1254:
-----------------------------------

    Resolution: Fixed

Tested with dayTrader.  project.properties updated.

> Changing Axis version from 1.3 to 1.4-SNAPSHOT
> ----------------------------------------------
>
>          Key: GERONIMO-1254
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1254
>      Project: Geronimo
>         Type: Test
>     Versions: 1.0
>  Environment: All
>     Reporter: Matt Hogstrom
>      Fix For: 1.0

>
> Changing Geronimo to build with Axis 1.4-SNAPSHOT in anticipation of 1.0 release.  The Axis team is
expecting to deliver their release of this on Thursday night (12/2/2005).

--

-- 
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
(Continue reading)

Matt Hogstrom (JIRA | 1 Dec 2005 04:39
Picon
Favicon

[jira] Closed: (GERONIMO-1255) Changing ActiveMQ from 3.2 to 3.2.1 in preperation for Geronimo 1.0 Release

     [ http://issues.apache.org/jira/browse/GERONIMO-1255?page=all ]

Matt Hogstrom closed GERONIMO-1255:
-----------------------------------

    Resolution: Fixed

Done

> Changing ActiveMQ from 3.2 to 3.2.1 in preperation for Geronimo 1.0 Release
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-1255
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1255
>      Project: Geronimo
>         Type: Test
>   Components: ActiveMQ
>     Versions: 1.0
>     Reporter: Matt Hogstrom
>     Assignee: Matt Hogstrom
>      Fix For: 1.0

>
> Updating Geronimo build to use ActiveMQ 3.2.1 for testing with Geronimo 1.0

--

-- 
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
(Continue reading)


Gmane