[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-11 Thread timfox
Hello blublinsky- Yes, JBM 2.0 will support transparent distributed destinations like JBM 1.4, sounds like this is what you need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157587#4157587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - Re: Can JBoss Messaging uses direct method invocation while

2008-06-11 Thread timfox
Yes, JBM will automatically use in vm optimisation if client and server are in same vm (and classloader). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157585#4157585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157

[jboss-user] [JBoss Messaging] - Re: -b 0.0.0.0 is behaving one way on Test machine and anoth

2008-06-11 Thread timfox
"rdaly" wrote : | In searching through the Jboss-Messaging code, I found the code that parses the remoting-*-service.xml files. The class is org.jboss.remoting.transport.Connector. There is a method inside that class that parses the xml: | That's jboss remoting code (not jboss messaging

[jboss-user] [JBoss Messaging] - Re: Redelivery order

2008-06-11 Thread timfox
I think that's the case at the moment. But it's an implementation detail and subject to change. If you rely on such details in your application, it will make it brittle and also non portable (so other messaging systems will probably have different behaviour since this is outside the JMS spec).

[jboss-user] [JBoss Tools (users)] - Re: cant get jboss tools 2GA to work with Ganymede build

2008-06-11 Thread [EMAIL PROTECTED]
which site are you referring to ? The only site that has a mention of Ganymede being used as build drivers is the nightly builds which eventually will be JBT 3.x. JBT 2.x is not supported on Ganymede - it does work for "most" parts, we just cant guarantee it ;) View the original post : http:/

[jboss-user] [JBoss jBPM] - Re: upload file in a task ?

2008-06-11 Thread kukeltje
you are welcome View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157579#4157579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157579 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss jBPM] - Re: Create Task WS (jbpm-bpel)

2008-06-11 Thread kukeltje
use [ c o d e ] tags (and use preview ;-) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157578#4157578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157578 ___ jboss-user

[jboss-user] [Beginners Corner] - JBoss Linux Service

2008-06-11 Thread ashonline
Hi All I have limited experience with Linux, and less with JBoss!! I have setup an application to run manually using JBoss when running the following from the command prompt: ./run.sh -c The app runs from a copy of the 'default' directory, with some minor changes made to run.sh & run.conf.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: receive mail from jboss automatically

2008-06-11 Thread sentcs
Thanks. Here i have pasted my log4j.xml content which is get from /server/messaging/conf/ directory. Please check it and reply me. | | | | | | | | | | | | | http://jakarta.apache.org/log4j/"; debug="false"> | | | | | | |

[jboss-user] [JBossWS] - Re: please help - web services still dont work for me - jbos

2008-06-11 Thread BrettSc
Just a minor change to the libraries... jbossclient-all.jar should be jbossall-client.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157566#4157566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157566 __

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-11 Thread [EMAIL PROTECTED]
We have clustering on the roadmap for Beta. We will support everything we had on JBM 1.4, including load balancing and fault tolerance. I'm not sure what you want to do by embedding JBM on your application. It looks like the Bridge would be more appropriate for that end.. or maybe I'm not unde

[jboss-user] [JBoss Tools (users)] - Re: cant get jboss tools 2GA to work with Ganymede build

2008-06-11 Thread krg9263
I saw this thread from February. I notice though it appears on the Jboss Tools site you are indicating that your are using Release Candidates for Eclipse 3.4. I followed the Build Drivers specs and received the same error listed above. Is it a bug? View the original post : http://www.jboss.com

[jboss-user] [Messaging, JMS & JBossMQ] - Why put entry into jboss-service.xml ?

2008-06-11 Thread shetty_ritesh
I am integrating the Jboss with IBM MQ. The link below is used to implement this. http://wiki.jboss.org/wiki/UsingWebSphereMQSeriesWithJBossASPart3 It is written that the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157559#4157559 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JNDI/Naming/Network] - Why use jboss-service.xml does it affect in clutered envioro

2008-06-11 Thread shetty_ritesh
I am integrating the Jboss with IBM MQ. The link below is used to implement this. http://wiki.jboss.org/wiki/UsingWebSphereMQSeriesWithJBossASPart3 It is written that the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157558#4157558 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Clustering/JBoss] - Re: How to get IP address of JBoss instances

2008-06-11 Thread [EMAIL PROTECTED]
>From the jboss:service=DefaultPartitionMBean, get the HAPartition attribute. >On that, invoke HAPartition.getClusterNodes(). That will return >ClusterNode[], with each element representing a member of the current view. >ClusterNode.getIpAddress() and getPort() will return the address/port JG

[jboss-user] [JBoss jBPM] - Re: upload file in a task ?

2008-06-11 Thread secmask
please !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157554#4157554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157554 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Authentication in JBoss?

2008-06-11 Thread alllle
According to the wiki, the latest update to this class works with Tomcat SingleSignOn. Does it also work with the SingleSignOn in the JBoss clustered environment? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157548#4157548 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Where is the 4.2.3.GA release?

2008-06-11 Thread alllle
Thank you for the information. Will there still be a 4.2.3.GA release? And is there a place where I can get news updates regarding this release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157547#4157547 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: Create Task WS (jbpm-bpel)

2008-06-11 Thread cr3
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157546#4157546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157546 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Clustering/JBoss] - How to get IP address of JBoss instances

2008-06-11 Thread tvbinh
Hi everyone, I have a JBoss cluster with 3 nodes in it. Each of the nodes has 3 network interfaces. One is local host, one for intranet and one just for the JBoss clustering. In my bean, how can I build a method to get IP address (of the interface for JBoss clustering, not the interface for

[jboss-user] [JBoss jBPM] - Re: Create Task WS (jbpm-bpel)

2008-06-11 Thread cr3
Hi, it's me again... The part most important of my SOAP client structure (and I don't know why it disappeared) is: Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157544#4157544 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Create Task WS (jbpm-bpel)

2008-06-11 Thread cr3
Hi there, Does any body know how to create a new task on a JBPM flow using the "Task" sample that comes when you download jbpm-bpel? I've already deployed the webservice on my JBoss server, and when I try to test it everything seems to go fine, but when I get back to the Jbpm Console and try t

[jboss-user] [JBoss jBPM] - Re: Thanks for the tips...and the Guinness

2008-06-11 Thread kukeltje
palinka... dangerous stuff (as far as I remember ;-) ) I'll definitely be in Hungary this summer for a week or so and will certainly be in Budapest for a day or two... but from what I remember (and the pictures support this) you guys seem to be better with girls than with beer View the original

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread ajassal
You are right. We are using INVALIDATION_SYNC. I think for now I will switch over to using REPL_[A]SYNC instead and plan to upgrade to 2.x later. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157533#4157533 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: Redelivery order

2008-06-11 Thread szhigunov
Thanks for the clarification. I still have the following question. Can we rely on the assumption that after the queue restart, JBM will deliver messages strictly in the order they were sent, even if for some of them it is redelivery? At least that is what I see in my tests. View the ori

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Where is the 4.2.3.GA release?

2008-06-11 Thread [EMAIL PROTECTED]
Everyone's busy with AS5, so the 4.2.x releases have been on hold for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157529#4157529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157529

[jboss-user] [JBoss AOP] - Re: inheritance of aspects

2008-06-11 Thread sunnymoon
But what if one is using the annotations based approach, do you inherit Pointcuts defined in the super abstract class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157527#4157527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Where is the 4.2.3.GA release?

2008-06-11 Thread alllle
There are many issues that has been fixed in the JBoss AS release 4.2.3.GA according to the JIRA. However, this release does not show up in the download. Has it been released yet? If not, what is the expected release date? In the JIRA, under RoadMap for All Versions, this release shows up with

[jboss-user] [Beginners Corner] - Re: How do I check the connection pools of JBoss AS?

2008-06-11 Thread PeterJ
Use the jmx console (http://localhost:8080/jmx-console) and look for mbeans named jboss.jca:service=ManagedConnectionPool,name=XXX, where XXX is the JNDI name of the datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157525#4157525 Reply to the post

[jboss-user] [EJB 3.0] - Re: oracle, mysql, sybase, etc???

2008-06-11 Thread PeterJ
Hibernate provides the JPA support in JBossAS, so any database that Hibernate supports should work. http://www.hibernate.org/80.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157523#4157523 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - How do I check the connection pools of JBoss AS?

2008-06-11 Thread saguilar
Hi I'm used to go into the Weblogic management console to check the status of the connection pools configured and test them, is there a way to do it on Jboss AS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157518#4157518 Reply to the post : http://www.

[jboss-user] [EJB 3.0] - oracle, mysql, sybase, etc???

2008-06-11 Thread andynuss
Hi, New to JBoss, just read Bill Burke's book. Since every database has somewhat different SQL, wondering which databases are fully supported by the EntityManager. Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157511#4157511 Reply to the post : htt

[jboss-user] [JBoss Portal] - LDAP Configuration in JBOSS Portal

2008-06-11 Thread parekuti
Hi all, I am new to the Portal Developement and trying to configure the LDAP (Active Directory ) in the JBoss portal. I have followed the instructions in Jboss tutorial execpt creating truststore. keytool -import -file ldapcert.der -keystore ldap.truststore. I haven't understand this command.

[jboss-user] [Beginners Corner] - which databases with EntityManager of EJB 3.0

2008-06-11 Thread andynuss
Hi, I'm learning EJB 3.0 and was wondering which flavors of SQL and databases can be plugged into JBoss. Oracle? MySQL? etc. Thanks, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157501#4157501 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: Maven cmd to test PortletContainer2.0 portlets

2008-06-11 Thread [EMAIL PROTECTED]
The easiest way is to set the JBOSS_HOME variable in your shell environment to point to your JBoss home directory, not bin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157499#4157499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [EJB 3.0] - Re: Using ManyToMany Relationship

2008-06-11 Thread hbpost
See the following: http://www.jroller.com/eyallupu/entry/hibernate_exception_simultaneously_fetch_multiple Switching to List and using @IndexColumn works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157489#4157489 Reply to the post : http://www.jboss.c

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA problem with insert

2008-06-11 Thread tovar
Hi. I have problem with inserting in database. I don't know how to insert object and disable an attempt of inserting in related tables. example: @Entity @Table(name = "MAIN_TABLE", schema = "SCH") @Inheritance(strategy=InheritanceType.JOINED) public class MainClass extends MainDataObject {

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread [EMAIL PROTECTED]
I see where you got the idea about eviction from. :-) I assume your cache is configured for INVALIDATION_SYNC or INVALIDATION_ASYNC. Seems in 1.x the cluster wide invalidation was implemented by telling the other nodes to do an evict. And that means the call uses the 0 ms timeout meant for reg

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread ajassal
Brian, Thanks. Here you go: INFO 2008-06-11 18:50:34,071 UpHandler (GMS) U- org.jboss.cache.interceptors.TxInterceptor - There was a problem handling this request org.jboss.cache.lock.TimeoutException: failure acquiring lock: fqn=/user/id, caller=Thread[UpHandler (GMS),5,JGroups threads], l

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
I was able to simulate the exception in join with fork instead of ForEachForkActionHandler as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157471#4157471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157471 __

[jboss-user] [EJB 3.0] - Wish to see hibernate acting and fixing this issue asap

2008-06-11 Thread nagkumar
Hi have a User Object, which has many Relation Objects and we use OneToMany annotation for User attribute which has list of Relation objects it holds. In order to find a perticular relation of the user, the commented approach results in 'cannot simultaneously fetch multiple bags' However when

[jboss-user] [JBoss Portal] - Re: Maven cmd to test PortletContainer2.0 portlets

2008-06-11 Thread iamnew2jboss
This is the error i'm getting: | C:\jboss-portletcontainer2.0\jboss-portletcontainer-2.0.0.CR2-src\portlet\src\main\java\org\jboss\portal\portlet\impl\jsr168\DispatchedHttpS | ervletResponse.java:[283,23] [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse ha

[jboss-user] [JBoss Portal] - Re: Maven cmd to test PortletContainer2.0 portlets

2008-06-11 Thread iamnew2jboss
thanks, but I need to provide the location of my JBoss App Server right (As I did not get the bundled container)? Here is the command that I'm using: mvn -e -Dvariable=C:\jboss-portal-2.6.4-From-src\jboss-4.2.2.GA\bin install I'm using Maven 2.0.7. The JBoss Wiki Site has following information

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
My process definition | | | | | | | | | | | | hello1 | hello2 | hello3 | hello4 |

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread [EMAIL PROTECTED]
Please post the entire stack trace. It's not eviction, as eviction isn't handled by the JGroups UpHandler thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157465#4157465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

2008-06-11 Thread PeterJ
praveen12brec wrote : my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. Applications are deployed based on their extensions. The file (or directory) ucl_war has no extension and thus cannot be deployed. Therefore, you must rename

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

2008-06-11 Thread praveen12brec
| http://java.sun.com/j2ee/dtds/application_1_2.dtd'> | |UCL |UCL description | | ucl_TranLogMgr.jar | | | ucl_RouterMgr.jar | | | ucl_UCLCommManager.jar | | | ucl_WMQITXMLInboundMessageListenerBean.jar |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

2008-06-11 Thread praveen12brec
hi, this is my application.xml. apart from deploying the ejb's mentioned here... it also tries to a ejb in the classpath(defined in manifest.mf of one for the ejb's) my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. http://java.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

2008-06-11 Thread praveen12brec
hi, this is my application.xml. apart from deploying the ejb's mentioned here... it also tries to a ejb in the classpath(defined in manifest.mf of one for the ejb's) my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. http://java.

[jboss-user] [EJB 3.0] - "EJBAccessException: Authentication failure" when Timer's ca

2008-06-11 Thread mohammadk
I'm using JBoss 4.2.2 and having two protected EJBs (say A and B) running on two different boxes. All non-timer-callback methods from B can access A without any problem. However if I schedule a timer using timer service on B to invoke a method from A then I get "EJBAccessException: Authenticatio

[jboss-user] [JBoss Messaging] - Re: -b 0.0.0.0 is behaving one way on Test machine and anoth

2008-06-11 Thread rdaly
Well, I finally had some time to delve into the source code. I searched the source code for JbossAS, Jboss-Messaging, and Jboss-Remoting. I did not find the root cause (EXACTLY), but I did find a solution. POSSIBLE ROOT CAUSE: >From searching inside the source code, I see that almost all of

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: receive mail from jboss automatically

2008-06-11 Thread PeterJ
Please bracket XML text with [ code ] tags (select the XML text, click on Code button). For example SMTP appenders, see [url\http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84887[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157451#4157451 R

[jboss-user] [JBoss Cache: Core Edition] - Lock timeout exceptions

2008-06-11 Thread ajassal
Am trying to understand some intermittent lock timeout exceptions we are seeing. These could be related to the LRU eviction policy thread not able to acquire a lock as it seems to timeout after 0ms and not 15000ms as it is specified in the 15000 attribute. If these are more informational i.e.

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
JBoss has one transaction manager lookup class org.hibernate.transaction.JBossTransactionManagerLookup. | org.hibernate.transaction.JBossTransactionManagerLookup | and I tried set following possibilities for hibernate.transaction.factory_class | org.hibernate.transaction.JTATransactio

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
They use just the user name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157446#4157446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157446 ___ jboss-user mailing list jb

[jboss-user] [JBoss jBPM] - Thanks for the tips...and the Guinness

2008-06-11 Thread brandonulrich
Hi all, Just wanted drop a note of thanks for organizing the jBPM Community Day in Dublin. It was a nice way for us to put faces to the names that we've been seeing in these posts, as well as pick up some advice from both the user community and the numerous BPM experts we met. Of course, the e

[jboss-user] [Beginners Corner] - Re: JBoss PHP -- Apache -- AJP/modjk connector script not

2008-06-11 Thread macchonmhaighe
Eureka!!! in httpd.conf there is an include conf.d/*.conf in conf.d ,as well as mod_jk.conf, there is a php.conf, which loads the apache php module and adds a handler for php files I remove php.conf and the redirect works I should have seen this before. this problem has annoyed me

[jboss-user] [Beginners Corner] - Re: JBoss PHP -- Apache -- AJP/modjk connector script not

2008-06-11 Thread macchonmhaighe
I mount everything ..I think heres what i have JkMount /* loadbalancer I'll try with *.php and see what happens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157441#4157441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread stefan.kok
I had a look at the Jboss wikki project. Any idea how they handled it ? Stefan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157440#4157440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157440 ___

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread [EMAIL PROTECTED]
Well, besides votes I'm always interested in community volunteers who want to take tasks on :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157438#4157438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157438 __

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
You could hook into the user maintenance and add code to manage the user in your database. The other possibility is to use the user name in combination with the user's registration date. That should always be unique. Of course, you still might want to have a maintenance routine that runs every

[jboss-user] [JBoss jBPM] - Re: New application brewing, need some advice

2008-06-11 Thread johncarl81
All right, So, I've finally took the plunge and started the application. I have a pretty cool data structure that holds my various user profile attributes based on the hibernate Map capability. I chose this route because our user application from is ALWAYS changing from management, outside in

[jboss-user] [Beginners Corner] - Re: JBoss PHP -- Apache -- AJP/modjk connector script not

2008-06-11 Thread PeterJ
Did you set up the mod_jk config such that *.php requests are forwarded to JBossAS? Try adding the following to the mod-jk.conf file (where xxx is the worker name you defined): JkMount /*.php xxx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157434#415743

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread stefan.kok
Hi Peter Thanks for the reply. Would it not be a problem if the user is deleted. Then it would be possible to create a username with the same username for a different user. I suppose one can check and delete all the data or do something intelligent once the user is deleted. Stefan View th

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread eric239
Brian, thanks for the ultra-quick response. You described the situation precisely. I wish EJBTHREE-1002 had more votes (other than mine-now); but for the time being we'll just be aware of this scenario. --Ernest View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Cache: Core Edition] - Re: CacheLoader does not load a node if its parent has been

2008-06-11 Thread kblanken
Hi Manik, thank you for your response. This indeed makes sense, though I forgot to mention that our custom CacheLoader is one-way; it does not write any values back to the store. Is there a way I can configure JBC so it does not try to persist the data using the CacheLoader? Regarding locks,

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
Store the username in your database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157428#4157428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157428 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Supported configurations for Portal2.7 (with PortletCont

2008-06-11 Thread iamnew2jboss
Thank you Chris! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157422#4157422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157422 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.5 released

2008-06-11 Thread [EMAIL PROTECTED]
Hi everyone! I just want to tell everyone that 2.6.5 GA is working find while the one on jboss.org the 2.6.5 SP1 seems to lack something so that u cant login using default login/pass, user/user or admin/admin /Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : Now bring "node A" up and bring "node B" down. Do any invocations occur when A is up and B is still up? The EJB proxy gets updated topology info when it makes invocations on the cluster. If you bring A up and B down without any invocation in between, the proxy knows nothing ab

[jboss-user] [JBossWS] - Re: Upgrading from jbossws-native-2.0.2.GA to jbossws-3.0.1-

2008-06-11 Thread medalhas
Hi, Thanks your info it was very helpful. Problem solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157419#4157419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157419 ___

[jboss-user] [Clustering/JBoss] - FamilyClusterInfo loses all targets

2008-06-11 Thread eric239
Hello: I'm experiencing a problem where FamilyClusterInfo instance is losing all targets even though one of the nodes in the cluster is up. The scenario is described below; I'd like an advice from the forum community whether it does resemble a bug and should be filed as a JIRA issue. The setup

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread estaub
Pavel, look at hibernate config values for the following. The ones with question-marks I can't help you with - I'm using local wrappers, and can't take time to look up generic solutions. Check the Hibernate docs, etc for these properties. I'm (obviously) on WebLogic - you'll need different val

[jboss-user] [EJB/JBoss] - error when deploying day trader: Failed to parse descriptors

2008-06-11 Thread openevol
Greetings, i like to seek help and advice if any ppl out there has meddle with daytrader on jboss? I'm using mysql database. My deployment codes can be found at http://www.openevol.com/share/peipei/daytrader-ear-2.0-SNAPSHOT.ear The whole daytrader contents including the deployment file and ins

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-11 Thread [EMAIL PROTECTED]
ok - but please report an issue in jira so it wont get lost. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157410#4157410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157410 _

[jboss-user] [Beginners Corner] - Re: JBoss PHP -- Apache -- AJP/modjk connector script not

2008-06-11 Thread macchonmhaighe
The scripts run on JBoss, But the jboss server is accessed through apache. so when you load http://myserver:8080/mypage.php port 8080 being jboss http port the php runs fine. My setup requires jboss to be accessed on port 8009 the ajp port, by apache i.e. Apache is a public interface j

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-11 Thread wilczarz
"[EMAIL PROTECTED]" wrote : | You don't want a feature to control which locale we will use ? : | Sure I do, I meant I'd pass on CA until you resolve locale problem. The ['..'] proposals DO work, I just tried it after typing "[", insead of "." Keep up the good work! ;-) View the original p

[jboss-user] [EJB 3.0] - Re: EJB3 CallByValue=false, but acts like its true

2008-06-11 Thread jaikiran
"[EMAIL PROTECTED]" wrote : | I thought that this JBoss EAR deployer CallByValue option was a feature implemented above and beyond the specification - it is, isn't it? | Not sure. "[EMAIL PROTECTED]" wrote : | I considered switching to local, but that just leaves the potential problem

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : The reason why I take this route is that - from experience - if I take the Server > Add or Remove Projects route, I don't get automatic redeployments. Another bug. Sigh. This is a WTP issue and something we have no control over sadly. View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - Re: JBoss PHP -- Apache -- AJP/modjk connector script not

2008-06-11 Thread PeterJ
Who do you want to run the PHP script? Apache or JBossAS? >From my reading of your post, it appears that you went through a lot of >trouble to configure JBossAS to run PHP scripts, but now you want Apache to >run those scripts instead. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-11 Thread [EMAIL PROTECTED]
"bbeloff" wrote : anonymous wrote : I created http://jira.jboss.com/jira/browse/JBIDE-2325 for this and as you will see in the jira I think this might acutally currently be expected behavior when you have both clicked Deploy to server on the generated .ear file and deployed the archive directly

[jboss-user] [JBoss Portal] - Portal Application

2008-06-11 Thread stefan.kok
Hi All I am writing a small application for portal server. It will store the data in a separate data base. Which will be the best way to associate the application data with the individual portal users ? Any ideas suggestions will be highly appreciated. Regards Stefan View the original post

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
Hello, Oracle does not help. I received | 16:35:49,036 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session | org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.gra

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-11 Thread bbeloff
anonymous wrote : I created http://jira.jboss.com/jira/browse/JBIDE-2325 for this and as you will see in the jira I think this might acutally currently be expected behavior when you have both clicked Deploy to server on the generated .ear file and deployed the archive directly. | I didn't d

[jboss-user] [JBoss Tools (users)] - Re: NPE when selecting Build Archive from the Project Archiv

2008-06-11 Thread [EMAIL PROTECTED]
This is addressed already in http://jira.jboss.com/jira/browse/JBIDE-2311 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157391#4157391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157391 _

[jboss-user] [JBoss Tools (users)] - NPE when selecting Build Archive from the Project Archives v

2008-06-11 Thread kkoster
I am getting an NPE from the archive builder when selecting the Build Archive (Full) menu option on the Project Archives. I am running a fresh copy of Eclipse 3.3 under JDK 1.5.0_12. I have been working with an Eclipse 3.3 version downloaded earlier this year (1/15/2008) until today also under J

[jboss-user] [JBoss Messaging] - JBM 2.0 Clustering

2008-06-11 Thread blublinsky
I realize that clustering is not part of Alpha release, but because it is essintial for my architecture I want to try to find out whether it is going to support the following (Unfortunately, I can't paste a picture here, but can provide it). I have a massively parallel grid of execution nodes an

[jboss-user] [EJB 3.0] - Re: Entity Callback -- @PrePersist vs. @PreUpdate

2008-06-11 Thread jaikiran
Looks like when you call the merge, the "flush" happens at the end of the transaction. And the @PrePersist gets called through the transaction callback methods. As a result your IllegalStateException gets wrapped into a RollbackException. Try this: if (order.getId() != null) { | entityMana

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-11 Thread [EMAIL PROTECTED]
"wilczarz" wrote : The default locale on my system is pl_PL, so this can't be the problem. Plus, if I delete the messages_en.properties, then entries from messages_pl.properties are visible in the content assist box. Of course, I don't want to delete it, so I thik I'll pass on this feature. |

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-11 Thread wilczarz
The default locale on my system is pl_PL, so this can't be the problem. Plus, if I delete the messages_en.properties, then entries from messages_pl.properties are visible in the content assist box. Of course, I don't want to delete it, so I thik I'll pass on this feature. In my opinion, a diffe

[jboss-user] [JBoss Portal] - making a reagion non draggable

2008-06-11 Thread erezharari
my page has several regions, only one of which contains widgets that should be draggable. the other resions contain general navigation stuff. i need to make the other widgets not draggable. how can that be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Portal] - jboss portal has empty widget titles

2008-06-11 Thread erezharari
sometimes, after i drag a widget on the portal page, or when i add a netvibes widget to the page, i get a widget (one or more) with a missing title bar. it just dissapears.. i'm usin IE 7. anyone knows what it might be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3

2008-06-11 Thread ganix
i forgot to ask if it is planned to add compatibility with jboss5. if so, what is the expected time? Thank you for answering! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157355#4157355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Security & JAAS/JBoss] - Re: Encrypted Passwords in LDAP

2008-06-11 Thread kc5mzr
This has become a big issue now. Does anyone have a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157351#4157351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157351 ___

[jboss-user] [EJB 3.0] - Re: How to select whitch entity's can be mapped to each EM?

2008-06-11 Thread jaikiran
Do you mean, if you want to deploy your application with just the admininstration module, then only the entities belonging to administration module be mapped? The entities that are deployed is based on the contents of (1) application.xml file (present int the META-INF of your EAR) (2) the conte

[jboss-user] [JBoss Portal] - Re: Getting scripts/css into the header tags

2008-06-11 Thread thetikigod
Sweet thanks! That was a big help. Ive been trying to figure out how to do that for a few months now and beating myself over the head about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157347#4157347 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Cache: Core Edition] - Re: CacheLoader does not load a node if its parent has been

2008-06-11 Thread [EMAIL PROTECTED]
Looking at your scenario I think this is expected behaviour. cache.remove() will remove the node and all it's children. When you use a cache loader, this behaviour is passed on to the cache loader too. So when you do cache.remove("/a") this will remove /a and all its children both in memory an

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment using application.xml

2008-06-11 Thread jaikiran
Post the contents of your application.xml file. JBoss follows the contents of the application.xml to deploy the components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157343#4157343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 3.2.8 SP1 not running on Windows server 2003 Enter

2008-06-11 Thread jaikiran
Edit the run.bat to remove the @echo off statement. And then use that bat file to start JBoss. You will now see the actual line which is causing the error. Post the output if you are not able figure out the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : Login to our application(where we authenticate the user from our application), and not to the webapp(app server). I'm sorry, I don't understand. What kind of application? Servlet-based? EJB? What? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

  1   2   >