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

2005-01-28 Thread sheik
hi folks, perfect...may thanks greetings dominique View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864226#3864226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864226 ---

[JBoss-user] [Installation & Configuration] - Re: changing jnp Port

2005-01-28 Thread [EMAIL PROTECTED]
I recently had sort of the same problem. Searched the forums and had to look hard to find the answer. So, I'll post the answer here, hopefully, people will find this easier. If you change the port or (as in my case) the bind address (via the -b option at startup) that will change the bind add

[JBoss-user] [Security & JAAS/JBoss] - application policy changes when SessionContext passed

2005-01-28 Thread robbutera
I have a very strange problem occuring. I am using jboss 4.0.1 and am using a secure ejb. My application-policy looks as follows: | | | | | users.properties | | | roles.properties |

[JBoss-user] [Installation & Configuration] - running jboss 3 & 4 on same server

2005-01-28 Thread tmartinez
How can I run jboss 3.2.6 and jboss 4.0.1 on the same server without getting into trouble with $JBOSS_HOME Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864220#3864220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Performance Tuning] - Re: Server memory problems

2005-01-28 Thread genman
It's hard to say what's related or not. Seems like a red herring. Use jboss-profiler (or some other profiling tool) to take a look at what objects were created (and kept live) by your server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864219#3864219 Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Newbie question - JBoss Java mail link to Message bean

2005-01-28 Thread genman
For outbound: import javax.mail.Session; import javax.naming.*; Session s = (Session)new InitialContext().lookup("java:/Mail"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864218#3864218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Re: ConfiguredIdentityLoginModule help

2005-01-28 Thread johnv
Just noticed I had both login modules as required. Changed them both to sufficient and now I get: javax.resource.spi.CommException: javax.jms.JMSSecurityException: User: testUser is NOT authenticated at org.jboss.resource.adapter.jms.JmsManagedConnection.setup(JmsManagedConnection.java

[JBoss-user] [Beginners Corner] - ConfiguredIdentityLoginModule help

2005-01-28 Thread johnv
I have the beans in my app protected by a security domain which uses a UsersRolesLoginModule. This is all good up until the point where my JMS connection factory tries to create a home interface on one of those beans. At this point I get the principal=[] message. Up to this point the sec doma

[JBoss-user] [EJB/JBoss] - Remote client and EJB

2005-01-28 Thread eldiosyeldiablo
I am unable to call my Statefull Session from a remote client. I am using the javax.naming.Context.lookup() method to get the EJBHome object. However when I execute the lookup method I get the exception thrown at the bottom of this posting. The exception thrown is java.io.InvalidClassException.

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-28 Thread Mette
I apologize if I keep asking more questions, but I am still not able to connect the dots. The code you sent me (and the class was not in the snapsot, which is odd) seems to me to be a demonstration of how a client can construct a message in several different ways. i can use that information, so

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-28 Thread Mette
Since noone has respnded to Alex's questions, and I am somewhat in the same boat, and still stuck. I too have looked for MessageEndpointTestCase in the latest CV Head snapshot, and it isn't in there. Also, I have read and re-read the section in the JAX-RPC spec, but I am very unclear of exact

[JBoss-user] [Advanced Documentation] - EJB3 Tutorial example with error

2005-01-28 Thread adrianob
Hello, im searching about inheritance and found this: http://docs.jboss.org/ejb3/tutorial/singleinheritance/single.html So, looking to examples I found this mistake here: http://docs.jboss.org/ejb3/tutorial/singleinheritance/src/org/jboss/tutorial/singleinheritance/bean/PetDAOBean.java | publi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SpyJMSException - asyncFailure?

2005-01-28 Thread [EMAIL PROTECTED]
Connection.setExceptionListener() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864171#3864171 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864171 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: Could not create entity

2005-01-28 Thread pablojavierpy
What database are you using? Can you post: 1) Table Description ("desc" command if you are using Oracle) 2) Client access code View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864186#3864186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message resent too many times

2005-01-28 Thread [EMAIL PROTECTED]
As I have said a million times (ok maybe not a million) MDBs should not throw exceptions. When you use search to find those posts, maybe you'll begin to understand what is happening? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864165#3864165 Reply to the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Persistence-related exceptions in JMS under heavy load

2005-01-28 Thread [EMAIL PROTECTED]
This looks like a similar problem to the FAQ with MSSQL. If the database is holding locks that are not row locks, deadlocks are possible. I don't see how the creation of lack of indices within the DB can be a JBoss problem? View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JBossWS] - Re: please help; could not find deserializer

2005-01-28 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58437 has the link to the JIRA where you enter bugs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864202#3864202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Messaging, JMS & JBossMQ] - mqseries

2005-01-28 Thread sheik
i want to access an mqseries queue with JBoss. The presumably useful link that everybody keeps posting, and which is also present in the JBoss documentation chapter 6 and in the faq is dead: http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid=376687 thanks for y

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring JBoss 4.0.1 to use SonicMQ 6.1

2005-01-28 Thread [EMAIL PROTECTED]
This kind of post is better located on wiki. I've referenced this forums post from the Related section for now: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864193#3864193 Reply to the post : http://www.jboss

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

2005-01-28 Thread [EMAIL PROTECTED]
Go back to the wiki. I have copied the sourceforge content into the wiki. http://www.jboss.org/wiki/Wiki.jsp?page=SampleConfigurationForMQSeriesWebsphereMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864207#3864207 Reply to the post : http://www.jboss.or

[JBoss-user] [EJB/JBoss] - How can I create an Application client that has a java:comp/

2005-01-28 Thread peake
This goes back to problem I posted recently: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58775 and http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58597 In essence: I am writting java application that is not in the container but is looking up ejb's. I have a 'client' jar I m

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

2005-01-28 Thread Thoennes
But not for me: "ERROR Artifact: Only Group Members Can View Private ArtifactTypes " Perhaps the access is restricted somehow. Cheers, JÃrg View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864203#3864203 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Beginners Corner] - Re: No body can help me??????

2005-01-28 Thread [EMAIL PROTECTED]
A good starting point is: http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864141#3864141 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864141 --

[JBoss-user] [Security & JAAS/JBoss] - JMeter not passing JAAS LoginContext

2005-01-28 Thread [EMAIL PROTECTED]
Hi! I have a thick Java client, so I am testing with JMeter JavaSamplerClient implementations, which call my EJBs. I have setup JMeter and suddenly, it fails to pass credentials and I get nasty Authorization errors, null principals, from my secured SessionBean. I've never had problems before

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-28 Thread [EMAIL PROTECTED]
Browse under: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosstest/src/main/org/jboss/test/webservice/ | /* | * JBoss, the OpenSource J2EE webOS | * | * Distributable under LGPL license. | * See terms of license at gnu.org. | */ | package org.jboss.test.webservice.message; |

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP overloaded method names

2005-01-28 Thread bonoc
Ignore the fact that the package name for ListFilter in the jboss generated method is org.twia.util --> it should read org.foo. I edited the package name when posting but forgot to update the jboss one View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864148#38

[JBoss-user] [JCA/JBoss] - Re: Using NoTransFS RA from

2005-01-28 Thread [EMAIL PROTECTED]
Use it: http://java.sun.com/j2se/1.3/docs/api/javax/naming/directory/DirContext.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864157#3864157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864157

[JBoss-user] [Installation & Configuration] - Re: no classloaders found question

2005-01-28 Thread davehaas
Oops. Having the appropriate JAR files in the /lib directory helps. Sorry about that... Dave View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864169#3864169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864169 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Newbie question - JBoss Java mail link to Message bean

2005-01-28 Thread [EMAIL PROTECTED]
Yes there is mail rar in jboss4 that supports inbound message processing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864191#3864191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864191 ---

[JBoss-user] [JCA/JBoss] - Re: firebird *-xa-ds.xml problem Jboss freezes

2005-01-28 Thread [EMAIL PROTECTED]
This is a firebird issue: | Caused by: java.sql.SQLException: Could not obtain connection during blocking ti | meout (2147483 ms) | at org.firebirdsql.pool.PooledConnectionQueue.take(PooledConnectionQueue | .java:313) | I dispair sometimes at java developers inability to read stack t

[JBoss-user] [Installation & Configuration] - Re: Having problems with change in AJP port

2005-01-28 Thread nitinshiv
Hi Wouter, Thanks for sharing your thoughts. Its the company policy. we need to have JBoss running on Well Known ports. JBoss is running as root so its able to bind to 888 and 889. I am able to get to the application directly, i.e. if i do a http://servername:888/appname. It's only the redirec

[JBoss-user] [EJB/JBoss] - invalid IIOP IDL repository identifiers

2005-01-28 Thread bonoc
I think there is a bug in the way that Jboss generates IIOP IDL repository ids. Rmic and Janeva both generate the same repIds but Jboss is using something different. That leads me to believe its a Jboss bug. For some class Insured... rmic and janeva both generate the following valid IDL id RMI

[JBoss-user] [EJB/JBoss] - org.omg.CORBA.MARSHAL: unknown value tag: 4

2005-01-28 Thread bonoc
Setup - * WindowsXP * Sun1.4.2_05 * JBoss3.2.3 * Janeva invoking JBoss via IIOP I am getting a marshal exception when I call a session bean over iiop from my Janeva client. The object that I am passing in was previously unmarshalled on a previous successful call. Example:

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP IDL repository identifiers

2005-01-28 Thread [EMAIL PROTECTED]
Try the released 3.2.7 as this contains the same corba base that was used for the j2ee 1.4 interop tests. If that still shows a problem then its likely 4.0.x will as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864208#3864208 Reply to the post : htt

[JBoss-user] [JCA/JBoss] - Re: Binding a local-tx-datasource to a custom ManagedConnect

2005-01-28 Thread [EMAIL PROTECTED]
local-tx-source is just a connection-factory with hardwiring for jboss-local-jdbc.rar If you don't want to use that rar you have to use the more long winded connection-factory to configure the MCF. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864158#386415

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS JDBC Persistence and server restart.

2005-01-28 Thread [EMAIL PROTECTED]
Thanks for your test case, the answer is trivial. I cannot spell. The problem is in JMSContainerInvoker | - activationConfig = getActivationConfigProperty("subscriptionDurablity"); | + activationConfig = getActivationConfigProperty("subscriptionDurability"); | You can w

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Wiki FAQ link to WebSphere MQ integration not working

2005-01-28 Thread [EMAIL PROTECTED]
Speak to sourceforge, you can raise a support request on their main page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864168#3864168 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864168 ---

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP overloaded method names

2005-01-28 Thread bonoc
Nice -- I will try it out. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864192#3864192 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864192 --- This SF.Ne

[JBoss-user] [JBossWS] - Exception when calling web service

2005-01-28 Thread Mette
I am developing a document style web service in JBoss as a JSE, with custom serializers/deserializers. I have created all the appropriate mapping and configuration files, as far as I know (wsdl file, jaxrpc-mapping.xml, web.xml, webservices.xml, ws4ee-deployment.xml). The service deploys withou

[JBoss-user] [JCA/JBoss] - Re: Trying to return an unknown connection2 / Hibernate

2005-01-28 Thread [EMAIL PROTECTED]
Known issue: http://jira.jboss.com/jira/browse/JBJCA-12 The workaround is remove the CachedConnectionInterceptor from the container configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864153#3864153 Reply to the post : http://www.jboss.org/index.ht

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

2005-01-28 Thread Thoennes
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864168#3864168 To save you the typing, Adrian. JÃrg View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864206#3864206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JCA/JBoss] - Re: Disguising non-XA resource as an XA resource

2005-01-28 Thread [EMAIL PROTECTED]
Moderated: ME TOO posts get ignored. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864159#3864159 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864159 --- This SF.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS provider failure detected:

2005-01-28 Thread [EMAIL PROTECTED]
That's nice, do you want to give us any *less* information or do you want to "READ THIS FIRST" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864162#3864162 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864162 -

[JBoss-user] [EJB/JBoss] - Re: How Dynamic Proxy works...

2005-01-28 Thread [EMAIL PROTECTED]
When your client goes to the JNDI to get a HOME object, you are given a smart proxy which will take care of Remote Invocation stuff. So you do not need precompiled stubs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864204#3864204 Reply to the post : htt

[JBoss-user] [JCA/JBoss] - How to package the ds.xml file

2005-01-28 Thread netsteven
[JBossAS 4.0.1 is the environment] In our project we deploy the connector (rar file) as part of our enterprise application (ear). We have a datasource file -ds.xml hosting the configuration information (such as jndi name and connection factory). It includes an entry that ties itself to the rar:

[JBoss-user] [JBossWS] - Re: port-component-uri limited to single directory web conte

2005-01-28 Thread sasgon
"[EMAIL PROTECTED]" wrote : Show me stack trace. one more confirmation of that problem. JBOSS LOG. 23:02:16,991 INFO [AxisService] Web Service deployed: http://host:8080/AAA/BBB/WebService jboss.xml: /AAA/BBB/WebService invoked: http://host:8080/AAA/BBB/WebService?wsdl and ... 23:03:29

[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-28 Thread fabio_quimbay
Hi, jojo_stop: Try to use JBoss IDE, I proved and work successfully. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864089#3864089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864089 ---

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-28 Thread Mette
"omatzura" wrote : Hi! | | We have nodatabinding webservices working under jboss 4.0.1. Regarding mapping of all operations to one method you could probably do this by handcoding operation to method mapping under in the jaxrpx-mapping.xml file | | good luck! | | /Ole When you sa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS JDBC Persistence and server restart.

2005-01-28 Thread [EMAIL PROTECTED]
You don't need to modify the ra.xml You modify jms-ds.xml (or whatever you are using) | 10001 | Setting strict to false means you have unportable code (won't work in other appservers). Strict == false is for use outside a J2EE application server. View the original post : http://www.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jboss runs out of memory loading messages from jms db on

2005-01-28 Thread [EMAIL PROTECTED]
Known issue: http://jira.jboss.com/jira/browse/JBAS-1336 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864173#3864173 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864173

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP overloaded method names

2005-01-28 Thread [EMAIL PROTECTED]
Yes. Handling array mangling was one of the changes on the CVS link I posted on your other forums post. This might interst you? http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59445 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864190#3864190 Reply

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

2005-01-28 Thread [EMAIL PROTECTED]
FAQ -> Anonymous client id ID:37 And Genman, it is fine to do subscriber.receive(), you cannot use a message listener. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864172#3864172 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation & Configuration] - no classloaders found question

2005-01-28 Thread davehaas
Hi all. I'm trying to build a simple JBoss server from the minimal configuration up. What I want to do is start with the minimal configuration and build in the ability to host ejb's. So, I take the jboss-service.xml from the minimal configuration and add the ear-deployer.xml file to the deplo

[JBoss-user] [Beginners Corner] - Re: New to JBOSS, New to JAVA

2005-01-28 Thread chudak
If you want to drop simply deploy a jsp page or html file, you'll have to read this as what you are trying to do is deploy an application in 'exploded' form. http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can I put/read a message in JBoss MQ from external appli

2005-01-28 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864163#3864163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864163 --- This SF.Net email is sponsored by: Intel

[JBoss-user] [JCA/JBoss] - Re: Hibernate and JBoss - Error...

2005-01-28 Thread [EMAIL PROTECTED]
This is a know issue that issue that just leads to messy logs: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/TxConnectionManager.java?r1=1.2.2.26&r2=1.2.2.27 It should not try to delist() if close() is invoked from an afterSynchronization like h

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

2005-01-28 Thread [EMAIL PROTECTED]
Works for me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864160#3864160 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864160 --- This SF.Net email is sponsored

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Timer problem on jboss 4.0.1

2005-01-28 Thread [EMAIL PROTECTED]
Report a bug with an example that reproduces the problem. NOTE: This is an EJB problem not a JMS problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864176#3864176 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864

[JBoss-user] [EJB/JBoss] - Re: problem with timeout on BeanLockTransactions.

2005-01-28 Thread pally1978
Did you guys crack this problem. I am having the same problem using JBOSS 3.2.3, I am using CMP Beans with CMR. 17:21:44,762 ERROR [STDERR] EXCEPTION Application deadlock detected, [EMAIL PROTECTED], bean=CartoColourEJB,id={displays toString method of EJB that caused deadlock, this is just the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ standalone distrubution+shutdown error

2005-01-28 Thread [EMAIL PROTECTED]
You need to install the jmx invoker (it is not copied by the ant script) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864174#3864174 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864174

[JBoss-user] [JBossWS] - My DII client cannot call my webservice

2005-01-28 Thread sirwio
Hi, I followed the guide on http://www.dcl.hpi.uni-potsdam.de/research/asg/ws4ejb/ and deployed the webservice on a jboss-4.0.1 installation. The webservice seems to deploy correctly and its possible to browse the wsdl on http://localhost:8080/HelloService/HelloEndpointPort?wsdl The next step wa

[JBoss-user] [JBossWS] - how turn off xml-validation?

2005-01-28 Thread omatzura
Hi all! I have a nodatabinding webservice upp and running now. When posting a request, jbossws still seems to validate the incoming xml against the schema specified by the services' wsdl. Can this be turned off somehow? We will do our own validation when parsing the incoming SOAPElement. thank

[JBoss-user] [JBossWS] - Re: port-component-uri limited to single directory web conte

2005-01-28 Thread sasgon
in the case of /AAA/WebService it works! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864201#3864201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864201 --- Thi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NameNotFound on JMS ConnectionFactory. May be clustering

2005-01-28 Thread [EMAIL PROTECTED]
Your question is too long for me to even attempt to read. There is no evidence of logging or configuration so your post is entirely assertion about what you *think* is happening. Questions about HAJNDI should be targetted at the clustering forum. View the original post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - Re: AJP port limitation?

2005-01-28 Thread nitinshiv
Yes, Apache starts during system boot, so it is root. JBoss is running as root. Thanks, Nitin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864137#3864137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864137 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connection problem using NAT

2005-01-28 Thread [EMAIL PROTECTED]
FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864164#3864164 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864164 --- This SF.Net email is sponsored by: Intell

[JBoss-user] [Installation & Configuration] - Integrating JBoss with JADE

2005-01-28 Thread fcoronado
Hi all: I'm trying to integrate JADE and JBoss with BlueJADE. For this operation to complete I must set the configuration parameters in JBoss's management interface. However, I can't do it because the link service=JADE doesn't exist. Please, could anyone tell me what is happen?. Is it a matter

[JBoss-user] [JCA/JBoss] - Re:

2005-01-28 Thread [EMAIL PROTECTED]
FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864151#3864151 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864151 --- This SF.Net email is sponsored by: Intell

[JBoss-user] [EJB/JBoss] - Re: Deploying EJB Problems

2005-01-28 Thread mario202
Hi Did you also define a jboss.xml file in you META-INF directory next to the ejb-jar.xml? Maybe for a starting-point the JBoss-IDE provides a good sample EAR-Application: http://sf.gds.tuwien.ac.at/j/jb/jboss/Tutorial-1.3.0.pdf View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Clustering/JBoss] - Re: Strange behaivour of jboss cluster

2005-01-28 Thread gdevito
Multihomed means that : Each ServerA and ServerB has two jboss instances with different Ip address binded. Ex.: Server A ==> two Ip Alias : 192.168.10.186, 192.168.10.188 First Jboss Instance 192.168.10.186 jboss.bind.address Second Jboss Instance 192.168.10.188 jboss.bind.address Server B ==

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configure MDB to talk to a remote queue on a cluster wit

2005-01-28 Thread [EMAIL PROTECTED]
Questions about HAJNDI should be targetted at the clustering forum. You might also want to post its configuration, don't you think? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864170#3864170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JCA/JBoss] - Re: Problems with XA Resource (Oracle) and JBoss 3.2.4

2005-01-28 Thread [EMAIL PROTECTED]
| First I get the Error: ORA-01591: lock held by in-doubt distributed transaction | Resolve the in doubt transaction in the database. Google is your friend. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864154#3864154 Reply to the post : http://www.j

[JBoss-user] [Installation & Configuration] - Re: Http redirection in 3.2.7?

2005-01-28 Thread tawbrey
"tawbrey" wrote : I had http redirection working in 3.2.4 by putting the following snippet in my web.xml : | | | | SSL Forwarding | /* | | | CONFIDENTIAL | | | | | I upgraded the server to 3.2.7 and now I get the following

[JBoss-user] [The Lizzard's corner] - Re: Where's jboss-3.2.7?

2005-01-28 Thread frankgrimes
I see that it's been released today... it must have been removed from the JIRA roadmap while the release was being created the other night. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864087#3864087 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Need a way in code with JMX to find out the port Tomcat

2005-01-28 Thread mikefinn
Haven't tried it, but the only place I know of is the Config attribute (dom element) on the web server mbean (jboss.web:service=WebServer). Assuming it serializes/deserializes ok, you can get the Port attribute of the HTTP connector. Mike View the original post : http://www.jboss.org/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS provider failure detected:

2005-01-28 Thread mcossari
I have an app running and when I restarted it, appeared the message | 2005-01-28 08:57:35,534 90307 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] (JMSContainerInvoker Create Recovery Thread:) JMS provider failure detected: | javax.jms.InvalidDestinationException: Null queue |

[JBoss-user] [The Lizzard's corner] - Re: Where's jboss-3.2.7?

2005-01-28 Thread frankgrimes
Yeah, I just noticed that this morning. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864105#3864105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864105 -

[JBoss-user] [JBossWS] - status update

2005-01-28 Thread omatzura
hi again.. same seems to apply when implementing a nodatabinding service and receiving a request, ie the request type needs to be mapped internally I guess this is the same code being run when receiving a soap message, be it a request to a server or a response to a request.. /Ole View the ori

[JBoss-user] [Installation & Configuration] - Re: I can't start JBoss 4.0.1 from Eclipse 3.0.1 with Lomboz

2005-01-28 Thread fabio_quimbay
Thanks Scharlau, But the problem that I have in the moment is that I can not load the tags of myfaces in JSP pages. For example, I put this: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> <%@ taglib uri="http://myfaces.apac

[JBoss-user] [Installation & Configuration] - Http redirection in 3.2.7?

2005-01-28 Thread tawbrey
I had http redirection working in 3.2.4 by putting the following snippet in my web.xml : SSL Forwarding /* CONFIDENTIAL I upgraded the server to 3.2.7 and now I get the following error in my web.xml when looking at it in eclips

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean persistence problem

2005-01-28 Thread RKisilenko2
anonymous wrote : I just tried deploying the example from docs/examples/jmx/persistence-service.sar and that works. | | Could you please try the same, to see if there is any issue with your setup? I have just tried the same. I have made a clean install, deployed example from docs/example

[JBoss-user] [EJB/JBoss] - invalid IIOP overloaded method names

2005-01-28 Thread bonoc
I think there is a bug in the way that jboss generates IIOP method names for remote interfaces w/ overloaded methods. I have the following ejb remote interface public interface ApplicationSession extends EJBObject { public Application getApplications(org.foo.ListFilter filter)... public A

[JBoss-user] [JBossWS] - Not a proxy instance

2005-01-28 Thread parressh
I have a J2EE 1.4 web service client that is working fine when called from a WAR, but is not working when I package it inside of an EJB JAR. I am using JBoss 4.0.1 in the default configuration. Here is the basic code that is called from a Stateless Session Bean. The last line is throwing the

[JBoss-user] [EJB/JBoss] - Name of the current EJB/Application

2005-01-28 Thread GreyDeath
Is it possible to get the Name of the current active EJB? Or in other words, is it possible for an EJB to find out its own name and the name of the application it is part of? thanks Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863904#3863904 Reply to

[JBoss-user] [EJB/JBoss] - Re: CMR FIELDS IN JBOSS-3.2.6

2005-01-28 Thread [EMAIL PROTECTED]
What query was executed in 3.0.8? Do you have a column enumLoadType in the table? Did you create a table or JBossCMP? How do you map this CMR in jbosscmp-jdbc.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863888#3863888 Reply to the post : http://www.

[JBoss-user] [Installation & Configuration] - httpd, Tomcat and AJP

2005-01-28 Thread XXX
Hi folks! Since we are amidst evaluating JBoss in comparison to our WebSphere architecture and we thought in terms of infrastructure design about an redirect from DMZ-httpd to JBoss-AppServ via AJP1.3, some questions emerged: 1. Is the communication via AJP still SSL-crypted, i.e. is AJP runnin

[JBoss-user] [Performance Tuning] - Re: sql performance

2005-01-28 Thread radl01
Do you use preparedSatements in your BMP ? If no => change it and try to set 500 parametr to enable statement caching. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863937#3863937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Clustering/JBoss] - NameNotFound on JMS ConnectionFactory. May be clustering con

2005-01-28 Thread seanboltman
My name is Sean Boltman. I came across your posting while trying to work through issues on a JBOSS 4.0.1 deployment. I am a newbie to JBOSS, somewhat, so I suspect my problems are due to a misunderstanding or missed detail. Background: I have an enterprise application that has within is st

[JBoss-user] [JBossWS] - example wsdl for attachments

2005-01-28 Thread tbiernat
can someone pls direct me to an example wsdl document for an interoperable service with attachments? i've searched through the faq, wiki and examples to no avail. my attachment wsdl from previous axis generated services will not wscompile. our process is: define wsdl/schema wscompile d

[JBoss-user] [Nukes User] - Module deploy missing?

2005-01-28 Thread pedrojosemartins
I've deployed Nukes 1.1 from source. When i enter 'Home', in the login block, the login button reads ${"core._LOGIN"}. Did i miss/forget something? Thanks in advance, Pedro Martins Lisboa-Portugal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863886#3863886

[JBoss-user] [Management, JMX/JBoss] - Using synchronization primitives within JMX-Beans

2005-01-28 Thread ant
The EJB specification forbids using synchronization primitives within an EJB (Chapter 24.1.2, page 494). anonymous wrote : An enterprise Bean must not use thread synchronization primitives to synchronize execution of multiple instances. What about the use of such primitives in scheduler JMX-Bea

[JBoss-user] [JCA/JBoss] - Re: firebird *-xa-ds.xml problem Jboss freezes

2005-01-28 Thread jivkoto
UPDATE: after a while, exception occures (blocking timeout), any idea 15:51:22,421 WARN [JBossManagedConnectionPool] Throwable while attempting to ge t a new connection: null org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Could

[JBoss-user] [Installation & Configuration] - Re: Http redirection in 3.2.7?

2005-01-28 Thread tawbrey
Forgot to mention that it still works fine in the application @ runtime, just get this error in eclipse when it is parsing the file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864125#3864125 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [The Lizzard's corner] - Re: Where's jboss-3.2.7?

2005-01-28 Thread [EMAIL PROTECTED]
See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864051#3864051. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864104#3864104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864104 ---

[JBoss-user] [Beginners Corner] - Re: change password to web and jmx console

2005-01-28 Thread mario202
You need to do the following steps for the jmx-console and the web-console First: Check the name of the security-domain in the following file JBOSS_HOME/server/[your-server]/deploy/jmx-console.war/WEB-INFjboss-web.xml (jmx-console) JBOSS_HOME/server/[your-server]/deploy/management/web-console.war

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: It?s possivel to have JMS with HTTP tunnelling?

2005-01-28 Thread JBoss
I can use JMS with HTTP tunnelling using HTTPConnectionFactory??? http://www.jboss.org/wiki/Wiki.jsp?page=ConfigHTTPIL Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864123#3864123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [JBossWS] - Re: Cached Principal's not supported?

2005-01-28 Thread paper57
Everytime I invoke a method on an EJB through a web service, configured to use basic authentication, my custom login module is invoked. Contrast this to a sample web app, configured to use basic authentication, which invokes the custom module the first time but not on subsequent requests by t

[JBoss-user] [EJB/JBoss] - IllegalArgumentException during heavy server load

2005-01-28 Thread jthompson
In my production environment, I get intermittent (10-50/day) exceptions like this: java.lang.IllegalArgumentException: Attempt to get lock ref with a null object | at org.jboss.ejb.BeanLockManager.getLock(BeanLockManager.java:76) | at org.jboss.ejb.plugins.EntitySynchronizati

[JBoss-user] [Security & JAAS/JBoss] - Re: Retreiving Subject information

2005-01-28 Thread tcherel
I do not think that there is any standard J2EE way to do that. The JAAS way will be something like that: | import java.security.AccessController; | import javax.security.auth.Subject; | | Subject sub = Subject.getSubject (AccessController.getContext()); | But this will work only

[JBoss-user] [JBossWS] - Re: Cached Principal's not supported?

2005-01-28 Thread [EMAIL PROTECTED]
Try describing exactly what the issue is here as this discussion does not actually tell me what you view as an issue and what security setup of the deployment in question is. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864113#3864113 Reply to the post :

  1   2   >