[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-09 Thread [EMAIL PROTECTED]
You should make sure that neither JBoss.NET not JBossWS is deployed Remove these jars as well - axis-ws4ee.jar - jboss-jaxrpc.jar - jboss-saaj.jar If you manage to get it going, please write a wiki about it View the original post :

[JBoss-user] [JBossWS] - Re: DeploymentException out of the blue

2005-03-09 Thread [EMAIL PROTECTED]
XDoclet support is generally poor for WS4EE and not recomended. Use wscompile to generate the mapping file it uses j2ee_jaxrpc_mapping_1_1.xsd | java-wsdl-mapping version=1.1 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[JBoss-user] [JBossWS] - Re: (beginner) wscompile and generated class files.

2005-03-09 Thread [EMAIL PROTECTED]
If this is true and works for the portable part of deployment artifacts (e.g. user defined types, exceptions) we should update the wiki View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869326#3869326 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss Build Failed

2005-03-09 Thread darranl
anonymous wrote : http://www.jboss.org/wiki/Wiki.jsp?page=JBossInstallation If you are trying to build the latest code for JBoss 5 you need to check out jboss-head. If you are trying to build the latest code for JBoss 4 you need to check out jboss-4.0 branch Branch_4_0. View the original post

[JBoss-user] [Installation Configuration] - Re: EJBTimerService

2005-03-09 Thread darranl
Here is some information on changing the database. http://www.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869328#3869328 Reply to the post :

[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-09 Thread darranl
Within the jboss specific deployment descriptors there is a 'depends' tag that you can set. As each deployable item is deployed one or more MBeans are registered with the MBean server, the depends tags can be used to specify which items must be deployed before the current item is deployed. So

[JBoss-user] [Messaging, JMS JBossMQ] - Re: how to tunneling jms to 80 port?

2005-03-09 Thread justkeys
You shouldn't care: if you know JMS, you know enough. Behind the scenes, a servlet on each jboss (the server), is present. The client uses a special InitialContext. When you lookup something in that context, the client jboss code marshalls the lookup name into a http request and sends it to

[JBoss-user] [JBoss.NET] - Re: Literal Encoding vs. Soap Encoding in the 3.2.xxx of jbo

2005-03-09 Thread [EMAIL PROTECTED]
Have a look at http://www.osmoticweb.com/axis-wsdd/service.htm View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869331#3869331 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869331

[JBoss-user] [JBoss.NET] - Re: axis1.2 with tomcat 4 deployed in jboss4.01

2005-03-09 Thread [EMAIL PROTECTED]
This post is a duplicat to http://www.jboss.org/index.html?module=bbop=viewtopict=61200 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869332#3869332 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869332

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

2005-03-09 Thread zeroman
[EMAIL PROTECTED] wrote : | It is irrelevant for J2EE-1.4 compliant web services, it is good to have if you plan to use an Axis client, which JBossWS is not. Thanks Thomas. The main goal is to use JbossWS WITH sforce.com ws and other already running web-services from other 'vendors'. I'd

[JBoss-user] [Persistence CMP/JBoss] - Re: Commit option A causing issues with cache not updating

2005-03-09 Thread [EMAIL PROTECTED]
What have you changed in the container/bean configurations? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869334#3869334 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869334

[JBoss-user] [Persistence CMP/JBoss] - Re: Mixed JDBC and CMP access within a single session method

2005-03-09 Thread [EMAIL PROTECTED]
1) The connection used by the CMP engine and your JDBC code is the same. 2) it's not going to work because unless CMP engine executes UPDATE SQL statements immediately after CMP field set. UPDATEs are issued at commit (or other special synchronization points) time. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - new InitialContext(remote) in servlet returns local jndi

2005-03-09 Thread justkeys
Problem: Looking up a jndi tree of a remote jboss, works from java client, but when doing that from inside a servlet in a local jboss, it returns local jndi tree of local jboss. Detailed: In a java client, i lookup context httpParentJndi.java.naming.factory.initial

[JBoss-user] [Clustering/JBoss] - Re: Largest Known JBoss Cluster

2005-03-09 Thread leoliveira82
Please, ive post one topic here: http://www.jboss.com/index.html?module=bbop=viewtopict=61199. Could you help me? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869337#3869337 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Largest Known JBoss Cluster

2005-03-09 Thread darranl
leoliveira82, Please do not hijack other posts. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869338#3869338 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869338 ---

[JBoss-user] [Clustering/JBoss] - Re: Doubt about clustering fail over.

2005-03-09 Thread darranl
Have you had a look at the clustering documentation available from the 'Documentation' link above. You are going to need either a software or hardware based load balancer that your clients can connect to. That in turn will be responsible for passing the calls to the two nodes in your cluster.

[JBoss-user] [Clustering/JBoss] - Re: Clustering is not simple

2005-03-09 Thread leoliveira82
stevenpeh , I post one topic here but nobody replied yet. I am trying to run the clustering service in jboss 3.2.6 and i have one problem to solve: How can i call the cluster? i mean: I know how to call an specific machine in the cluster. For example: Machine 1:

[JBoss-user] [Clustering/JBoss] - Re: Doubt about clustering fail over.

2005-03-09 Thread leoliveira82
But how jboss provide the fail over mechanism? I thought that i could get fault tolerance only with the configuration of the xmls in jboss. Please, what can i do to obtain fail over in jboss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869342#3869342 Reply

[JBoss-user] [Clustering/JBoss] - Re: Doubt about clustering fail over.

2005-03-09 Thread darranl
The automatic fail over mechanism that JBoss provides is when you are accessing EJBs remotely. The reason that it is able to do this is because JBoss code is executing on the client so JBoss has control over where the requests are sent. For web application JBoss has no control over the client

[JBoss-user] [Clustering/JBoss] - Re: Doubt about clustering fail over.

2005-03-09 Thread leoliveira82
darranl, now i understand how jboss works. Thank you very much! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869344#3869344 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869344

[JBoss-user] [Messaging, JMS JBossMQ] - Re: new InitialContext(remote) in servlet returns local jndi

2005-03-09 Thread razor_harm
Can you post your (servlet) code here? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869345#3869345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869345 --- SF email

[JBoss-user] [HTTPD, Servlets JSP] - Re: Autodeploy

2005-03-09 Thread dcartier
You both are having classloader issues. See this http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases You can work around this by disabling the UseJBossWebLoader in the jbossweb-tomcat50.sar/META-INF/jboss-service.xml file. Best to read up on the JBoss UCL to get a handle on why

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Strange exception using topics

2005-03-09 Thread ShipT
Any solution to the above problem. Please share. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869347#3869347 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869347 ---

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Not able to receive JMS Messages.

2005-03-09 Thread razor_harm
What kind of error do you get? What does the server log say? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869349#3869349 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869349

[JBoss-user] [Installation Configuration] - NoSuchMethodError starting jboss

2005-03-09 Thread opfau
Hi, when I try to start a fresh unpacked jboss 3.2.6 under windows I get a NoSuchMethodError...it looks like this: C:\jboss-3.2.6\binrun === . JBoss Bootstrap Environment . JBOSS_HOME: C:\jboss-3.2.6\bin\\.. .

[JBoss-user] [Beginners Corner] - JMS with JBOSS

2005-03-09 Thread mukti
I have implemented a JMS enabled program in J2EE .I have to run the corresponding JMS program in JBOSS.Can anyone tell me how to do that View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869351#3869351 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-09 Thread razor_harm
kiran222 wrote : Thanks for your replies. I am still trying to make the example in http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA work with JBoss 4.0. | | I don't mind whether the load balancing takes place in the Queues or at the Consumer(MDB) level. | | So this is my

[JBoss-user] [Installation Configuration] - Re: NoSuchMethodError starting jboss

2005-03-09 Thread darranl
You can not use the 1.3 JDK with JBoss 3.2.6. http://www.jboss.org/wiki/Wiki.jsp?page=JBossInstallation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869353#3869353 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869353

[JBoss-user] [Messaging, JMS JBossMQ] - Re: HA-JMS, datasources

2005-03-09 Thread razor_harm
vijayk wrote : Thank you for your reply. I read Wiki and understand that a single database is required. But what if that database goes down? | | My question is - is there a way to insert messages in to 2 databases instead of just one? That way I can be sure that no messages get lost. |

[JBoss-user] [Beginners Corner] - Re: JMS with JBOSS

2005-03-09 Thread vashistvishal
Can u please elaborate on that what u want to do and what is your design and what you are using what sort of clients or J2EE components you re intending to use with JMS. This inforamtion is not enough to help you with. Vishal View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Referential Integrity

2005-03-09 Thread ebu
Hi. Unfortunately i did not receive any answers to the question about referential integrity i had posted more than week ago (http://www.jboss.org/index.html?module=bbop=viewtopict=60776). The matter is in making it impossible to delete an entity bean instance while it is referenced from

[JBoss-user] [JBossWS] - Re: DII webservice client works using jdk1.4.2_07 but not wi

2005-03-09 Thread Butterfly
http://issues.apache.org/jira/browse/AXIS-1826 solves the issue Regards, David[/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869357#3869357 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869357

[JBoss-user] [JBossWS] - problems with java app client accessing ejb web services

2005-03-09 Thread guest
Hi all, I have finally managed to deploy the server-ejb example on wiki site . But when I try to access the webservice through a normal java class with the following code . URL url = new URL(http://localhost:8180/samples-server-ejb/OrganizationServiceEJB?wsdl;); | QName qname = new

[JBoss-user] [Installation Configuration] - Re: JSP compile with deprecation turned on

2005-03-09 Thread vitorisaia
Brian! I'm having the same problem... Looks like a taglib problem... isn't it? when you said to remove duplicate jars, you removed from where? I just have the jstl.jar and standard.jar in my WAR file, and that's it... I don't have it anywhere else but the error persists I have no ideia

[JBoss-user] [Messaging, JMS JBossMQ] - Re: new InitialContext(remote) in servlet returns local jndi

2005-03-09 Thread narayanrm
have you looked at here? http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869362#3869362 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - MDB listening to another application server

2005-03-09 Thread radhika
Can anyone help me how do i make mdb listen to another application server using jboss mq ? Thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869363#3869363 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB listening to another application server

2005-03-09 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869366#3869366 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869366

[JBoss-user] [Messaging, JMS JBossMQ] - Sending message with delay

2005-03-09 Thread ssmyka
Hi, We need to send messages with specified delay. The message should not be visible for the consumers before the delay time. In weblogic we used the vendor specific API for this: weblogic.jms.extensions.WLMessageProducer.setTimeToDeliver(n). Is there something similary for JBoss? Thanks,

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

2005-03-09 Thread zeroman
zeroman wrote : I'll try to ask for the 'J2EE-1.4 compliant web services' example. Looking at the post: axis1.2 with tomcat 4 deployed in jboss4.01 http://www.jboss.org/index.html?module=bbop=viewtopict=61200 I'd like to ask one more thing. Is it possible to 'mix' usage of Jboss.NET and JbossWS

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB listening to another application server

2005-03-09 Thread radhika
I found it the above link working with in Local jboss application server talking to another jboss MQ ,but when i deploy the jms-ra.rar (Jboss jms adapter) in other application servers i could not recieve any message in my MDB. Can u please give any link where jboss MQ has been integrated with

[JBoss-user] [Persistence CMP/JBoss] - Why RemoveException no have cause ?

2005-03-09 Thread [EMAIL PROTECTED]
The user can not catch the cause of the RemoveException and the correct messagem can not be displayed for user. Somebody can help me ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869370#3869370 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: new InitialContext(remote) in servlet returns local jndi

2005-03-09 Thread justkeys
I changed to normal jndi and jms (without http): java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://192.168.20.11:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces By simply changing these settings, it does work inside the war.

[JBoss-user] [Installation Configuration] - JBoss Ports Firewall

2005-03-09 Thread OliverGer
Hello, I have some basic questions which I did not found on the docu and forum. (on the forum many questions but no answers) Which Ports are needed with a particular configuration? Example 1: JNDI over HTTP I configured it and Port 8080 and (RMIObjectPort) are needed. (it runs perfectly)

[JBoss-user] [HTTPD, Servlets JSP] - Digester Error on JBoss

2005-03-09 Thread dikshit_luthra
Digester error on JBoss I have an application that uses Digester. So I have to put the commons-digester.jar and other dependency jar files in the classpath of the Jboss server. The application runs fine but the deployment of the WAR files shows the

[JBoss-user] [JCA/JBoss] - Re: JNDI Access from Worker (JCA) Thread

2005-03-09 Thread mskonda
Got it guys, its my mistake - there's a toString on the object that throws up NoClassDef exception (as a class was missing from the packaged jar), unfortunately I was swallowing it! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869375#3869375 Reply to the

[JBoss-user] [Messaging, JMS JBossMQ] - Null Persitence manager with a Delegate

2005-03-09 Thread ssmyka
Hi, For performance reasons we want to deploy some JMS Destination as not persintent. I tried to achieve this with the null persitence manager with a delegate - queues with inMemory=false will use the Delegate Persitance Manager to persist the messages, the others not. The problem which I

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Sending message with delay

2005-03-09 Thread razor_harm
I'm not aware of any initial delay. But you can set the redeliver delay: | !-- Queue where APILinkProxy messages are sent to -- | mbean code=org.jboss.mq.server.jmx.Queue | name=jboss.mq.destination:service=Queue,name=myqueue | depends

[JBoss-user] [Beginners Corner] - Using JBoss with Commons Logging API

2005-03-09 Thread cruegger
Situation: New to JBOSS, I have an app that has been coded to use the Commons Logging API. I want to configure things so that ultimately log4j gets used. I'm just trying to get the wiring figured out, which files go where. Assume that I am using the default server. How would I configure JBoss

[JBoss-user] [Clustering/JBoss] - SFSB replication question

2005-03-09 Thread fbecaria
Hi, I have a question about replication in a cluster. We have 2 nodes in our configuration. One node starts, we connect from a client and then some SFSB are created (these session beans are configured as part of the cluster). After that, we start the other node, but we realize that the second

[JBoss-user] [Beginners Corner] - Help on JSP pages

2005-03-09 Thread singhni
In this particular problem in JSP, I am getting a set of info from the cookie. (Till this point it is happening perfectly. ) I need to set a new header in this JSP page having the name IV_USER if cookie name is WebSSO_username and goto other JSP page.Here, The new header info which has to be set

[JBoss-user] [Clustering/JBoss] - NotSerializableException on ApplicationContextFacade

2005-03-09 Thread [EMAIL PROTECTED]
I have set up JBoss clustering in JBoss 3.2.6 by using the -all configuration. However, I am getting a NotSerializableException on the ApplicationContextFacade. I have done debugging and found it to be when I am doing a session.getAttribute(something), which seems to be very odd. I have looked

[JBoss-user] [Messaging, JMS JBossMQ] - MDB listening to TIBCO JMS provider

2005-03-09 Thread pancor
hi to everyone. I know that this question is similar to others. But i didn't understand how tell to jboss that it has to point to external tibco jms provider and how to set mdb to read messages. Sorry for my bad english. View the original post :

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-09 Thread tekatool
Thx Thomas, I will try that. Also do I still need to do the same even if my app on jboss is just a web service consumer invoking axis1.2 client calls? i.e. I do not want to deploy my web svcs on it yet. thx View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Commit option A causing issues with cache not updating

2005-03-09 Thread cvandyck
Alex, The problem ended up being my own fault (of course), as it usually does :) The problem was that we had created our MSSQLServer tables manually, as our application is already deployed to multiple clients and we can't depend on the container to re-create tables from scratch every time.

[JBoss-user] [Clustering/JBoss] - MDBs with durable subscription to Topic in cluster

2005-03-09 Thread amayingenta
Hi, sorry if this has been answered before, but in searching the forums I've found plenty of related threads, but most of them have different suggestions and I'm just confused at this point. I am trying to cluster an application that sends events on a Topic that is listened to by a couple of

[JBoss-user] [Javassist user questions] - Re: Why is there no LocalVarAccess just like FieldAccess Exp

2005-03-09 Thread rezahay
Thank you Mr. Chiba for your response. I have another question which is almost the same as my previous question. Why is there no Expr class for logical-expressions, arithmetic-expressions, and things like them? I want to analyse a code-line (as a Abstract Syntax Tree) to see what kind

[JBoss-user] [Clustering/JBoss] - Doubt using HAJNDI Service

2005-03-09 Thread leoliveira82
Hi, i would like to know how to use HAJNDI service. Look the code above: Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); p.put(Context.URL_PKG_PREFIXES,

[JBoss-user] [Clustering/JBoss] - Re: Doubt using HAJNDI Service

2005-03-09 Thread leoliveira82
Im sorry. ... // what i put HERE to find the remote interface in a cluster ? p.put(Context.PROVIDER_URL, ); return ((EnderecoFacadeHome)getHome(p)).create(); View the original post :

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

2005-03-09 Thread zjim01
At the bottom of the file make sure that you do not comment out the original section. Both sections need to be there. Here is what both sections should look like: !-- This mbean should be used only when using tcp connections. Uncomment when the tcp based connection-url is used. --

[JBoss-user] [Persistence CMP/JBoss] - EntityBeans not cached despite commit option A

2005-03-09 Thread ottoberg
We are working on optimizing our CMP layer, currently experimenting with commit option A. Our data layer heavily uses attributes which may be attached to nearly all our entities. These attributes - or rather the initial set of attributes to choose from - are read-only and marked as such. What

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

2005-03-09 Thread zjim01
(Sorry about previous post. First time on the forum. Hope this looks better.) At the bottom of the file make sure that you don not comment out the original section. Both sections need to be there. Here is what both sections should look like: | !-- This mbean should be used only when using tcp

[JBoss-user] [Beginners Corner] - Easy EJB configuration via JNDI?

2005-03-09 Thread Malachii
Hello, I have an EJB jar file which gets deployed to several different machines, and each machine needs different 'tweaks' to the settings of the EJB. At the moment I am using env-entry tags in the ejb-jar.xml file to configure the application. The problem is that the system administrator

[JBoss-user] [JBoss Getting Started Documentation] - JBoss Start up - Problem with the System Tables

2005-03-09 Thread zjim01
Has Anyone encountered this error when starting up JBoss: | 11:58:15,656 INFO [STDOUT] [EMAIL PROTECTED]: Initiating startup sequence... | 11:58:15,671 INFO [STDOUT] [EMAIL PROTECTED]: Server socket opened successfully in 15 ms. | 11:58:16,078 INFO [STDOUT] [EMAIL PROTECTED]: Database

[JBoss-user] [Persistence CMP/JBoss] - Re: EntityBeans not cached despite commit option A

2005-03-09 Thread ottoberg
As (nearly) always, it was my fault ;-) Just realized that the only select statement issued after caching those attributes where those looking up the relevant primary keys. Afterwards, no attributes are loaded, just as expected. Cheers, Olaf Bergner View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-09 Thread kiran222
Thanks a lot for your help. I got both fail over and load balancing to work on JBoss 4.0. The setup (2 Node HA Cluster) I have tried is very similar to you except that I have MDBs on both the Nodes. It seems that the MDBs on the Master Node receive the messages first. And, then slowly when

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-09 Thread kiran222
Correction of the last message: One thing that still bugs me is: How does the load balancing work? In the scenario described above, what (criteria) triggers the messages to be delivered to the MDBs on the second Node? Kiran View the original post :

[JBoss-user] [Advanced Documentation] - SSL Certificat Installation in Jboss 4.0sp1

2005-03-09 Thread sam29jboss
How I can install PKCS12 files in jboss 4.0sp1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869415#3869415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869415 ---

[JBoss-user] [Advanced Documentation] - Re: SSL Certificat Installation in Jboss 4.0sp1

2005-03-09 Thread sam29jboss
sam29jboss wrote : How | can I install PKCS12 files in jboss 4.0sp1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869416#3869416 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869416

[JBoss-user] [JBoss.NET] - Something strang in the Jboss code.

2005-03-09 Thread zeroman
Hi Thomas. I found something strange in the Jboss code. Can you explain me what happens there? What's the main difference between library versions? Is it possible to 'patch' it? I'm using JbossWS libs from the \jboss-4.0.1\server\default\deploy\jboss-ws4ee.sar\ I'm not sure if I use correct

[JBoss-user] [Security JAAS/JBoss] - help w/ user/passwd login

2005-03-09 Thread Tzuriel
Hey all, Right now I'm just trying a first step to put user/passwd login in my web app and having a hard time following along chapter 8.4.6 of the databaseServerLoginModule in the docs. So far I've : - added the policy to the login-config.xml - created user/userroles tables in my database.

[JBoss-user] [JBoss.NET] - Re: Literal Encoding vs. Soap Encoding in the 3.2.xxx of jbo

2005-03-09 Thread acxsjones
This changes the handler to java:RPC vs. org.jboss.net.axis.server.EJBProvider Is there a way to have the jboss EJBProvider to do literal encoding? I am trying min the change to the current development and deployment model until we go to JBoss 4.0 View the original post :

[JBoss-user] [Installation Configuration] - JBoss Start up - Problem with the System Tables

2005-03-09 Thread zjim01
Has Anyone encountered this error when starting up JBoss: | 11:58:15,656 INFO [STDOUT] [EMAIL PROTECTED]: Initiating startup sequence... | 11:58:15,671 INFO [STDOUT] [EMAIL PROTECTED]: Server socket opened successfully in 15 ms. | 11:58:16,078 INFO [STDOUT] [EMAIL PROTECTED]: Database

[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2005-03-09 Thread phoenixsilver
How do you specify this on a Windows machine. This is what I have, and I'm getting the same zip errors deploy/,file:/Projects/UFA/Pace_Phase_II/Development/eclipse/workspace/Self-Service/http.war/ Location of my Jboss installation

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Basic Clustering/Load Balancing Question

2005-03-09 Thread thinkaholic
How long does it take to a failover of the JMS to happen in the case of a crash. I tried it and it takes with me about 20 minutes to have my queue up and running on the second node and I think I am missing something here since it not acceptable at all to have a 20 minutes down time. Using

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Basic Clustering/Load Balancing Question

2005-03-09 Thread razor_harm
thinkaholic wrote : How long does it take to a failover of the JMS to happen in the case of a crash. | I tried it and it takes with me about 20 minutes to have my queue up and running on the second node and I think I am missing something here since it not acceptable at all to have a 20

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-09 Thread razor_harm
kiran222 wrote : | Why not? The Node (with JMS Queue) has the JBoss server running and available for processing. Why should not we use it? | | If that Node (with JMS Queue) is to die, another instance of Queue will be made available on the other Node by the HAJNDI and that Queue will

[JBoss-user] [Clustering/JBoss] - Re: NotSerializableException on ApplicationContextFacade

2005-03-09 Thread [EMAIL PROTECTED]
I figured it out finally. Turns out one of the objects I was putting in the session had a reference to the ServletContext inside of it. So, that was causing the problem. I removed that reference to the ServletContext and everything is working great now. Hope this helps someone in the future.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB listening to TIBCO JMS provider

2005-03-09 Thread razor_harm
pancor wrote : hi to everyone. | I know that this question is similar to others. But i didn't understand how tell to jboss that it has to point to external tibco jms provider and how to set mdb to read messages. Sorry for my bad english. I guess you need to figure out what jndi.properties you

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-09 Thread razor_harm
anonymous wrote : | Okay I can see your point... Just remember that when your node dies (machine crashes), you loose both the queue and a message consumer (processing power). This is the reason why we chose to deploy our consumers on separe JBoss instances. | small correction: You don't

[JBoss-user] [Persistence CMP/JBoss] - auto-increment PK and Informix

2005-03-09 Thread hfarid
After couple of sleepless nights I manged to get my CMP bean to work with auto-increment I am using xdoclet tags so that's how I will descripe the solution On the entity level @jboss.entity-command name=informix-serial class=org.jboss.ejb.plugins.cmp.keygen.JDBCInformixCreateCommand

[JBoss-user] [Persistence CMP/JBoss] - Primary key exception on deploy (startup)...

2005-03-09 Thread mburbidg
I'm writing a very simply CMP entity bean. I'm using xdoclet to generate most of the bean. When I deploy my bean I get the following exception: org.jboss.deployment.DeploymentException: Bean StatBean has PK of type java.lang.String, so it should have a cmp-field named CASE_INSENSITIVE_ORDER

[JBoss-user] [Beginners Corner] - temp and work folder on jboss, question.

2005-03-09 Thread Gerakus
? tmp: used by the deployer for temporary storage of unpacked applications etc. ? work: used by Tomcat for compilation of JSPs. I am unfamiliar about how jboss fully works, however i wonder if i can just copy my jsp files into one of these folders without the need to deploy the app, configure

[JBoss-user] [Persistence CMP/JBoss] - Re: Postgresql 7.4.x/8.0, CMP and auto-increment

2005-03-09 Thread dtn70437
Whow, great, your solutions work great !! Thx Could you tell me also b) How to get the PK in the createMethode to return it to the client ? regards Danny View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869442#3869442 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: jsp won't compile in 3.2.6

2005-03-09 Thread danl_thompson
blah blah blah... classpath... etc. same old story. sorry for the distraction, got it working now. there were some old jakarta-commons hanging out the ant classloader. or so we think. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869443#3869443 Reply to

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2005-03-09 Thread jleguen
I am getting a similar problem, but in a migration from 3.2.6 - 3.2.7. I have an application that had local and remote interfaces for Stateless session beans. They are configured in ejb-jar.xml with then name ejb/EJBProcessUser. With earlier versions 3.2.3-3.2.6 The java application looks up

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2005-03-09 Thread [EMAIL PROTECTED]
See: [JBAS-275] - 2 identical named mdbs cannot deploy http://jira.jboss.com/jira/browse/JBAS-275 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869448#3869448 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869448

[JBoss-user] [Beginners Corner] - Re: Problem connecting to Hypersonic using JBoss 4.0

2005-03-09 Thread raygardner
You need to have the below uncommented: localDB true View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869451#3869451 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869451

[JBoss-user] [Beginners Corner] - Service POJO example

2005-03-09 Thread scarified
Hi I am trying to build and run the Service POJO example from here... http://docs.jboss.org/ejb3/tutorial/service/service.html I am failing miserably though since org.jboss.ejb3.Service and org.jboss.ejb3.Management don't seem to exist ! I have JBoss 4.0.1sp1, EJB Preview 3.0, AOP 1.1.1 and

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-09 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866172#3866172 This discussion is repeated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869454#3869454 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869454

[JBoss-user] [EJB/JBoss] - Re: EJB ghost reference in JBoss JNDI

2005-03-09 Thread abhishek637
I am getting similar problem. But I am not able to get past the loading the class file. Here is what I did: I started jboss, and it started without any problem, I try to deploy jrmp-comp.sar and jrmp-dl.jar(which comes with jboss/testsuites) in jboss_home/server/all/deploy directory. And

[JBoss-user] [EJB/JBoss] - Not able to deploy EJB on the jboss server.

2005-03-09 Thread abhishek637
I am getting some strange problme in jboss server. I try to deploy a ejb on the server and i run into jboss.service=WebService not registered?? Any help would be appreciated. Here is what I did: I started jboss, and it started without any problem, I try to deploy jrmp-comp.sar and

[JBoss-user] [EJB/JBoss] - is it possible to deploy a mdb as mbean in sar archive ?

2005-03-09 Thread loupubeu
The aim of this question is to know if it is possible to define my own jbossmq-destinations-service.xml in a sar archive to avoid using the default jbossmq-destinations-service.xml. It is for easy an secure deployment on another platform. Thaks in advance. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - is it possible to deploy a mdb as a mbean in a sar archive?

2005-03-09 Thread loupubeu
The aim of this question is to know if it is possible to define my own jbossmq-destinations-service.xml in a sar archive to avoid using the default jbossmq-destinations-service.xml. It is for easy an secure deployment on another platform. Thaks in advance. View the original post :

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-09 Thread mrobin21
Actually, Anil, your link points to a previous discussion which has not resulted in a solution. I too have the same original problem deploying an Axis Stub Client within a Session EJB that was reported in this discussion. There doesn't seem to be a way (as far as I know) to remove Jboss.net

[JBoss-user] [Beginners Corner] - Re: Service POJO example

2005-03-09 Thread [EMAIL PROTECTED]
You need EJB 3.0 Preview 4. The files are in ejb3.deployer/jboss-ejb3.jar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869466#3869466 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869466

[JBoss-user] [Security JAAS/JBoss] - Update on Context.PROVIDER_URL in Login configuration file d

2005-03-09 Thread wsngjboss
I'm using SRP login with text-based users.properties file. I have a GUI app that provides login dialog box for users to enter username/password for the intended JBoss Server. First time logging in, everything is okay. The login configuration file: | | // The test client login

[JBoss-user] [Persistence CMP/JBoss] - Re: FKs must be allow null ???

2005-03-09 Thread the_real_paul
I changed the standardjboss.xml file to read the following: container-configurations container-configuration container-nameStandard CMP 2.x EntityBean/container-name call-loggingfalse/call-logging invoker-proxy-binding-nameentity-rmi-invoker/invoker-proxy-binding-name

[JBoss-user] [EJB/JBoss] - Best way to include a project

2005-03-09 Thread todbel
Hi All, What's the best way to include another EJB project(that's say project B) into your current one in eclipse without having to reconfigure your jboss server if all I need is to reference some classes in project B and also lookup the properties? Thanks in advance View the original post

[JBoss-user] [EJB/JBoss] - XDoclet Tags for ejb-security-ref

2005-03-09 Thread mrobin21
Hello. Please advise the status of the JBOSS XDoclet tags. There seems to be many missing tags in the current release. I use Eclipse and Lomboz to generate the jboss.xml file for deployment and so really I need to be able to supply XDoclet tags in my source to avoid having to re-enter the

[JBoss-user] [EJB/JBoss] - Re: Service (SAR file) that relies on an EJB...

2005-03-09 Thread citystory
What if the bean is on another JBoss server? [EMAIL PROTECTED] wrote : The ejb container has a jmx name of the form | | | | jboss.j2ee:service=EJB + ,jndiName= + jndiName | | | | where jndiName is the name of the home interface, or the local home if the ejb does not provide

  1   2   >