[java ee programming] Error with interoperabilety ws

2009-10-19 Thread Konstantyn Harasevich
Hello When run Calculator sample with reliable message delivery , this is part from wsdl : ? ? ? here is error from log file: Received Message End WSS0253: Message does not conform to configured policy: No Security Header found in message com.sun.xml.wss.XWSSecurityExc

[java ee programming] Re: Regular Expressions in java

2009-10-19 Thread Wayne Unruh
here is the java tutorial http://java.sun.com/docs/books/tutorial/essential/regex/index.html Date: Mon, 19 Oct 2009 20:46:00 +0800 Subject: [java ee programming] Re: Regular Expressions in java From: bob.santo...@gmail.com To: kuddin...@gmail.com CC: java-ee-j2ee-programming-with-passion@googl

[java ee programming] Problem running EJB3.0 Tutuorial application from netbeans site

2009-10-19 Thread Chetana Shenoy
Hi: I tried deploying and running EJB3.0 tutorial application from netbeans site given as additional resources in Sir Sang's advanced jee tutorial. The application is NewsApp from EJb3.o. I get the following error while running the app. Exception while invoking class org.glassfish.persisten

[java ee programming] Have problem to run original project for LAB-4005

2009-10-19 Thread Susan Smith
Hello, I'm trying to build and run the hello2 project from LAB-4005. I download the zip files from javapassion website and got the following error message below. Can anyone give me pointer how to fix this problem? Thanks in advance for all the help ;---

[java ee programming] Re: Regular Expressions in java

2009-10-19 Thread Bob Santos
I think this is built-in with Java. Take a look at Pattern and Matcher classes. it's also in the Sun Java Tutorial. On Mon, Oct 19, 2009 at 7:15 PM, kkk wrote: > > http://www.javaregex.com : Enables a java application or applet to > compile and use perl5 regular expressions. It also > provides t

[java ee programming] db2

2009-10-19 Thread ANUJ KUMAR
what should i do in order to access db2 database from elcipse --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programm

[java ee programming] Regular Expressions in java

2009-10-19 Thread kkk
http://www.javaregex.com : Enables a java application or applet to compile and use perl5 regular expressions. It also provides tools to use the object-oriented capabilities of java to extend these expressions simple ways. In addition, it provides a special interface for globbing or matching file n

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread Mihai DINCA
Hi Peeter, I'm sorry, it's over my imagination :-( mihai peeter brunch a écrit : > Hello Mihai, > > I am a little lucky than you are, I don't have any error message when > compiled. And the application is using Glassfish V2. > > Regards, > Peeter > > --

[java ee programming] Re: MyHellowWeb variable definition conflict

2009-10-19 Thread Mihai DINCA
Hi Peeter, I think the values of myname1 and myname2 are actually used (the "get" methods). When you split on two lines the warning is gone because nameeq is no longer private, so, as package restricted (the default visibility) it might be read by some other class in the package. In the previo

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread peeter brunch
Hello Mihai, I am a little lucky than you are, I don't have any error message when compiled. And the application is using Glassfish V2. Regards, Peeter Date: Fri, 16 Oct 2009 13:08:45 +0200 From: mihai.di...@free.fr To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject:

[java ee programming] Re: MyHellowWeb variable definition conflict

2009-10-19 Thread peeter brunch
Hi Alin & Mihai, I only wonder why the other names such as myname1 and myname2 are exactly being used in the way similar to nameeq, but these two variables do not have any warning. Afterall, I declare nameeq on a new line rather than on the same line as myname1. It turns out the warning