Michal Mocnak | 1 Jan 21:48
Picon

Re: Change provileges for run JBoss

You hava to change permission of the scripts in <SERVER_ROOT>/bin to 
execute permission. Nothing else.

-michal

Nopalin wrote:
> i have an user wich is running jboss, and i have another user where i
> proggram from. i configure very well jboss in netbeans, but when i try to
> run it, it fails for permissions problems,  Is there a way to change
> permissions for run jboss inside netbeans?
>   

Owen Thomas | 2 Jan 00:01
Picon

RE: Creating a Web Service from an XML schema.

Okay, for anyone who’s interested. I did some looking around on the weekend, and found the following page:

 

http://blog.springframework.com/arjen/archives/2006/07/27/xslt-that-transforms-from-xsd-to-wsdl/

 

It shows how you can generate a WSDL that obeys an XSD. As I suppose you’d well be using a different XSD for different methods, you may want to specify more than one XSD as input, and associate each one to a particular method name. Interesting though as a first cut.

 

  Owen.

 

From: Owen Thomas
Sent: Friday, December 29, 2006 4:16 PM
To: nbusers <at> netbeans.org
Subject: RE: [nbusers] Creating a Web Service from an XML schema.

 

Should I be considering something entirely different and simpler to Web Services?

 

  Owen.

From: Owen Thomas
Sent: Friday, December 29, 2006 3:04 PM
To: nbusers <at> netbeans.org
Subject: [nbusers] Creating a Web Service from an XML schema.

 

Hi there.

 

I am getting a hold of this web services thing, so please excuse my ignorance.

 

Given an XML schema, does NetBeans have a way to create a web service that consumes and/or produces messages that conform to the schema?

 

Thanks for your time,

 

  Owen.

Gil65 | 2 Jan 03:47
Picon

sjsas 9 installation fails

Hi forum, me again with problems with the SJSAS, this time, I´ve installed
the server on a intel celeron laptop ,with 1,5 Ghz and 240 Mb RAM on Windows
XP Pro., The servers works alone and with Netbeans 5.5 B, tree or four
times, but after that, at the server starting, it stops with the message "La
sintaxis del comando no es correcta." (invalid sintax command). After too
many tries to put the server at work, I´ve decide uninstall, and then
reinstall. But the reinstallation fails, with an similar message in the
archive Install_Application_Server_9PE_200610101951.txt, wich contains the
following text:
INFO - Start Sun Java System Message Queue configuration
INFO - End Sun Java System Message Queue configuration
INFO - unpacked jar file: C:\Sun\AppServer\lib\admin-cli.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-cmp.jar.pack.gz
INFO - unpacked jar file:
C:\Sun\AppServer\lib\appserv-deployment-client.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-ext.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-jstl.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-tags.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\appserv-ws.jar.pack.gz
INFO - unpacked jar file:
C:\Sun\AppServer\lib\com-sun-commons-launcher.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\j2ee-svc.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\javaee.jar.pack.gz
INFO - unpacked jar file: C:\Sun\AppServer\lib\sun-appserv-ant.jar.pack.gz
INFO - unpacked jar file:
C:\Sun\AppServer\lib\deployment\sun-as-jsr88-dm.jar.pack.gz
INFO - Start core server configuration.
ERROR - default domain creation returned following exception: abnormal
subprocess termination: Detailed Message:La sintaxis del comando no es
correcta.

La sintaxis del comando no es correcta.

INFO - End core server configuration.
INFO - Start samples configuration.
INFO - End samples configuration.
INFO - Start Java DB Configuration.
INFO - End Java DB Configuration.

any suggest?

Gunawan | 2 Jan 04:32
Picon

RE: reverse engineering

Thank you for all of your reply. To Apoc Matrix, Pat Farrel, Nan Null, Thomas Kellerer, Witold Szczerba, Chris Dickerson, Jay Foster and Moazam Raja.
 
I think we can test it using tools to reverse engineering the java class file. I think yGuard and ProGuard are great obfuscators. If I want to reverse engineer a java class, what kind of product that I can use? (maybe the name of the tools)
 
Thank you and I am very sorry if this is an OOT post.
Regards
Gunawan
 
Btw, Happy New Year to you all.....

From: Apoc Matrix [mailto:matrix.epokh <at> gmail.com]
Sent: Sunday, December 24, 2006 4:05 AM
To: nbusers <at> netbeans.org
Subject: Re: [nbusers] reverse engineering




>   Theoretically, Java class can be
> obfuscated almost as hard to reverse as obfuscated native code of the
> hardest to reverse engineer platform.


Agreed that it is almost as hard. I'll give you "as hard" and it doesn't
change my opinion that it is too weak to bother with.

Use Open source, GPL, or other approaches. Use licensing.
Don't think that technology will solve a business problem.
Look at how long it took for DeCSS to come out and prove that the DRM
in DVDs was worthless.

If you have a real problem, don't think that obfuscation is going to
solve it.

IMHO, YMMV, etc.

Merry Christmas, or other December holiday....
--
Pat Farrell
http://www.pfarrell.com/

I want only to add some note from the practical point of view.
Reversing from a deep obfuscated application is an inferno but cracking is really easy.
I mean I don't care about the obfuscator,  I just patch the java bytecode even if I can't understand fully the algorithm used.
In some application is also possible to use the obfuscated class without using them, I mean if you know the interface, you can use them also in your project. This is the darkside of the engineering (darth vader rulez).

Cheers.
Lukas Jungmann | 2 Jan 08:53
Picon

Re: Creating a Web Service from an XML schema.

Hi,

Owen Thomas wrote:
> Hi there.
> 
> I am getting a hold of this web services thing, so please excuse my 
> ignorance.
> 
> Given an XML schema, does NetBeans have a way to create a web service 
> that consumes and/or produces messages that conform to the schema?
> 

In NetBeans there you can create new WSDL file from existing XML 
schemas, and later on, once you will have complete WSDL you can create a 
web service from this WSDL.
You could also try Enterprise pack which provides better wizard for WSDL 
files (eg. it helps you to define messages, portTypes, etc.) and also 
visual editor for WSDL files.

--lj

>  
> 
> Thanks for your time,
> 
>  
> 
>   Owen.
> 

Andrei Badea | 2 Jan 09:24
Picon

Re: Hibernate with TeraData JDBC

RKS_NetBeans wrote:
> I am trying to use NetBeans 5.5, Java 5.0, TeraData JDBC (3.3/3.4) and
> Hibernate to build up an infrastructure but have run into a number of
> problems:
> 
> 1.       TeraData JDBC Level 4 drivers do not function properly from
> NetBeans IDE – can’t seem to extract schema for entity classes nor see any
> views or tables in NetBeans Database explorer.
> 
> 2.       Can’t detect primary key on TeraData table 
> 
> 3.       I have resorted to using the JDBC/ODBC bridge just to get things
> working.

I don't think anyone has tested NetBeans against this database, but OTOH 
  if it is JDBC-compliant things should work. Please file a P3 issue 
against the db module.

Thanks,

Andrei

Andrei Badea | 2 Jan 09:26
Picon

Re: To fill Derby table from NB??

kdee wrote:
> Thanks for your answers:
> 
> I got a hold on the Netbeans option ;o)
> 
> Having a problem though  -  in SQL  the mark  ;     is a divider but it
> seems not to be recognized by a Netbeans run sql   ( syntax error in (;)
> line5 column2 )
> 
> Do I have to write each line separately and run it one by one? How can I put
> two insert or more statements so running wont give me an error?

Running SQL scripts doesn't work in 5.0, but it works in 5.5. If it 
doesn't work for you please fill an issue and attach a simple SQL script 
for which you get the error, as well as your log file (located in 
var/log/messages.log in your userdir).

Andrei

Tomas Pavek | 2 Jan 10:45
Picon

Re: turning off snap to grid

Brandon Dohman wrote:
> I recently sent out a post asking how to turn off the snap to grid.  I got a
> response directing me here -> Tools, Options, Advanced options, Visual
> Designer, Snap to Grid <- but I was unable to find this under advanced
> options.

This option does not work for the "Free Design" mode anyway; it's related to 
absolute layout only.

> 
> I am needing to turn off the snap to grid because when designing when adding
> pieces to my jframe it likes to distort everything on my jframe and move it
> away from the area it was previously. 

You can suppress snapping by holding Alt key when dragging a component. But 
I'm not sure if it helps you. In your particular case it is probably some 
problem in the free design layout mode behavior. I'd suggest you to use NB 5.5 
(if still using 5.0) and try to break the UI into subpanels making the layout 
less complex. Also pay attention to the anchors, aligning in columns and 
resizability of components - it seems part of the unexpected behavior is due 
to having these layout properties set incorrectly (e.g. Add Patient button is 
resizable (probably should not), Directives combo box is not while it should 
be, etc).

> 
> Does anyone else have similar problems?  I have attached pictures to show my
> issue.  Thanks for the help.

To help us track the problematic behavior down and make it work smoothly for 
the next release, it would be great if you could send us your GUI form in 
somewhat "last good state" and describe what you did when it started to 
misbehave. (You can also send it just to me privately.) Thanks

   - Tomas

Stepan Herold | 2 Jan 10:52
Picon

Re: Tomcat 6 in Netbeans 5.5

Unfortunately not. Tomcat 6 is, however, supported in the latest developments builds.

-Stepan

Miroslav Šulc wrote:
> Hello,
> 
> is there a way to run Tomcat 6 from Netbeans 5.5?
> 
> -- 
> Miroslav Šulc
> 

Miroslav Šulc | 2 Jan 11:01
Picon

Re: Tomcat 6 in Netbeans 5.5

And will there ever be an update for nb 5.5 to support tomcat 6 or we 
will have to wait till nb 6.0 is released?

--
Miroslav Šulc

Stepan Herold wrote:
> Unfortunately not. Tomcat 6 is, however, supported in the latest 
> developments builds.
>
> -Stepan
>
> Miroslav Šulc wrote:
>> Hello,
>>
>> is there a way to run Tomcat 6 from Netbeans 5.5?
>>
>> -- 
>> Miroslav Šulc
>>

Gmane