[JBoss-user] [EJB/JBoss] - 9.2.7 - Valid types for RMI/IIOP (inner interfaces?)

2005-05-22 Thread dsn
When deploying EJBs to JBoss 3.2.7, I see the many warnings similar to the following, that causes the deployment to fail (no errors on other application servers) Method : public abstract DT getDT() throws RemoteException Section: 9.2.7 Warning: The method return values in the remote interface mu

[JBoss-user] [Installation & Configuration] - Help ME: Web application depend on mt mbeans to be loaded

2005-05-22 Thread umeshs79
Hi, My Application folder structure is something like as below: myapplication.sar --- myapplication.jar --- META-INF -- jboss-service.xml --- myapplication.war -- classes -- WEB-INF My web application uses the MBeans(which are in myapplication.sar) when it get started. Means my a

[JBoss-user] [Management, JMX/JBoss] - web application need to load/start after my MBeans loaded

2005-05-22 Thread umeshs79
Hi, My Application folder structure is something like as below: myapplication.sar --- myapplication.jar --- META-INF -- jboss-service.xml --- myapplication.war -- classes -- WEB-INF My web application uses the MBeans(which are in myapplication.sar) when it get started. Means my a

[JBoss-user] [HTTPD, Servlets & JSP] - IllegalStateException on opening inputStream to a JSP

2005-05-22 Thread kaapilgupta77
Hi, My web site opens an applet on click of a button on a JSP. The applet opens an inputStream to a JSP to retrieve an Object. This thing was running fine on using a separate Tomcat(5.0.16) and JBoss (3.2.5). But on using the Tomcat integrated with JBoss, I receive the IllegalStateException on o

[JBoss-user] [JBoss Getting Started Documentation] - Tutorials [ Something is wrong]

2005-05-22 Thread nskarthik_k
Hi Am Trying to use j2eetutorial14, jbossj2ee-src AND Jboss4 [Dwnloaded on Friday 20 2005] Whu am i getting this error /Or is there an alternative for sucessfull Dep of Duke bank BUILD SUCCESSFUL Total time: 1 second C:\temp\tutorials\j2eetutorial14\examples\bank>ant -f jboss-build.xml

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Prob

2005-05-22 Thread fmaredia
Any examples. Can someone provide any class similar to HibernateUtil? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878692#3878692 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878692 --

[JBoss-user] [EJB/JBoss] - Files deployed under deploy.last

2005-05-22 Thread thebadpete
Hi all, I have a question about jarfiles/sarfiles deployed under the deploy.last under the main deploy directory. I am using JBoss 4.0.1 + JDK 1.4.2_08. All the wiki entries I have read so far almost never mention the classloader relationships under deploy.last directory. Below are a few of my

[JBoss-user] [JBossWS] - Re: Server exception not getting through to client

2005-05-22 Thread mz02
"[EMAIL PROTECTED]" wrote : This is just logging. Is the fault message generated and propagated to the client? Does the client (if jbossws) unmarshall the fault correctly? No. This is what happened on client side: java.rmi.RemoteException: Runtime exception; nested exception is: | deseri

[JBoss-user] [Beginners Corner] - Re: How to Send an Email from a Java App in JBoss

2005-05-22 Thread javierDajabon
Mike, Actually in my case I am not sending email from a web application so I do not have a web.xml. I created a simple Message Driven Bean which is listening to a queue. Each entry that arrives in this queue is an email that needs to be sent. In my MDB I just do a JNDI lookup to get a reference

[JBoss-user] [Beginners Corner] - Re: How to Send an Email from a Java App in JBoss

2005-05-22 Thread mduffy_lists
Thx. Were there any parameters that needed to be set in the web.xml? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878685#3878685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878685 -

[JBoss-user] [Beginners Corner] - Re: Port already in use: 1098

2005-05-22 Thread fbiaggi
Hi, you may run into the same problem tomorrow or ? Reserve the ports, this is the only definitive solution. Ciao. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878686#3878686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-05-22 Thread rhino
Thanks Mike. If I understand the other poster (you directed me in the link above) his problem was a result of having duplicate copies of the interface(s) class files packaged both in the EJB.jar and Web.war files. The Fibo tutorial specifies that the interface class files should be packaged in

[JBoss-user] [Beginners Corner] - Re: Problem running client app for simple example bean

2005-05-22 Thread djpeanut
Ah, I see. I got hold of the Ant tool and used an example script to add all the jars from $JBOSS_HOME/clients to my classpath. All works smoothly now so I assume this was the problem... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878683#3878683 Reply to

[JBoss-user] [EJB/JBoss] - Cannot generate primary key class with xdoclet

2005-05-22 Thread urswag
With xdoclet the primary can be generated. But I am not able to generate it. I have added in the MemberEJB.java file. * @ejb.pk * class="partner.domain.member.interfaces.MemberPK" * extends="java.lang.Object" * implements="java.io.Serializable" * generate="true" I always get an empty gener

[JBoss-user] [JBoss Portal] - JDK not found....?

2005-05-22 Thread wittgenstein
Hello, i'm trying to deploy JBoss Portal RC1 from the sources. versions: MySQL 4.1 jboss AS 4.0.1sp1 jdk1.5.0_03 the error message i get when running build.bat is: "BUILD FAILED file:C:/Programme/jboss-portal-2.0-RC-src/common/../tools/etc/buildfragments/targets.ent:95: Unable to find a javac c

[JBoss-user] [Beginners Corner] - trouble running Online Book Store example

2005-05-22 Thread ilangocal
My problem goes like this: (I have Budi Kurniawan's text book) I have been unable to get Budi Kurniawan's application to read anything from the database TassieDB . I am not sure what is wrong. I downloaded the database from the CD. Then since this was an older version of Access, I had to let my

[JBoss-user] [Beginners Corner] - Re: Port already in use: 1098

2005-05-22 Thread coolfeature
Thanks for the help. I tried both fport.exe and "netstat -an", they all showed that explorer is using port 1098. So I went to \server\default\conf directory, and changed the rmi port in the jboss-services.xml from 1098 to 1122 (a port hasn't been taken). Then I restarted my JBOSS, everything

[JBoss-user] [Messaging, JMS & JBossMQ] - Failing to create the remote JMS provider (JBoss 4.0.0).

2005-05-22 Thread michaelf
Hi! I am trying to create the remote JMS provider in JBoss 4.0.0 without success. PLEASE HELP! I am trying to work according to the section 6.4. Specifying the MDB JMS Provider Of document http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch6.chapt.html I have created a new file with a name ?j

[JBoss-user] [Beginners Corner] - Problem running client app for simple example bean

2005-05-22 Thread djpeanut
Hi all, I've been working through O'Reilly's 'Enterprise JavaBeans' textbook. Instead of just downloading the workbook examples for each chapter, I've written the code for the first bean (Cabin EJB), compiled it, written the deployment descriptors (standard and jboss-specific), packaged it as

[JBoss-user] [Beginners Corner] - Re: How to Send an Email from a Java App in JBoss

2005-05-22 Thread javierDajabon
Here is what my configuration file looks like. I think the only thing I had to change to make it work was to specify my company's smtp server name. I am not sure if you could do just that too, that is, I don't know if you may need to specify a valid user name/password as well. | | |

[JBoss-user] [Beginners Corner] - Re: What can do JBoss?

2005-05-22 Thread javierDajabon
The short and simple answer to both of your questions is YES. Javier View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878675#3878675 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878675

[JBoss-user] [Beginners Corner] - Re: Port already in use: 1098

2005-05-22 Thread darranl
To identify which process is using the port (at least under Windows XP) you can use the command 'netstat -ao' it will list which ports are in use and the process number of the process using the port. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878674#38786

[JBoss-user] [HTTPD, Servlets & JSP] - Ear and War file

2005-05-22 Thread roberto
It's possible to deploy a ear file (compressed) that contains a expanded war? I try it on jboss 3.2.7 but this exception occurs: | ... | 13:24:07,386 INFO [EARDeployer] Init J2EE application: file:/D:/jboss/server/default/deploy/absall.ear | 13:24:24,040 ERROR [MainDeployer] Could not init

[JBoss-user] [Beginners Corner] - Re: Port already in use: 1098

2005-05-22 Thread fbiaggi
Hi, if you are under win, search the web for fport.exe or reverve the ports: When you reserve a range of ephemeral ports, only processes that specifically request a port in the reserved range can use it. *NOTE:* Ephemeral (short-lived) port numbers start at 1024. To reserve one or more ranges

[JBoss-user] [Security & JAAS/JBoss] - Extending DatabaseServerLoginModule

2005-05-22 Thread raster3
I am using JAAS based security with the DatabaseServerLoginModule. Its works nicely. 1--> I would like to be able to provide my own DatabaseServerLoginModule or have some means of getting my own principal object returned from HttpServletRequest.getUserPrincipal(). I would like this pri