[JBoss-user] [HTTPD, Servlets & JSP] - JSP PreCompilation Using JBoss 3.2.3

2005-03-02 Thread atulakgupta
I have my JSPs deployed in JBOSS_HOME/server/default/deploy/webAppName/war-ic.war folder. How could I precompile them so that my application doesn't take long when request is invoked. Any help would be highly appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Installation & Configuration] - JBoss/Jetty and Session Cookies Configuration

2005-03-02 Thread ginovp
I'm using JBoss 3.0.8/Jetty for a web/struts application. I need in an Action executed from a popup window to retrieve params from session. It works with a Mozilla client but there's a bug with IE 6. It looses session cookies with child windows. Is there for Jetty the same configuration param as

[JBoss-user] [Persistence & CMP/JBoss] - Re: Changing database structure

2005-03-02 Thread ebu
Ok, thank you very mcuh. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868612#3868612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868612 --- SF email is sponsore

[JBoss-user] [J2EE Design Patterns] - I am new to Jboss app server

2005-03-02 Thread bk_sriram
Hi, i am sriram. i am new to Jboss application server. please tell about Jboss book name. What the best way to learn early the Jboss application server. Thanks, Sriram View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868611#3868611 Reply to the post : http:

[JBoss-user] [Persistence & CMP/JBoss] - Re: ReEntrant method called detect ??

2005-03-02 Thread ericmacau
If the CMP/CMR relation is bi-directional, does it must raise "reentrant method called" ? If so, how can prevent this if I want to get teh object of other side? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868605#3868605 Reply to the post : http://www.j

[JBoss-user] [EJB/JBoss] - NullPointerException from BaseLocalProxyFactory

2005-03-02 Thread jieshengz
I am calling a stateless EJB from web container. The jboss I used is 3.2.6. Sometime I got this exception | java.lang.NullPointerException | at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:402) | at org.jboss.ejb.plugins.local.Statel

[JBoss-user] [Management, JMX/JBoss] - Re: When is ServiceMBeanSupport.server property set?

2005-03-02 Thread [EMAIL PROTECTED]
show your META-INF/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868602#3868602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868602 --- SF email

[JBoss-user] [Beginners Corner] - Using RequestDispatcher, NullPointerException

2005-03-02 Thread Asty
Hi, I am using RequestDispatcher to forward data from servlet to JSP. | try{ | HttpSession session=request.getSession(true); | session.setAttribute("LoginMessage",loginMessage); | RequestDispatcher rd=request.getRequestDispatcher

[JBoss-user] [Persistence & CMP/JBoss] - Re: ReEntrant method called detect ??

2005-03-02 Thread ericmacau
It means if I set the False then it will raise the exception "... reentrant method called detect ". So, how about I define the True ? Can it be solve the problem? As in your example, do I need to define the to be True in both EJB A and EJB B ? View the original post : http://www.jboss.or

[JBoss-user] [Persistence & CMP/JBoss] - CMP/CMR (ejb-ql problem)

2005-03-02 Thread ericmacau
BeanA (1) --- (*) BeanB class BeanA { public abstract String getName(); ... public abstract Set getAllBeanBs(); ... } class Bean B { public abstract String getId(); } BeanA and BeanB are undirectional relationships. there is a method "public abstract Set getAll

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.il.oil.OILServerILService] Connection failu

2005-03-02 Thread anathecoolest78
JBoss3.2.3 is the version.If OIL is deprecated then it shouldn't work at all.But i get this error occassionally.Things keep moving on smoothly and suddenly out of the blue i end up with error message posted previously.Believe you can help me figure it out View the original post : http://www.jb

[JBoss-user] [Clustering/JBoss] - Re: one jboss cant

2005-03-02 Thread venkat_ponnam
Hi, I am also facing the same problem as specified by you.Did you get any solution for this? Is it any configuration or network problem? Anybody in JBoss, pls respond... 1.What are the cases, when jboss instances (configured to run in clustered mode) running on two servers don't recognize e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Authentication and JAAS

2005-03-02 Thread grungy
I have this exact same problem. Rich client authenticating via JAAS ClientLoginModule to JBoss EJB server. This works fine. However the same JAAS authentication is ignored for opening connection to a JMS topic or queue and I have to manually supply the username and password in the call to ope

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate 3 in JBoss4?

2005-03-02 Thread ericmacau
hello, Is there any example to use Hibernate3 in JBoss4? Eric View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868593#3868593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868593

[JBoss-user] [Persistence & CMP/JBoss] - Re: What data source is my CMP bound to?

2005-03-02 Thread feigling
So no one out there knows how to do this? Anyone? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868590#3868590 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868590 --

[JBoss-user] [Beginners Corner] - Re: table not found problem with mysql

2005-03-02 Thread ittoronto
Thanks fbiaggi, That was what I had thought. I had change the Coonector/J to 'mysql-connector-java-3.0.16-ga-bin.jar' and the problem was still the same. This problem is weird as it seems there is no problem to connect to the MySql server and no problem of finding the database, but the table. T

[JBoss-user] [JBossWS] - Re: axis or jwsdp

2005-03-02 Thread bmhardy
I saw there is an Axis C++ package from Apache. Could Axis C++ be used to build C++ webservices that work inconjuction with JBoss? Does JBoss have a similar, already integrated package? would you recommend using Axis-C++ for this purpose? Do you know of any articles that discuss how to insta

[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-02 Thread dlindquist
Further information... The root cause of this appears to be the fact that JBoss registers itself as an URLConnection provider, and it's FileURLConnection object is broken (replaces spaces with %20). This occurs when trying to do a parse on an XML document giving the parser a File object. Here

[JBoss-user] [Beginners Corner] - Re: table not found problem with mysql

2005-03-02 Thread fbiaggi
Hi, I just replaced mysql-connector-java-3.1.7-bin.jar with the old one 3.1.6 due to very stange problems Maybe helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868586#3868586 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - duke bank example --- table not found with hypersonic db

2005-03-02 Thread wayne_huaiyuan_yu
anyone successfully run duke bank with jboss4.0rc1/hypersonic? i got an error table not found -- system_tables, but my account entity bean not working thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868583#3868583 Reply to the post : http://www.jbo

[JBoss-user] [Security & JAAS/JBoss] - Re: define users and roles in database

2005-03-02 Thread sviluppatorefico
hi...there is the DatabaseServerLoginModule. You use that module, configuring it in the conf / login-config.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868585#3868585 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule: Help: not able to authenticate again

2005-03-02 Thread sviluppatorefico
hiif you use the browser authentication ,your principal / credentials are registered in a time cookie then asks for refresh only after a lot of time you could to need to disctivate the cookies for the page of your application View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Listing Name Space

2005-03-02 Thread shantharam_a
Is there any tool which I can use to list the complete Content of the Name Space along with its subtree content I would like to see all the binding with their bind name and class name Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868582#3868582 Rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: premature start of message delivery to MDB

2005-03-02 Thread genman
I mean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868581#3868581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868581 --- SF email is sponsored by -

[JBoss-user] [Management, JMX/JBoss] - Re: When is ServiceMBeanSupport.server property set?

2005-03-02 Thread ehogberg
Dmitri: No, I had not overridden any of the *register() methods. After I read your post, I tried an override of preRegister() that does nothing but call super.preRegister() and then output a log message. Interesting thing--preRegister() is not getting called. So that would certainly explain

[JBoss-user] [Beginners Corner] - Re: 1st step tough! why does it ask me for userid/password

2005-03-02 Thread wayne_huaiyuan_yu
"stevenpeh" wrote : you have oracle installed on the same machine ? yes, i do. oh, man! you got to the right point! i now need to change my port for tomcat, how to do that, could you tell me? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868578#386

[JBoss-user] [Management, JMX/JBoss] - Re: When is ServiceMBeanSupport.server property set?

2005-03-02 Thread [EMAIL PROTECTED]
Have you overriden by accident (or intensionally) preRegister()? This is where this.server is set: |... |public ObjectName preRegister(MBeanServer server, ObjectName name) | throws Exception |{ | this.server = server; | | serviceName = getObjectName(s

[JBoss-user] [EJB/JBoss] - Stateless Session Bean with dependent .jar

2005-03-02 Thread bbalmer
First, I'm using jboss-4.0.0 with: true true false I have an EJB that I want to deploy that has a copy of a .jar file. This .jar file (with different versions) is deployed in multiple .war files on the server as well. Whenever I try to deploy the .ejb JBoss deploys the .ejb as well as the int

[JBoss-user] [Testimonials] - Need a system like this for testing

2005-03-02 Thread vahid
Hello everyone, I am a researcher working on testing of distibuted systems. It seems that systems developed with JBoss (in a clustered deployment) can be good candidates for the evaluation of testing techniques for distibuted systems. Does anyone know of such an open-source system? I would app

[JBoss-user] [Clustering/JBoss] - How can I configure a gobal JNDI service for a cluster of JB

2005-03-02 Thread soumya_sd
Hi, Here is what we are trying to do. We are planning to use active replication (we cannot use the pre-build failover and replication mechanism of JBoss.) For examples we have three replicas : JBoss_A and JBoss_B and JBoss_C (all running on diff. physical machines.) Each one of them have t

[JBoss-user] [JBossWS] - SOAP response does not conform to WSDL

2005-03-02 Thread rtomlinson
I have created a web service from a Remote interface using wscompile to create the WSDL and mapping.xml files. The web service deploys ok. I have also created a stand-alone application to consume the web service using JWSDP-1.5 to create stubs and such from the WSDL. When I run the client, an excep

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean with dependent .jar

2005-03-02 Thread bbalmer
Sorry, the jboss-service.xml attributes didn't come across: | | true | true | false | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868570#3868570 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Management, JMX/JBoss] - When is ServiceMBeanSupport.server property set?

2005-03-02 Thread ehogberg
Writing a MBean, extending ServiceMBeanSupport, that will be invoking methods on other MBean. Problem I'm encountering is that the server property never seems to be populated by the app server. No matter what point of the lifecycle, the server property evaluates to null. Same issue with this

[JBoss-user] [JBossWS] - Applying binding manager to ws4ee service

2005-03-02 Thread darma
Modifying ws4ee WebServicePort through the binding manager does not seem to work. | | | | | Anyone tried an alternate way to bind the port externally? Regards. Darma View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Management, JMX/JBoss] - Re: own JMX MBean and JMS

2005-03-02 Thread [EMAIL PROTECTED]
deploy your service in folder: server/xxx/deploy/deploy.last/ so that it deployes last. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868566#3868566 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868566 ---

[JBoss-user] [JBoss Getting Started Documentation] - User not found: SA

2005-03-02 Thread sabelorin
I am using JBoss 4.0.1sp1 and the Getting Started Guide 4.0 v3, and have reached section 4.1.7 (The Database) with no problems. As stated by the tutorial, I have uncommented the code that uses TCP connections and commented out the other sections: | jdbc:hsqldb:hsql://localhost:1701 |

[JBoss-user] [Installation & Configuration] - setting up clustering using multiple instnaces on the same m

2005-03-02 Thread rdevender
Hi I need help regarding to setup clustering using multiple instnaces on the same machine I'm using jBoss4.0 pls help me out Thanks in Advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868564#3868564 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Advanced Documentation] - steps to install multiple instnaces on same machine and enab

2005-03-02 Thread rdevender
Hi I need help regarding to setup clustering using multiple instnaces on hte same machine I'm using jBoss4.0 pls help me out Thanks in Advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868563#3868563 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS disconnects when w32time service runs

2005-03-02 Thread skendorski
We have several JBoss 3.2.5 deployments where, seemingly at random, the JMS disconnects our topic connections. Looking through the Windows 2000 and Windows 2003 Server Event Logs showed that, at about the same time the connection was lost, the "w32time" service had run. Any ideas of what the t

[JBoss-user] [Advanced Documentation] - Re: integration of iis with jboss

2005-03-02 Thread rdevender
It is quiet possible to integrate iis with Jboss download isapi.dll file and configure the worker and urimap properties file it should work I have sucessfully done this View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868561#3868561 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-02 Thread mkprim
Already know that it does not have impact in my application. What I NEED is to lower bandwidth consumption, so I'm trying to discover why this is happening, and how to fix it. Thanks, Marcelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868560#3868560 Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.il.oil.OILServerILService] Connection failu

2005-03-02 Thread genman
Version? OIL is deprecated in the latest release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868557#3868557 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868557 -

[JBoss-user] [Installation & Configuration] - JK2 Connector

2005-03-02 Thread Fritche
Hi Folks, I saw in the apache site the follow message: "Since November 2004 - JK2 is officially unsupported! JK2 has been put in maintainer mode and no further development will take place. JK will be fully supported for all relevant web servers." Do the mod_jk was discontinued ? How can I do w

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: premature start of message delivery to MDB

2005-03-02 Thread genman
You can add to your jboss.xml to control startup ordering, refer to the DTD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868558#3868558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868558 --

[JBoss-user] [JBossWS] - Whats the difference between Axis 1.1 and Jboss4.0.1-Axis?

2005-03-02 Thread zeroman
Hi all. I just posted my question in the http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60925 Pls, can you advise something? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868552#3868552 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: CommunicationException: Can't find SerialContextProvider

2005-03-02 Thread genman
Likely a classpath issue, don't use sun's j2ee.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868556#3868556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868556 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: INFO [STDOUT] java.lang.Error: Error starting thread:

2005-03-02 Thread genman
You can limit the # of messages on a queue for 3.2.6+ to avoid memory issues. However, primarily you will need some tools for monitoring memory and queue depths to intercept any problems before they happen. Using MySQL should help. View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Application Hangs on Context Lookup

2005-03-02 Thread genman
Get a stack trace, it should highlight the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868555#3868555 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868555

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ and Oracle JMS Persistence

2005-03-02 Thread genman
Moderated: FAQ, use the OCI driver View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868554#3868554 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868554 --- SF email

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: There is no database failover capability in JMS Persiste

2005-03-02 Thread genman
Options: You can do failover on the database side, i.e. with Oracle. You can create a new persistence manager to take two persistence managers. It would be trivial to code something that does: | Tx createPersistentTx() { | try { |return pm1.createPTx(); | } catc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate messages

2005-03-02 Thread genman
I wouldn't concern yourself with messages appearing twice or going back the other way in the network trace, unless they show up in your application as duplicates. It could be a performance issue, however. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868

[JBoss-user] [JBoss.NET] - Re: What's the difference between 'official' Axis 1.1 and Jb

2005-03-02 Thread zeroman
"zeroman" wrote : I'm trying to use Jboss-4.0.1 Axis 1.1 for accessing sforce.com WS. | Thanks. Just want add a little. When I use Axis 1.2RC2 standalone version the code compiles and runs properly w/o any problems. Jbooss version 4.0.1, JDK 1.4.2. Axis libs are taken from the: \jboss-4.0.1\

[JBoss-user] [JBoss Getting Started Documentation] - Fix for a JNDI error I had with deploying examples

2005-03-02 Thread AlliantEAI
Hi-- first post to this forum, hope everyone is well. I'm a noob, so bear with me. So, for the past couple of days I've been having a tough time installing JBoss 4.0 and going through the examples (JBoss tutorial V3, Sun tutorial V4). But I figured out the problem, and I'd like to share it with

[JBoss-user] [JBoss.NET] - What's the difference between 'official' Axis 1.1 and Jboss

2005-03-02 Thread zeroman
I'm trying to use Jboss-4.0.1 Axis 1.1 for accessing sforce.com WS. They are support Axis 1.1 but I can't compile their example using Jboss Axis version. I'm getting compile error for the code. Error is in: binding.setHeader(new SforceServiceLocator().getServiceName().getNamespaceURI(), "Session

[JBoss-user] [Beginners Corner] - table not found problem with mysql

2005-03-02 Thread ittoronto
Hi, I am trying to use MySql as database resource and find a "Table not found" problem. I installed "mysql-connector-java-3.1.7-bin.jar" instead of "mysql-connector-java-3.0.15-ga-bin.jar" of "Getting Started with JBoss 4.0". I am not sure if this make different. I deployed an simple EJB app

[JBoss-user] [Clustering/JBoss] - Re: RpcDispatcher Errors

2005-03-02 Thread davewebb
Did you find the cause behind this? If so couls you please publish it? Thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868544#3868544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868544

[JBoss-user] [HTTPD, Servlets & JSP] - Redirect Filter

2005-03-02 Thread mrchucho
I'm using JBoss 3.2.6 and Tapestry. I'm using a filter ( org.apache.tapestry.RedirectFilter) to redirect requests from http://localhost:8080 to http://localhost:8080/app -- which is the Tapestry servlet. If I specify a welcome-file, that page seems to be served instead, whereas in JBoss 3.2.3,

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS HASinglton Failover configuration

2005-03-02 Thread davewebb
I am attempting to setup a JBoss cluster using HAJNDI and a single JMS Queue deployed in deploy-hasingleton. I am using JBoss 4.0.1sp1 on Linux. Oracle is the JMS StateManager My initial question is: If I am running multiple servers on the same machine and utilizing the bindings.xml file, doe

[JBoss-user] [Messaging, JMS & JBossMQ] - There is no database failover capability in JMS PersistenceM

2005-03-02 Thread seanboltman
My research has shown me that this is a true statement: There is NO database failover capability in the PersustenceManager or StateManager for the JMS services under JBOSS. If the database that these Managers use happens to crash, you are hosed. HAJMS architecture does not attempt to solve thi

[JBoss-user] [Installation & Configuration] - There is no database failover capability in JMS PersistenceM

2005-03-02 Thread seanboltman
My research has shown me that this is a true statement: There is NO database failover capability in the PersustenceManager or StateManager for the JMS services under JBOSS. If the database that these Managers use happens to crash, you are hosed. HAJMS architecture does not attempt to solve thi

[JBoss-user] [Installation & Configuration] - ServiceBindingManager problem

2005-03-02 Thread balteo
Hello, I am trying to run several jboss instances on the same machine using the ServiceBindingManager and I run into the following problem: Can anyone help? Thanks in advance, Julien. | ** | C:\jboss-4.0.1sp1\bin>run -Djboss.server.ports=ports-02 |

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.6 Can't Find URLDecoder in Java 1.3

2005-03-02 Thread dwightmccann
Thank you! My documentation is out of date. -Dwight View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868539#3868539 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868539 ---

[JBoss-user] [Management, JMX/JBoss] - own JMX MBean and JMS

2005-03-02 Thread andrzejros
Hello! I have wrotten my own JMX mbean for JBoss that is using JMS destination. When deploying after jboss full statup - everything is fine, but when deployment is made during server startup - exception that JNDI name ie. queue/Sth is not bound, what do i have to declare in mbean descriptor (dep

[JBoss-user] [Beginners Corner] - Web-console application crash

2005-03-02 Thread ruddy
I have install JBoss 3.2.6 on my Mdk 10.1 system. JBoss start correctly. I star my web browser using "http://localhost:8080"; and then click on the web-console link. My web client crash. What might be wrong with my install? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Installation & Configuration] - Re: jboss 3.2.5 and gentoo 2.4.26

2005-03-02 Thread ruddy
I have install JBoss 3.2.6 on Mdk 10.1. The web-console application make my web browser crash. I don't get any information in the log file. I have installl JBoss using the tar file with source code. Then move the output to /opt/j oss-3.2.6. And start JBoss using the run.sh file. View the origin

[JBoss-user] [Clustering/JBoss] - Dynamically create JMS destinations in clustered environment

2005-03-02 Thread chris_pollentier
Hi all, I have deployed JMS in a clustered environment, using the 'all' server configuration. In this configuration, the JMS DestinationManager service is deployed as a singleton service. I want to create queues on demand from within my application. Before we were running in a clustered enviro

[JBoss-user] [Management, JMX/JBoss] - Troubles converting a Java i/o server to a ServiceMBean

2005-03-02 Thread fmarchioni
Hi all, I have written a chat server with java.nio classes and I'd like to launch it with JBoss as a service. So I created a wrapper on it with a ServiceMBean which simply instantiates the chat server. public class ChatService extends ServiceMBeanSupport implements ChatServiceMBean | { |

[JBoss-user] [EJB/JBoss] - How to send SNMP trap from EJB?

2005-03-02 Thread levw
Hi, We need to have a Session bean, that can send SNMP traps. How we can do it in JBoss? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868530#3868530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868530

[JBoss-user] [Messaging, JMS & JBossMQ] - Duplicate messages

2005-03-02 Thread mkprim
Hi I'm using JBoss 3.2.3, to run an application that uses JBossMQ as it's JMS provider. The performance is not bad, however we've been capturing the network packets using a sniffer (Ethereal). We've seen that when the server sends an object message to the client (using a TemporaryQueue establis

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Build Fail

2005-03-02 Thread simonk99
Hi Norman, Are you refering to WSDP V1.5 as I have Java 1.4.2 installed. I am a little confused as I have just unpacked the code as instructed and followed the steps in the manual. Is there anywhere that the 1.5 and 1.4 values would have been set..? Regards Simon View the original post :

[JBoss-user] [Clustering/JBoss] - JMS - Underlying database failover. Can HAJMS do this?

2005-03-02 Thread seanboltman
More-than-a-newbie question: My enterprise application makes use of a MySQL instance. This instance, which I will call "primary", is also replicated to a second MySQL instance, which I will call "slave". Both "primary" and "slave" are registered JNDI DataSources within JBOSS. Setting up JMS,

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS - Underlying database failover capability. Can HAJMS do

2005-03-02 Thread seanboltman
More-than-a-newbie question: My enterprise application makes use of a MySQL instance. This instance, which I will call "primary", is also replicated to a second MySQL instance, which I will call "slave". Both "primary" and "slave" are registered JNDI DataSources within JBOSS. Setting up JMS,

[JBoss-user] [Installation & Configuration] - JMS - Underlying database failover. Can HAJMS do this?

2005-03-02 Thread seanboltman
More-than-a-newbie question: My enterprise application makes use of a MySQL instance. This instance, which I will call "primary", is also replicated to a second MySQL instance, which I will call "slave". Both "primary" and "slave" are registered JNDI DataSources within JBOSS. Setting up JMS, I

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-02 Thread damencho
I tried with --host ipaddress. But now I got this exception : non-JRMP server at remote endpoint I noteced when I telnet to 1099 I see not the ip address but the dns name. and something http://voipgw:8083 among the binary garbage. where voipgw is the name of the PC in the local net. Now the tcp

[JBoss-user] [JBossWS] - Re: Soap Response body is not name space qualified

2005-03-02 Thread gag_72
Error is in Soap Response at client java.rmi.RemoteException: Runtime exception; nested exception is: unexpected element name: expected={http://www.nextone.com/schema/configuration}endpointConfiguration, actual=endpointConfiguration for the schema portion

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss changes clientid of durable subscribers

2005-03-02 Thread patti303
Hi there again! I still didn't get it working and I still can't find anything about "Anonymous client id ID:37" in *any* faq or wiki. Please who can help me? thanks Patrick View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868390#3868390 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: how can show a text file on brower under jboss-tomcat

2005-03-02 Thread [EMAIL PROTECTED]
Static content can be placed in the deploy/jbossweb-tomcat50.sar/ROOT.war directory. Applications can be placed in the deploy directory directly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868522#3868522 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [EJB/JBoss] - Re: Transaction problem in EJB

2005-03-02 Thread darranl
Your problem is going to require a full description, what do you mean by 'But the same does not work without "REQUIRED" in JBOSS 4.0.'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868479#3868479 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Beginners Corner] - Re: which log?

2005-03-02 Thread wiggum14
see http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868435#3868435 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868435 -

[JBoss-user] [Installation & Configuration] - Specifiying extract dir of jar files

2005-03-02 Thread steady
hallo, i want to specify the path where my jar files extract. i run the run.bat and then i see this line INFO [jbossweb] Extract jar:file:/D:/Convera/rware/jboss-3.0.7/server/default/tmp/deploy/server/default/deploy/blankDemo.war/32.blankDemo.war!/ to C:\DOCUME~1\Marc\LOCALS~1\Temp\Jetty__80__

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.3 configured for SSL, gets error

2005-03-02 Thread vinayshah
No. However, I didn't see any issue w/ the web application that I have deployed. It would be nice to know how to resolve this error ..if anyone finds out post it. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868415#3868415 Reply to the post : ht

[JBoss-user] [HTTPD, Servlets & JSP] - How can I embed a latest version of tomcat in Jboss

2005-03-02 Thread nageshever
Hi all, I want to deploy the war and ejbs in the jboss itself. Presently we are using tomcat 5.x and jboss 3.2.1 for deploying war and ejbs respectively. The embedded tomcat which comes with JBoss 3.2.1 is some 4.x version. I want to use the latest stable 5.x version of tomcat with jboss. is th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Changing database structure

2005-03-02 Thread ebu
Have you used this option in production system with important data? Everything was smooth? I saw couple of times that it tried to update table in a way that caused SQL Exception... so i would still afraid to entrust this process to JBoss :). Besides this while using script you can easily create

[JBoss-user] [Persistence & CMP/JBoss] - Re: Changing database structure

2005-03-02 Thread triathlon98
Using it all the time, on production databases, use firebird as database server. Works like a dream. Firebird will throw an exception if the database has other users. Apart from that, no problems so far (and I add fields quite often). Joachim View the original post : http://www.jboss.org/inde

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss4.01 documentation - section 3.2.2 mentions clouds

2005-03-02 Thread [EMAIL PROTECTED]
Yes, it may be. It's not an interesting detail from a JBoss perspective. I'll update the information. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868521#3868521 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868

[JBoss-user] [EJB/JBoss] - Anonymous EJB access

2005-03-02 Thread dosten
Is there a way to allow unauthenticated users to acces EJB's? We would like to allow any user to access certain methods of an EJB. I tried the element but that seems to only allow for unauthorized users, not anonymous ones. Cheers, Darren View the original post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - Re: how to get user roles after the user logged in

2005-03-02 Thread tom-the-bomb
have a look at getUserRoles here: http://www.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868418#3868418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868418

[JBoss-user] [Clustering/JBoss] - SystemPropertiesService and DefaultPartition

2005-03-02 Thread nicmarti
Hi JBoss 4.0 has a nice feature that allows a Property Service to load and set an env property. I am trying to define the JBoss Partition name in the property service so that I can change later the partition name from "DefaultPartition" to "TestPartition". I am using the "all" configuration wi

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Build Fail

2005-03-02 Thread [EMAIL PROTECTED]
Somehow you have compiled the code with Java 1.5 but are trying to run it with 1.4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868519#3868519 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868519 -

[JBoss-user] [Beginners Corner] - I've tried and tried and tried..

2005-03-02 Thread jimijon
but no matter what I do I can't deploy my WAR file. However, if I set my web.xml WOJarBundle to false... it will work?! if it is true, no matter what I do this is what I get: [TomcatDeployer] deploy, ctxPath=/TOSWar, warUrl=file:/usr/local/jboss-4.0.1sp1/server/default/tmp/deploy/tmp53167TOSWa

[JBoss-user] [Messaging, JMS & JBossMQ] - INFO [STDOUT] java.lang.Error: Error starting thread: Cann

2005-03-02 Thread prince
Hi All, We have launched our applications that uses jboss mq for messaging.Our production server configuration are given below. SERVER: HP DL server 32 bit intel xeon Operating System: SUSE LINUX Enterprise Server 9 (i586) - Kernel 2.6.5-7.97-bigsmp (1). RAM:4GB JDK/JVM:BEA jrockit-jdk1.5.0 Da

[JBoss-user] [Beginners Corner] - Making files available in an application

2005-03-02 Thread gseel
I have two applications, both of which allow files to be uploaded by users (via the Jakarta Commons File Upload package). Both are currently running on JBoss 3.2.6. In the first the web app is not packaged as a war so there is a directory app.war under server/default/deploy. I store the documen

[JBoss-user] [Beginners Corner] - Re: which log?

2005-03-02 Thread vashistvishal
Can you plz provide more information how you are using your logger and appenders for yr case. Plese print yr full stack trace. ALso show how you are refrencinyg yr appenders with logger in log4j.xml. ALso set debug=true in the line blow in log4j.xml file under conf rea. And restart tha app s

[JBoss-user] [JBossWS] - Created WSDL. Now what?!

2005-03-02 Thread jdeppen
I'm creating a new web service. Trying to do things in the correct order, I created/designed the WSDL file FIRST. Now what do I do? This is my first go round with the new JbossWS. In the past, w/jboss-net, I ran wsdl2java to create the necessary java files and put my business logic into the

[JBoss-user] [Persistence & CMP/JBoss] - Re: Changing database structure

2005-03-02 Thread triathlon98
Maybe you could check out the alter-table setting in JBoss. See the wiki pages about the CMP engine. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868486#3868486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Getting Started Documentation] - Re: use an EJB as client of a web service

2005-03-02 Thread mzill
I have the same problem as you: anonymous wrote : | ... adapted and checked the desciptors (ejb-jar.xml, mapping.xml) and deployed the bean successfully on the server | | built a simple ejb-client that calls the session bean which (should!) invoke the web service ... | | when I try

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-02 Thread triathlon98
Have a look at the reply you get on the 1099 port. Does it contain a hostname and or ip adres? Can you resolve both? I assume it is enough to resolve the first occurence (which should be the hostname), but I am not sure. If they cannot be resolved, try using the --host option when starting your

[JBoss-user] [HTTPD, Servlets & JSP] - PrintWriter/JspWriter use different streams?

2005-03-02 Thread PreMIS
I'm a relative newbie to JBoss installation, but have been coding J2EE apps for a while. My dilemma: I'm porting an web app from Websphere 3.5 to JBoss 4.0.1. I've discovered a page rendering issue with JBoss that I can't explain, and don't quite know how to solve. The JSP in question makes hea

[JBoss-user] [Installation & Configuration] - Spaces in Paths - %20 Weirdness

2005-03-02 Thread dlindquist
I've just tried implementing a web application (servlet-based) on JBoss and have the following problem: Whenever the application tries to use File objects to hold paths that have spaces in them, it appears that the spaces *magically* become "%20". (This causes accessing the files to fail.) (J

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Build Fail

2005-03-02 Thread simonk99
Thanks but am now getting the following when I try to build: compile: [javac] Compiling 1 source file to C:\JBOSS\j2eetutorial14\bank\build [javac] C:\JBOSS\j2eetutorial14\bank\src\WSClient.java:2: cannot access org. apache.axis.client.Call [javac] bad class file: C:\JBOSS\jboss\clien

  1   2   >