[JBoss-user] [Beginners Corner] - war deployment problem

2005-02-09 Thread vseb99
hi , everyboby. I have an other problem. :o) Sometimes when i deploy my war archive on my jboss server (3.2.3). I have an exception "can't find resource bunle..." It doesn't find the propertie files loading by my servlet on startup . what is strange , is when i restart the server, it works . We di

[JBoss-user] [EJB/JBoss] - Re: query

2005-02-09 Thread defkewl
So what is your problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866005#3866005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866005 --- SF email is sponsore

[JBoss-user] [Installation & Configuration] - Re: How to change webport from 80 to 90 ?

2005-02-09 Thread defkewl
Go to: $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/server.xml Find: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866004#3866004 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866004 ---

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-09 Thread vashistvishal
Hi Anil, Thanks for that reply, that does help.:) You will have to totally remove JBossWS from JBoss 4.x and bring in Axis 1.2 as a Web Application running on tomcat. --- when u say that do u mean deploy axia as war in deploy directory or add in tomcat.sar. because i did try adding it as a war

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

2005-02-09 Thread GreyDeath
Adrian, 1) I know that, that is the reason for how we do 'keystreaming' 2) Maybe it shouldn't but for this purpose I need to. And I use a cluster locking mechanism 3) That is not what I want 4) exactly I want a snapshot!! 5) In effect the Queue the MDB listens on has 2 sets of messages, distingu

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-09 Thread [EMAIL PROTECTED]
1. Is there a way to remove J2EE-1.4 style web services from jboss and plugin apache-axis 1.2 into it. (As jboss is modular it should be allowed :-)) You will have to totally remove JBossWS from JBoss 4.x and bring in Axis 1.2 as a Web Application running on tomcat. JBoss4 currently uses Axis

[JBoss-user] [Beginners Corner] - Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-09 Thread vashistvishal
Hi, I'm looking for some hlep in integating Axis-1.2 /Axis-1.1 with Jboss-4.0 and some doubts on few queries :-) . As i understand Jboss4.0 comes with jboss-ws4ee.sar which is J2ee-1.4 compliant web services and uses apache axis as its underlying core (not sure which version though, i thin

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManagerService - getUserRoles - method signa

2005-02-09 Thread luxmatic
"luxmatic" wrote : "[EMAIL PROTECTED]" wrote : You have to know it. | | Scott - | | I've a service that uses lists the users via getAuthenticationCachePrincipals - and then would list the roles for these users via getUserRoles. | | I've no idea - and don't care much - what credenti

[JBoss-user] [EJB/JBoss] - ejbLoad() not called in EntityBean

2005-02-09 Thread prashanthkumar
hi, I am using jboss-4.0.0. In EntityBean ejbLoad() method is not called every time when i am calling remote method. pls help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865994#3865994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Reccommended JMS reconnect pattern not working for me

2005-02-09 Thread mjgreene550
Hey Adrian, Thanks for the logic. That actually helped me get my topic reconnected correctly. Unforuantely I still get these damn exceptions: | 22:45:17,921 WARN [Connection] Connection failure: | org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: pi

[JBoss-user] [EJB/JBoss] - Re: add new field to CMP to create a new column

2005-02-09 Thread caesarkim
"caesarkim" wrote : I added a new field to one of my CMPs to create a new column. I am using Jboss 3.2.5 and Mysql 4. This is my jbosscmp-jdbc.xml | | java:/jdbc/MySQLDS | mySQL | true | true | false | | There are some data in it. I don't want to

[JBoss-user] [EJB/JBoss] - add new field to CMP to create a new column

2005-02-09 Thread caesarkim
I added a new field to one of my CMPs to create a new column. I am using Jboss 3.2.5 and Mysql 4. This is my jbosscmp-jdbc.xml java:/jdbc/MySQLDS mySQL true true false even though i redeploy EAR file, it doesn't update a table. is there anything else that I have

[JBoss-user] [Installation & Configuration] - log4j again

2005-02-09 Thread grinch
Sorry for the multiple post, but I am still looking for help. I have created an appender, category, and root as in the Wiki example for log4j.xml. My log is created but I get everyting that is in the server.log plus the elements that I want to only go to my log file. Is there any way to keep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Reccommended JMS reconnect pattern not working for me

2005-02-09 Thread [EMAIL PROTECTED]
The one thing you need to avoid is a "fork bomb" where setExceptionListener() gets invoked during reconnect(). This is usually be handled by some synchronized state that says don't fork another thread if you already have some thread in the reconnect loop. View the original post : http://www.jb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Reccommended JMS reconnect pattern not working for me

2005-02-09 Thread [EMAIL PROTECTED]
If the connection has failed, connection.stop() will throw an exception. This will bypass your close() and reconnect and jump straight to the exception handler. close() does a stop() anyway so it is redundant. I'd also recommend you spawn a thread to do the reconnect. If a reconnect is not immed

[JBoss-user] [Persistence & CMP/JBoss] - Re: Security of CMP

2005-02-09 Thread craigdberry
To clarify a bit, that it is role-based is a non sequitur; one could easily imagine (and not-quite-so-easily implement) role based access rules based on entity values. The point is that the out-of-the-box EJB security model offers only control at the bean class level -- that is, users in role X

[JBoss-user] [Messaging, JMS & JBossMQ] - Reccommended JMS reconnect pattern not working for me

2005-02-09 Thread mjgreene550
I have read through all of the relevant posts concerning how to reconnect to a topic/queue when the network is disconnected. I have applied 4 or 5 different variations of what other people are doing and the solution that I have seen adrian give numerous times. I am using JBoss 4.0.1 However, no

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-09 Thread [EMAIL PROTECTED]
Amit_Queue != Amitz_Queue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865984#3865984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865984 --- SF email is sponsor

[JBoss-user] [JBossWS] - Please Help : How to write client with complexType

2005-02-09 Thread ranaaich
Hello all, I'm a newbie in JBOSSWS environment. Previously I have used JBoss.net but now intend to use JBossWS. I have deployed a webservice(JBossWS) in jboss-4.0.1 where serviceMethod accepts a RequestType complex object in the parameter, goes to the Database - populates the ResponseType comp

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: problem receive many messages

2005-02-09 Thread [EMAIL PROTECTED]
Moderated: "READ THIS FIRST" for how to debug problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865982#3865982 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865982 -

[JBoss-user] [JCA/JBoss] - Re: Unable to deploy rar

2005-02-09 Thread [EMAIL PROTECTED]
connection definition in the old jca 1.0 deployments is this thing: javax.resource.cci.ConnectionFactory i.e. what gets exposed to the application/user View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865981#3865981 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: what if I don't have tools.jar in my classpath?

2005-02-09 Thread scooby
Hi, Go to Window / Preferences / Java / Installed JREs, and edit your default JRE entry to make sure the home directory points to where you installed the JDK. This should remove the warning you're seeing. Cheers, Sean View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [EJB/JBoss] - Programatically Invalidate an EJB

2005-02-09 Thread randyott
We have a WLS application that we are porting to JBoss. We have built a framework for calling proprietary app server methods. For WLS, we have some methods that invalidate EJB's individually, at the class level, or the entire set of EJBs. We need to be able to do the same thing in JBoss. Usi

[JBoss-user] [JBossWS] - Authentication custom handler and JAAS module

2005-02-09 Thread darma
Could someone please comment (advantages/disadvantages) on the use of a custom handler to authenticate against a security server (SimpleAuthenticationHandler.java, HTTPAuthHandler.java), as opposed to using a JAAS login module to do the same (UsernamePasswordLoginModule.java). The requirement i

[JBoss-user] [Installation & Configuration] - Re: new log4j appendar logs all

2005-02-09 Thread grinch
Ok, I solved the problem. Going off the example on the Logging Wiki page, I put in a filter for my ear file. This worked. If anyone one is still looking at this topic I have another question, can I define an appender in my package and have it deployed when I deploy? So each package can add

[JBoss-user] [JBossWS] - Re: Propagating transport specific info to authorization mod

2005-02-09 Thread paper57
Setting/getting that information in handlers I have had no problem doing. What I am unsure is how best to access that information from the authentication side. Just as the JAAS code uses a callback to retrieve a username and password, I need to do the same to get an application specific piece

[JBoss-user] [Performance Tuning] - Re: JBoss benchmarking

2005-02-09 Thread krish4u
Ok, I will try this, but of course I am assuming that your suggestions are valid for JBoss 4.0.x as well? I'm not going to try to re-benchmark the numbers against an older - uncertified version of JBoss (CTS). If the left-join feature is all I have missed, let me know. Alternately, take a look at

[JBoss-user] [Installation & Configuration] - Re: More than one DataSource in JBoss

2005-02-09 Thread lafr
First: using jboss 4.0 you can ignore jaws. standardjbosscmp-jdbc.xml caontains, as the name of the file says, the standard. If you want apps using a non standard Datasources define this in a file called jbosscmp-jdbc.xml an put this into the META-INF folder of your ear. View the original post :

[JBoss-user] [EJB/JBoss] - Hi I got this ClassDefNotFound Error....

2005-02-09 Thread anu_katta
Hello All, I had this situation where a java class packaged in a .jar file is not recognised when I placed it in the war files' WEB-INF/lib directory. but it is working fine if I add that jar file as an extracted dir in the war file. I really didn't understand why is this happening... Ok here is

[JBoss-user] [Beginners Corner] - Does anybody have this kind of problem..... ClassDefNotFound

2005-02-09 Thread anu_katta
Hello All, I had this situation where a java class packaged in a .jar file is not recognised when I placed it in the war files' WEB-INF/lib directory. but it is working fine if I add that jar file as an extracted dir in the war file. I really didn't understand why is this happening... Ok here is

[JBoss-user] [EJB/JBoss] - Re: remote call from jboss 4.0.1 (client) to jboss 3.2.3 (se

2005-02-09 Thread sgodden
You could also look at using web services rather than RMI for this scenario. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865959#3865959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865959

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Serving up huge numbers of files

2005-02-09 Thread mcorey
Excellent -- I'm downloading it now... Thanks a lot :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865957#3865957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865957 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Serving up huge numbers of files

2005-02-09 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10030&styleName=Html&version=10031 [JBAS-1327] - UCL should not scan wars for resources View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865956#3865956 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [HTTPD, Servlets & JSP] - Serving up huge numbers of files

2005-02-09 Thread mcorey
I am attempting to use JBoss to serve up a huge number of files, and I'm having some difficulty. Before suggesting that I use Apache, or something other than JBoss, let me say that the reason for using JBoss is to take advantage of its' built-in authentication and security features -- I'm able

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem to add Principal to the Subject

2005-02-09 Thread [EMAIL PROTECTED]
The client ip can be passed in using a custom interceptor in the client proxy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865954#3865954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865954 -

[JBoss-user] [Security & JAAS/JBoss] - JAAS and JBoss Security Design

2005-02-09 Thread fmaredia
The following is from my LoginAction class: | try | { | SecurityAssociationHandler handler = new | SecurityAssociationHandler(); | SimplePrincipal user = new SimplePrincipal(username); | handler.setSecurityInfo(user, password.toCh

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem to add Principal to the Subject

2005-02-09 Thread tcherel
By adding a callback (like a TextInputCallback) in the client to add the ip address and by having a custom login module on the server to understand this extra callback and add it to the subject, you should be able to achieve what you need. Thomas View the original post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem to add Principal to the Subject

2005-02-09 Thread borisn
Thanks Scott, But it implies that I have to have client?s IP address on the server, which is what exactly I am trying to achieve by propagating this IpPrincipal. So, it seems like adding a new Principal is not going to work for me. Do you know any other way how I can get client?s IP address on s

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem to add Principal to the Subject

2005-02-09 Thread [EMAIL PROTECTED]
The Subject created on the client is not what is propagated. Read the JAAS Howto topic in this forum to understand the security context propagation. If you want this info it would have to be attached using a custom login module on the server side. View the original post : http://www.jboss.org/

[JBoss-user] [Security & JAAS/JBoss] - Problem to add Principal to the Subject

2005-02-09 Thread borisn
Hi, I am trying to add my own Principal to Subject and extract it on server side on JBoss 3.2.6. For some reason it seems like Subject does not contain it on server. Here is what I am doing: On client: UsernamePasswordHandler handler = new UsernamePasswordHandler(id, pass.toCharArray());

[JBoss-user] [JBossWS] - Re: Creating Webservice from WSDL

2005-02-09 Thread Andy_Wagg
In your deploy directory for the configuration, you should find the log4j.xml. Find the Axis logger and change it to DEBUG (from INFO). You will then see why it thinks there is a mismatch. I had this twice, first as i didn't use wscompile with the -f:wsi switch, so my SEI methods had multiple p

[JBoss-user] [Security & JAAS/JBoss] - Re: Is SSL encryption available for JAAS?

2005-02-09 Thread tcherel
Can you provide a little more detail on your JAAS configuration on both the client and server side? I am just curious on how it is really working (in a secure way) if only the user name is sent from the client. Thanks. Thomas View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Management, JMX/JBoss] - Re: Getting my services in order

2005-02-09 Thread [EMAIL PROTECTED]
Does it work if you deploy the .sar seperately? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865940#3865940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865940 -

[JBoss-user] [Beginners Corner] - Re: deploy problems

2005-02-09 Thread teddyert
I got it working with the servlet, but I cant seem to find out how to connect to the bean from a "normal" java application. I have done this with Sun as before, but I dont know what needs to be in the classpath now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Management, JMX/JBoss] - Re: Getting my services in order

2005-02-09 Thread cliff76
I have a Startup.sar that I deploy and I get the error I describe above. Could someone help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865938#3865938 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865938 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Standalone application JMX example

2005-02-09 Thread aqan
Well I can use the JBoss JMX implementation on both ends, so there won't be any issue with the non-jsr-compliant implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865937#3865937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Installation & Configuration] - Re: new log4j appendar logs all

2005-02-09 Thread grinch
Dont think it likes the quotes, let try again: appender name="SRSLog" class="org.apache.log4j.FileAppender" errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler" param name="Append" value="flase" param name="File" value="${jboss.server.home.dir}/log/SRS.log" layo

[JBoss-user] [Installation & Configuration] - Re: new log4j appendar logs all

2005-02-09 Thread grinch
Sorry, here is the setup: " " View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865935#3865935 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865935 -

[JBoss-user] [Installation & Configuration] - new log4j appendar logs all

2005-02-09 Thread grinch
I revcently added a new appender to the log4j.xml so I could log messages from my app to this file. However, along with the messages I log by "Logger myLog = Logger.getLogger("myLog")" I get everyting else that the server spits out as well. My log file is basicaly a copy of the server.log. Belo

[JBoss-user] [JBossWS] - Re: Creating Webservice from WSDL

2005-02-09 Thread ranaaich
Hello Andy, Thanks for your reply. I got it! Now I can generate mapping file using wscompile. Thanks for your help! But I got stuck again : I'm getting error as follows when want to view the service from the browser: org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for

[JBoss-user] [JBossWS] - Re: Collections as return types

2005-02-09 Thread jasong
JAX-RPC 1.1 does not support mapping Collections as return types, so for now you must use an array and wrap it in a JavaBean . The future spec may add support for it. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865932#3865932 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Reagrding Custom Container Interceptors

2005-02-09 Thread [EMAIL PROTECTED]
Each container instance has its own instances of the interceptors associated with its configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865931#3865931 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865931

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

2005-02-09 Thread [EMAIL PROTECTED]
Either the mdb or jms persistence service needs to have a dependency on the elements that need to be started. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865930#3865930 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence & CMP/JBoss] - Re: Security of CMP

2005-02-09 Thread [EMAIL PROTECTED]
The j2ee security model is role based and does not allow for constraints based on state of the call or target object. This can be done using a custom security interceptor in the ejb container. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865929#3865929 Re

[JBoss-user] [JBossWS] - Re: Ws-Security with JBossWS or using JWSDP with Jboss+tomca

2005-02-09 Thread jasong
JBossWS does not currently support WS-Security, although it is on the road map. It is probably possible to use jwsdp within jboss as you suggest, but you would not be able to do J2EE 1.4 style web services. You would have to use their generated stubs to call your EJB methods directly. -Jason V

[JBoss-user] [Persistence & CMP/JBoss] - Security of CMP

2005-02-09 Thread artemgolubev
Let us have table1 = (id int, text char(20)), where id is primary key. Imagine the situation, that user1 asked access to table1 with id=1 and it was created a CMP bean, that contains data for this row. Is it possible, that some user2 can access to this CMP object? View the original post : http://

[JBoss-user] [Clustering/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2005-02-09 Thread DashV
That and your bean MUST have remote interfaces... I don't know why but without remotes I would get the same "'Deployed as CLUSTERED but not a single clustered-invoker is bound to container" error. Try adding remotes and remote homes to your entities (if they don't already have them) and redeplo

[JBoss-user] [HTTPD, Servlets & JSP] - Struts 1.1 nÃo funciona no Jboss 3.2.3

2005-02-09 Thread videschi
AlguÃm sabe porque o struts 1.1 nÃo funciona corretamente no JBoss 3.2.3 quando tem mais de uma aplicaÃÃo com essa framework rodando ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865925#3865925 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - Re: ejbRemove does not remove data

2005-02-09 Thread albertok
Eventually I have found the issue. Remove method might be invoked by home interface or the specified Entity instance. If we invoked remove through home interface then it would be internally invoked by instance. So to summon up, if we used container-configuration to the remove method only on home

[JBoss-user] [Performance Tuning] - Re: JBoss benchmarking

2005-02-09 Thread [EMAIL PROTECTED]
I'm not sure how well this is documented, but in JBoss 3.2.6 there is a left-join feature that allows you to define deep prefetching when loading a bean. Check out the DTD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865923#3865923 Reply to the post : h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: configure dead-letter-queue per queue

2005-02-09 Thread [EMAIL PROTECTED]
Only MDBs have a dead letter queue. There is no similar notion for a jms queue. Write your own MessageListener implementation that puts messages onto another queue when an exception is thrown from its delegated onMessage invocation. View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Security & JAAS/JBoss] - Re: Is SSL encryption available for JAAS?

2005-02-09 Thread [EMAIL PROTECTED]
Encryption needs to be enabled at the ejb (or whatever service) invocation transport level. This is not a JAAS configuration issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865921#3865921 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - Re: Upgrading Tomcat in JBoss

2005-02-09 Thread [EMAIL PROTECTED]
This will not work as the api of tomcat used by the embedding layer has changed between 4.0.x and 5.x so you need to upgrade jboss to move to 5.x. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865920#3865920 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB Startup

2005-02-09 Thread Kevin Daly
Hi, Is it possible to configure an MDB so as to not process old messages in the JMS_MESSAGES table until the JBoss Server is started. This messages would have been published to JBoss before the server was previously stopped. We have a problem in that the MDB starts consuming messages too early a

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-02-09 Thread gregcrider
Thomas, I see that JBWS-81 was closed out because it doesn't conform to the Jax-RPC 1.1 spec according to your notes. If this is the case, why can I use a DataHandler as a method argument (which works fine), but I can't use a DataHandler as a return type? For the case of the DataHandler as the

[JBoss-user] [Installation & Configuration] - error.....org.jboss.deployment.DeploymentException: Failed t

2005-02-09 Thread ketan_dba
hi, i am newbie for jboss. while starting jboss i got the following errors pl. help me out = JBoss Bootstrap Environment JBOSS_HOME: /usr/local/lib/jboss JAVA: /usr/local/lib/jdk/bin/java JAVA_OP

[JBoss-user] [Beginners Corner] - Problem deploying ear

2005-02-09 Thread billdelong
I followed the JBOSS IDE tutorial to the letter (which is an excellent guide). However, when I try to deploy, I get a DeploymentException (expected one display-name tag). Since all of the deployment descriptors were auto-generated, what is the problem? 11:30:45,812 INFO [EARDeployer] Init J2

[JBoss-user] [JBossWS] - web service client deserialization

2005-02-09 Thread Andy_Wagg
Has anyone seen any problems with the deserialization code generated by wscompile for complex types. I have put trace into the deserialization and my problem seems the be the element name from the XML does not match the name expected by the code and so the message is not decoded. The deserializ

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

2005-02-09 Thread eldiosyeldiablo
I just tried starting my eclipse with the -clean arguement and that did not fix the error either. To futher test I removed the old jboss-4.0.0DR4 to another directory so that if my compiling or executing tasks tried to locate the old directory then I should get an error. I then cleaned my proj

[JBoss-user] [Security & JAAS/JBoss] - Is SSL encryption available for JAAS?

2005-02-09 Thread paszti
Hi Everybody, I use JAAS on both the client and the server side. In the client configuration there is a ClientLoginModule. The server side use a Krb5LoginModule that authenticate against Active Directory. The Kerberos login module on the server use a keytab for authentication and the client si

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when deploying dukes bank application

2005-02-09 Thread [EMAIL PROTECTED]
Try using the most recent getting started guide. You are using a nearlier one that is targeted at an earlier update of the sun J2EE tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865899#3865899 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Advanced Documentation] - Re: Chapter 12: Web Service example problems

2005-02-09 Thread [EMAIL PROTECTED]
Do you have the most recent WSDP? http://java.sun.com/webservices/jwsdp/index.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865896#3865896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865896 --

[JBoss-user] [Security & JAAS/JBoss] - Basic Auth Failure - Custom Error Page

2005-02-09 Thread sj_bennett
Does anyone know what I need to do to display a custom error page if the user selects "Cancel" or login fails 3 times. I would rather display something besides HTTP Status 401 - type Status report message description This request requires HTTP authentication (). Apache Tomcat/5.0.28 Thanks,

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check in url after login failure

2005-02-09 Thread danl_thompson
There IS wackiness here... you are not the crazy one. Different browsers behave differently. For example, when you hit a protected resource, JBoss/Tomcat will throw up a login page (if you have it configured this way). And submitting the login page to j_security_check is the correct thing to

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss and struts

2005-02-09 Thread danl_thompson
Yes, there is no user role, nor any user principal except on protected pages. So, if you protect page a.jsp, (see web.xml on how to do this). then <% System.out.println(request.getUserPrincipal()); %> will show the user principal. On unprotected page B, it will be null. View the original po

[JBoss-user] [Beginners Corner] - Server/all - default - minimal directories

2005-02-09 Thread cberrouard
Hi, First, I want to know, if we can use others directories Server/all - default - minimal. If yes, how do I proceed to make and use my own drectories. Second, it is possible to have his own application directory to deploy many applications. I want to deploy 5 applications in different direc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Help needed creating an MDB Container for WebSphere MQ X

2005-02-09 Thread llivings
The wiki I'm talking about is here... http://www.jboss.org/wiki/Wiki.jsp?page=SampleConfigurationForMQSeriesWebsphereMQ Also, I'm using JBoss 3.2.7 with WSMQ V5.3. Thanks for the response, it clarifies things a bit for me. It sounds like the MDB container invoker will need to be modified so a

[JBoss-user] [Advanced Documentation] - Chapter 12: Web Service example problems

2005-02-09 Thread astrachanschaf
Hi! I am totaly new to JBoss and I'm trying to get through the WebService example in chapter 12 of the documentation. When I try to create the *.wsdl file and mapping.xml file using the command line | wscompile -classpath $CLASSPATH -gen:server -f:rpcliteral -mapping mapping.xml config.xml

[JBoss-user] [Messaging, JMS & JBossMQ] - configure dead-letter-queue per queue

2005-02-09 Thread razor_harm
I have seen this question posted on the forum several times now. But I have not seen a reply which confirms if it is possible to specify a DLQ for a specific Message queue. For example Dead messages for Queue A should be send to DLQA. Dead messages for Queue B should be send to DLQB. Is it poss

[JBoss-user] [EJB/JBoss] - Re: remote call from jboss 4.0.1 (client) to jboss 3.2.3 (se

2005-02-09 Thread jamesstrachan
James, This problem comes up quite frequently. Java requires the serialVersionUID of the class to be identical on the object sent across the network by RMI and the locally loaded class that is meant to rebuild the object. As you are using two different versions of JBoss, you are getting difere

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error when deploying dukes bank application

2005-02-09 Thread jeffmcdougal
I too am getting errors from the JBoss deployer after a successful compile and packaging of the application. The error messages from the console follow: 2005-02-09 09:09:18,234 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-4.0.1/server/default/deploy/

[JBoss-user] [Messaging, JMS & JBossMQ] - problem receive many messages

2005-02-09 Thread jivkoto
Hi, I am working with Firebird 1.5.2, Jaybird 1.5.5 Jboss 3.2.6. I am wondering if there are any problems with jms storing in firebird. I will be thankful if someone take a look and give a hand on this: I am sending many jms messages on two queues, let say A and B. after a while my jboss freeze

[JBoss-user] [Beginners Corner] - Problem with Duke' Bank example

2005-02-09 Thread mvalin
Hi, I`m a beginner in JBoss and a Java, for to begin I read the "Getting Started with JBoss" in this tutorial there is an example of Duke' Bank, I follow all steps, but in the file jboss-build.xml there is a tag with the jar JBOSS_HOME/server/default/lib/javax.servlet.jar, but this file doesn't

[JBoss-user] [Beginners Corner] - Re: deploy problems

2005-02-09 Thread pablojavierpy
JBOSS Eclipse Ide Tutorial is great! That is, if you use ECLIPSE Ide. http://docs.jboss.org/jbosside/tutorial/build/en/html/index.html If you don't, I'd recommend it but you can still get a lot of information on what you want from it. View the original post : http://www.jboss.org/index.ht

[JBoss-user] [JCA/JBoss] - Re: Unable to deploy rar

2005-02-09 Thread [EMAIL PROTECTED]
Haven't tried to deploy on 3.2.x since I don't have it running. Thanks for the tip with the old style ra.xml. Will try to get the new version up and running. Currently at work but will try it tonight. Will keep you informed once I tried it. View the original post : http://www.jboss.org/index.

[JBoss-user] [JCA/JBoss] - Re: Unable to deploy rar

2005-02-09 Thread vonarxma
deploying the rar using an older version of jboss (vers. 3.x) is working? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865876#3865876 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865876 ---

[JBoss-user] [JCA/JBoss] - Re: Unable to deploy rar

2005-02-09 Thread vonarxma
oh, now i can see the problem: your ra.xml file is written in the old format (jca 1.0). in jca 1.5 you must have more elements (like , , ...) and you have to use the following xml-schema (instead of the old dtd): http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

[JBoss-user] [JCA/JBoss] - Re: Unable to deploy rar

2005-02-09 Thread vonarxma
hi, it's important that the ... is exactly the same name as the rar's filename! now, kan you tell me how did you have built this rar archive? i had the same problem because i have used jbuilder -- when i'm using the jdk's jar tool there was no error. matthias View the original post : http

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

2005-02-09 Thread anders.hedstrom
Thomas, I have created a sample deployment and created an JIRA http://jira.jboss.com/jira/browse/JBWS-105 //Anders =) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865872#3865872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [JCA/JBoss] - Unable to deploy rar

2005-02-09 Thread [EMAIL PROTECTED]
I have a problem deploying a rar for Jpox into Jboss4.0.1 default server on Windows XP, JDK 1.5. I read the faq and have been looking around the net for an answer but with no solution. So any help will be appreciated! Here are the details The error I receive | MBEANS THAT ARE THE ROOT CAUSE

[JBoss-user] [Installation & Configuration] - JBoss AS 4.0 - problem with installation on Windows XP

2005-02-09 Thread Kaffe
When I try to install JBoss AS 4.0, I get these error messages: [MainDeployer] Could not make local copy for file:C:/jboss4.0.0/server/default/conf/jboss-service.xml java.io.IOException: Cannot find search path ... [MainDeployer] Could not initialise deployment: file: C:/jboss4.0.0/server/defa

[JBoss-user] [Management, JMX/JBoss] - Re: Getting attribute change notifications

2005-02-09 Thread yaronz
Dimitris, Thanks, from what I read this is the answer. I will give it a try and report if there are any problems. Yaron. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865869#3865869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Clustering/JBoss] - New node won't join partition

2005-02-09 Thread osandum
Setting: JBoss 3.2.6 in "all"-configuration, 2-node cluster on Mac OS X 10.3. Cluster was started on "Node A" a few days ago. When I try starting "Node B", it fails to recognize the running cluster, and proceeds to deploy its own copy of singleton services etc. Their startup log files look nearl

[JBoss-user] [Beginners Corner] - deploy problems

2005-02-09 Thread teddyert
I am have been trying to deploy ejb on the jboss server but without luck so far. I managed to get a servlet working but I cannot seem to create my own beans and get them deployed. I have found some tutorials on the net, but most of them doesnt work. Does anyone know some good tutorials about ho

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-02-09 Thread amahesh
Thanks Anil, for responding back. However, I have already added my Queue to jbossmq-destinations-service.xml file under the \server\default\deploy\jms folder. At startup, my JBoss shows up a debug statement "Amit_Queue bound". (I had mentioned this in my initial prob desc as well.). I had also

[JBoss-user] [Installation & Configuration] - Upgrading Tomcat in JBoss

2005-02-09 Thread prayala
Gurus, We have a web application deployed on JBOSS 3.0.1+Tomcat 4.0.4. We are planning to upgrade the Tomcat version to 5.x keeping the same JBoss verson. How do I go about this upgrade? If anyone has done this kind of upgrade, please share your experiances. Thanks. View the original post :

[JBoss-user] [Advanced Documentation] - Size for a cluster

2005-02-09 Thread jmochonc
Can anybody tell me where to find documentation about sizing a cluster?? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865855#3865855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865855 ---

[JBoss-user] [JBossWS] - Re: cannot access com.sun.xml.rpc.client.BasicService

2005-02-09 Thread Andy_Wagg
I'm using JBoss 4.0.1 with JWSDP 1.5, you are missing the jaxrpc-impl.jar which you should find in $JWSDP_HOME//jaxrpc/lib/jaxrpc-impl.jar I copied this into my $JBOSS_HOME/client directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865853#3865853 Reply

[JBoss-user] [Beginners Corner] - Re: Where do you put .jar files?

2005-02-09 Thread kamal_tavant
You can try putting in the deploy directory or in lib directory of the choose configuration i.e., default\lib for default configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865851#3865851 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [EJB/JBoss] - Re: Transactions Across Multiple Servers

2005-02-09 Thread japaz
Sorry, but I'm a bit amazed. If you think that distributed transaction propagation should be avoided at all cost, why Jboss supports it by way of TransactionPropagationContextFactory and TransactionPropagationContextImporter interfaces?. I think, though it is really costly there are situations in

  1   2   >