<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.java.ide.netbeans.user">
    <title>gmane.comp.java.ide.netbeans.user</title>
    <link>http://blog.gmane.org/gmane.comp.java.ide.netbeans.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126989"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126988"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126984"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126974"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126972"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126967"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126966"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126964"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126963"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126962"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126959"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126957"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126950"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126942"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126938"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126937"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126934"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126933"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126928"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126926"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126989">
    <title>PLEASE HELP - URGENT!</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126989</link>
    <description>I'm a newbie here and I think I have totally broke Netbeans to the point that I can't even uninstall, reinstall, or even connect to report the problem.



Is there a way to manually removing Netbeans from the system?  I'm using Windows XP, Service Pack 3



I get a Critial Error when I try to uninstall...



"An unexpected exception happened in thread Thread-4



Exception:



      java.lang.AbstractMedhodError:

        gnu.xml.dom.DomElement.getTextContentxt()Ljava/lang/String;



    You can get more details about the issue in the installer log file:  &lt;log_name&gt; "



I don't understand what the log file means and it doesn't tell me how to fix the problem.



Please help me fix this problem.  I am not sure what to do next now that I can't even uninstall.



Thanks.





</description>
    <dc:creator>laila63</dc:creator>
    <dc:date>2008-10-06T22:08:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126988">
    <title>New Maven Problem tonight</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126988</link>
    <description>Up until tonight, I was able to place jar files into my repository manually that didn't exist in the repository.



I manually add them as follows:

mvn install:install-file -Dfile=./securityfilter-2.0.jar -DgroupId=securityfilter -DartifactId=securityfilter -Dversion=2.0 -Dpackaging=jar



As of about an hour ago, my build working due to a "corrupted" pom file int the .m2 folder.  Somehow Netbeans placed my cable provider's   "web page not found" page in place of the manually added pom.xml.



When maven tried to use this "does not exist" page, it thought it was a corrupted pom.xml and failed to build.



org.apache.maven.project.InvalidProjectModelException: Not a v4.0.0 POM. for project securityfilter:securityfilter at C:\Users\Baba\.m2\repository\securityfilter\securityfilter\2.n\securityfilter-2.n.pom





I have attached the invalidly downloaded "pom.xml" file that is the cable proder's HTML web page.  Nothing else had changed in my environment and the build went from working to not working within minutes of each other with no changes outside of restarting the IDE.



I don't know for sure if a pom file had been put there when I manually added the jar file or if Maven in Netbeans added it itself upon not finding the pom file locally.



Hope this makes sense.



JohnE




Attachments: 
http://forums.netbeans.org//files/securityfilter_2npom_934.zip


</description>
    <dc:creator>jeichels</dc:creator>
    <dc:date>2008-10-07T02:19:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126984">
    <title>How does Netbeans determine the set of events to include in the Properties window?</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126984</link>
    <description>When selecting a JComponent in the Inspector window, NB shows a list of properties and events in the Properties window. How does NB determine this list? Can I extend a JComponent, add it to the Palette, and have NB show the list of events that this new component fires in the Properties window? How? I would like to add listeners to my components in the same way as I do for other swing components (i.e., by double-clicking on an event).

------------------------
</description>
    <dc:creator>jamesVagabond</dc:creator>
    <dc:date>2008-10-07T05:49:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126974">
    <title>Change the URL of a web service client in runtime</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126974</link>
    <description>
Hi,

I have deployed a JAX-RCP web service client in a java app. project.

Now, the web service server IP has change (and it could be changing
frequently), how can I change the URL of the web service client in
runtime?? I would like to use a property file to store the actual URL of
the web service.

I don't want to compile/recompile the project every time the sever IP
change.

Thanks.


</description>
    <dc:creator>Xavier Callejas</dc:creator>
    <dc:date>2008-10-06T21:01:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126972">
    <title>NetBeans 6.1 Deploy to Tomcat 5.5: ClassNotFoundException</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126972</link>
    <description>
org.apache.axis2.deployment.DeploymentException: A ClassNotFoundException
error occurred in loading the message receiver com.xxx.myclass

I can see class file in WEB-INF\classes\com\xxx\myclass.class.

Why is this error occurring? I've seen this error occur before on different
projects and I can't figure out why this is happening, or what I need to do
to fix.

Please help. Thanks!

NetBeans 6.1
Tomcat 5.5.25
JDK 1.5.0_15
</description>
    <dc:creator>MassimoH</dc:creator>
    <dc:date>2008-10-06T20:32:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126967">
    <title>Application Server Fails to Start</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126967</link>
    <description>My project fails to start - the log shows successful build, then a
message that the Application Server failed to start.  Glassfish is not
running.

When I check netstat it shows listeners on ports that are in the
domain.xml file - these listeners were not active before starting
Glassfish.  There are no errors showing in the Glassfish log.

 

Any ideas about what is happening and how to fix it?

 

Configuration is Windows XP Professional,  NetBeans 6.5 Dev Build
200809250201, GlassFish V2ur2

 

 

</description>
    <dc:creator>Dan.Brown&lt; at &gt;dot.gov</dc:creator>
    <dc:date>2008-10-06T18:35:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126966">
    <title>Will 6.5 stop wasting my time?</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126966</link>
    <description>I have grown to just hate the background compilation in netbeans.  All too 
often, I am extending or working on a core library which I rebuild, and then 
switch back to working on the project that uses that core library.  Low and 
behold, I can't "compile" or "run" my project because netbeans is off scanning 
through all 50 some projects I have in my project list, trying to see if it 
should draw a helpful little "This project is broken" icon.  For me, this is 
absolutely a complete waste of my time.  The resolution of broken library APIs 
against projects is an integration task, not a development task.

When I submit my library change, the nightly builds will tell me I have any 
issues, and the time it takes to fix those issues will likely be 1/100th of the 
time I am wasting waiting for the background compiles to finish.

Any hope in 6.5 of turning this nonsense back off so we can get back to 
productive development?

Gregg Wonderly

</description>
    <dc:creator>Gregg Wonderly</dc:creator>
    <dc:date>2008-10-06T17:57:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126964">
    <title>FontSize</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126964</link>
    <description/>
    <dc:creator>Mario Semper</dc:creator>
    <dc:date>2008-10-06T17:23:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126963">
    <title>NB broken jar?</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126963</link>
    <description>Hi, I have a desktop application that works fine in NB.  However when I try to run the app with only the jar file created by NB there is a problem.  Specifically, my GUI will load however node of the images load.  While this program has a lot of external files and images, I am running the Jar from the same location that NB created it in, so I don't think it is an issue related to the file links.   



Anyone have any suggestions?





</description>
    <dc:creator>psyber</dc:creator>
    <dc:date>2008-10-06T15:16:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126962">
    <title>NB 6.1 Oddness with JAXB Wizard</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126962</link>
    <description>Good morning.



I am seeing some odd behavior running the JAXB wizard under NetBeans 6.1 under both Fedora 8 with the Sun 1.6 JDK and Fedora 9 with OpenJDK 1.6.



First, I have the same problem that was reported last week where my debugger refuses to stop on breakpoints for any project that uses the JAXB wizard.



I have been wrestling a new issue this morning that is even more troublesome, though. If I create a new project and add a JAXB binding, I can no longer add a new JAR file to the project; the library shows up in the project details, and is even included in the deployment, but it will not be added to my class path. Context assist will not find the classes, and if I manually add the import statement, it will report errors on both the import statement and the lines I use the classes. Clicking the "Clean and Build" button will compile without errors, though, and decompiling the generated class file does confirm that the class was compiled correctly. The "Clean and Build" operation does not fix the error markings in the source file, though, nor does restarting NetBeans.



Conversely, if I add the JAR file to the project before I create the JAXB binding, the classes are properly included in the class path and continue to work after I add the JAXB binding.



I have not been able to test this scenario in 6.5 Beta because of a different problem with the JAXB wizard that I also saw noted here (Ant can't find the XJCTask class).



Has anyone else seen this behavior? Are there any known workarounds (besides the obvious "add all your JAR's before you add a JAXB binding")?



  Thanks,

  Chuck Harris





</description>
    <dc:creator>ChuckHarris</dc:creator>
    <dc:date>2008-10-06T14:38:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126959">
    <title>Platform API's...?</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126959</link>
    <description>Hi,

I am trying to modify the 'Netbeans Framework Application' Paint example
with a 'Quit' button. I am succsessful in doing so, but I am not able to
kill the program (mainthread) itself.

System.exit(0) does not work. Any idea on how to get the main thread from a
module? Not so aparent from the API documentation. Windows.API has nothing
on the matter.

Oddvard


</description>
    <dc:creator>Oddvard Myrnes</dc:creator>
    <dc:date>2008-10-06T13:22:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126957">
    <title>Video Free *** NetBeans Visual Web Pack</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126957</link>
    <description>
Video is free for download course JAVA and NetBeans Visual Web Pack
link: prologicasistemas.fortunecity.com 
 
Thank´s
 
 
 
 
Video Aula ::: Cadastro de Usuários WEB Visual Web Pack ::: Amigos em minha página em AULA 1 existe um video que explica passo a passo como criar um CADASTRO DE USUÁRIO utilizando Visual JAVA Server Faces. Ao clicar no link se não redirecionar para o RAPIDSHARE, clique em voltar e tente novamente. link: prologicasistemas.fortunecity.com Obrigado. 
_________________________________________________________________
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver offline. Conheça  o MSN Mobile!
http://mobile.live.com/signup/signup2.aspx?lc=pt-br</description>
    <dc:creator>Marcio Fermino</dc:creator>
    <dc:date>2008-10-06T14:59:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126950">
    <title>SVN 1.5 reintegrate merge in NetBeans?</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126950</link>
    <description>Hi there,
Subversion 1.5 introduced new "reintegrate" merge option.
Is it going to be available from within NetBeans IDE anytime soon?

Thanks,
Witold Szczerba

</description>
    <dc:creator>Witold Szczerba</dc:creator>
    <dc:date>2008-10-06T12:49:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126942">
    <title>WG: Netbeans 6.0 - Web app - Design mode</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126942</link>
    <description>no ideas?


----- Forwarded by Daniel Jank/03/MARPOSS on 06.10.2008 11:07 -----

Daniel Jank/03/MARPOSS 
01.10.2008 10:14

To
nbusers&lt; at &gt;netbeans.org
cc

Subject
Netbeans 6.0 - Web app - Design mode





Hi!

Some days ago I installed Netbeans 6.0 with Glassfish on a second PC and 
wanted to import some projects.
I installed every Plugin (woodstock) and the used Libraries. 

When I try to open the design mode of a web page, nothing happens. The 
window stays grey.
I can compile &amp; start the project. Netbeans shows no errors, but when the 
browser starts it shows also nothing.

Has anybody ideas?

Thanks!

Greetings Daniel</description>
    <dc:creator>daniel.jank&lt; at &gt;de.marposs.com</dc:creator>
    <dc:date>2008-10-06T09:07:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126938">
    <title>Netbeans highlighting and text area</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126938</link>
    <description>Dear NetBeans,

I am a 3rd Year Computer Science student trying to create an IDE for the 
JavaCC parser generator. I have been relatively successful so far in 
using your software to accurately design a suitable system however I 
have a question about the way in which netBeans highlights words in it's 
interface when you are programming.
For my main programming area I have used a JEditorPane from the 
'palette' in order for the user to be able to enter their code, however 
with regards the highlighting/colouring of particular words I am having 
difficulties as the only option is to change the colour of all of the 
text in the box. I was wondering how this operation is performed in 
NetBeans i.e. the syntax highlighting of java code and variables etc. 
The only way I have found of doing this so far is to extract all of the 
text from the box and run it through a java program which uses HTML to 
'mark-up' the text with various formatting. It seems a slightly 
long-winded way of trying to highlight words and was wondering if there 
was a simpler way.

I look forward to your reply.

Yours

Chris Straffon

</description>
    <dc:creator>Chris</dc:creator>
    <dc:date>2008-10-05T22:14:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126937">
    <title>Cannot run NetBeans on Mac</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126937</link>
    <description>I'm having the same problem.  It started a few days ago.  I can't run 6.1 or 6.5b from the command line under bash, but can (as the same user) under tcsh. 



I didn't see any mention of that, so thought it might be important.  It makes me wonder if something got hosed in the environment, but I couldn't find anything that seemed significant in mine...





</description>
    <dc:creator>jxstanford</dc:creator>
    <dc:date>2008-10-06T01:44:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126934">
    <title>setting auto formatter</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126934</link>
    <description>Hi,



 I know that Alt+Shift+f will format our code,

But this is default format.



I want to change this format according to my conventions.



So my question is how to change that default format.



Thanks,

Kamal





</description>
    <dc:creator>kd.kamaldeep</dc:creator>
    <dc:date>2008-10-06T06:57:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126933">
    <title>Override Default Delimiter Problem</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126933</link>
    <description>To pros,



I am a newbie to Netbean, and having problem to properly output a user input (string) to the netbea's StandardOutput window. This small program reads a string input from user and displays it on the screen. It works fine on standard output window but it doesn't  in Netbean. I ran debug step-into, it seemed that netbean didn't step-into the echo printing line. I hope anyone could help me on this issue. Thanks heaps!! Here's the code:



==============================================



import java.util.*;



class OverrideDelimiter

{

    public static void main (String[] arg)

    {

        String text, lineSeparator;

        

        //Override defaul delimiter

        Scanner scanner = new Scanner(System.in);

        lineSeparator = System.getProperty("line.separator");

        scanner.useDelimiter(lineSeparator);



        //Prompt and Accept input from user

        System.out.print("Enter a sentence: ");

        text = scanner.next();



        //Echo printing

        System.out.println("You entered: " + text);

    }

}





</description>
    <dc:creator>kimagi</dc:creator>
    <dc:date>2008-10-06T07:31:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126928">
    <title>Netbeans 6.5 beta: Incremental compiling</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126928</link>
    <description>Incremental compiling is a very nice feature but I would like to know if it is possible to force an incremental compile when you want to. It's kind of annoying to enter code and wait a couple of seconds before it actually compiles (I was used to pressing F9 to compile in 6.1, now that's shaded out ).  [Crying or Very sad] 



I just downloaded the latest nightly build and I'm going to test out if this was addressed.





</description>
    <dc:creator>novice</dc:creator>
    <dc:date>2008-10-05T15:08:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126926">
    <title>Connecting Oracle 10g and Netbeans6.1-----Complete steps</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126926</link>
    <description>I have been trying to connect Oracle 10g wista free version with Netbeans6.1 ......

After a long effort i have found how to do that.....

Here are the steps....



Install ojdbc14.jar from the net....Its an oracle driver....



Then go to netbeans..

select windows-&gt;services

in the left pane of the netbeans you will find the services tab..

In that click you can find databases....

Expand it...

iside it you can find Drivers tab...

Right click on it and select new driver option

You will find a box...

Press add button

Browse for ojdbc14.jar file and press ok...

Netbeans automatically detects it ass ORacle 

Then you can find Oracle in the Drivers-Databases node.....



Then right click on the Oracle and select Connect Using Option...



It will ask for &lt;host&gt;&lt;port&gt;&lt;sid&gt;



For these information do the following procedures:



Go to the location where Oracle is installed...

Follow this folder link

Oracle  -&gt;  Product  -&gt;  10.2 (Version dependent)  -&gt; db_1  -&gt; Network  -&gt; Admin 



Inside that you can find a file called tnsnames...

Open it with using notepad...



You can find the host name port name....



service_name will be your sid



Then click connect...............

Tats it.......





</description>
    <dc:creator>ksprakash</dc:creator>
    <dc:date>2008-10-05T09:47:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126923">
    <title>Use Default NetBeans Editor</title>
    <link>http://comments.gmane.org/gmane.comp.java.ide.netbeans.user/126923</link>
    <description>I am creating a new bean component in NetBeans, named as "EditableTable". 



In this component, I have created a int property: "columnWidths"; I have set description for this property using Bean-Info Editor But... [b]Now, I want to use editor for this integer array property which is provided by NetBeans for integer array[/b]. 



I have created one property: "mode", where mode can be UNLIMITED_ROWS(=0) or LIMITED_ROWS(=1). But... [b]I wants to provide combo box for this property like in focusLostBehaviour property with JFormattedTextField bean component.[/b]

So please provide me help for the solution of my above requirements





Thanks...

[b]Gajesh Tripathi[/b]





</description>
    <dc:creator>gajeshtripathi</dc:creator>
    <dc:date>2008-10-05T07:01:12</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.java.ide.netbeans.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.ide.netbeans.user</link>
  </textinput>
</rdf:RDF>
