[JBoss-user] [Security JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-05 Thread hakim55
first of all : tell me if this is the right file structrue META-INF ³ application.xml ³ jboss.xml ³ ejb-jar.xml ³ session ³ PrivateSessionBean.java ³ PublicSessionBean.java ³ Session.java ³ SessionHome.java ³ JaasLoginFilter.java ³

[JBoss-user] [Security JAAS/JBoss] - Re: Extra call of LoginModule

2005-08-05 Thread peterbuus
I found the cause of the error: Always remember to include login-module code=org.jboss.security.ClientLoginModule flag=required/login-module in your login.conf when accessing ejb's from external clients. This is somehow done automatically when the logincontext is established thru http

[JBoss-user] [EJB/JBoss] - Re: Why do I need to set UseJBossWebLoader=true for local in

2005-08-05 Thread jyotibhushan
Have You Got The Solution Of The Same , Please Let Me Know .. I Am Facing The Same Problem On JBoss 4.0.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888588#3888588 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888588

[JBoss-user] [Security JAAS/JBoss] - Active Directory

2005-08-05 Thread freemanl
Does anybody have a tutorial or guide on how to set up web application level security to verify user's against an Active Directory group in order to restrict access. ie: if current user is in group X then they can access the site. is this even possible with JBoss? This seems like something

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

2005-08-05 Thread gunjan_iitk
Hi Siraj, Sorry I havent worked on this. Do you have any idea about Jboss Clustering . Actually w ehave to do Jboss 4.0.2 clustering and since currently our installer also need changes based upon clustering environment. So can you suggest some tutorial or docs to start with. Thanks, Gunjan View

[JBoss-user] [JBossWS] - webservice client error SAXException

2005-08-05 Thread parallax
Hi, I have written a client (as described in the JBOSS WS tutorial) to call a method on the web service. When i run the client i get the following error: The wsdl and mapping file look fine. anonymous wrote : | 2005-08-05 08:57:59,681 WARN org.jboss.xml.binding.Unmarshaller[main] - SAX

[JBoss-user] [JBoss Portal] - Web Forms

2005-08-05 Thread m.pinasco
Hello, I'm very new with CMS, but I have good experience with JBoss, and I need help to decide if JBoss Portal is my tool. The problem is that I need to use JBoss Portal CMS functions to create web forms to do polls and collect data, but I didn't read this feature in the feature list. Is it

[JBoss-user] [EJB/JBoss] - When deploy mdb,durable attribute is failure,,,

2005-08-05 Thread jililiji
When i deploy a mdb whose type is topic,in ejb-jar.xml file: ... message-driven-destination destination-typejavax.jms.Topic/destination-type subscription-durabilityNonDurable/subscription-durability /message-driven-destination ... start run.bat,deploy is successful.

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Exercise 6.1 with Ingres database

2005-08-05 Thread rcbeuker
Hello Bruce, It?s quit on the Ingres front... Indeed there are some problems with the Ingres mapping files. I have the same problems with Ingres on Hibernate: http://forum.hibernate.org/viewtopic.php?t=945230highlight= After a quick view I already saw some errors in this file. Greetings,

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Migrating from Weblogic to JBoss : problem with wepapp a

2005-08-05 Thread djeanprost
After many research, I think the answer is here : http://wiki.jboss.org/wiki/Wiki.jsp?page=PortingFromWeblogic For weblogic users : There is a important difference between jboss and weblogic for webapp (and I suppose for EJB too) : In weblogic : you can map a role to realm groups/users using

[JBoss-user] [Security JAAS/JBoss] - Re: Active Directory

2005-08-05 Thread smeaggie
I haven't tested myself, but check this out: http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule. Last example provided there shows Active Directory support, you must implement this in the login-config.xml for the security domain of you application. Greetings, Eric View the original

[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check and DatabaseServerLoginModule don't wor

2005-08-05 Thread smeaggie
Maybe you should take a look at this page: http://www.luminis.nl/publications/websecurity.html. They explain pretty much what you like to do. Greetings, Eric View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888609#3888609 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Binding abc/ObjectName

2005-08-05 Thread ramesh_mds
Iam able to bind a Serializable object to a name like abc/ObjectName in Sun Application Server 8.2. e.g ctx.bind(abc/ObjectName, SerializableObject); This happens without any problems in Sun application server, Note that abc is not a Context in itself, and is *not* bound separately, Not

[JBoss-user] [JBossWS] - Namespace problem with JBossWS generated SOAP

2005-08-05 Thread posselt
Hi folks, I hope you can help me. We are calling a web service from our JBoss-3.2.3RC1. We use wsdl2java and axis and it works like a charm. Recently we decided to upgrade to JBoss-4.0.2. I spent a lot of work to get all web services running. However, our soap client has a problem. Now I'm using

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSF Help needed

2005-08-05 Thread kid1972
Hi! I'm tried to use Sun JSF library in my web page. But when i deploy or run my web module, i have exception like this: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

[JBoss-user] [Management, JMX/JBoss] - Re: [noob] JMX for remote configuration?

2005-08-05 Thread dhartford
Hmm...I created a JMX MBean (using xdoclet) and everything seems good. However, when trying to use managed properties, on a server reboot those properties are not persisted. In my ignorance, what have I missed to be able to remotely configure and persist the configuration

[JBoss-user] [Security JAAS/JBoss] - LoginContext retrieving

2005-08-05 Thread tremalnaik
Hello to the forum, it's the first time I write here. I'm developing a struts application which is deployed on jboss, using the jaas authentication. Login works perfectly, using a custom module. But now I have to perform a logout, which is to be called in a different action class, so what's

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-08-05 Thread drzewo
Now, there is a continuation of my story. Here is what I want to achieve: I want to run a cluster (say, hostnames node1 and node2) with apache2 + mod_jk loadballancer (hostname apache) with failover and loadballancing capabilities and SSO across multiple applications. There are two

[JBoss-user] [JBoss Portal] - Re: Web Forms

2005-08-05 Thread [EMAIL PROTECTED]
Not currently. There is a plan in the works to have a form content type with jBPM integration, but it is too early to speak of. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888638#3888638 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - FAQ - READ THIS BEFORE POSTING

2005-08-05 Thread [EMAIL PROTECTED]
The security FAQ can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888651#3888651 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888651

[JBoss-user] [Security JAAS/JBoss] - Re: LoginContext retrieving

2005-08-05 Thread [EMAIL PROTECTED]
I added your question to the FAQ, although it is really a servlets FAQ. http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888654#3888654 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - unable to allocate xxx bytes of shared memory

2005-08-05 Thread jraponte77
Hi, I have the following error, when executing a findAll in a ejb CMP: the problem begin when I put the PK whit two fields (compose PK), if the PK only has one all is ok org.jboss.tm.JBossTransactionRolledbackException: Load failed; CausedByException is: ORA-04031: unable to allocate 232

[JBoss-user] [JBossWS] - sample hello world webservice

2005-08-05 Thread alanchan
Anybody got a sample Hello World webservice Eclipse project like to share with newbie? I am new to Jboss and trying to do my first webservice. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888660#3888660 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - How to prevent ApplicationDeadlockException with READ-ONLY m

2005-08-05 Thread aparaapara
I am running jboss 3.2.7 on Linux. I have examined my application and marked all read-only method with a tag (in jboss.xml): method-attributes method-nameget*/method-name read-onlytrue/read-only /method-attributes I also added similar tags for is* and any other read-only

[JBoss-user] [EJB/JBoss] - Re: Hanging threads...

2005-08-05 Thread jactor
Anyone with an Idea? Maybe just a link to examples or simular? I have gone through the EjbTrial.ear file, but I cannot see what I am doing wich is wrong... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888666#3888666 Reply to the post :

[JBoss-user] [Performance Tuning] - JBoss effectively hangs due to massive context switching

2005-08-05 Thread nwc
We have had a recurring problem over the past few months where every once in a while (1-5 times a month), our production app server (running JBoss) will become extremely slow, with vmstat reporting several hundred thousand context switches per second and maxed out cpus (dual processor machine)

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: QueuedPessimistic Locking Mechanism Deadlock

2005-08-05 Thread aparaapara
Have you found a solution to your problem. I am having the same issue and notice that all Deadlock messages posted here go unanswered. Thanks. -AP_ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888677#3888677 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Queue residing in a cluster

2005-08-05 Thread malmit
Is it correct to say that a JMS Queue residing in a cluster only exists on a single node in the cluster and fails over to another node upon failure? If this is the case, how does loadbalancing work if only one node handles all JMS Messages? The reason why I'm asking is because I've created a

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Incorrect user gets logged in when the browser is not closed

2005-08-05 Thread dkamdar
Problem: When the user does not close the browser and re-logins into the web applications sometimes on JBoss will login the user as the previous user. Configuration: We are using Jboss 4.0.2, we have 2 nodes in the cluster, we are using a custom logon module (we think the problem is before

[JBoss-user] [JBoss Portal] - SAR or EAR?

2005-08-05 Thread patrickdalla
Hi, I'm developing a portlet that will contain Model Classes, Hibernate Mappings and the Portlet classes. I would like to deploy the portlet as SAR or EAR which includes the jar files, har files and war files. Is it possible? How do I configure this? View the original post :

[JBoss-user] [JBoss Portal] - jboss-portal-2.0 build broken

2005-08-05 Thread [EMAIL PROTECTED]
Someone forget to add 'themes' dir to the repo? | == | == | == Executing 'most' in module 'theme'... | == | == | | BUILD FAILED |

[JBoss-user] [Management, JMX/JBoss] - Re: [noob] JMX for remote configuration?

2005-08-05 Thread dhartford
I'm not liking this so far...I can read and write to a property file - if I do it programatilly in the MBean code but not via any other means. I'm also concerned about how configurations are handled in Jboss - mail-service.xml is a managed resource, but so is hsql-ds.xml -- so why are they so

[JBoss-user] [Installation, Configuration Deployment] - Set JBoss IP adress?

2005-08-05 Thread colr__
Hi, We have just purchased a dedicated server (Windows 2003 Web Edition) to replace our shared virtual host. I have IIS server and JBoss server both installed on this new machine. The dedicated server provider has given us an additional 1 IP address, so that this can be used for the JBoss

[JBoss-user] [JBoss Portal] - Re: SAR or EAR?

2005-08-05 Thread [EMAIL PROTECTED]
you can do either sar or ear, both can deploy services (the har file is a service). if you use a sar file, just put the all the files at the root of the sar they will be deployed. if you use an ear file, you need to declare : war in META-INF/application.xml jar referenced by other files

[JBoss-user] [JBoss Portal] - Re: jboss-portal-2.0 build broken

2005-08-05 Thread [EMAIL PROTECTED]
Hey Damon, the theme module does not belong to the 2.0, I think you used cvs head and not branch 2.0, you should do : cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888691#3888691 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: IllegalStateException thrown from JmsSession.checkStrict

2005-08-05 Thread javajedi
Hmm...I just ran into the same problem. Anyone who actually has a clue what the strict property is for care to comment on this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888694#3888694 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Queue residing in a cluster

2005-08-05 Thread genman
A single node holds the messages and the other nodes consume them. If a single consumer is sufficiently fast, then the other nodes end up idle. You may want a more round-robin configuration for your queue: | mbean code='org.jboss.mq.server.jmx.Queue'

[JBoss-user] [Messaging, JMS JBossMQ] - Re: IllegalStateException thrown from JmsSession.checkStrict

2005-08-05 Thread [EMAIL PROTECTED]
Well I changed the error message in 4.0.2 to try to avoid this FAQ. Guess it didn't work... This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888707#3888707

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Connection leakage w/ JMS Queue in JBoss 4.0.1?

2005-08-05 Thread genman
Are you using the same DB connection pool for something else in your application? If so, use a separate pool. There's no good reason to be running out of connections for the JMS PM. Configure your pool with debugging on. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Slight problem still regarding the fix for bug JBAS-1489

2005-08-05 Thread jmihalich
Hi, We were experiencing the issue described in bug 1489. We successfully patched our system with the files that were fixed for this bug, patching just jbossmq.jar. In our case, the thing that caused the JMS server's socket to die was someone pulling the network cable from the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: log4j and JMS appender

2005-08-05 Thread genman
I was working on solving that little deadlock issue about a year, since I've run into it before. It looks like 1.3 will be deadlock prone as well because of how they do their lock ordering, but at least it should be more safe. Assuming you don't add the JMS appender to the org.jboss category

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

2005-08-05 Thread miani
Benoit, I've been fighting the same issue. Encrypting the EJB calls with SSL is nice but what's the point if you can't go over https? Customers aren't going to open a bunch of ports on their firewall for us. Anyway, I couldn't have typed up your post better myself. Anyone out there have an

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Slight problem still regarding the fix for bug JBAS-1489

2005-08-05 Thread [EMAIL PROTECTED]
jmihalich wrote : | 2005-08-05 14:48:56,655 [hread] INFO org.jboss.ejb.plugins.jms.JMSContainerInvoker : Reconnected to JMS provider | JBAS-1489 is completely unrelated to MDBs. It is for user created MessageListeners. Useful links: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp and

[JBoss-user] [JBossWS] - JAXB UnMarshalling error com/sun/msv/datatype/xsd/DateType

2005-08-05 Thread amvzw
try { JAXBContext jc = JAXBContext.newInstance(com.vzw.xmlmapping); Unmarshaller unmarshaller = jc.createUnmarshaller(); HostInformation collection= (HostInformation)unmarshaller.unmarshal(new File(c:/sample.xml)); System.out.println(Testing);

[JBoss-user] [Installation, Configuration Deployment] - Re: Set JBoss IP adress?

2005-08-05 Thread colr__
The answers are all here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossRunParameters View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888720#3888720 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888720