[JBoss-user] [JBossWS] - Re: AXIS - EJB Provider

2005-01-13 Thread [EMAIL PROTECTED]
JBossWS is about J2EE compliant web services. That we use an axis derivative internally is an implementation detail. You should not expect JBossWS to support any axis specific functionality. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862068#3862068 Reply

[JBoss-user] [JBossWS] - Re: Axis EJB Handler Not Working

2005-01-13 Thread [EMAIL PROTECTED]
The WS4EE specification tells you how to do portable web services and JBossWS our implementation of that spec. If WebSphere is not J2EE-1.4 compliant, it is simply not ready. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862065#3862065 Reply to the post :

[JBoss-user] [JBossWS] - Re: AXIS - EJB Provider

2005-01-13 Thread babloosony
Basically it is not directly related to JBossWS but my question is why is axis ejb handlers simply do not work on JBoss Application Server and we need to use JBoss EJB handlers when working with ejb web services on JBoss ? View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [JBossWS] - Re: AXIS - EJB Provider

2005-01-13 Thread [EMAIL PROTECTED]
How is this related to JBossWS? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862060#3862060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862060 --- The SF.Net e

[JBoss-user] [JBossWS] - Re: wrapped document/literal

2005-01-13 Thread [EMAIL PROTECTED]
rpc/encoded works, but should not be used for reasons given by the BasicProfile-1.0 Both literal styles are supported View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862059#3862059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

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

2005-01-13 Thread [EMAIL PROTECTED]
How to access the SOAPEnvelope from an JSE endpoint is described in section 10.1.3 ServletEndpointContext of the JAXRPC-1.1 spec. Links to relevant specs are on the wiki. http://www.jcp.org/en/jsr/detail?id=101 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-13 Thread rhook
Thank you for that clarification Scott, I shall continue wrestling with this. I had indicated in a previous post that I wanted to explore whether this was new behaviour in 4.0.1 compared to 4.0.0. To that end, I did the following. Note that the server configuration used in 4.0.1 was a copy of t

[JBoss-user] [JBossWS] - Re: Axis EJB Handler Not Working

2005-01-13 Thread babloosony
So you mean we cannot write a generic configuration file like deploy.wsdd that can be used to deploy the web service on both JBoss 4.0and WebSphere 5.0. Can you please clarify ... ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862056#3862056 Reply to the p

[JBoss-user] [JBossWS] - Re: making a redeployable .war or .ear

2005-01-13 Thread [EMAIL PROTECTED]
Change WebServiceHost in ${jboss.server.deploy.dir}/jboss-ws4ee.sar/META-INF/jboss-service.xml | | jboss:service=WebService | ${jboss.bind.address} | 8443 | 8080 | org.jboss.webservice.server.InvokerProviderEJB | org.jboss.webservice.server.InvokerProvide

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP SessionBenn Exception problem

2005-01-13 Thread wisu66
My ValidateException extended EJBException but if I changed it so it extended Exception it works as I wanted it. Is this a good solution? or are there some other problem with it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862069#3862069 Reply to the p

[JBoss-user] [Security & JAAS/JBoss] - Re: Error on SessionClient of JAAS Example

2005-01-13 Thread wxwang
I see. I need put the #-Djava.security.auth.login.config=file:c:/jaashowto/example/resources/auth.conf" in the command line. But I am going to use it in Applet. So what shall I deal with this? How could I write a AppletClient? Thanks View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Beginners Corner] - Re: eBank error message: ejb.account doesn't exist

2005-01-13 Thread beeby
ok solved it. Made the stupid error of not unpacking the jboss zip files into the correct directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862050#3862050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862050

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available ...

2005-01-13 Thread RolfZ
Sorry forgot my system configurations: W200 Server (1 GB Ram) + JBoss 3.2.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862048#3862048 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862048 --

[JBoss-user] [JBossWS] - Re: Error while using SoapMessage.saveChanges()

2005-01-13 Thread [EMAIL PROTECTED]
Please take this to http://jira.jboss.com/jira/browse/JBWS and attach a simple sample deployment that allows me to reproduce the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862067#3862067 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Security & JAAS/JBoss] - Re: Manual login from servlet

2005-01-13 Thread [EMAIL PROTECTED]
1) is the only publicly supported approach. The SecurityAssociation class is not a public interface and can disappear at any time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862030#3862030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

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

2005-01-13 Thread roywyy
Hi, This means your Hypersonic default data source misconfigure. please check /server/default/deploy/hsqldb-ds.xml make sure this depends on the right hypersonic instance jboss:service=Hypersonic good luck, Roy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-01-13 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862066#3862066 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862066 -

[JBoss-user] [JBossWS] - Re: Class does not directly implement a remote interface err

2005-01-13 Thread [EMAIL PROTECTED]
wsompile takes the SEI, not the implementation bean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862062#3862062 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862062 -

[JBoss-user] [JBoss Getting Started Documentation] - Re: login.jsp tag library error?

2005-01-13 Thread raviies
did you get to resolve this error so far? I'm stuck up at exactly the same place View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862034#3862034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862034 ---

[JBoss-user] [JBossWS] - DII Client Error when run on WebLogic

2005-01-13 Thread hungvu2000
Hi, I developed a webservice on JBoss and could access it successfully from a console client side of DII type . Now I move the source code from the console client to Weblogic 8.1. When I run the source code from Weblogic I had the below error. Thank to any help. Hung Exception in sendOu

[JBoss-user] [Beginners Corner] - eBank error message: ejb.account doesn't exist

2005-01-13 Thread beeby
Hi I'm trying to work through the Duke's Bank application but I'm getting the following error message: package com.sun.ebank.ejb.account does not exist, and many similar error messages follow. Can someone explain where I'm going wrong? Also says see the compiler error output for details. Is th

[JBoss-user] [Security & JAAS/JBoss] - Error on SessionClient of JAAS Example

2005-01-13 Thread wxwang
Hello I ran the example on my JBoss Server 4.01RC2. It is fine to access from web, but I have got an error for using SessionClient. java.lang.SecurityException: ??? | at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97) | at sun.reflect.NativeConstructorAccessor

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available ...

2005-01-13 Thread kalyan120
The JMX Console shows you the number of connections used, created, etc. for the Connection pool. Also, did you check if your database server has run out of connections? Thanks, Kalyan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862055#3862055 Reply to t

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-01-13 Thread [EMAIL PROTECTED]
Its intended behaviour, not a bug. If you have more than one endpoints, you need to assign individual uri-patterns to them. Otherwise the clients could not distinguish them. The error message tells you axactly what to do. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

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

2005-01-13 Thread [EMAIL PROTECTED]
Then sender of the message chooses whether or not its persistent across server restarts. It is not controlled by the message cache or pm. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862037#3862037 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [JBossWS] - Re: Cannot find port with name 'XXXXX' in wsdl document

2005-01-13 Thread [EMAIL PROTECTED]
The WSDL port name is AssetManagerEndpoint not AssetManagerEndPoint View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862052#3862052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862052 -

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.1 Linkage Error Nightmare

2005-01-13 Thread [EMAIL PROTECTED]
The jboss-app.xml shown with the java2ParentDelegation=false as stated in the docs is the correct configuration for scoped class loading with isolation. The rt.jar is always accessible due to every class loader inheriting the system class loader. You cannot override any classes in rt.jar from th

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL/JBoss/JSP error

2005-01-13 Thread [EMAIL PROTECTED]
The DateEditor has been updated to accept more date formats for the 3.2.7 and 4.0.2 releases. I still need a bug report that has an illustration of the problem as none of the date based jstl examples gave me any problems. http://jira.jboss.com/jira/browse/JBAS View the original post : http:

[JBoss-user] [JCA/JBoss] - No ManagedConnections available ...

2005-01-13 Thread RolfZ
Hi After around 18 hours of stress testing we receive a few of thoses errors and then the whole JBoss server just stops and tries to terminate. My first thought was that I leave some db connection open until none are available but I double check the code and I also don't get any " closing conn

[JBoss-user] [Installation & Configuration] - Re: postgreSQL

2005-01-13 Thread beyarecords
Yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862029#3862029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862029 --- The SF.Net email is sponsored by: Beat th

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

2005-01-13 Thread jbycks
I am using JbossMQ with MySql db persistence. When I have lot of messages in the db and I restart the server, it tries to load all messages from the db and eventually runs out of memory. I saw this topic was discussed a while ago with no solution exception that it was acknowledged to be known pr

[JBoss-user] [Installation & Configuration] - Re: jdk1.4 + jboss4.0.1, RMI not working

2005-01-13 Thread berkgypsy
ah HA. Looks like it's only failing for "localhost" lookups. If I catch localhost lookups and replace them with their actual names with InetAddress.getLocalHost().getHostName() everything works. This seems like a bug? View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Installation & Configuration] - Re: jdk1.4 + jboss4.0.1, RMI not working

2005-01-13 Thread berkgypsy
Here's what I'm trying to do | | Properties props = new Properties(); | props.put( | "java.naming.factory.url.pkgs", | "org.jboss.naming:org.jnp.interfaces"); | | String namingProvider ="jnp://" + hostname + ":" + port; |

[JBoss-user] [Performance Tuning] - Monitoring recommendations?

2005-01-13 Thread jeff.kehoe
I've searched documents & forums but haven't found anything that answers this question. What are the highest priority items to monitor to keep track of JBoss health and performance? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862022#3862022 Reply to the

[JBoss-user] [Installation & Configuration] - run.bat question

2005-01-13 Thread rocklord1960
I'm trying to set up Jboss in an OS/2 environment. The batch file that starts it has some set statements. This one works fine: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m But this does not: set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% It think it doesn't like the = sign. Any help would be gr

[JBoss-user] [Installation & Configuration] - postgreSQL

2005-01-13 Thread rocklord1960
Does postmaster have to be running in order for jboss to access the postgreSQL database? Thanks Bart View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862020#3862020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862020

[JBoss-user] [Installation & Configuration] - Re: jdk1.4 + jboss4.0.1, RMI not working

2005-01-13 Thread berkgypsy
I just tried upgrading to jdk1.5, and I am still seeing the RMI problem in jboss4.0.1, so there must be something that changed about how to use RMI with jboss4.0.1. I don't see anything yet in the documentation. Is there anything obvious someone could help me with? 14:19:30,187 INFO [STDOUT

[JBoss-user] [Management, JMX/JBoss] - Re: Invoke causes Status 500 HTTP Error

2005-01-13 Thread [EMAIL PROTECTED]
There is some problem with the jvm or jsp compilation here as the only args field access on the displayOpResult.jsp page is the org.jboss.jmx.adaptor.control.OpResultInfo.args field and this certainly exists. I see no problems using jdk 1.4.2_05 on linux and win xp. View the original post : h

[JBoss-user] [Beginners Corner] - Re: war deployment structure

2005-01-13 Thread rhook
My understanding is that the WAR gets expanded fully into a directory under {server}/tmp/deploy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862015#3862015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862015 --

[JBoss-user] [Security & JAAS/JBoss] - Manual login from servlet

2005-01-13 Thread bonoc
Background: I am integrating a .NET->Java bridge into a J2EE app. The bridge has a webapp that listens for TCP/binary connections from the .NET proxies. On every request the user/pass is sent. I need to extract these values and manually log into the container on every request. N

[JBoss-user] [Beginners Corner] - how to hot deployment to multiple jboss instances?

2005-01-13 Thread yangju
If there is a way to hot deploy to multiple jboss instances by just deploying to one instance? Is cluster an option? Can we use jboss cluster just for hot deployment to multiple servers and turn off all other clustering features, such as session redirect, etc? Please help. More details, the bet

[JBoss-user] [Beginners Corner] - Re: deployment failure - root cause MBean has been created t

2005-01-13 Thread [EMAIL PROTECTED]
The XidFactory has not reached the STARTED state so there is a problem with it that should be showing up in the server.log. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862031#3862031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Installation & Configuration] - jdk1.4 + jboss4.0.1, RMI not working

2005-01-13 Thread berkgypsy
I am in the process of upgrading from 4.0.0 to 4.0.1. I'm using jdk1.4.2_03 and it looks like in jboss4.0.1, RMI calls are failing (Receive timed out). I read that the RMI code was upgraded in jboss4.0.1 to work with java 1.5. Does this mean it is not backwards compatible? View the original

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message driven bean in session bean

2005-01-13 Thread genman
Sure, why not? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862028#3862028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862028 --- The SF.Net email is sponsored

[JBoss-user] [Beginners Corner] - How to set user/password as I used to do in Tomcat's conf/to

2005-01-13 Thread chuckzhg
Hi there, I have some simple JSP samples that run on (standalone) Tomcat 5 which require user login. I used to set the role to user/password mapping in the conf/tomcat-users.xml. How do I do the samething for JBoss (4.0.1RC1)? TIA chuck View the original post : http://www.jboss.org/index

[JBoss-user] [JBossWS] - Re: Generating WSDL

2005-01-13 Thread jasong
The wiki should be updated, wscompile is the best approach. The main reason is that axis can not generate jaxrpc-mapping.xml which leads to several problems. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861995#3861995 Reply to the post : http://www

[JBoss-user] [JBoss.NET] - Re: Integrate Axis 1.2 with JBoss !!

2005-01-13 Thread [EMAIL PROTECTED]
As of version jboss-3.2.6 and jboss-4.0.0 we use a derivative of the latest stable axis-1.1 version. The jar is called axis-ws4ee.jar and is shared between the two jboss branches. It is J2EE-1.4 and BasicProfile-1.0 compliant. Any other other version of Axis than the one we distribute is not sup

[JBoss-user] [Beginners Corner] - Re: how to hot deployment to multiple jboss instances?

2005-01-13 Thread yangju
Sorry I mean jobss 3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862018#3862018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862018 --- The SF.Net email is

[JBoss-user] [Beginners Corner] - Re: how to hot deployment to multiple jboss instances?

2005-01-13 Thread yangju
We use windows 2000 servers and plan to use Jboss 4.0 (now we use jboss 4.3 in production). Is there any other references available? Is clustering an option? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862017#3862017 Reply to the post : http://www.jboss.o

[JBoss-user] [Beginners Corner] - Security

2005-01-13 Thread gshekar
Hi, I have received a recommendation for security. Description: Create 2 unix id's for example A and B and have them belong to a group named G. Do the jboss installation using A and let A start JBoss. Give B the ownership for all the JBoss configuration files and have the group G read access

[JBoss-user] [Beginners Corner] - set statement in run.bat

2005-01-13 Thread rocklord1960
I'm setting up jboss in an OS/2 environment... run.bat has some set statements. This one works fine: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m But this does not: set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% It think it doesn't like the = sign. Any help would be greatly appreciated. Bart -

[JBoss-user] [Beginners Corner] - Re: how to hot deployment to multiple jboss instances?

2005-01-13 Thread rhook
What OS are your servers running on? If some form of Unix, you could probably build a solution on top of rdist , ie have a local deployment directory that rdist watches and pushes to the deployment directories on all the servers. View the original post : http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Unreadable messages JDBC3 Persistence Manager

2005-01-13 Thread trickard
It appears that any message left in a topic when jboss is shutdown will never be sent by the system. It appears in the message count in the jmx console but if mq must go back and load it from storage the message will never be sent to a receiver. When a subscriber connects with the appropriate c

[JBoss-user] [Installation & Configuration] - Problem compiling jboss Portal

2005-01-13 Thread alv_sant
Hello, IÂm having a problem compiling jboss portal with jboss 4.0.0 , windows 2000 and jdk 1.5. I think that itÂs a problem of the classpath. I use the "Setting up JBoss Portal" tutorial point by point but it doesnÂt work. This is the log is this: Executing D:\nukes-2.0-DR-src\build\..\tool

[JBoss-user] [The Lizzard's corner] - Any Chance of another JavaOne / JBoss Conference co-location

2005-01-13 Thread sthomasg27
Any change that JBoss will host another User Conference with Java One again this year?? That would be a HUGE selling point in my company for convincing management to let us attend! fingers (and toes) crossed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Persistence & CMP/JBoss] - Bytecode enhancement of class makes problems

2005-01-13 Thread wegorkie
Hi, I am trying to develop J2EE project with JBoss 4.0 as App Server and JDO for database management. I have experiences with JDO but just started in J2EE technology and it seems to be hard part for me. Now, I have strange issue with JDO objects and don't know where to search for solution. I

[JBoss-user] [Testimonials] - Need help convincing company to use Java/J2EE to implement s

2005-01-13 Thread SteveL
Getting some resistance from people without much experience with Java technology. I am recommending Java with J2EE (JBOSS to be specific) however people are concerned about stability of JREs, scalability, and the host machine performance requirements because of past "bad experiences". I know it

[JBoss-user] [Beginners Corner] - jndi-name not recognized, JBoss uses bean name for global JN

2005-01-13 Thread johnv
Successfully deployed my .ear. The jboss.xml has: Foo ejb/foo/FooHome My external client program doing the lookup does: Object homeObj = ctx.lookup("/ejb/foo/FooHome"); This results in the ubiquitous exception: javax.naming.NameNotFoundException: ejb not bound By all ways I ha

[JBoss-user] [Beginners Corner] - Re: deployment failure - root cause MBean has been created t

2005-01-13 Thread [EMAIL PROTECTED]
Well, I had "jmx-invoker-service.xml" in my deploy directory. If I removed it, but its contents I copied-n-pasted to my jboss-services.xml, JBoss initialized fine. So, I guess I'm confused as to why the stuff in deploy/ needed to move over to the conf/jboss-services.xml in order for the depend

[JBoss-user] [JBossWS] - Re: Axis EJB Handler Not Working

2005-01-13 Thread jasong
JBossWS is J2EE 1.4 compliant web services, J2EE 1.4 web services are completely different than Axis (very different APIs and configuration). However, JBossWS and Axis can not coexist because JBossWS uses a specially modified version of Axis internally. If you want portability (deploy on any a

[JBoss-user] [Installation & Configuration] - Problem with out.log file under JBoss 4.0.1

2005-01-13 Thread sysprog992002
I'm having a strange problem with an out.log file being created and written to within the /server/default/log path. I can't seem to find where this log is being defined, its not in log4j.xml. I also could not find when looking in the JBoss src or even the Log4J src. Once created the out.log neve

[JBoss-user] [Messaging, JMS & JBossMQ] - message driven bean in session bean

2005-01-13 Thread chenna1978
Hi, I know we can all session bean or entity bean from message driven bean. Can we call message driven bean from session bean? Thanks, Chenna. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861994#3861994 Reply to the post : http://www.jboss.org/index.html

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

2005-01-13 Thread aantetomaso
Hello, I'm trying to add an external JMS provider to JBoss 3.2.3. In my specific case, the JMS provider is Bea Weblogic 8.1 . Any idea on how to map an external JMS provider on JBoss, in order to deploy an MDB connecting to it ? Please help !! It's very urgent !! Thanks in advance. Antonio

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

2005-01-13 Thread tcherel
Evertyhing depends on how you configured the NTSystemLogin. Without any coding, just by adding it as a JAAS login module in the login-config.xml, the authentication should work, but the mapping between the windows group and the roles are not done: JAAS does not define how to do that so each app

[JBoss-user] [Performance Tuning] - JVM Heap Settings

2005-01-13 Thread gshifrin
I see a lot of discussion here on setting the JVM heap size, but I haven't seen any guidelines on what are some reasonable values for various types of applications. Since I've started running into some Java OutOfMemoryError's lately, I've increased my heap sizes and perm generation size to:

[JBoss-user] [Installation & Configuration] - Re: Deployment problems

2005-01-13 Thread gemino
it seems i have found the problem (with help of myeclipse.com forums): CASE 2 was the problem! the web.xml was there and also the struts.xml were correct. BUT (at the moment i think thats it) when i was disconnected from the internet the DTD files were not found. this caused that the qhole war

[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread pergesu
I got it working. It was just a little typo...workers.list should have been worker.list. Lot of work to set up the connection, but now it's running smoothly :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861991#3861991 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread pergesu
I used a binary version at first. Then I tried compiling my own, and Apache started up fine. Now I'm having a new problem. I get a 500 Internal Server Error whenever I try to access a resource that should be passed on to JBoss/Tomcat. I checked out the mod_jk log file, and this is what I see

[JBoss-user] [JBossWS] - Error while using SoapMessage.saveChanges()

2005-01-13 Thread pani_rd
Hi, I have an application which is working fine in JBoss 3.2.3. Now, I'm trying to port it to JBoss 4.0.1. When I send a SOAP Message, the application's business logic does its work and tries to throw back a SoapMessage. While constructing a Soap response, its throwing an error exactly at Soa

[JBoss-user] [Beginners Corner] - Error: Exception thrown by the agent : java.rmi.server.Expor

2005-01-13 Thread gshekar
Hi, We are running JBoss on Jdk1.5. We have also enabled and started jmx agent for JBoss, by appending the following system properties to JAVA_OPTS in run.conf. JAVA_OPTS="-server -Xms128m -Xmx128m \ -Dcom.sun.management.jmxremote.port=8000 \ -Dcom.sun.management.jmxremote.authenticate=true \ -D

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with jboss4 and Oracle9i

2005-01-13 Thread rwmj
I don't know if you have solved this problem yet but I just did. Try editing the file .../deploy/ejb-deployer.xml find create table TIMERS change the types "other" to "blob" If you are using Oracle 8 you will also need to change the type "timestamp" to "date" I hope this helps. FYI: In .

[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread pergesu
I'm posting my config files to provide a bit more info. I want to point out that I changed the worker name to default now, following a guide I found, so that's different from the output I posted above. The output's the same though, just that now the worker name is default, rather than ajp13.

[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbFinders are not even consistent with themselves?

2005-01-13 Thread HariV
You can probably use the read-ahead strategry where the container will load a list of columns you specify in the group along with your id in one query. The extra data is stored in a seprate cache and your entity bean will be populated with the cached data during ejbLoad. View the original post

[JBoss-user] [EJB/JBoss] - Are ejbSelect result cached ?

2005-01-13 Thread fbiaggi
Hi, seem to no, is there a way to activate the cache of ejbSelect ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861968#3861968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861968 --

[JBoss-user] [Beginners Corner] - deployment failure - root cause MBean has been created thoug

2005-01-13 Thread [EMAIL PROTECTED]
I'm sure I'm missing something simple, however, I can't find it. I started with the minimal config and I slowly am adding things as I find that I need them (I'm basically cutting-n-pasting from the default configuration's jboss-service.xml into my config and copying over the .jars that are neede

[JBoss-user] [Installation & Configuration] - Deployment problems

2005-01-13 Thread gemino
i am using eclipse + myeclipse plugin for J2EE development. i have just a small application using struts & hibernate but really big deployment problems. at first I PROMISE i had this application already running without errors and i changed NOTHING, not even deleted a single blank line in the sou

[JBoss-user] [Beginners Corner] - Re: No ClassLoaders Error

2005-01-13 Thread Adey
Could you check the MANIFEST file in the .ear file and confirm if the tag "Class Path" is included or not.. It should look like Class Path : /FiboEJB.jarOR any other path. Once done ...stop JBoss server ..restart and redeploy the .ear file Good luck... View the original post :

[JBoss-user] [JBossWS] - Re: No serializer found for class - C# Client, JBoss Web Ser

2005-01-13 Thread martinconnolly
actually scratch the last message - silly mistake on my part. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861965#3861965 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861965 ---

[JBoss-user] [Javassist user questions] - Re: Bug in getDeclaringClass in 3.0RC1

2005-01-13 Thread chiba
I have implemented getEnclosingClass(). The source is in CVS HEAD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861963#3861963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861963 --

[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread [EMAIL PROTECTED]
You could always go outside of JBoss to do this - you can on your own determine the process PID that your run.sh started and issue a kill yourself. This might mean tweeking run.sh or any wrapper startup script that you use so you get the PID (perhaps have the script dump out to stdout the PID

[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread Lviz
hi pergesu did you compile mod_jk yourself ? or are you using a "binary" version ? cheers L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861957#3861957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861957 ---

[JBoss-user] [EJB/JBoss] - OutOfMemory error on multiple calls of one SlSB form another

2005-01-13 Thread juggernaut
I've got the following problem: I've got 2 Stateless Session Beans. One of them calls other's method for several (about 10, actually) times. On the fifth or sixth call jboss starts to use something like 35-40 megabytes of memory for call marshalling, and finally application crashes with java.la

[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread Femto
Why is there a link between JNDI and JMX ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861955#3861955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861955 ---

[JBoss-user] [JBossWS] - Re: No serializer found for class - C# Client, JBoss Web Ser

2005-01-13 Thread martinconnolly
thanks for the reply. wscompile is new to me and I'm getting the following error - unknown model info for this line: Has this namespace changed? thanks Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861961#3861961 Reply to the post : http://www

[JBoss-user] [Management, JMX/JBoss] - Invoke causes Status 500 HTTP Error

2005-01-13 Thread mikelarnett
Hi all, Hopefully, this issue has not been covered elsewhere. I have seen this behaviour on 3.2.3 and 3.2.6. Basically, after starting JBoss 3.2.6 (all server config), a user can go to http://somehost.com:/jmx-console and view the jmx-console. Additionally, a user can click on a l

[JBoss-user] [EJB/JBoss] - Re: enc ejb context from a java application

2005-01-13 Thread peake
The question is better stated as the following: 1- how to ENC lookups from a remote container. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861956#3861956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861956

[JBoss-user] [Beginners Corner] - Integrating MMS server with jboss 3.2.5

2005-01-13 Thread eitangur
Hi I'm using a small server for receiving mms messages. I want to integrate it with my jboss AS (jboss-3.2.5), so I could start and stop it through the jmx console. I managed to integrate it using the WRONG way of creating a new thread for it, but when I tried implementing it directly - it seem

[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread Femto
"mveitas" wrote : Have you removed anything from the deploy directory? Specifically the jmx-adapator-invoker.sar? | | Yes. I have almost deleted all the content of the directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861954#3861954 Reply to t

[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread pergesu
It's in there...it seems that the problem is that this function being called by mod_jk isn't defined anywhere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861949#3861949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity beans broken because isolation level specified on

2005-01-13 Thread sgodden
That is the solution we are currently using on JBoss. It may be a JBoss CMP solution, but it's definitely not possible on Websphere, and I don't know whether it's possible in the other major app servers. And the EJB spec gives us no indication whether that should be supported. This is my proble

[JBoss-user] [EJB/JBoss] - enc ejb context from a java application

2005-01-13 Thread peake
When running a java application outside of the container (non servlet) I am having trouble looking up ejb's using the enc naming structure of: Object obj = ctx.lookup("java:comp/env/ejb/WorkplaceSessionBean"); But, if I change it to: Object obj = ctx.lookup("ejb/WorkplaceSessionBean"); it works.

[JBoss-user] [Installation & Configuration] - Re: EJB lookup under JBoss-4.0.1

2005-01-13 Thread mat
"mat" wrote : Changing from JBoss-4.0.1RC2 to JBoss-4.0.1 encountered the following problem: | | The application contains 2 stateless session beans: sessionA and sessionB. | The application installed on two different machines as local server and remote server. | Simple lookup from sessi

[JBoss-user] [Persistence & CMP/JBoss] - ejbFinders are not even consistent with themselves?

2005-01-13 Thread sgodden
If I am running in READ_COMMITTED isolation, then the only guarantee that I have is that each individual SQL query I issue will run over a consistent view of the database, with no outstanding work to be committed. Changes may be committed between queries. So I could sum up the gross and nett w

[JBoss-user] [Installation & Configuration] - Re: Stoppping Jboss

2005-01-13 Thread mveitas
Have you removed anything from the deploy directory? Specifically the jmx-adapator-invoker.sar? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861942#3861942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861942 --

[JBoss-user] [Security & JAAS/JBoss] - EJBContext.getCallerPrinciple().getName() returns anonymous

2005-01-13 Thread tomacland
I was trying out my app on JBoss 4.x today with mostly good results. I have had it working on various versions of 3.x but experienced a problem with calls to getCallerPrinciple() in both the 4.0.0 and 4.0.1 releases. I'm using a run-as element in the struts servlet configuration in web.xml ...

[JBoss-user] [JCA/JBoss] - Instance Per Transaction BMP EntityBean

2005-01-13 Thread chenna1978
Hi, I am using Jboss-3.2.1 and EJB2.0 I have an entity bean and using this entity bean in some other session beans. The transaction attribute type is "Reuqired" in entity bean. I want to use trasaction attribute as "Required" in some cases and in other cases I need to use different trasaction sa

[JBoss-user] [Beginners Corner] - MBeans

2005-01-13 Thread bigben
Hello i am a new to Jboss and application servers. do MBeanServices exsits in all applications servers(if i create one can i us it in Weblogic as for example?). is it (MBeanSevice) the right way to load component that we want to be loaded? thanks View the original post : http://www.jboss.o

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB Stops processing messages

2005-01-13 Thread karthik
All of a sudden the Message Driven Bean stops processing messages. We have to do a stopDelivery() and startDelivery() on the MDB to restart processing. Also, the stopDelivery() hangs and the message at the top of the queue, when it stopped processing, will not get processed till JBoss is resta

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

2005-01-13 Thread pkarl
When a war file is deployed in Jboss, what is the resulting file structure it's deployed to. In Tomcat it end up in webapps with a file for the name of the war and the resulting structure as built by the war. I don't find that in Jboss, what is the resulting structure? View the original post

[JBoss-user] [EJB/JBoss] - Instance Per Transaction BMP EntityBean

2005-01-13 Thread chenna1978
Hi, I am using Jboss-3.2.1 and EJB2.0 I have an entity bean and using this entity bean in some other session beans. The transaction attribute type is "Reuqired" in entity bean. I want to use trasaction attribute as "Required" in some cases and in other cases I need to use different trasaction sa

  1   2   >