[jboss-user] [JBossCache] - Asynchronous replication on REPL_SYNC

2006-09-29 Thread ruchiahuja10
I am using JBoss Cache version 1.4.0.SP1. The cache mode in treecache configuration is REPL_SYNC. I often see the following messages in my logs - 2006-09-29 12:01:24,677 [WebContainer : 1] DEBUG - local transaction exists - registering global tx if not present for Thread[WebContainer :

[jboss-user] [EJB 3.0] - NullpointerException when calling getDelegate() on injected

2006-09-29 Thread mugwump
I've got a stateless SessionBean with an injected PersistenceContext using: | @PersistenceContext | private EntityManager em; | I now try to get a handle to the underlying EntityManagerFactory using em.getDelegate() which throws a lengthy NullPointerException. I am calling this in

[jboss-user] [JBoss jBPM] - HibernateException (cache) when deployign hello process

2006-09-29 Thread javilaalonso
Hi I have just download jbpm-bpel-1.1beta2, using jboss-4.0.4 I get an error when deploying the hello example. Apparently it has to do with the hibernate db. I don't really know how to configure it. any help ? | 2006-09-29 09:08:57,812 DEBUG [org.hibernate.cfg.Configuration] resolving

[jboss-user] [JBoss Portal] - Using LDAP for login

2006-09-29 Thread gregsting
Hi, I would like to use an LDAP to authenticate on my JBOSS Portal (Last version) I tried to follow this tutorial: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication I saw many people having troubles with it just like me but some seem to succeed... The problem is

[jboss-user] [Installation, Configuration Deployment] - Re: Cannot start JBoss web-console with JDK jdk1.5.0_04

2006-09-29 Thread greko
Thanks, Tell me when you're done ! It may also be linked to the JBoss AS version (4.0.4.GA) ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975079#3975079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975079

[jboss-user] [JBoss Seam] - what can i do if i have to change the jsp file name ?

2006-09-29 Thread gringalet
i am studying the dvdstore example. the menu is made of like that: | ul | li id=page_homea href=home.seamHome/a/li | li id=page_shopa href=browse.seamShop/a/li | f:subview rendered=#{login.loggedIn} | li id=page_ordersa href=showorders.seamMy

[jboss-user] [Messaging, JMS JBossMQ] - Re: Access Remote Jboss Topic from client

2006-09-29 Thread amanchanda
Hi Daniel I am facing a similar issues. I am trying to lookup to a ejb remotely and i am getting javax.naming.CommunicationException [Root exception is java.rmi.NoSuchObjectException: no such object in table] Can you guide me how you were able to solve the problem Thanks Ashish View

[jboss-user] [JBoss Portal] - Re: open page if t his written with the sign ´

2006-09-29 Thread cfgarcia
I changed encoding=UTF-8 by encoding =ISO-8859-1 and I solved the problem so I made a function that changed the values whith ´ by its value HTML View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975082#3975082 Reply to the post :

[jboss-user] [JBoss Seam] - SeamListener problem

2006-09-29 Thread jimcarrey
Hi, I am using Tomcat, Embeddable EJB 3.0 container and Seam 1.0.1 GA. At start up, I get: ERROR 29-09 09:31:52,750 (Log4JLogger.java:error:119) -Exception sending contex t initialized event to listener instance of class org.jboss.seam.servlet.SeamLis tener

[jboss-user] [J2EE Design Patterns] - Re: jms durableSubscriber problem

2006-09-29 Thread zxrxy
why no one answer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975084#3975084 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975084 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - NoSuchObjectException

2006-09-29 Thread nohwal
Hi, I have a peculiar problem which I am unable to decipher. Please allow me to explain it. I have an instance of JBoss server running on a box A(IP: 10.8.24.250). On another box B(IP: 10.8.24.236), I am trying to lookup an EJB deployed on the JBoss server on A. The code looks like the

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-29 Thread bizimalem
Hi, thank you for your answer. It worked for me! [EMAIL PROTECTED] wrote : @Name is not the only way to make something a Seam component - you can alternatively use components.xml. | Another question: I am using @NotNull in the mentioned domain object, to set not null constraint. Is it

[jboss-user] [JCA/JBoss] - Re: Datasource connection timeout

2006-09-29 Thread sgloor
see background-validation-minutes http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975092#3975092 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975092

[jboss-user] [Management, JMX/JBoss] - failed to start web module

2006-09-29 Thread fuzebest
I have web module dependant on MBean (plain mbean, not JBoss Service) with jboss-web.xml like | jboss-web | class-loading | loader-repositorydot.com:loader=MyLoader/loader-repository | /class-loading | | dependsmy.service.dot.com:service=MyService/depends

[jboss-user] [JNDI/Naming/Network] - LDAP conf

2006-09-29 Thread gonzaloamigo
Hello, I have to test my security configuration from a page test.jsp. I've configured an org.jboss.security.auth.spi.LdapExtLoginModule in the login-config.xml called EUROP_LDAP_AUTH. How can i get the properties of my configuration from my Java code? or How can i get an instance fo my security

[jboss-user] [Beginners Corner] - Axis.war can't deploy in a .ear

2006-09-29 Thread peb_jboss
Hi, I try to deploy the axis.war into my ear, the Jboss version is: 4.0.2. The application.xml contains the following lines: web-uriaxis.war/web-uri context-rootaxis/context-root the structure of the EAR: META-INF (with application.xml) TestBean.jar axis.war (with my webservice in

[jboss-user] [EJB/JBoss] - Error when logging inside EJB s

2006-09-29 Thread MmarcoM
hi all, i am having troubles iwth logging with jboss 4.0.4.GA.. I have deployed (successfully) few EJBs in an .ear file on jboss-4.0.4 all my ejbs and web action classes use log4j for logging (i have my own log4j.properties file). what happens is that whenever i run my application, log is fine

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - java.lang.OutOfMemoryError: PermGen space

2006-09-29 Thread yj4jboss
Hello, We are currently developing a small application with Hibernate, Seam and Facelets. We often get the java.lang.OutOfMemoryError: PermGen space error when hot deploying applications several times during development. I would like to know possible causes for this error and how to solve

[jboss-user] [EJB 3.0] - Re: NoSuchObjectException

2006-09-29 Thread nohwal
I have resolved the issue, thanks for everyone anyway. :-) Just FYI, we need to add entries in /etc/hosts in a particular format mentioned in the following link: http://www.theserverside.com/discussions/thread.tss?thread_id=30166 It worked fine after that. Thanks, Deepak. View the original

[jboss-user] [Beginners Corner] - javax.persistence.PersistenceException: org.hibernate.except

2006-09-29 Thread soundarya
I get the following error when i run the portal application in JBoss I am using hypersonic sql as the database. javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query What exactly does the error mean? What is the workaround for this?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - javax.persistence.PersistenceException: org.hibernate.except

2006-09-29 Thread soundarya
I am getting the following error. I am using hypersonic sql as the database. javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query Why is this problem occuring? What is the workaround for this? View the original post :

[jboss-user] [JBoss Getting Started Documentation] - jboss-web.xml

2006-09-29 Thread gokulgb
Hello I am trying to migrate my web(struts) application from tomcat to jboss. I have deployed the application but I am unable to start it. I checked the logs and it seems to be complaining that it cant find the jndi in the jboss-web.xml. My questions are:- 1. Is the jboss-web.xml similar to

[jboss-user] [JBoss Portal] - Role2Group assigments?

2006-09-29 Thread bvogt
Hi, as far as I can see jBoss Portal assigns roles directly to users, groups (of users) do not exist. For the ease of role assignment its nice to have a feature where users are members of groups, groups have been assigned portal roles. After login a user shall be dynamically receive all roles

[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex

2006-09-29 Thread MmarcoM
could you post query as well as saying which rc version are you using for EJB3? it could be that your query is wrong, or that you are using a newer query with an old ejb3 release... please full @NamedQuery, and then we'll see what's wrong rgds marco View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: java.lang.OutOfMemoryError: PermGen space

2006-09-29 Thread yj4jboss
Here is the stack trace for the above error: exception javax.servlet.ServletException: PermGen space org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:58) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause

[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex

2006-09-29 Thread soundarya
JBoss 4.0.4GA is being used and this is the error stack trace. javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query Caused by: java.sql.SQLException: Table not found in statement [select license0_.id as id69_, license0_.date as date69_,

[jboss-user] [JBossWS] - Re: Jboss and wsse

2006-09-29 Thread rmartony
The jboss-client.xml in jbossws-samples-wssecurity-encrypt-client.jar contains: ?xml version='1.0' encoding='UTF-8' ? !DOCTYPE jboss-client PUBLIC -//JBoss//DTD Application Client 4.0//EN http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd; jboss-client jndi-namejbossws-client/jndi-name

[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex

2006-09-29 Thread MmarcoM
well appaently yo udont have the license table...for some reason did yo uspecify @Table in hte ejb.? pls post ejb annotations.. rgds marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975115#3975115 Reply to the post :

[jboss-user] [EJB 3.0] - NullpointerException on getDelegate() on injected EntityMana

2006-09-29 Thread mugwump
ok, the reason for this has to with the lifecycle of the bean: When I call the em.getDelegate() in a normal business-method, the call returns an [EMAIL PROTECTED] as expected. So there seems to be no possibility to get hold of the underlying implementation in a @PostConstruct-Method...

[jboss-user] [JBoss jBPM] - Re: Variable Controler

2006-09-29 Thread antitrust1982
I have tried to understand how put my value in the variables, but seems to don't work. I have done this: | contextInstance.createVariable(var.getVariableName(),Nom,token); | contextInstance.setVariable(var.getVariableName(),Nom); | Perhaps

[jboss-user] [JBossWS] - Re: Problem with webservices on 4.0.4GA

2006-09-29 Thread hahub
Hi, I've got the same problem. The problem occurs as soon as I use an java.lang.Object as return type of my service method (Of course, he ClassLoader class indeed only has an setter but no getter for defaultAssertionStatus...). Are there any hints how to avoid this? Thanks, Hans. View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: got an unexpected EJBException during finder

2006-09-29 Thread camueller
I got the same problem raising the same questions: Why does JBoss call CMPPersistenceManager.storeEntity() if only a finder should be invoked? We use the default commit-option for Standard 2.x Entity Beans (commit-option B). I tried commit-option C without success. Looking through the

[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex

2006-09-29 Thread soundarya
the session bean is has these annotations. @Stateless public class LicenseOrganizerBean { @PersistenceContext private EntityManager entityManager; public License getLicense( Long id ) { final List existing =

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2006-09-29 Thread MmarcoM
hello, i am testig ejb3 with microcontainer.. (rc9) you can lookup JNDI with YourBeanName/local if it is local or ../remote if it is remote but you might get a ClassCastException, because rather than having back your EJBLocal home you could have back a proxy.. that depends on the

[jboss-user] [JBoss Portal] - order of *-object.xml files

2006-09-29 Thread hubertg
hi, in which order the *-object.xml files are processed? i had some problems when one file references objects from another one. are there some rules which have to be noticed? i think it can be useful to divide the deployment infos into different *-object.xml files. thanks in advance. View

[jboss-user] [Beginners Corner] - Re: javax.persistence.PersistenceException: org.hibernate.ex

2006-09-29 Thread MmarcoM
where is your License entity bean? can you post annotations on this? have you checked for samples of NamedQuery for EJB3? hth marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975138#3975138 Reply to the post :

[jboss-user] [Beginners Corner] - VM arguments ( -Dneed.this.file = config.ini)

2006-09-29 Thread nicoliniyo
I'm taking and old app to Jboss, and I'm new to it, so, how do I set up the old -Dneed.this.file = config.ini file into Jboss? my old app uses conf.ini file to load some parms from it, I've configured the build.xml to copy config.ini to the root of the app on the Jboss

[jboss-user] [JBossCache] - Re: Asynchronous replication on REPL_SYNC

2006-09-29 Thread otaylor
It looks to me like you are using the Hibernate TreeCache cache provider. What the last two messages are from is a cache put' - reading data from the cache failed, so after Hibernate fetched the data from the database it stored it into the cache. The store into the cache is done in a special

[jboss-user] [JBoss Seam] - Error running example/registration

2006-09-29 Thread jee5seam
I got the following after I enter user name/password and submit. Please help. 10:09:46,877 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesException: Error calling action method of component with id _id0:_id6 at

[jboss-user] [EJB 3.0] - Re: EJB 3 tool beta testers needed

2006-09-29 Thread [EMAIL PROTECTED]
looks nicea shame you don't opensource your webfront end and contribute it to e.g. tools.hibernate.org which has has this kind of support for a long time for Ant, Eclipse and netbeans ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975161#3975161 Reply

[jboss-user] [JCA/JBoss] - Re: LDAP config

2006-09-29 Thread [EMAIL PROTECTED]
What do you think this has to do with JCA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975163#3975163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975163 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: Datasource connection timeout

2006-09-29 Thread [EMAIL PROTECTED]
Neither of the last two replies are meaningful in any way. Not, the 'HIJACK' nor the answer to the HIJACK that is probably the weirdest response to a question I have ever heard. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975164#3975164 Reply to the post

[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

2006-09-29 Thread dhartford
May be stretching, but not being able to use the EJB3StandaloneBootstrat.deployXXX related to this may help if also support Eclipse: http://jira.jboss.com/jira/browse/JBCOMMON-6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975172#3975172 Reply to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deploying a webapplication and manage JSP modification !

2006-09-29 Thread PeterJ
What you want is to deploy an exploded war file. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment for a description. I have no idea how JBuilder works, so I can't tell you how to do this in JBuilder. (I use Eclipse to edit, and Ant or Maven2 to build/deploy.) View the original

[jboss-user] [JBoss jBPM] - Re: Why the jBPM example webapp doesn't have process definat

2006-09-29 Thread cocampo
However, be aware that this process you're gonna see (websale.par) is NOT a process related to the web app, is just an EXAMPLE, but as you could see in the Getting Started Wiki, you can deploy OTHER processes and see them in the SAME WEB APP, so, I insist, the websale is just an example, and

[jboss-user] [JBoss Seam] - how to write a code

2006-09-29 Thread nako_ruru
I have 3 classes. User, RoleRef, Role | public class User { | | public void setId(int id) { | ... | } | | public int getId() { | return ...; | } | | } | | public class Role { | | public void setId(int id) { | ...

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - No Class Loader error during deploy

2006-09-29 Thread arupsarkar
Hi: JBoss version 4.0.2 Jdk 1.4.2 MySql 5.0 Myeclipse ide I have created a Hibernate capable project. I am using a service locator to identify the Hibernate Session Factory and Session using JNDI. I have created a hibernate.cfg.xml. I am also using hibernate doclet to generate

[jboss-user] [JBoss Seam] - Re: how to write a code

2006-09-29 Thread petemuir
This is really a EJB3/Hibernate question, I suggest you ask on those fora. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975178#3975178 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975178

[jboss-user] [JBoss Portal] - Re: How to control maximized portlet layout?

2006-09-29 Thread mholzner
this is described in the doc, but perhaps not easy to find ;) You can do what you are looking for. It is controlled via the layout strategy for one, and then via the layout itself. The layout can describe individual layout JSPs (or Servlets) for each 'state'. The state is set by the layout

[jboss-user] [Messaging, JMS JBossMQ] - Re: XA trasactions over a remote MQ queue Jboss 3.2.6

2006-09-29 Thread rrkraft
We're still having this issue and I'm trouble-shooting it at the JBoss server side. My configuration is as follows: standardjboss.xml: anonymous wrote : | invoker-proxy-binding | ATADev-mdb-invoker | invoker-mbeandoes-not-matter/invoker-mbean |

[jboss-user] [JBossWS] - JBossWS 1.0.3.SP1 release date?

2006-09-29 Thread acxjbertr
When will JBossWS 1.0.3.SP1 be released? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975189#3975189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975189 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: XA trasactions over a remote MQ queue Jboss 3.2.6

2006-09-29 Thread rrkraft
We're still having this issue and I'm trouble-shooting it at the JBoss server side. My configuration is as follows: standardjboss.xml: invoker-proxy-binding ATADev-mdb-invoker invoker-mbeandoes-not-matter/invoker-mbean

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting Jboss to accept ref cursor or recognize it

2006-09-29 Thread rsood72
In our company we currently use Oracle8i and currently our JBoss Server is mapped to Oracle 8i (maybe going forward we will use Oracle10g). Now for a new report that I am working on, my db team has written a stored procedure, the signature of which is some what like this CREATE OR REPLACE

[jboss-user] [JBossWS] - Re: May have found a bug - need expert opinion

2006-09-29 Thread kdgregory
c_eric_ray wrote : snippet of wsdl gernerated by jbossws | | | xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; | | | There's an extra wsdl in there. Per the SOAP description http://www.w3.org/TR/SOAP, the actual namespace is http://schemas.xmlsoap.org/soap/envelope/; I'm

[jboss-user] [Installation, Configuration Deployment] - Re: VerifyError Deploying My WAR File

2006-09-29 Thread darretta
By the way, using VM parameter -noverify causes the VM to crash as startup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975206#3975206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975206

[jboss-user] [JBoss jBPM] - Specifying jbpm config xml file

2006-09-29 Thread michaelholtzman
Greetings. In order to run multiple instances of our application on the same box, we typically qualify configuration files with the database and server that we are connecting to. I would like to start jBPM with database.server.jbpm.cfg.xml as the configuration file. In my main program, which

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and JBOSS JTA failed transactions

2006-09-29 Thread smithbstl
ggreaves: I think with Jboss 4.0.4, you must name your hibernate-service.xml file jboss-service.xml I am not sure this became necessary but it did. Here is how I am using JTA Transactions with Hibernate I created a transaction service helper that basically just does exception handling

[jboss-user] [JBoss Seam] - Re: Problems using Ajax4jsf to Seam Hibernate3 sample app

2006-09-29 Thread smartbinary
Hi Gavin...plz check ur email... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975209#3975209 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975209 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Any experiences with the Tomahawk components?

2006-09-29 Thread IceBearOZ
Hi Together, maybe someone of you lucky guys can give me little hint. I am trying to run tomahawk but it does not work. What I have: JBoss 4.0.4-GA JEMS with the MyFaces installation as it comes with JBoss. I did it as nhpvti and some of you other guys said: I placed tomahawk-1.1.3.jar ,

[jboss-user] [JBoss Seam] - Re: rowCount

2006-09-29 Thread falazar
What would be the correct way here? James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975212#3975212 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975212 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: VerifyError Deploying My WAR File

2006-09-29 Thread darretta
Looks like replacing the 4.0.3 jbossweb-tomcat55.sar package with the 3.2.5 version fixes the problem...hopefully it doesn't cause other problems... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975214#3975214 Reply to the post :

[jboss-user] [JBoss Seam] - Re: rowCount

2006-09-29 Thread [EMAIL PROTECTED]
#{size websites} works, i think View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975215#3975215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975215 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: rowCount

2006-09-29 Thread falazar
Im actually trying to put a count column for each row, but not sure exactly how, or real familiar with the inner workings of JSF. in jBPM I have ui:repeat var=taskInstance value=#{participantBean.personalTaskInstances} h:outputText value=*NEEDCNT*/. Where I loop through

[jboss-user] [EJB/JBoss] - Re: problem in looking up EJB 2.0 in JBoss4.0.4.GA

2006-09-29 Thread darretta
Thanks. I found another solution - ensure your ejb jar file only occurs once in your ear. I had my maven 2 pom entries improperly set to include the ejb jar in both the war and enclosing ear files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975213#3975213

[jboss-user] [JBoss Seam] - Re: rowCount

2006-09-29 Thread [EMAIL PROTECTED]
Oh, for that I don;t know any way other than wrapping it in a DataModel and using #{dataModel.rowIndex}. I've never needed to do this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975217#3975217 Reply to the post :

[jboss-user] [JBoss Portal] - LDAP and Active Directory

2006-09-29 Thread creative77
I was trying to get LDAP to authenticate to AD. I have it authenticating the user but the group/roles is not being found in the memberOf property. Although, it has found the property and reported it back to the log file. Here is the log output, does anyone know how the role is resolved when a

[jboss-user] [Installation, Configuration Deployment] - run.sh -b ip address does not run in background once the p

2006-09-29 Thread sunset1999
Hi Folks, Can someone please tell me why when I use the 'run.sh -b ' command, it won't keep the JBoss deployment running after I've closed the putty session? And how I can keep JBoss running? I'm using the bind option because another application is using jboss for something else, but it's

[jboss-user] [Installation, Configuration Deployment] - Re: run.sh -b ip address does not run in background once t

2006-09-29 Thread PeterJ
Try: run -b xxx That should run JBoss in the background and thus be impervious to your closing putty. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975221#3975221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975221

[jboss-user] [Installation, Configuration Deployment] - Re: run.sh -b ip address does not run in background once t

2006-09-29 Thread PeterJ
Then try: nohup run.sh -b xxx Or add nohup to the line in run.sh that runs java. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975223#3975223 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975223

[jboss-user] [Installation, Configuration Deployment] - Re: run.sh -b ip address does not run in background once t

2006-09-29 Thread sunset1999
Nice! Your way works too. Ta! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975225#3975225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975225 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: run.sh -b ip address does not run in background once t

2006-09-29 Thread sunset1999
Ok! Got it. I had to write a simple shell script: sh /opt/local/jboss-4.0.4.GA/bin/run.sh -b [ip address] jboss_log.log Thanks for your help Peter! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975224#3975224 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Portlet plugin for Eclipse IDE

2006-09-29 Thread [EMAIL PROTECTED]
Hi Praveen.. Unfortunately, Kevin James; the contributor we had for the JBossPortal IDE, decided to stop contributing before it was in a stable state. We are currently looking for another contributor, so if you are interested please let me know =). View the original post :

[jboss-user] [Management, JMX/JBoss] - Dimitri may need to look at this?

2006-09-29 Thread ibivibiv
I also had the same issue so I put some trace in the 4.0.4 version of AttributePersistenceService to tell me the state of the service when the example deploys. It's a 6. I even did the evil trick of wrapping the sar in an ear because you mentioned that hot deploying the service worked for

[jboss-user] [Messaging, JMS JBossMQ] - Re: How can i increase buffer for add new topic connection?

2006-09-29 Thread matthewlee
How do you solve the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975229#3975229 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3975229 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Why the jBPM example webapp doesn't have process definat

2006-09-29 Thread prince2006
My understanding is that org.jbpm.webapp.servlet.DeployServlet, where an uploaded par will be parsed, and then it will load processdefinition.xml into a DB such as hypersonic, is where you might want to check it out to know why you won't find the definition file in a war. View the original

[jboss-user] [Installation, Configuration Deployment] - JBoss+Tomcat on the same server

2006-09-29 Thread destr0
I have a need to run JBoss (which uses tomcat) and a seperate installed and configured intance of tomcat on the same server. If I install and configure the external tomcat instance to run on a port other than 8080, should there be any other conflicts to running these both at the same time?

[jboss-user] [Management, JMX/JBoss] - Re: Dimitri may need to look at this?

2006-09-29 Thread jiwils
Why don't one of you post the full text of the exception stacktrace (or is the stacktrace above the full stacktrace? The checkStarted() method that I believe is getting called (and is then causing the error) can be called from several places. We're using XMBeans for persistence, and we've not

[jboss-user] [JBoss Portal] - Howto remove security from unchecked in Management portal?

2006-09-29 Thread shaunenslin
Hi If I gave unchecked view access by mistake, in the management portlet, to a particular page, then how do I remove that access? It seems like in JBOSS 4, once you have given the role access to this page, you cannot remove it, since the only options are view, viewrecursive, personalize,

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2006-09-29 Thread lampli
hi, i have never learn about jbpm-bpel-1.1beta2, but from your error, maybe you need to place the ehcache.jar in your classpath(e.g. XXX/web-info/lib) regards, lamp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975258#3975258 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamic creation and changing of a dynamic data source

2006-09-29 Thread brado
The typical way of creating a data source in JBoss is via a *-ds.xml configuration file in the server/deploy directory. I have the need to create and bind a custom data-source programmatically at runtime -- so my first question is how can this be done? My second question is if it can be done

[jboss-user] [JBoss jBPM] - Re: does jbpm has implement a interface like invoked applica

2006-09-29 Thread lampli
hi cpob, Thanks a lot for your reply! According to what you said, if we need to replace the ui of a task by an extance web application, we could write some action in the task .Am i right? regards and thanks, lamp View the original post :

[jboss-user] [EJB 3.0] - Re: NoSuchObjectException

2006-09-29 Thread ALRubinger
There's also a Wiki about this for reference: http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetNoSuchObjectException S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975267#3975267 Reply to the post :

[jboss-user] [JBoss Messaging] - JAAS login module - client jar incompatibility w/ jbosssx-cl

2006-09-29 Thread susan.c.weber
I had no trouble patching my JBossAS to use Messaging today, and it's looking promising to resolve our performance issues with large queues. However, I seem to be a bit stuck getting Messaging to play nice with the JAAS security scheme for my client. In the client build, when I replace

[jboss-user] [JBoss Eclipse IDE (users)] - Jboss Eclipse and Hibernate

2006-09-29 Thread n4noman
Hi I am a newbie to Jboss. I have manually installed the latest JBoss IDE plugin (2.00 Beta) for Eclipse 3.2 (Callisto) but I cant see the Hibernate Perspective and other Hibernate related options. Any suggestions? Thanks Noon View the original post :