[JBoss-user] [Security & JAAS/JBoss] - LdapLoginModule and GSSAPI (Kerberos)

2005-08-02 Thread bpoweski
I have been trying to configure the JBoss LdapLoginModule to work with our openldap server. Most of the examples i've seen are using simple with the Ldap server. Our Ldap server only allows authentication via Kerberos. I've seen the Sun GSSAPI login context class but i'm not sure if this will

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-02 Thread [EMAIL PROTECTED]
| @SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.LITERAL) | is the only one that should be supported. As rpc/encoded is not ws-i compliant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888100#3888100 Reply to the post : http://www.jbo

[JBoss-user] [JBossWS] - Re: support in wscompile for using a predefined schema

2005-08-02 Thread [EMAIL PROTECTED]
I doubt it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888099#3888099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888099 --- SF.Net email is sponsored by: Dis

[JBoss-user] [EJB/JBoss] - Remote exception

2005-08-02 Thread johnhelen
Hello I have a Java server using JBoss and a database (mySQL). I also create an application with some SessionBeans, entity beans. My application run OK. However, sometime, the application does not run as there is a remote exception. The error is: Remote Exception : RemoteException occurred in s

[JBoss-user] [Installation, Configuration & Deployment] - Re: what happen if I have two datasource files in deploy fol

2005-08-02 Thread johnhelen
Thanks I think that there is JNDI name conflict if in the two files there are jndi names which are the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888092#3888092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Exception: CMR field value is already loaded

2005-08-02 Thread sia
I have same problem on JBoss 4.0.2 under heavy load!!! JDK is 1.5.0_4 for Linux Is there any plans to fix it??? 2005-08-02 22:59:48,498 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.util.List com.adigida.ejb.session.CompanyManag

[JBoss-user] [Management, JMX/JBoss] - remote notification problem

2005-08-02 Thread deedee
I am using RMI connector to add notification listener to an Mbean. (jboss 3.2.5) All work well at startup. The client can receive all remote notification sent by Mbean. But after jboss run several hours, there is an exception while Mbean is sending out notification: java.lang.reflect.UndeclaredT

[JBoss-user] [JNDI/Naming/Network] - Re: classCastException while casting ejb Home's proxy.

2005-08-02 Thread john_anderson_ii
Thanks for the tip! Search first ask second really payed off this time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888077#3888077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888077

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem: SecurityAssociationValve Failed to determine servl

2005-08-02 Thread tu_gupta
Hi all, I am newbie to jboss AS. I have recently deployed web application on the JBoss Application Server. When I check the log files I see the following error infinite times. This error is not affecting any functionality of the web application. What possibly can be the cause of the error ?

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HOW-TO obtain URL for Web Application

2005-08-02 Thread treespace
OK, there's jboss.bind.address so that will take care of the host name. That leaves the port number. That reduces my question to the following: I How can I programatically retrieve the port number the web container is listening on before my first request comes in. View the original post : ht

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HOW-TO obtain URL for Web Application

2005-08-02 Thread treespace
The scheme is also dynamic (ftp, https, http, file...) so obviously I will have to assume that also. That leaves the host and port number. Is there a runtime config setting for those I can get at somewhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - HOW-TO obtain URL for Web Application

2005-08-02 Thread treespace
I frequently load URL based resources and I can get the URL using request attributes to generate a URL like this: https://acme:8443/portal The code is dirt simple: | getURL( HTTPServletRequest r) | { | return r.getScheme() + "://" + r.getServerName() + ":" + | r.g

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-02 Thread [EMAIL PROTECTED]
Starting 3.2.6, there is an additonal tc-cluster-service.xml for http session replication that uses JGroups. So you will need to segregated there as well. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888067#3888067 Reply to the post : http://www.jbos

[JBoss-user] [JNDI/Naming/Network] - Re: Problem in porting of Swing/ jboss app from Jboss-3.2.2

2005-08-02 Thread Biswojit
Hi Joseph, Did you manage to find right jars? If not could please post your client jar lists so that I can compare those with mine. Thanks Biswojit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888065#3888065 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.6 Clustering with JGroups Configuration Questi

2005-08-02 Thread rcostanzo
I am using Apache+mod_jk. The cluster is configured to use EJB cache invalidation and there is no session replication going on. The clients don't end up using RMI since the mod_jk delegates to Tomcat via AJP13, and then Tomcat makes a local EJB call. So we're not using HAJNDI. The reason for usi

[JBoss-user] [Clustering/JBoss] - Re: JBoss 3.2.6 Clustering with JGroups Configuration Questi

2005-08-02 Thread vignesh76
Hi, Are you using Apache+mod_jk and EJB clustering? I am curious to know that If the load is evenly distributed how can one particular node have excess load than the others? Did you check how many sessions are on each node? I believe there is no sort of co-ordinator at the EJB level, the client

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-02 Thread jitubats
Change in log4j.xml | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888045#3888045 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888045

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-02 Thread ahahamyan
I have a related question. I was also getting the same messages because I started two jboss 4.0.2 instances on separate servers with different partition names (hence two separate clusters). I was able to assign a different mcast_port in cluster-service.xml for one of them, and the warning messag

[JBoss-user] [Installation, Configuration & Deployment] - restirct access to other IP addr

2005-08-02 Thread javcerty
How do I configue JBOSS to restrict acess to outside IP address except for my home IP ? I know in Apache - httpd.conf it is done by Options FollowSymLinks AllowOverride None Order allow,deny Allow from ip_addresses What is the equivalent way of doing this in Jboss? View the o

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-02 Thread nickman
jizzoe; Can you provide more information ? Is the application measurably slow ? If so, how do you know ? If the CPU utlil. is low, perhaps the load you are applying is simply insufficient to keep the boxes busy. If the app is slow, you need to figure out where the botleneck is. Last time I sa

[JBoss-user] [Clustering/JBoss] - JBoss 3.2.6 Clustering with JGroups Configuration Question

2005-08-02 Thread rcostanzo
My cluster of 5 JBoss 3.2.6 machines on Red Hat Linux has issues with members dropping in and out of the cluster under heavy load. I am looking for the most reliable method to keep my cluster in a steady state. Does anybody know what the cost/benefits are for switching from FD to FD_SOCK in the

[JBoss-user] [JBossWS] - @SoapBinding annotation

2005-08-02 Thread paper57
Is the @SOAPBinding annotation supported yet? I cannot get any change in the generated WSDL by varying any of the parameters? I've got the latest from CVS @WebService { ... } @SOAPBinding (style=SOAPBinding.Style.RPC,use=SOAPBinding.Use.ENCODED) @Stateless public class { } generates an RP

[JBoss-user] [Performance Tuning] - Low CPU Utilization on Linux

2005-08-02 Thread jizzoe
I'm facing a problem where we are running JBoss 3.2.6 on Linux 9.0 in a clustered production environment that recieives very high traffic. Each box has 4 processors. We are noticing that each CPU never goes above 25% CPU Utilization. Even with high loads and after removing all but one box f

[JBoss-user] [Messaging, JMS & JBossMQ] - Performance problem with many senders

2005-08-02 Thread leandrolima
Hi, I'm trying to perform stress tests on an application that uses JbossMQ, and i've found a problem when using many threads to make the requests. A Stateless Session Bean method send a message with a "Long" (Long object type) content for a Queue, the messages are received and processed by a re

[JBoss-user] [Messaging, JMS & JBossMQ] - Queue-Security

2005-08-02 Thread schachi
i try to add a access-control to a queue (only authenticated users should have read/write/create rights. other users should be blocked). i read the jboss-documentation (jms, jaas) and i searched in the forum, but i didn't found the answer. try: ecollector-docImport-service.xml: | | |

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

2005-08-02 Thread jitubats
Read the wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA It answers all your questions. [/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888021#3888021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38880

[JBoss-user] [Clustering/JBoss] - Re: Setting up a JBoss Cluster with SSL On Red Hat Linux

2005-08-02 Thread [EMAIL PROTECTED]
Add it to the WIKI: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888020#3888020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888020 ---

[JBoss-user] [Clustering/JBoss] - Setting up a JBoss Cluster with SSL On Red Hat Linux

2005-08-02 Thread jitubats
I don't know if this can be posted here. I just made a blog for setting up a jboss cluster with https and oracle database client. It is here .. http://doppler.unl.edu/~jbatra/mt-static/000299.php Do let me know if its inappropriate to put links here.. Thanks, J View the original post : http

[JBoss-user] [Clustering/JBoss] - Re: Issue | Sequence Generator | 2 JBoss Instances Single Ma

2005-08-02 Thread nirvanas1979
This problem is only occuring with the sequence bean and other beans are working fine. Here is the code for the same: public class SequenceStoreFacadeEJBean implements javax.ejb.SessionBean { /** The class name */ private static final String CLASS_NAME = SequenceStoreFacadeEJBean.c

[JBoss-user] [JBoss Portal] - Re: Portlet development with jboss eclipse IDE ?

2005-08-02 Thread sarvg
thanks for your answer. Can i use IBM Websphere studio too ? If yes, can i deploy my portlets (compatibly)? Do you have experience with them ? thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888015#3888015 Reply to the post : http://www.jboss.o

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP: client-side authentication

2005-08-02 Thread schachi
thank you for reply. here is an example (if someone else has the same problem... ) client: | try { | | System.setProperty("java.security.auth.login.config", "...pathtoauthconf\\auth.conf"); | org.jboss.security.auth.callback.UsernamePasswordHandler handler = new org.jboss.sec

[JBoss-user] [JBoss Portal] - Re: Portlet development with jboss eclipse IDE ?

2005-08-02 Thread [EMAIL PROTECTED]
If you know xdoclete you can use xdoclet to have the portlet.xml generated for you. However to write jboss specific descriptors you need to do them by hand. However you can use an XML editor like the free XMLSpy home edition. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - Portlet development with jboss eclipse IDE ?

2005-08-02 Thread sarvg
Hi, Is there any possibility to write portlets with jboss eclipse IDE ? How can i write my own portlet ? It is so difficult to create XML's. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888009#3888009 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Issue with jboss-app.xml and HAR deployment

2005-08-02 Thread kyle.bober
I forogt to mention that I am using JBoss 4.0.1 and the implementation of Hibernate it comes with. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888008#3888008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888008 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss temporary directories

2005-08-02 Thread jhart-ppcn
I've banged my head on this quite a bit more and have yet to find a solution. Well, I've found a few possible solutions but none of them are without bringing on more problems. It turns out this is an Ant problem, as shown by this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=29391 I

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Issue with jboss-app.xml and HAR deployment

2005-08-02 Thread kyle.bober
I am having an issue with deploying a HAR archive within JBoss. I created a DemoApp.har file that has the following:: META-INF/hibernate-service.xml com/vo/User/class com/vo/Address.class com/vo/User.hbm.xml com/vo/Address.hbm.xml I then created a jboss-app.xml file which looks like this:: http:

[JBoss-user] [JBossWS] - Web service (session) bean calling another entity bean

2005-08-02 Thread xtremebytes
Hi, I have a session bean that exposes a Web service endpoint interface. I have generated WSDL, and all the necessary artefacts (using wscompile), packaged it and deployed it (on JBoss 4.0.2) all fine. This session bean makes some calls to another entity bean, which is also deployed on the same

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Need plug-in that delivers HTTP on the back-end

2005-08-02 Thread ashok777
We use Apache to front-end a JBoss App Server. All browser accesses go through Apache. For one of our applications, we have a need to keep a persistent connection between a logged in browser client and the server app. The server app needs to send chunks of data to the browser client periodica

[JBoss-user] [JBossCache] - how to activate logging

2005-08-02 Thread bambambam
hi I've set up a Treecache in a clustered environment and everything seems to be working fine. I can add and remove items from the cache. What bothers me though is that i cant seem to figure out how to enable the logging. This makes me feel stupid but oh well.. Could someone please show a sim

[JBoss-user] [EJB/JBoss] - Re: Cannot deploy ear containing wlclient.jar

2005-08-02 Thread marcey
I have run into a similar issue. I have my own EJBs deployed in a local installation of JBoss, but behind those EJBs is a service layer which calls remote EJBs installed in Weblogic (not sure which version). When I DO include wclient.jar in my EAR, the result is that my own (JBoss) EJBs will

[JBoss-user] [JNDI/Naming/Network] - Accessing EJB through HTTPS Invoker...

2005-08-02 Thread benoitx
Hello I am stuck on a problem with accessing an EJB through a firewall via HTTP tunnelling. Our client application is accessing the JNDI service using HTTPS and I seem to get the HOME interface. Unfortunately when I call create() on it to create the remote interface, I get the following excep

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-02 Thread ahardy66
Hi Scott, thanks for the info. However even with trace level logging configured, there is no information being logged that might reveal why my Realm is not being set up. I dislike reading posts myself that have huge amounts of logging output, but I can't think of what else to do. I reduced a

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to get better error logging for a JSP exception in Jetty

2005-08-02 Thread alchemista
Is there any way to get a better error message out of Jetty 4 integrated with Jboss 3.2.5? When I get a JSP error I only get: HTTP ERROR: 500 JSP+has+thrown+a+ServletException%2E++Cannot+forward+response+to+specified+JSP%2E However, I'd like to see any additional information like which tag is c

[JBoss-user] [JBossWS] - Re: OperationDesc for myMethod was not synchronized to a met

2005-08-02 Thread sudkampf
It is fixed. I am not sure what I did to correct this issue but I am not getting the error anymore and I can get the wsdl using http://localhost:8080/jaxrpc-AlertService-raw/alert?wsdl now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887970#3887970 Reply

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTPS

2005-08-02 Thread benoitx
We had to add some code... | System.out.println("Connect HTTPS"); | Properties prop = System.getProperties(); | | prop.put("java.naming.factory.initial","org.jboss.naming.HttpNamingContextFactory"); | prop.put("org.jboss.security.ignoreHttpsHost","true"

[JBoss-user] [JBoss Portal] - Re: CVS

2005-08-02 Thread ptournet
Hi, you should have picked module called jboss-portal-2.0 You can find the way I managed to do it here : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=67347 Hope this helps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887967#3887967 Reply to the

[JBoss-user] [Clustering/JBoss] - Server's failing to join cluster after restart

2005-08-02 Thread lordsteve_666
Hi folks, I've got a serious problem at hand: My production cluster consists of 4 JBoss 4.0.2 servers (tat-01,tat-02,tat-03,tat-04). The cluster ran stable and undisturbed for the last few weeks. Due to a deployment problem, I had to kill and restart one of the cluster servers, and now it refus

[JBoss-user] [Security & JAAS/JBoss] - Re: Migrating from Weblogic to JBoss : problem with weapp au

2005-08-02 Thread djeanprost
I made a dump of the request.getUserPrincipal(). Here it is : 14:53:46,846 INFO [STDOUT] name = djeanprost password = null realm = [EMAIL PROTECTED] roles = EPArchitectureSI EPEncadrementIntermediaire EPPoleCompetences LorisIntranet absenteismeIntranet amelior

[JBoss-user] [Messaging, JMS & JBossMQ] - How do you create a connection factory?

2005-08-02 Thread Node
I have been playing around with JBossMQ trying to figure out how to create a connection factory, but have so far been unsuccessful. The last code that I tried is | TopicConnectionFactory | | jms-ra.rar | JMS Adapter | org.jboss.resource.adapter.jms.JmsConnectionF

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB SecurityException even though roles are present

2005-08-02 Thread niwhsa
Wanted to add some more details. Since the same security domain seems to work for the web application and not for the EJB, I suspect it could be some EJB config. I am positn the jboss.xml and the ejb-jar.xml here for reference. jboss.xml | | |java:/jaas/jwdomain | | |

[JBoss-user] [JBossWS] - "package javax.servlet.http does not exist" 4.0.2

2005-08-02 Thread ds
Hi... Im testing Apache Axis with JBoss 4.0.2 on an XP machine. I can't get the WS linked from the http://ws.apache.org/axis/java/install.html#TestAJWSEndpoint in the Axis documentation to work. I'm getting: ns1:Server.compileError Error while compiling: D:\jboss-4.0.2\server\default\.\dep

[JBoss-user] [Clustering/JBoss] - Re: HTTPLoadbalancer as reverse proxy

2005-08-02 Thread vignesh76
Hi Bhatti, Just out of curiosity, does HTTP loadbalancer provide the features you require mainly Caching and security. I see that the documentation metions nothing about caching nor security apart from load balancing. If you know better, could you share this knowledge? Thanks in advance. View

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-02 Thread vignesh76
Thanks Ben and Darran, Forgot to mention the JBoss version, it is 4.0.1. 1) I am not sure about whether they are cached or not as my role is more into system implementation but I shall try to find out. However could you tell me how does this caching affect the failover process. Also, what if th

[JBoss-user] [Security & JAAS/JBoss] - EJB SecurityException even though roles are present

2005-08-02 Thread niwhsa
HI, I am doing the usual custom login module to login to the servlet and then using the servlet to access a session ejb. Both the servlet and session bean are secured by the role named "Secure". The security domain I am using is jwdomain and is set in the login-config.xml to anonymous wrote :

[JBoss-user] [Beginners Corner] - MalformedObjectNameException: missing domain

2005-08-02 Thread stevehines
I'm new to JBoss and I'm just trying to deploy a few EJB's to JBoss 3.2.7 and during deployment the following error occurs: org.jboss.deployment.DeploymentException: Error during create of ejbModule: file:/C:/jboss-3.2.7/server/default/tmp/deploy/tmp43510ApplicationModule.ear-contents/EJBModule.

[JBoss-user] [Beginners Corner] - Re: Very slow after redeploy

2005-08-02 Thread remopeter
Hi i found the problem! if i start a DB-query over Hibernate, i don't close the Hibernate-session. so i have many session's open. now i give back the session. the performance is much better! cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887946#3887

[JBoss-user] [Installation, Configuration & Deployment] - Support restrictions with IBM JDK?

2005-08-02 Thread AndiWausS
Hello, as I have read, JBOSS 4.0.x is supposed to run smoothely under AIX and IBM-JDK (1.4). What happens if problem occurs which does not happen with LINUX / SUN JDK: Will JBOSS support help anyway (e.g. with a workaround), or is it customer“s responsibility to get a solution from IBM? I wonde

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem on connection (No ManagedConnections)

2005-08-02 Thread tscondor
Hi! I have a problem with a datasource oracle. When my application try to connect to db: InitialContext ic = new InitialContext(); DataSource ds = (DataSource) ic.lookup(dbName); con = ds.getConnection(); receive this error: No ManagedConnections available within configured blocking timeout ( 5

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-02 Thread gunjan_iitk
Sorry by mistake in my last post I have wrriten oracle-jdbc2-service.xml The file in which we have to make chnage for sqlserver installation is mssql-jdbc2-service.xml. Thanks Gunjan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887943#3887943 Reply to the p

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-02 Thread gunjan_iitk
Hi Siraj, I have got the solution for this exception You have to make change in oracle-jdbc2-service.xml file Please replace following code snnipet jboss.jca:service=LocalTxCM,name=OracleDS with jboss.jca:service=DataSourceBinding,name=OracleDS This works fine form me , hope it works for you to

[JBoss-user] [Clustering/JBoss] - WARN [EjbModule] Could not load the org.jboss.ejb.plugins.S

2005-08-02 Thread bulette
Hi, i'm get this warning while the server starts (Cluster with 2 instances on 1 PC): | INFO [EjbModule] Deploying ProviderManager | WARN [EjbModule] Could not load the org.jboss.ejb.plugins.ServiceEndpointInterceptor interceptor | What does it mean? Could it be the reason of my proble

[JBoss-user] [Installation, Configuration & Deployment] - Re: what happen if I have two datasource files in deploy fol

2005-08-02 Thread schrouf
There's no explanation as you CAN merge both datasource MBean definitions into a single ...-ds.xml file. As simple as that :-) Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887934#3887934 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation, Configuration & Deployment] - Problems with the deployment of the home-interface

2005-08-02 Thread daniel.niedzielski
Hello, my Home-Interface (entity bean) includes a create, a finder and a home method (ejbHome) to delete a set of rows from a database. But, I cannot deploy the home-interface. The error-message is: 08:42:56,000 WARN [verifier] EJB spec violation: Bean : KdMass Method : public abstract voi

[JBoss-user] [Installation, Configuration & Deployment] - what happen if I have two datasource files in deploy folder

2005-08-02 Thread johnhelen
Hello in folder jboss\server\default\deploy, I have two datasource, one is the default hsqldb-ds.xml and the other is for mySQL database, mySQL-ds.xml I know that I cannot put them together. Why... could you please explain Thank you S.Ho View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Migrating from Weblogic to JBoss : problem with weapp auth.

2005-08-02 Thread djeanprost
I already posted the same message on the serlet newsgroup. I try on this too just in case. *** I'm currently trying to migrate a webapp from weblogic8.1 to JBoss, and I'm meeting a problem I hadn't with WLS. My webapp has a section with . I'm using Form authentication with DB Real

[JBoss-user] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-02 Thread mwelss
Thanks for your reply, how do you deploy your webservice? I get exceptions of missing classes? Have you done any jboss configuration? Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887916#3887916 Reply to the post : http://www.jboss.org/index.html?m

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

2005-08-02 Thread schrouf
Please don't ask things like "I'am new to , please tell me everything about it". Nobody has time for doing your own homework :-) Read the JBoss documentation and search the web for getting started with JBoss clustering (e.g. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html). There

[JBoss-user] [JBossWS] - Re: Deserializing parameter error

2005-08-02 Thread [EMAIL PROTECTED]
What jboss version is this? It looks ok to me. Could you try if this still shows with this WS4EE that is expected go out with jboss-4.0.3 | cvs co -r Branch_4_0 jboss-4.0 | If yes please file a JIRA issue as explained in http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62678 Vie

[JBoss-user] [Installation, Configuration & Deployment] - Anyone who has built mod_jk for apache on solaris 10 -- Plea

2005-08-02 Thread gshekar
Hi, I am using Apache that comes default with Solaris 10 on SPARC platform. I am not able to build mod_jk for it. Please help. I am getting the following error: [EMAIL PROTECTED]:/apps/apache/mod_jk/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native $ make Making all in common /apps/apache

[JBoss-user] [JBossWS] - Re: Document-literal encoding with JBoss 4.0.1

2005-08-02 Thread [EMAIL PROTECTED]
document-literal is fully supported. There are however contraints with automatic wrapping of doc/lit parameters. Please see http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDOCServiceStepByStep Starting from jboss-4.0.3 we will have doc/lit parameter wrapping. So you would be able to use the same SE

[JBoss-user] [JBossWS] - Re: Error launching WS Client

2005-08-02 Thread Christy
Thank you Thomas. I solved this problem, but now I have another and I think it's strange: At the line call.invoke(arg) I have the error: Retrieving document at 'http://debug/testws/Test?wsdl'. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode:

[JBoss-user] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-02 Thread Christy
Hi, I have jwsdp 1.6 and everything is fine. Most people use it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887906#3887906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887906

[JBoss-user] [JBossWS] - Re: Error launching WS Client

2005-08-02 Thread [EMAIL PROTECTED]
The exception says, that there is no such service in the wsdl. So what is the wsdl service FQN? Also, have you looked at this FAQ anonymous wrote : | Q: How can I leverage the WS4EE client deployment model in standlone java app? | | A: The ws4ee client deployment model has many advantag

[JBoss-user] [JBossWS] - Problem with web service client.

2005-08-02 Thread Christy
Hi, I have an error and I don't know what to do. I wrote a client to test my web service, but when I call method call.invoke(argum) I have an error: Retrieving document at 'http://debug/testws/Test?wsdl'. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException

[JBoss-user] [Clustering/JBoss] - JBoss Clustering

2005-08-02 Thread Suku
Hi, I'm new to JBoss clustering. Can anyone provide me some help on how to create multiple node on different machine? How to implement load-balancing? How to deloy an .war. files in clustered environment? I'm using JBoss 4.0.1sp1 Thanks in advance. Sukumar View the original post : http

[JBoss-user] [Clustering/JBoss] - Re: Clustering EJB3 JBoss 4.0.3

2005-08-02 Thread amenra
Does nobody have a quick hint on this issue? Perhaps we should integrate the ejb3 beta into a packaged 4.0.3 JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887901#3887901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms with webservice

2005-08-02 Thread schrouf
You already have defined your APIs/technologies by using JMS and Webservices (I guess you will use a stateless SB as webservice implemention). Nevertheless you should keep in mind that simulating a synchronous call with asynchronous JMS request/reply communication has some pitfalls. Your read

[JBoss-user] [JNDI/Naming/Network] - Re: java: prefix for datasources

2005-08-02 Thread _developer
Thanks a lot! use-java-context seems to me exactly what I need! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887895#3887895 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887895

[JBoss-user] [JBossWS] - jboss and sun jwsdp 1.6

2005-08-02 Thread mwelss
Can I use jboss somehow with the latest edition of sun's jwsdp (which is 1.6)? What is the trick? Or does jboss have a 'wscompile' on its own? thanx, Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887892#3887892 Reply to the post : http://www.jboss.

[JBoss-user] [JBossWS] - Re: WEB Service NOT working

2005-08-02 Thread mamato
The problems start when I insert the line java:/jaas/JBossWS All the components of the application needs to be "secured". Is there a way to describe that only this component has to be "sure" ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887887#388

[JBoss-user] [JBossWS] - Re: WEB Service NOT working

2005-08-02 Thread [EMAIL PROTECTED]
The cause probably is | 12:58:53,390 ERROR [LogInterceptor] EJBException in method: public abstract int com.sia.oweb.service.iface.WSBeanEndPoint.updIndiSOAP(com.sia.oweb.domain.Indi) throws java.rmi.RemoteException: | what is causing that exception? View the original post : http://ww

[JBoss-user] [EJB/JBoss] - keep getting remote exception

2005-08-02 Thread rakeshkamat
Hi Do i need to have the "org.jboss.ejb.plugins" folders somewhere within my jboss dir structure to run ejbs? I keep on getting the "javax.ejb.EJBException: Could not instantiate bean" error everytime i try to call either the crete or findByPrimarykey() method on my remote interface. What coul

[JBoss-user] [JBossWS] - Re: Request differentiation

2005-08-02 Thread [EMAIL PROTECTED]
Have a look at javax.ejb.SessionContext |/** Obtain a reference to the JAX-RPC MessageContext. An instance of a | * stateless session bean can call this method from any business method | * invoked through its web service endpoint interface. | * | * @return The Mess

[JBoss-user] [JBossWS] - Re: Web Services with XML document or attachment

2005-08-02 Thread [EMAIL PROTECTED]
We support org.w3c.dom.Element mapping to xsd:anyType Have a look at | ant -Dtest=org.jboss.test.webservice.message.MessageTestCase one-test | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887879#3887879 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - sorry?

2005-08-02 Thread lalakers
sorry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887878#3887878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887878 --- SF.Net email is sponsored by: Discover

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-02 Thread gunjan_iitk
Hi Siraj, I am also getting the same exception when using Sqlserver with Jboss 4.0.2. Can you please tell me what chnages have to be made in mssql-ds.xml and mssql-jdbc2-service.xml files and whee we have to copy them. Did you got any solution for the exception. Pleas ehelp me. my email id is [EMA

[JBoss-user] [Installation, Configuration & Deployment] - Jbos4.0.2 thowring AttributenotFound exception with MS sqlse

2005-08-02 Thread gunjan_iitk
Hi All, I have done my installation using Jboss 4.0.2 + sqlserver+Windows2k. But when I run my server I get an exception WARN [org.jboss.system.ServiceController] Problem starting service jboss.mq:service=PersistenceManager javax.management.AttributeNotFoundException: not found: BindName I was n

[JBoss-user] [Beginners Corner] - Getting error while migrating from Jboss3.2.7 to Jboss 4.0.2

2005-08-02 Thread gunjan_iitk
Hi All, I have done my installation using Jboss 4.0.2 + sqlserver+Windows2k. But when I run my server I get an exception WARN [org.jboss.system.ServiceController] Problem starting service jboss.mq:service=PersistenceManager javax.management.AttributeNotFoundException: not found: BindName I was n

[JBoss-user] [Security & JAAS/JBoss] - Acheive SSO between external Application and JBOSS Applicati

2005-08-02 Thread juserp
I have a requirement where in the JBOSS application should be able to look for a header variable[This would contain the username of the authenticated user by th external system ], trust this user and not prompt for re-authentication. If the HEADER-VAR is not present the authentication should be

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue location in JNDI tree

2005-08-02 Thread Thoennes
What you call "branch" is the JNDI name of the queue. If you deploy a queue using the org.jboss.mq.server.jmx.Queue MBean, the JNDI name of the queue is derived from the MBean "name" attribute, ie | | | jboss.mq:service=DestinationManager | | | will bind the queue at "

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukes Bank error can't find default data source

2005-08-02 Thread mortenhaugen
I experienced the same problem, had to change jboss:service=Hypersonic,database=localDB to jboss:service=Hypersonic as stated in chapter 4.1.7.1 (in the very last paragraph of the chapter). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887867#3887867 Reply to

[JBoss-user] [JBoss Portal] - Re: Interceptor

2005-08-02 Thread [EMAIL PROTECTED]
the page interceptors has been introduced in 2.2 very recently. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887866#3887866 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887866 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem entering data in DB using a CMP in JBoss 4.0.2

2005-08-02 Thread niesar
"pittupgd" wrote : | Only abstract methods and the primarykey field is autogenerated by the DB. | Are you setting the other fields correctly in the ejbCreate method? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887865#3887865 Reply to the post : http

[JBoss-user] [Security & JAAS/JBoss] - pb with user role in LDAP

2005-08-02 Thread lalakers
Hi, I have configured JBoss to authenticate users in LDAP directory. Users are authenticated properly, but their roles aren't mirrored in JBoss. I tried many configurations in login-config.xml but it still doesn't work. Server.log contains: 2005-08-02 07:43:42,444 DEBUG [org.jboss.ejb.plugins.Lo

[JBoss-user] [Installation, Configuration & Deployment] - Re: unable to deploy an ear archive in JBoss4.0.3RC1

2005-08-02 Thread tterm
I used the nice installer! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887859#3887859 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887859 --- SF.Net email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - jms with webservice

2005-08-02 Thread hs964204
Hi I need to write webservice to call JMS and I have two ques(JBOSSMQ) one for input que and another is the output que. I send information in input que and need to receive information in output que as a response to my webservice. What APIs/technologies can handle this smoothly wihtout any pro