Netbeans 6.7M2 - Missing J2EE support module

View: New views
5 Messages — Rating Filter:   Alert me  

Netbeans 6.7M2 - Missing J2EE support module

by Cyrill Rüttimann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

The following error is displayed on all J2EE project types (EJB/EAR/
WAR):

You are missing the Maven J2EE support module in your installation.  
That means all J2EE related functionality (like Deployment, File  
templates and others) is missing. The most probable cause is that part  
of the general J2EE support is missing as well. Please go to Tools/
Plugins and install the J2EE related plugins.


I am not able to download another maven plugin - I have already all  
maven plugins installed. Is this a well known error message?


Regards,

Cyrill

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Netbeans 6.7M2 - Missing J2EE support module

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

probably related to the "ergonomics" feature that disables stuff to
keep the IDE slim.. It has it's weak points..
the simpliest way is to get into the netbeans installation directory,
delete the "ergonomics1" subfolder and restart the IDE.

Regards

Milos

On Thu, Mar 5, 2009 at 6:01 PM, Cyrill Rüttimann <ruettimac@...> wrote:

> Hello,
>
> The following error is displayed on all J2EE project types (EJB/EAR/WAR):
>
> You are missing the Maven J2EE support module in your installation. That
> means all J2EE related functionality (like Deployment, File templates and
> others) is missing. The most probable cause is that part of the general J2EE
> support is missing as well. Please go to Tools/Plugins and install the J2EE
> related plugins.
>
>
> I am not able to download another maven plugin - I have already all maven
> plugins installed. Is this a well known error message?
>
>
> Regards,
>
> Cyrill
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Netbeans 6.7M2 - Missing J2EE support module

by Cyrill Rüttimann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Milos,

That helped. Now it works!


Thanks for the good work supporting maven inside of netbeans. I really  
look forward to the 6.7 release and the maven support improvements.


Regards,

Cyrill

On 05.03.2009, at 18:48, Milos Kleint wrote:

> probably related to the "ergonomics" feature that disables stuff to
> keep the IDE slim.. It has it's weak points..
> the simpliest way is to get into the netbeans installation directory,
> delete the "ergonomics1" subfolder and restart the IDE.
>
> Regards
>
> Milos
>
> On Thu, Mar 5, 2009 at 6:01 PM, Cyrill Rüttimann <ruettimac@...>  
> wrote:
>> Hello,
>>
>> The following error is displayed on all J2EE project types (EJB/EAR/
>> WAR):
>>
>> You are missing the Maven J2EE support module in your installation.  
>> That
>> means all J2EE related functionality (like Deployment, File  
>> templates and
>> others) is missing. The most probable cause is that part of the  
>> general J2EE
>> support is missing as well. Please go to Tools/Plugins and install  
>> the J2EE
>> related plugins.
>>
>>
>> I am not able to download another maven plugin - I have already all  
>> maven
>> plugins installed. Is this a well known error message?
>>
>>
>> Regards,
>>
>> Cyrill
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>  http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Netbeans 6.7M2 - Missing J2EE support module

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great to hear it worked.

please file it as issue in netbeans. org issue tracking against the
"ide" component, subcomponent "ergonomics" so that the issue gets
properly fixed in 6.7 final. The workaround I mentioned is not nice..

Thanks

Milos

On Thu, Mar 5, 2009 at 7:55 PM, Cyrill Rüttimann <ruettimac@...> wrote:

> Hi Milos,
>
> That helped. Now it works!
>
>
> Thanks for the good work supporting maven inside of netbeans. I really look
> forward to the 6.7 release and the maven support improvements.
>
>
> Regards,
>
> Cyrill
>
> On 05.03.2009, at 18:48, Milos Kleint wrote:
>
>> probably related to the "ergonomics" feature that disables stuff to
>> keep the IDE slim.. It has it's weak points..
>> the simpliest way is to get into the netbeans installation directory,
>> delete the "ergonomics1" subfolder and restart the IDE.
>>
>> Regards
>>
>> Milos
>>
>> On Thu, Mar 5, 2009 at 6:01 PM, Cyrill Rüttimann <ruettimac@...> wrote:
>>>
>>> Hello,
>>>
>>> The following error is displayed on all J2EE project types (EJB/EAR/WAR):
>>>
>>> You are missing the Maven J2EE support module in your installation. That
>>> means all J2EE related functionality (like Deployment, File templates and
>>> others) is missing. The most probable cause is that part of the general
>>> J2EE
>>> support is missing as well. Please go to Tools/Plugins and install the
>>> J2EE
>>> related plugins.
>>>
>>>
>>> I am not able to download another maven plugin - I have already all maven
>>> plugins installed. Is this a well known error message?
>>>
>>>
>>> Regards,
>>>
>>> Cyrill
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>  http://xircles.codehaus.org/manage_email
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>   http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Netbeans 6.7M2 - Missing J2EE support module

by Cyrill Rüttimann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's issue 159717


Regards,

Cyrill


On 05.03.2009, at 20:11, Milos Kleint wrote:

> Great to hear it worked.
>
> please file it as issue in netbeans. org issue tracking against the
> "ide" component, subcomponent "ergonomics" so that the issue gets
> properly fixed in 6.7 final. The workaround I mentioned is not nice..
>
> Thanks
>
> Milos
>
> On Thu, Mar 5, 2009 at 7:55 PM, Cyrill Rüttimann <ruettimac@...>  
> wrote:
>> Hi Milos,
>>
>> That helped. Now it works!
>>
>>
>> Thanks for the good work supporting maven inside of netbeans. I  
>> really look
>> forward to the 6.7 release and the maven support improvements.
>>
>>
>> Regards,
>>
>> Cyrill
>>
>> On 05.03.2009, at 18:48, Milos Kleint wrote:
>>
>>> probably related to the "ergonomics" feature that disables stuff to
>>> keep the IDE slim.. It has it's weak points..
>>> the simpliest way is to get into the netbeans installation  
>>> directory,
>>> delete the "ergonomics1" subfolder and restart the IDE.
>>>
>>> Regards
>>>
>>> Milos
>>>
>>> On Thu, Mar 5, 2009 at 6:01 PM, Cyrill Rüttimann  
>>> <ruettimac@...> wrote:
>>>>
>>>> Hello,
>>>>
>>>> The following error is displayed on all J2EE project types (EJB/
>>>> EAR/WAR):
>>>>
>>>> You are missing the Maven J2EE support module in your  
>>>> installation. That
>>>> means all J2EE related functionality (like Deployment, File  
>>>> templates and
>>>> others) is missing. The most probable cause is that part of the  
>>>> general
>>>> J2EE
>>>> support is missing as well. Please go to Tools/Plugins and  
>>>> install the
>>>> J2EE
>>>> related plugins.
>>>>
>>>>
>>>> I am not able to download another maven plugin - I have already  
>>>> all maven
>>>> plugins installed. Is this a well known error message?
>>>>
>>>>
>>>> Regards,
>>>>
>>>> Cyrill
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe from this list, please visit:
>>>>
>>>> http://xircles.codehaus.org/manage_email
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>  http://xircles.codehaus.org/manage_email
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>  http://xircles.codehaus.org/manage_email
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email