Sagewire Logo

developer netbeans java RSS Feed

Recent Posts View Recent Posts | View Archived Posts

Message from Varun Nischal
Most recent post: 12/28/2007
2 authors and 2 replies.

------=_Part_17524_23356400.1198856574196

Content-Disposition: inline

Hi,

I wanted to know how can I proceed with resolving any issue found in
Issuezilla.
Recently, I found some bugs and thought I can give it a try fixing it.

What should I do know?

Reply soon.

Regards,
Varun

--
prOgramming bOnds;
http://bondprogrammers.blogspot.com/

Bill Cosby - "In order to succeed, your desire for success should be greater
than your fear."

------=_Part_17524_23356400.1198856574196

Content-Disposition: inline

Hi,<br><br>I wanted to know how can I proceed with resolving any issue found in Issuezilla.<br>Recently, I found some bugs and thought I can give it a try fixing it.<br><br>What should I do know?<br><br>Reply soon.<br><br>
Regards,<br>Varun<br clear="all"><br>--<br>prOgramming bOnds;<br><a href="http://bondprogrammers.blogspot.com/">http://bondprogrammers.blogspot.com/</a><br><br>Bill Cosby - &quot;In order to succeed, your desire for success should be greater than your fear.&quot;

------=_Part_17524_23356400.1198856574196-- read more about How to Resolve Issues


Message from Peter Williams
Most recent post: 12/21/2007
2 authors and 2 replies.

I get the following warnings when I build my module.

verify-class-linkage:
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$1
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$2
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$3
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$4
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$5
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$6
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel
[verifyclasslinkage] Warning:
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel$7
cannot access
org.netbeans.modules.glassfish.common.wizard.AddServerLocationVisualPanel

The class in read more about Confusing "verify-class-linkage" error


Message from Wessam Abd Rabo
Most recent post: 12/21/2007
4 authors and 6 replies.

------=_Part_23717_20559581.1188002188165

Content-Disposition: inline

Hi,

I get an AssertionError exeption on creating a connection between 2
IconNodeWidgets in a graphscene using Visual Library2. It is specifically in
setEdgeSource() method. Does anyone know what could be causing this
exception to be thrown?

Thanks in advance,

Wessam

------=_Part_23717_20559581.1188002188165

Content-Disposition: inline

<div>Hi,</div>
<div>&nbsp;</div>
<div>I get an AssertionError exeption on creating a connection between 2 IconNodeWidgets in a graphscene using Visual Library2. It is specifically in setEdgeSource() method. Does anyone know what could be causing this exception to be thrown?
</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>&nbsp;</div>
<div>Wessam</div>
<div>&nbsp;</div>
<div>&nbsp;</div>

------=_Part_23717_20559581.1188002188165-- read more about AssertionError Exception


Message from Wade Chandler
Most recent post: 12/20/2007
2 authors and 2 replies.

The reason I ask this question is there are many different meanings to project and there are many different ways to use an IDE. For instance, one might not want to change a bunch of custom things one projects scripts do, but does want to be able to have another project there for building etc or doing different things with the sources. One does not want to make copies of directories just to use the same source.

Maven makes this an issue as well. Some projects will use ANT for building and the Maven POM for nothing but project resources. So, you've a POM and then have opened it in NB. You then find you need to be able to have a project with existing ANT script because not all compile time resources are Maven artifacts and some are actually bundled with the project as dependencies. OK, fine, except for the fact that the IDE won't allow the user to create a new NB project from existing ANT script, even if in another directory, and then reference the same src folder as it is being referenced from the POM. So, maybe not fully a great practice, but you run into it and the tools being dynamic as they are means it is going to happen, and then another as the 3rd party developer on some other project can
not contribute easily because they are using NB and it makes them jump through hurtles just to get going.

Anyways, I'm thinking of filing an issue to see if this can be resolved. I do not see an issue any where already. I wanted to know the reasons for the limitation in the fi read more about Is there any good reason why one project can not use the same src folder of another, and are there any thoughts or on going efforts directed to changing it?


Message from shansi
Most recent post: 12/20/2007
2 authors and 2 replies.

Hi,

The local history gives me a NullPointerException at
org.netbeans.modules.xml.text.folding.XmlFoldManager.initFolds(XmlFoldManager.JAVA:145).
Can you plz let me know why this behaviour? Am I missing something?

Thanks.
--
View this message in context: http://www.nabble.com/Local-History-tp14434626p14434626.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Local History


Message from Girish_Patil
Most recent post: 12/19/2007
2 authors and 2 replies.

Using layer file (Editors/text/x-JAVA/PaletteController.instance) one can add
Palatte to the Editor.

If two or more modules create their own PaletteController instance for an
Editor only one of them will be displayed and other module's palette
categories and items won't be merged to the one being displayed.

What is the best way to add palette items and categories to JAVA Editor w/o
over writing palette items added by other modules? Is there common/standard
palette root folder name where one can just add categories and palette items
for the JAVA Editor so only the Editor can instantiate PaletteController?

-Girish

--
View this message in context: http://www.nabble.com/Adding-palette-items-and-categories-to-Editor-by-other-modules-tp14266691p14266691.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Adding palette items and categories to Editor by othermodules


Message from divya111
Most recent post: 12/19/2007
4 authors and 9 replies.

hi iam new bee to netbeans IDE......... I have a problem , like I have a situation where I have a drop down box with
data which is from a database table and I have a button, when the user
clicks the button the same dropdown box should be added dynamically with the
same data...............

how to do this in netbeans IDE...............

--
View this message in context: http://www.nabble.com/Dynamically-adding-same-control-on-to-the-page-tp14350396p14350396.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Dynamically adding same control on to the page


Message from Mike Bailey
Most recent post: 12/18/2007
3 authors and 3 replies.

we are trying to add a post-compile step to a project build file.

Netbeans IDE Field Guide 2nd Edition pp. 61-62 describes how to do this.

However when we look at the project's do not-you-dare-edit build-impl.xml for
a post-compile task to copy, it isn't present.

And so, wondering, how do we add a post-compilation task to the project's
build.xml that will be invoked each time we build? TIA for all responses.
--
View this message in context: http://www.nabble.com/what-happened-to-overriding-ant-target-post-compile-in-build-impl.xml--tp14407576p14407576.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about what happened to overriding ant target post-compile inbuild-impl.xml?


Message from David Van Couvering
Most recent post: 12/17/2007
2 authors and 2 replies.

I used the New File->Wizard to create a wizard for my project. I
noticed the description for the wizard is embedded in an HTML file. How
does this description get internationalized?

Thanks,

David read more about New Wizard Wizard - how to internationalize description?


Message from Juergen Schmidt - Sun Germany - ham02 - Hamburg
Most recent post: 12/14/2007
2 authors and 5 replies.

Hi,
I try to install NB 6 on a Solaris x86 machine with root permission.
It's more or less a default Solaris installation.

When I start the installer I got the following error message:

It seems that the installation of JAVA SE is corrupt.
The validation procedure issued the following warning:

The installation directory cannot be detected.

Would you like to mark this product as not installed and continue?
...When I ran the installer under my personal account it works. I have no
idea what's going wrong. Does anybody of you've an idea?

Thanks

Juergen read more about NetBeans 6 installation error ...


Message from David Van Couvering
Most recent post: 12/14/2007
2 authors and 2 replies.

I want to deliver a standalone module, initially for download from the
Dev Plugin Center, but which ultimately'd be part of NetBeans,
that has dependencies on third-party library modules, some of which
already exist in NetBeans (commons logging, for example) and some
which are new.What is the best way for me to do this? It seems there are two approaches:

- Create a module suite that contains my main module and all the
third-party library modules I need.

- Put the new third-party library modules under libs and declare them
as dependencies, and use the existing module libraries as is.

I'd prefer to do the latter approach as this is the right thing to
do when your module is part of NetBeans. But I am not sure this will
work so that when people install the module under NB 6.0, the right
thing happens. I guess I am asking, does the process of creating an
NBM for my module take care of including these library modules?

Your direction is much appreciated.

David

--
David W. Van Couvering
http://davidvancouvering.blogspot.com read more about Need direction for delivering standalone module using third-party libraries from NetBeans IDE


Message from "=?UTF-8?Q?Fl=C3=A1vio_Alves_Granato?="
Most recent post: 12/14/2007
2 authors and 3 replies.

------=_Part_1862_18342151.1197639165300

Content-Disposition: inline

aGkgZXZlcnlib2R5LAoKIEkgY2FuJ3QgZGVidWdnaW5nIG9uIHRvbWNhdCA1LjAuMzAgd2l0aCBk
dF9zb2NrZXQgdXNpbmcgbmV0YmVhbnMgNi4wLCBkb2VzCml0IGhhdmUgYSB0cm91YmxlPyBPciBJ
IGhhdmUgYSB0cm91YmxlPyA7LSkKCnJlZ2FyZHMKCkZsw6F2aW8KCi0tIAoiQ29tcHV0ZXJzIGFy
ZSBsaWtlIGFpciBjb25kaXRpb25lcnM6IHRoZXkgZG8gbm90IHdvcmsgd2VsbCB3aGVuIHlvdQpv
cGVuIHdpbmRvd3MuLi4iIERpZ2l0YWxEcmlsbAo=
------=_Part_1862_18342151.1197639165300

Content-Disposition: inline

PGRpdj5oaSBldmVyeWJvZHksPC9kaXY+CjxkaXY+Jm5ic3A7PC9kaXY+CjxkaXY+Jm5ic3A7SSBj
YW4mIzM5O3QgZGVidWdnaW5nIG9uIHRvbWNhdCA1LjAuMzAgd2l0aCBkdF9zb2NrZXQgdXNpbmcg
bmV0YmVhbnMgNi4wLCBkb2VzIGl0IGhhdmUgYSB0cm91YmxlPyBPciBJIGhhdmUgYSB0cm91Ymxl
PyA7LSk8L2Rpdj4KPGRpdj4mbmJzcDs8L2Rpdj4KPGRpdj5yZWdhcmRzPC9kaXY+CjxkaXY+Jm5i
c3A7PC9kaXY+CjxkaXY+RmzDoXZpbzxiciBjbGVhcj0iYWxsIj48YnI+LS0gPGJyPiZxdW90O0Nv
bXB1dGVycyBhcmUgbGlrZSBhaXIgY29uZGl0aW9uZXJzOiB0aGV5IGRvIG5vdCB3b3JrIHdlbGwg
d2hlbiB5b3UgPGJyPm9wZW4gd2luZG93cy4uLiZxdW90OyBEaWdpdGFsRHJpbGw8YnI+PGJyPiZu
YnNwOzwvZGl2Pgo=
------=_Part_1862_18342151.1197639165300-- read more about remote debugging on netbeans 6.0


Message from David Konecny
Most recent post: 12/14/2007
4 authors and 7 replies.

Out-of-the-Box project versionability aka "headless builds" or "shared
libraries" or ... is one of the features planned for NB6.1. Draft
version of UI proposal can be found here:

http://wiki.netbeans.org/wiki/view/OutOfBoxVersionabilityProposal

and any feedback, comments, suggestions are highly appreciated in advance.

There is also home page for this feature
<http://wiki.netbeans.org/wiki/view/OutOfBoxVersionability> which links
implementation proposal, will contain a plan, etc.

Thanks,
-D read more about [proposal] Out-of-the-Box project versionability


Message from ttnka
Most recent post: 12/14/2007
2 authors and 3 replies.

I m writting a Application Platform width NetBeans6 on WindowsXP.
It works.
I have to run the application on MacOSX, I try to lunch the "Build Mac OS X
Application", but the script give me an error:

ln -s ../Resources/eventtester/bin/eventtester "C:\Documents and
Settings\trighetti.HITDOM\My
Documents\NetBeansProjects\EventTester/dist/eventtester.app/Contents/MacOS/eventtester"
C:\Program Files\NetBeans 6.0\harness\suite.xml:279: Couldn't launch ln:
JAVA.io.IOException: Cannot run program "ln": CreateProcess error=2, The
system cannot find the file specified

Can anyone help me?

Thanks in advance.--
View this message in context: http://www.nabble.com/Buil-Mac-OS-X-Application-Error-tp14314138p14314138.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Buil Mac OS X Application Error


Message from vince kraemer
Most recent post: 12/13/2007
2 authors and 3 replies.

Hi,

I am working on a module, source available here:
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip, that I
cannot get the help page
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip/JAVAhelp/org/jvnet/glassfish/comms/netbeans/sip/module/docs/project_wizard_config_panel.html)
that I want to be associated with
http://fisheye5.cenqua.com/browse/sailfin/tools/netbeans/sip/src/main/JAVA/org/jvnet/glassfish/comms/netbeans/sip/module/wizards/ProjectConfigPanel.JAVA
to appear when I press the help button on the Project wizard...

When I press the help button, I get this...

This window contains the master set of all installed documentation. You
can use the navigators to the left to browse the IDE's complete table of
contents and index, and perform whole-documentation search on the index
and full-text search.

I do not see any messages about 'not found' IDs or the like in the
console output.

Is there some flag or property that I could set to make the help
integration more transparent?

Thanks,
vbk read more about Hooking up context sensitive help


Message from ttnka
Most recent post: 12/13/2007
2 authors and 2 replies.

I have to display a Login dialog for my application on the platform startup.
I found a solution by including a installer class in a module and override
the "restored" method.
It works, but the main app doesn't show yet.
Does a main platform event exist when all modules are done and the splash
screen hides and the main app is shown?

Thanks in advance.
--
View this message in context: http://www.nabble.com/Platform-main-event-tp14311283p14311283.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Platform main event


Message from "Callner, David A."
Most recent post: 12/12/2007
2 authors and 2 replies.

------_=_NextPart_001_01C83CC9.D4FF02BA


I'm trying to create a new Binding Component. I have created a new
project using the JBI Components JBI Binding Component Wizard and it
creates a whole lot of files and directories. Looking through the code
it seems as if it creates a JMX Binding Component. Is this correct?
I'm not familiar with JMX other than I know it's used as a standard way
to do managing and monitoring applications, etc. I have looked through
the tutorial
http://open-esb.dev.JAVA.net/nonav/public/jbi-comp-examples/Developing_
JBI_Components.html . I'm still confused about how can I get this
binding component to show up on the WSDL Port GUI in netbeans and
create a wizard for people to use this binding component. If anyone
can help me put these pieces together I'd greatly appreciate it. =20

------_=_NextPart_001_01C83CC9.D4FF02BA

------_=_NextPart_001_01C83CC9.D4FF02BA-- read more about Getting Started


Message from ttnka
Most recent post: 12/12/2007
2 authors and 2 replies.

Is It possible create e module widthout a window?

My module only initialize a common class that some module can use.

Is it possible ?

--
View this message in context: http://www.nabble.com/Module-without-WINDOW-tp14291017p14291017.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Module without WINDOW


Message from ttnka
Most recent post: 12/12/2007
2 authors and 2 replies.

I have to write an NetBeans Platform Application, where there are some
modules that they need a DB access for executing queries. I'd like to
know how to share the same connection among the modules. Do I have to write
a DB module and then access the DB Module by Lookups?

Thanks in advance.

--
View this message in context: http://www.nabble.com/DB-Shared-Connection-tp14274087p14274087.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about DB Shared Connection


Message from David Van Couvering
Most recent post: 12/11/2007
2 authors and 2 replies.

I'm looking at using Apache DDLUtils, and it requires a bunch of Apache
commons libraries - logging, etc.

I can include these in my module, but I'm wondering: are they already
available in the NB platform somewhere, so that I can just depend on the
existing versions? If so, where are they, and what's the best way to
declare them as dependencies?

Thanks,

David read more about Apache commons libraries - already available somewhere?


Message from =?ISO-8859-2?Q?Micha=B3_Trzcinka?=
Most recent post: 12/11/2007
2 authors and 2 replies.

Hello all,

I am completely new to the NetBeans Platform and I want to develop a
little plugin which adds third option to "show JAVA packages as" menu in
JAVA projects in NB. There are currently: list, tree, and I'd like
to add option "smart tree" which'd act like "compact empty middle
packages" in IntelliJ IDEA. I tried to figure out where to start, but
unfortunately I did not find any starting point...

--
Michael read more about "show JAVA packages as"


Message from Egidijus Vaisnora
Most recent post: 12/11/2007
2 authors and 2 replies.

I am trying to change BooleanStateAction with a setBooleanState (not the user action) method (action is created). However
checkbox near menu item isn't changing its shape (always is shows selected or deselected). Perhaps I need to invoke some
repaint or update?

--
Egidijus read more about BooleanStateAction


Message from Wade Chandler
Most recent post: 12/10/2007
3 authors and 3 replies.

Jesse,

I'm asking here, so everyone sees the information. I was reading:
http://wiki.netbeans.info/wiki/view/ProjectTypeMusings

I'm wondering what exactly it'll mean, and what the plans are. It seems it'd require a lot of changes if ANT is to be replaced. Is the goal to try to make changes to ANT to add better support for IDE related tasks? Is it maybe to work towards Maven? Is it more likely to lead to a path of some new tool for projects? Anyways, just very curious. Thanks for any information you can give at this time.

Wade

==================
Wade Chandler, CCE
Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member
http://www.certified-computer-examiner.com
http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam
http://www.netbeans.org read more about Post NB 6 Projects (ANT, Maven, ?) and Project Musings in the Wiki


Message from ttnka
Most recent post: 12/10/2007
2 authors and 3 replies.

I have to write two modules in NetBeans Platform.
How to fire event from the module to the second one?
The first one is the main module that fire event to all module that
listener.

Thanks.
--
View this message in context: http://www.nabble.com/Mudule-events-tp14250959p14250959.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Mudule events


Message from srichter
Most recent post: 12/10/2007
2 authors and 3 replies.

Hello,

I'm completly new to Netbeans developement and need help for the following
problem:
I have to write an ETL Tool Plugin that offers a new project type for
Netbeans 6. This tool will generate JAVA source code as output, so I would
like to have all the JAVA project type features in my new project type.

What I'm looking for is a way to create new project types, that extend
existing types (in a way like inheritence'd do in JAVA for classes).

From all I have read i could not find any sources or tutorials discribing how
this could possibly work. Is there any (easy) way to archieve this or is
there at least ANY way to get this work?

If yes, what'd be the procedure and where can you find some more
information about the topic ?

Thanks a lot
--
View this message in context: http://www.nabble.com/Creating-own-project-type-with-J2SE-functionality--tp14248904p14248904.html
Sent from the Netbeans - Dev mailing list archive at Nabble.com. read more about Creating own project type with J2SE functionality?