Hello all,Can anyone tell me why I get the following error message when I try to run a java client to access a method from one of my deployed EJB's in Jboss 3.0.4? It is a simple hello world example where a string is returned from the bean class.javax.naming.CommunicationException. Root ...
Comments (6) | Promote | Bookmark
IP-based access control for a web appSat, 22 Sep 2007 21:21:00 GMTHi,I'm searching for a way to do an ip-based access control for a web application deployed on Sun's App Server 8.Can anybody give me a hint?kind regardsDennis...
Comments (5) | Promote | Bookmark
Help! Getting Errors While Using XALANTue, 18 Sep 2007 02:57:00 GMTHey Everybody, I'm trying to create an instance of the XSLT processor using the following line:org.apache.xalan.xslt.XSLTProcessor processor =org.apache.xalan.xslt.XSLTProcessorFactory.getProcessor( );But when I try to compile, javac says it "can't resolve symbol" and points to the "." before ...
Comments (4) | Promote | Bookmark
y do we compile the client program with the returned client jar in classpatMon, 24 Sep 2007 07:37:00 GMTHi,I want to know what happens when we compile our client program with the jar file returned during deployment in our classpath. What is the necessity?...How do i see the code generated in the stubs and skeleton class?waiting for ur replies!Akshatha...
Comments (3) | Promote | Bookmark
Error in saving.Tue, 13 Nov 2007 07:43:00 GMTHi allwhen i create a EJB jar i got an Error Msg sayibg"Error in saving".All the classes included in the jar file resolved ok.but only when saving it gives the error Msg.( I am using iplanet ias6 SP3)Please Help!!!!Thanks in advancesiva ...
Comments (2) | Promote | Bookmark
Question about when to use EJBSat, 22 Sep 2007 10:05:00 GMTHello All,Right now, I am tasked with taking data out of the database and storing it on the mid-tier. We will be storing this static data in an XML file. We were hoping to read it in when starting the server and then persisting the data for the life of the server. Is this a good time to user ...
Comments (2) | Promote | Bookmark
jdom or jaxp ?Sun, 23 Sep 2007 10:40:00 GMTHi everyone,Can anyone please suggest what are the options and the best way to do in this scenario:I have a xml schema file (.xsd), and my task is to extract data from the database (oracle) and generate an xml file with reference to the schema file I have.By reading at the articles online, I'm ...
Comments (2) | Promote | Bookmark
NameNotFoundException in JNDI lookup in for stand alone App client in EJB3Wed, 14 Nov 2007 23:52:00 GMTI created an ejb module in netbeans 5.5 added a session facade (SavingsaccountFacade) and downloaded it to SunAppServer 9 (java EE 5). When I try and access the JNDI name in a stand alone java application client using the following codeContext initial = new InitialContext();Object objref = ...
Comments (2) | Promote | Bookmark
why java is advantageous than .net?Sun, 23 Sep 2007 15:52:00 GMTwhy java is advantageous than .net?...
Comments (2) | Promote | Bookmark
Research into extream programming, need your thoughtsMon, 21 Jan 2008 21:12:00 GMTResearch into xp, Your ThoughtsI am a student researching into Extream programing. i am to create a development tool that will help people co-ordinate their xp projects. therfore i need help from the people who use XP or have chosen against using it. What i need to know is if there are any ...
Comments (2) | Promote | Bookmark
getting the entire DTD in the output fileTue, 18 Sep 2007 02:35:00 GMTHi All, I have a program that takes an XML file(has DTD and XML in the same file) as input. After parsing it, the output is written into a specified file. The output has first few lines of the DTD and the entire XML part, but is not having the ELEMENT and ATTLIST lines of the DTD. My code runs ...
Comments (1) | Promote | Bookmark
Regarding CAPSWed, 14 Nov 2007 14:39:00 GMTHi All,I am presently working in a Software Company in India as a Programmer Analyst. I am presently pursuing my career in Java and J2EE. Recently i heard about Java CAPS. I went through the sun's site to know about it. It is very interesting. I want to learn it. can anyone guide me to build ...
Comments (1) | Promote | Bookmark
wscompile + xmlbeans: class does not have a public accessible empty construSun, 23 Sep 2007 06:35:00 GMTHiI have some schema files from 3gpp.org and created java files with xmlbeans.Now I try to use them but wscompile complains:error: class provider.VersionType$Enum does not have a public accessible empty constructorthat class is generated by xmlbeans and I can't modify it...The class is an ...
Comments (1) | Promote | Bookmark
What's the best pool sizeSun, 23 Sep 2007 20:14:00 GMTMy website can serve 600.000 users at the time and I use Connection Pool. What's the best pool size I can config ?...
Comments (1) | Promote | Bookmark
Application Server stops/OutOfMemoryTue, 13 Nov 2007 10:54:00 GMTWe are running a servlet application on iPlanet Application Server 6.0 SP3 with jdk 1.2.2. We have 2 kjss running each of the have 256 MB memory and there is 1GB memory free in the server. Sometimes the kjs dumps with an OutOfMemory exception from one of our servlets. As long as the other kjs ...
Comments (1) | Promote | Bookmark
Mail to an email account with blank spaceTue, 13 Nov 2007 23:29:00 GMTHello gurusI need to send emails to "Admin PAR-PEOPLESOFT-GL@orga.com".The presence of a blank space between Admin and PAR is provoquing an error.Any idea on how to deal with it ?Thanks ...
Comments (1) | Promote | Bookmark
Sun Server WEIRD error Pls helpMon, 24 Sep 2007 12:05:00 GMTI was using it just fine, deploying my web applications a few times and suddenly this happens when i want to access web applications:A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor ...
Comments (1) | Promote | Bookmark
SQL Statement for weblogic!Sat, 22 Sep 2007 22:12:00 GMTI am facing problem for querying data from the database.I am so sure that the connection is correct but is the SQL statement.Below is my SQL statement :-ps = c.prepareStatement("select * "+ "from Book "+ "WHERE " + BookPriKey + " LIKE '%?%'",ResultSet.TYPE_SCROLL_INSENSITIVE, ...
Comments (1) | Promote | Bookmark
Tool that shows classes in packagesWed, 19 Sep 2007 21:14:00 GMTDoes anybody know of a tool that allows you to draw multiple packages on one diagram, draw the classes inside them and then show associations between the classes?I currently use Together but it doesn't visually display the classes it just list the class names....
Comments (1) | Promote | Bookmark
XML -> DOM tree -> XMLSun, 23 Sep 2007 01:21:00 GMTI'm an intern at a company, and not very fluent with Java programming. We're making an application that will take an XML document, and turn it into a Jtree or DOM tree ( not sure which ) and then the user will update the information taken from the XML document with information from a ...
Comments (1) | Promote | Bookmark
Java SOAP & PHP serverSat, 22 Sep 2007 23:44:00 GMTHI all, I have the follow problem:I have created a SOAP server with PHP. The client connection with PHP and with generated local classes for Java, with java.apache.axis.wsdl.WSDL2Java, is working very well and I don't have problems with this. But now I try to use my API with the normal calls ...
Comments (1) | Promote | Bookmark
How do I use Sybase as a pluggable store?Tue, 08 Jan 2008 00:55:00 GMTI tried to use a Sybase database for pluggable persistence, but could not createthe required tables.I created a Sybase login/password for jmq, created a database within the dataserver,changed that database to ownership by jmq's login, set the default for that loginto that database, and ...
Comments (1) | Promote | Bookmark
help abt RMI JRMP Stubs for an EJBThu, 14 Feb 2008 00:13:00 GMTHi all,I want to generate RMI stubs for an EJB. Normally, AS 9.0 generates RMI-IIOP stubs. So, i changed in the domain.xml to get RMI JRMP stubs.Then i deployed my ear file. It gives the following traces. Can anyone help me how to get RMI JRMP stubs for an ...
Comments (1) | Promote | Bookmark
Forte ExpressTue, 13 Nov 2007 05:26:00 GMTI need help, somebody now how can i execute forte express in standalone, the message that i have is that can't open de repository ( but i trying to execute in standalone ). I have de Forté 2.0.D.2 version.Wich somebody can help me.Ronald Celis B.GMD S.A.RCelis@gmd.com.peLima - ...
Comments (0) | Promote | Bookmark
how do we create generate webservices.xml file?Wed, 14 Nov 2007 16:51:00 GMTHi all,Im new to webservices...im able to generate mapping.xml file using wsgeneratebut i dont know how do we generate webservices.xml.Im waiting for ur ...
Comments (0) | Promote | Bookmark
Special characters inside mail bodyMon, 24 Sep 2007 03:00:00 GMTI can't see (properly) my special characters (for Eastern Europe) inside body of ma e-mail. This is my mail header:Message-ID: <7749469.1129810202343.JavaMail.javamailuser@localhost>From: milan@setcce.orgReply-To: milan@setcce.orgTo: milan@setcce.orgSubject: ...
Comments (0) | Promote | Bookmark
The final C Client Runtime Lib(eg.mqcrt.dll,...)is how to be builded?Thu, 15 Nov 2007 05:53:00 GMTHello,MQ Development: I am a developer working on Business AppServer. Recently,I have downloaded the Message Queue's Source Code,and I want to know that the final C Client Runtime Lib(eg.mqcrt.dll,...)is how to be builded? That is to say,where can get the the makefile(or other build ...
Comments (0) | Promote | Bookmark
RE: (forte-users) How to force 'no model node' on thecommand lin e argTue, 13 Nov 2007 06:27:00 GMTJean-Paul,As far as I know, you can simply set env. var. FORTE_MODELNODE toempty, before starting the forte process.....set FORTE_MODELNODE=ftexec.................or....export FORTE_MODELNODE=ftexec..................Pascal RottierSTP - MSS Support & Coordination GroupPhilip Morris ...
Comments (0) | Promote | Bookmark
single-tag elementSun, 23 Sep 2007 12:42:00 GMTHi folks,I am sorry if this is a repeat question. I need to create a Single-tag element and I was hoping to get some ideas here. Here is what I am looking for:<someNode someAttribute="someValue" />I can generate the follwoing using DocumentBuilderFactor.Any help is greatly ...
Comments (0) | Promote | Bookmark
I was getting an error while executing the application in the sun1 serverTue, 13 Nov 2007 17:54:00 GMTjava.rmi.ServerException: RemoteException occurred in server thread; nested exception is: [CORE3283: stderr:java.rmi.RemoteException: oracle/sql/LnxLib[24/Sep/2004:20:24:18] WARNING ( 2248): CORE3283: stderr:at ...
I need help, somebody now how can i execute forte express in standalone, the message that i have is that can't open de repository ( but i trying to execute in standalone ). I have de Forté 2.0.D.2 version.Wich somebody can help me.Ronald Celis B.GMD S.A.RCelis@gmd.com.peLima - ...
Hi all,Im new to webservices...im able to generate mapping.xml file using wsgeneratebut i dont know how do we generate webservices.xml.Im waiting for ur ...
I can't see (properly) my special characters (for Eastern Europe) inside body of ma e-mail. This is my mail header:Message-ID: <7749469.1129810202343.JavaMail.javamailuser@localhost>From: milan@setcce.orgReply-To: milan@setcce.orgTo: milan@setcce.orgSubject: ...
Hello,MQ Development: I am a developer working on Business AppServer. Recently,I have downloaded the Message Queue's Source Code,and I want to know that the final C Client Runtime Lib(eg.mqcrt.dll,...)is how to be builded? That is to say,where can get the the makefile(or other build ...
Jean-Paul,As far as I know, you can simply set env. var. FORTE_MODELNODE toempty, before starting the forte process.....set FORTE_MODELNODE=ftexec.................or....export FORTE_MODELNODE=ftexec..................Pascal RottierSTP - MSS Support & Coordination GroupPhilip Morris ...
Hi folks,I am sorry if this is a repeat question. I need to create a Single-tag element and I was hoping to get some ideas here. Here is what I am looking for:<someNode someAttribute="someValue" />I can generate the follwoing using DocumentBuilderFactor.Any help is greatly ...
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: [CORE3283: stderr:java.rmi.RemoteException: oracle/sql/LnxLib[24/Sep/2004:20:24:18] WARNING ( 2248): CORE3283: stderr:at ...
I'm an intern at a company, and not very fluent with Java programming. We're making an application that will take an XML document, and turn it into a Jtree or DOM tree ( not sure which ) and then the user will update the information taken from the XML document with information from a ...
HI all, I have the follow problem:I have created a SOAP server with PHP. The client connection with PHP and with generated local classes for Java, with java.apache.axis.wsdl.WSDL2Java, is working very well and I don't have problems with this. But now I try to use my API with the normal calls ...
I tried to use a Sybase database for pluggable persistence, but could not createthe required tables.I created a Sybase login/password for jmq, created a database within the dataserver,changed that database to ownership by jmq's login, set the default for that loginto that database, and ...