[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PermGen error

2009-07-05 Thread jfrederic.cl...@jboss.com
That looks like a leak somewhere. Check the application in your war file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241644#4241644 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241644

[jboss-user] [Beginners Corner] - Re: forum open source

2009-07-05 Thread jaikiran
How about JForum http://www.jforum.net/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241648#4241648 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241648 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread adrianwilford
Hi, The following page on the Tools site for downloads. http://www.jboss.org/tools/download/dev.html has broken links to Sourceforge. In addition, the update site http://download.jboss.org/jbosstools/updates/development/ has broken dependencies when I try to update directly from eclipse. Please

[jboss-user] [Management, JMX/JBoss] - Re: Strange results with twiddle.sh when Jboss is down

2009-07-05 Thread delgurth
bcosnefroy wrote : Hi, | | Sorry to reply to my own topics... | | I've found how to solve my problem. | There is a jndi.properties file in the twiddle.jar file. | | In the jndi.properties file, I've added the line: | jnp.disableDiscovery=true | | Now when my Jboss server is

[jboss-user] [JBoss jBPM] - Re: what is the executionContext equivalent in jbpm4.0 to se

2009-07-05 Thread jbarrez
You could use a custom activity. Then you have access to an Execution which allows you to do what you want. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241653#4241653 Reply to the post :

[jboss-user] [JBoss Tools (users)] - jira not workin

2009-07-05 Thread micuentadecasa
hi, when i try to login in jira this error appears HTTP Status 404 - /jira/login.js type Status report message /jira/login.js description The requested resource (/jira/login.js) is not available. JBossWeb/2.0.0.GA_CP page: https://jira.jboss.org/jira/login.jsp View the original post :

[jboss-user] [JBoss jBPM] - Re: Effort Estimation Technique for jBPM

2009-07-05 Thread jbarrez
The usage that you describe (wait states, mailing, timers) is supported by jBPM. But ofc, without proper requirements there is no way to do an estimation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241656#4241656 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: what is the executionContext equivalent in jbpm4.0 to se

2009-07-05 Thread shekharv
If you are talking about ExecutionContext and the methods getVariable and setVariable then what you should probably be using in v4 is the ExecutionService's getVariable/getVariables and setVariable/setVariables. View the original post :

[jboss-user] [JBoss jBPM] - Re: Lifecycle management of jBPM classes

2009-07-05 Thread jbarrez
Native Spring integration is already in 4.0CR1, but the 4.0GA will contain a polished approach and documentation. You can take a look at http://www.inze.be/andries/2009/06/28/documentation-spring-jbpm-integration/ for the draft documentation and a demo based on CR1 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: security intercepter error

2009-07-05 Thread Wolfgang Knauf
Hi, it seems that your app uses security, and access to your bean method is denied. If you want a more helpful reply, please provide more details about your app, post the relevant deployment descriptors etc. Best regards Wolfgang View the original post :

[jboss-user] [JBoss jBPM] - Re: Is there any kind of variable in JBPM4 like 'transient v

2009-07-05 Thread shekharv
http://www.jboss.org/index.html?module=bbop=viewtopict=157927 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241664#4241664 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241664

[jboss-user] [JBoss jBPM] - Re: SQL error executing test process

2009-07-05 Thread jbarrez
ould you post this unit test? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241655#4241655 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241655 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Is BdbjeCacheLoader fine for production??

2009-07-05 Thread niuxuetao_fiserv
Hi, I read in user's guide 9.3.1 that all file based cache loaders are not recommended for production use, does it also include the BdbjeCacheLoader that uses a transactional berkeleyDB? anonymous wrote : | 9.3.1. File system based cache loaders | JBoss Cache ships with several cache

[jboss-user] [Installation, Configuration DEPLOYMENT] - Search for a JBossPortal 2.6.4 download-link

2009-07-05 Thread kraeftiger
Hello, i'm have to install th JBoss Portal 2.6.4 in a test environment, because the production runs on the same Version. Where i can download this Version of JBossPortal, in sourceforge is the JBoss Portal 2.6.4 not available? Thx. Christoph View the original post :

[jboss-user] [JBoss jBPM] - Re: SQL error executing test process

2009-07-05 Thread ajvarela
Im using this test: public class workflowTest extends JbpmTestCase { | | long deploymentDbid; | | //Variables | Integer A = 1; | Integer B = 1; | Integer C = 0; | Integer D = 1; | Integer E = 1; | Integer F = 1; | | |

[jboss-user] [JBoss Cache: Core Edition] - Re: Is BdbjeCacheLoader fine for production??

2009-07-05 Thread mircea.markus
Besides the FileCacheLoader, which is not recommended (see javadoc, it explains why), I don't see any reason why NOT to use other cache loader implementations. I think docs are misleading, others? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241685#4241685

[jboss-user] [JBoss Portal] - Re: Difficulty creating a Producer in Portal 2.7.2

2009-07-05 Thread chris.lap...@jboss.com
Contrary to several other portals, JBoss Portal doesn't need to export a WSDL definition per published portlet. You just need to use http://localhost:8080/portal-wsrp/MarkupService?wsdl to access our producer from a consumer. You should see the portlet there. See

[jboss-user] [JBoss Portal] - Difficulty creating a Producer in Portal 2.7.2

2009-07-05 Thread jbossqwest
Hi All, Deployed my Struts 1.2.4 portlet in JBoss portal made it remotable -- true status , but see no WSDL for this corresponding portlet. I am able to see the portlet and also as a separate application on local machine. I tried accessing the WDL with this URL :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Unable to Connect to C3P0 Connection Pool with JPA under

2009-07-05 Thread JakubD
Hi, The solution is described here: http://sourceforge.net/mailarchive/forum.php?thread_name=24229501.post%40talk.nabble.comforum_name=c3p0-users Cheers, j-d View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241689#4241689 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Is BdbjeCacheLoader fine for production??

2009-07-05 Thread niuxuetao_fiserv
Jdbc itself is also ultimately file based, what is wrong with BerkeleDB? Is it because the JdbjeCacheLoader itself is not well written? It seems the only choice for production would be the JDBCCacheLoader if I need persistence... is this true? Thanks! Xuetao View the original post :

[jboss-user] [JBoss Cache: Core Edition] - starting JDBCCacheLoader and transactions

2009-07-05 Thread vl_sadovnikov
Hello, I've got a problem with JDBCCacheLoader and run out of ideas. Therefore any help will be appreciated. We are using JBoss Cache 3.0.0 and our application is EJB module, being deployed to WebSphere 6.1. Oracle is used as database, and data source is managed by the application server At

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-05 Thread mircea.markus
as the stack trace shows, both exceptions originate within the JDBCCacheLoader, and are most likely related to a change that was made to it, regarding https://jira.jboss.org/jira/browse/JBCACHE-1410. I've reopened the JIRA to test Oracle 10g integration. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: problem by using rich:tabPanel with switchType=ajax in i

2009-07-05 Thread Fuchs
it is an ie7 problem, which is solved by using stylesheet position:relative. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241692#4241692 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241692

[jboss-user] [EJB 3.0] - Re: java.lang.RuntimeException: java.lang.ClassCastException

2009-07-05 Thread ravendra.gupta
Thanks Wolfgang Knauf !! This problem was solved now that was due to Classloader. issue the scenario is,I have Mbean application runing in its own classloader isolation scope and ejb 3.0 ear running in own. Mbean Application is calling bean from ejb ear. but since in ear-deployer.xml the

[jboss-user] [JBossWS] - Re: WebServiceException: Undefined port type

2009-07-05 Thread sty777
I had the same problem with JBoss AS 5.0.1 and JBossWS 3.1.1. I looked at one of the samples (, which comes with the JBossWS distribution) under webservice folder. It uses EndpointInterface.java in the client deployment (see the comment at the top in the class). Basically it's pretty much the

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-05 Thread niuxuetao_fiserv
Thanks Mircea, can we expect any forseeable date of this issue being tested and solved if it is really a bug? Xuetao View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241712#4241712 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: starting JDBCCacheLoader and transactions

2009-07-05 Thread mircea.markus
same issue as: http://www.jboss.org/index.html?module=bbop=viewtopict=157686 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241687#4241687 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241687

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-07-05 Thread niuxuetao_fiserv
Thanks a lot Galder for your help! What I need from Pojo cache is that it returns the same reference of object with the same fqn under the same node, which is what jboss core cache probably cannot do at the moment. Do you know any way to use jboss core cache with the reference comparability

[jboss-user] [JBoss Cache: Core Edition] - Re: Announcing JBoss Cachee 3.1.0 - final release now availa

2009-07-05 Thread niuxuetao_fiserv
Can PojoCache 3.0.0GA or above use this core cache beneath? Xuetao View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241716#4241716 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241716

[jboss-user] [Installation, Configuration DEPLOYMENT] - Failed to find method for hash:-884175917852741154

2009-07-05 Thread deshell
Hello all, I have issue during deployment my war file under JBoss 5.0.1 on Red Hat Enterprise Linux Server release 5.3 (Tikanga) with Java 1.6.0_13. When I try to deploy this war on my local Window XP machine with the same java and jboss that work fine, but on linux mashine I have following

[jboss-user] [JBoss Portal] - Re: WSRP: failed to configure remote producer as described i

2009-07-05 Thread jbossqwest
Hi, Did anyone solve the original issue, if you could share you thoughts and solution that would be helpful in moving forward with my POC for portals. Kindly reply if someone has any hints. Thanks, M View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread max.ander...@jboss.com
The links are/were all correct but sf.net had a migration this week that for some reason have caused large parts of jboss archived downloads to disappear. I know other projects have reported the same. I've opened an issue against sf.net to hear about JBoss Tools missing binaries:

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread max.ander...@jboss.com
The links are/were all correct but sf.net had a migration this week that for some reason have caused large parts of jboss archived downloads to disappear. I know other projects have reported the same. I've opened an issue against sf.net to hear about JBoss Tools missing binaries:

[jboss-user] [JBoss AOP] - @Interceptors not working when jboss-aop defined in jboss-ao

2009-07-05 Thread alen_ribic
I have a jboss-aop.xml file in my EAR. My jboss-aop.xml defines an interceptor class that works 100%. Today, I tried to also make use of EJB interceptors using @Interceptors annotation on my Stateless Session Bean and the result is that my EJB interceptor never gets called. However, when I

[jboss-user] [JBoss jBPM] - Saving long spanning process in jBPM 4.0

2009-07-05 Thread nazarfm
Hi all, In jBPM 3.0 we could save the state of the process to the database and later access it later. I was wondering how to do this with jBPM 4.0 since, jbpmcontext is not in the api. For those who want to know what exactly I'm doing, I have an asynchronous web-service that uses callback

[jboss-user] [JBoss Portal] - Re: single sign on in portal

2009-07-05 Thread mposo...@redhat.com
Yes you can. The easiest way for you is using of TomcatSSOValve, which is suitable in non-cluster environment. Please look to http://docs.jboss.com/jbportal/v2.7.1/referenceGuide/html/sso.html#d0e11543 You can also use SSO frameworks like CAS and JOSSO, which are always described in the same

[jboss-user] [Installation, Configuration DEPLOYMENT] - Several applications running in the same instance

2009-07-05 Thread chkiron
Hello! One of my current taks is suggesting the best scenario for my customer's JBoss infra-structure. My company is building 3 different applications (3 .WARs). Today, they use the same libs version (spring, hibernate, rich-faces, etc). My client' IT staff wants to put these 3 applications

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-05 Thread niuxuetao_fiserv
Btw, can I use the GenericTransactionManagerLookup in Websphere6.1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241748#4241748 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241748

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-07-05 Thread rasa
What is this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241711#4241711 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241711 ___ jboss-user mailing list

[jboss-user] [Performance Tuning] - Re: jboss Web-Console Memory

2009-07-05 Thread PeterJ
rasa wrote : What is this What do you mean? I gave you a few suggestions for things you could try, and you indicated that none of those were possible. You mentioned a prior discussion but gave no link to that discussion. (No, I will not search for that discussion - it is your

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 not listening

2009-07-05 Thread PeterJ
Are you doing this within Eclipse? If so, don't. Do everything from the command line. When posting exceptions, post the full stack trace, not just the error message. Also, don't bother posting exceptions that show up in the browser - they are usually useless. There should be a corresponding

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Search for a JBossPortal 2.6.4 download-link

2009-07-05 Thread PeterJ
Wow, something like this used to be so easy (all of the releases were accessible from the downloads page), but now it has become impossible (after enabling various javascripts to run [not sure why I am forced to do that - why can't all the downloads be listed without having to reply on

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread adrianwilford
Hi, Thanks for your reply, but I am still having a problem. I am doing an install from inside eclipse 3.5 Galileo, and I am using this update URL: http://download.jboss.org/jbosstools/updates/development I still get this error: anonymous wrote : Cannot complete the install because one or more

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-07-05 Thread PeterJ
Here are a few things to try. 1) Set roleAttributeIsDN to false. Looking at the code it appears that if this is false then the role is assumed to be the attribute's value (that is, the value of userClass in your example). Also, set TRACE logging for the org.jboss.security.auth.spi package -

[jboss-user] [JBoss Tools (users)] - Re: jira not workin

2009-07-05 Thread max.ander...@jboss.com
http://jira.jboss.org/jira works for me. Do you still have a problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241732#4241732 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241732

[jboss-user] [EJB 3.0] - Re: java.lang.RuntimeException: java.lang.ClassCastException

2009-07-05 Thread Wolfgang Knauf
Hi, please post the content of the MBean archive (you can use jar tf MyJar.jar for this) Where in this jar (or included jars) are located the following classes: RuleManagerLocal, RuleBaseBuilder, RuleEngineBean and DataLoaderThread? I think you don't need to play with the Classloader, this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 not listening

2009-07-05 Thread iapazmino
I have reinstalled from zero and made some changes so it works along with other instance I need to be started. It started up again, but now when trying to access the page it throws an error right away java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/parser/Scanner The

[jboss-user] [JBoss Messaging] - MessagingException when deploying ear

2009-07-05 Thread nbhatia
I am getting the following MessagingException when I deploy my ear. I am using JBoss Messaging 2.0.0.BETA3. Any idea why this could be happening? (The same ear on another machine with JBM 2.0.0.BETA1 is working just fine.) | org.jboss.deployers.spi.DeploymentException: Endpoint activation

[jboss-user] [EJB 3.0] - Re: java.lang.RuntimeException: java.lang.ClassCastException

2009-07-05 Thread ravendra.gupta
Wolfgang Knauf, Where should i post jar file?, I am not able to find any upload link on this page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241753#4241753 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241753

[jboss-user] [JBoss Portal] - How does SSO.net website integrate with JBOSS PORTAL

2009-07-05 Thread ariel_red
hi, I have a SSO .NET webite,I want to integrate it with jboss portal.I want some help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241782#4241782 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241782

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: PermGen error

2009-07-05 Thread oneworld95
Thanks for the reply. How do you track down the leak? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241777#4241777 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241777 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Several applications running in the same instance

2009-07-05 Thread jaikiran
chkiron wrote : | | | My company is building 3 different applications (3 .WARs). Today, they use the same libs version (spring, hibernate, rich-faces, etc). | | My client' IT staff wants to put these 3 applications and any others they have or are building in the same JBoss

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Search for a JBossPortal 2.6.4 download-link

2009-07-05 Thread PeterJ
Hmm, looks like the Portal binaries aren't the only ones that have disappeared... http://www.jboss.org/index.html?module=bbop=viewtopicp=4241730#4241730 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241762#4241762 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Saving long spanning process in jBPM 4.0

2009-07-05 Thread kukeltje
Uhh first suggestion would be to read some docs, look at some examples, blogs etc... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241769#4241769 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241769

[jboss-user] [JBossWS] - Re: Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.

2009-07-05 Thread mtirumalreddy
Hi, Please have a look at this post. This might be helpful. http://www.jboss.org/index.html?module=bbop=viewtopict=157912 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241802#4241802 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Business Interface Pattern + Generics == EJB Spec Violat

2009-07-05 Thread jaikiran
Consider this: public interface AddressBeanBusinessInterface E extends Exception | { | ... | public void delete( final Long key ) throws E, UnknownIdDeviation; | | public interface AddressBeanRemote extends EJBObject, AddressBeanBusinessInterfaceRemoteException | { | //

[jboss-user] [JNDI/Naming/Network] - Re: Getting DB connection from jboss pool via JNDI

2009-07-05 Thread amayen
Ok, thanks for clarifying Peter! The reason I believe that this is an anti-pattern comes from reading some sources on the internet like the following: http://www.jboss.org/community/wiki/ConfigDataSources In clause Configuring a DataSource for remote usage it is said that: anonymous wrote :

[jboss-user] [JBossWS] - Re: Jar file for org.jboss.ws.core.soap.SAAJMetaFactoryImpl.

2009-07-05 Thread mtirumalreddy
Hi, Please have a look at this post. I think it might be helpful. http://www.jboss.org/index.html?module=bbop=viewtopict=157912 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241800#4241800 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Several applications running in the same instance

2009-07-05 Thread chkiron
Hi, Jaikiran! Thank you for your answer! jaikiran wrote : | I don't see anything wrong in hosting all those 3 apps on the same server instance. | I had some troubles with this scenario before. Let's say appl A and appl B both use the same version of library X and are running in the

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread snjeza
Currently, there isn't any update site for Eclipse BIRT 2.5 WTP Integration SDK Feature. This is probably a bug in BIRT. The JBoss BIRT Integration feature requires this feature. If you want to have the JBoss BIRT Integration feature, you can install JBoss Tools as follows: - download Galileo

[jboss-user] [Security JAAS/JBoss] - Custom Principal class problem. SessionContext always return

2009-07-05 Thread misqu23
Hi I need to store in the principal class not only name of the principal but also id from database. So I have created my own login module which inherits from the jboss DatabaseServerLoginModule. In the method getUsersPassword I also get the id of the user from the db. Here is the code snipet :

[jboss-user] [JBoss jBPM] - Re: SQL error executing test process

2009-07-05 Thread shekharv
Does not seem to be a jbpm error per se. If anything the create-drop hibernate config option that you likely have in your jbpm.hibernate.cfg.xml seems to the root cause. Try not recreating the schema everytime you run the test case and it 'should' go away. This could mean though that the jbpm

[jboss-user] [Javassist user questions] - Strategy for classpool = null clearing

2009-07-05 Thread PaulKeeble
In the tutorial one of the noted problems is the memory usage climb with creating a lot of CtClass's etc that are all stored in the ClassPool. I am having trouble combining that advice with a javaagent implementation. The problem is really the order you see classes in and knowing when its safe

[jboss-user] [Javassist user questions] - Re: Adding annotations to methods

2009-07-05 Thread PaulKeeble
In the end I managed to work it out and answer my own question. The key was understanding that you need to add the AnnotationsAttribute instance to the Info of the method. That is the rough solution is: | CtClass clazz = | ClassFile classFile = clazz.getClassFile(); | ConstPool cp

[jboss-user] [JBoss Portal] - Re: What happened to JBoss Portal 2.7.2 bundled download?

2009-07-05 Thread dickinsw
Thanks for your replies. I am using the latest Firefox; I have tried several times since my initial post to download the bundled 4.2.3 JBoss AS and Portal 2.7.2 but no luck. SourceForge still does not provide the proper link to the bundle. I'll keep trying. Regards, Bill Dickinson View

[jboss-user] [JBoss jBPM] - jbpm4: could it simpler implementing an identical user in ma

2009-07-05 Thread rogerofyan
Hi all, I'm implementing a homework process and illustrated in the following image: [img]http://scude.co.cc/pub_img/homework-process.png[/img] Take for example, a teacher named t1 will be the assignee of 'announce' task. and many students(let's say 20) are asked to submit their homeworks. I

[jboss-user] [Management, JMX/JBoss] - Binding Twiddle only with localhost

2009-07-05 Thread sramhu
Hi All We are in need to bind the twiddle locally. By which we will be able to invoke it only in the local machine and the remote access thro twiddle will be blocked. I googled and got the below link to do wat i needed see *Binding the JMX invoker to localhost - HIGHLY RECOMMENDED:* in

[jboss-user] [JBoss Tools (users)] - Can not install Jboss tool in myeclipse

2009-07-05 Thread skaka09
Hi all I am using myeclipse 7.5 version with support of eclipse 4.2 , Now i want to install Jboss tool for entry myeclipse by updating software , but it is not successful . anyone can help me , how is install Jboss tool based on myeclipse ? please try to help me ? thank regards View the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Asynchronous HTTP Request is not working as excepted for Re

2009-07-05 Thread vijayravi_srn
Hi, I have written a simple Asynchronous HTTP Request RestEasy Application which contains two methods . 1) asyncBasic() -- asynchronous method 2) basic() --- normal RESTeasy http handler method i.e. synchronous I deployed this App in Jboss 5.0.0(native library enabled) and Case 1:

[jboss-user] [Javassist user questions] - Re: adding annotations

2009-07-05 Thread PaulKeeble
The beauty of a Java agent is it gets passed every loaded class, regardless of classloader. So although you need to filter the list as quickly as possible (you'll get thousands of calls from java.* classes for instance) it is the best way to do the instrumentation. I have happily got

[jboss-user] [JBoss jBPM] - Re: SQL error executing test process

2009-07-05 Thread kukeltje
could also be caused by a wrong dialect (afair, I've had the same thing before once, though not jBPM related) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241839#4241839 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm4: could it simpler implementing an identical user i

2009-07-05 Thread kukeltje
look at the foreach forkhandler in the wiki. It is for jBPM 3 but might be adapted for jBPM 4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241840#4241840 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241840

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - mysql connection from jboss 5.1 on a mac

2009-07-05 Thread anhilde
Hi, I have spent this lovely sunday trying to connect to a mysql DB on my mac. I have taken a server configuration I have been using on my Linux machine and a Linux VM on this mac with success. I installed mysql on this mac because I'm going on holiday want to work on my mac natively so to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: mysql connection from jboss 5.1 on a mac

2009-07-05 Thread PeterJ
org.mysql.jdbc.Driver should be com.mysql.jdbc.Driver View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241845#4241845 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241845 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Several applications running in the same instance

2009-07-05 Thread jaikiran
chkiron wrote : | | I had some troubles with this scenario before. Let's say appl A and appl B both use the same version of library X and are running in the production server. A project later and the library X's version in appl B is completely updated. In this case, I had several problems

[jboss-user] [JBossMQ] - Non-transactional MDB bean

2009-07-05 Thread hjhjr4
How to make message driven bean that does not use transactions for receiving messages (in JBoss 4.2.2)? Is it enough to set acknowledgeMode to Auto-acknowledge? : @MessageDriven(activationConfig = { | @ActivationConfigProperty(propertyName = destinationType, propertyValue =

[jboss-user] [EJB 3.0] - remote ejb call and backing bean constructor

2009-07-05 Thread redlight
hi , i have deployed a jar a machine aunder jboss 5 , configure it it run just fine, now i exported my ejb project as jar to use it in my web project , i added a test class in my web project like : | package com.vox.utils; | | | import java.util.List; | import

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: mysql connection from jboss 5.1 on a mac

2009-07-05 Thread anhilde
Yep so it should be and then it works, I'm so baffled, I can't think right now. I should have seen this... But why does the very same org.mysql.jdbc.Driver work on my Linux machine? Best Regards, Andre View the original post :

[jboss-user] [JBoss Messaging] - Re: MessagingException when deploying ear

2009-07-05 Thread clebert.suco...@jboss.com
Take a look at the configuration and the MDB example. On Beta1, the InVM acceptor existed by default, and that changed on Beta2. You now have to define it explicitally. I believe we didn't add the acceptor on the default configuration. Can you open jbm-configuration.xml, and add the

[jboss-user] [JBoss Tools (users)] - Re: Can not install Jboss tool in myeclipse

2009-07-05 Thread max.ander...@jboss.com
What errors are you getting ? Since MyEclipse is bundling their own forks of Eclipse WebTools and partial versions of some of the plugins in JBoss Tools it might be impossible for us to help much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241870#4241870

[jboss-user] [JBoss Messaging] - Re: MessagingException when deploying ear

2009-07-05 Thread nbhatia
Clebert, thanks so much for the pointers. You are correct, the default configuration in beta3 does not contain either the in-vm connector or the acceptor. After adding both, the exception went away. Just out of curiosity, is this intentional? I would prefer that the default configuration

[jboss-user] [JBoss Messaging] - Re: MessagingException when deploying ear

2009-07-05 Thread clebert.suco...@jboss.com
No.. not intentional. We will fix it. thanks for pointing it out. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241874#4241874 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241874

[jboss-user] jndi service take too much time to response

2009-07-05 Thread Sam Wun
Hi, I have built the sample stateless application Calculator in JBOSS EJB3 tutorial. The Calculator and JBOSS is installed in another machine 192.168.1.242; whereby I execute ant run in another machine 192.168.1.235. But it takes about more 1 minute to show up the result from the command ant run.

[jboss-user] [Clustering/JBoss] - SSO fails on compressed response

2009-07-05 Thread ozguy
I am using Jboss 4.2.3 with jboss portal 2.7.2 Running 2 jboss nodes in a cluster, everything works as expected including SSO , session replication etc. Onces i enable compression on the Tomcat Http connector or even on our load balancer , SSO no loger works. Scenario ( with compression=on

[jboss-user] [JBoss Messaging] - Connection failure has been detected message

2009-07-05 Thread nbhatia
I am having trouble receiving messages reliably using JBM 2.0.0.BETA3 deployed in JBoss AS 5. Every once in a while I am getting a Connection failure has been detected message and then I start loosing messages. Can someone help me identify the issue? I have simplified my web application down

[jboss-user] [JBoss jBPM] - Re: jbpm4: could it simpler implementing an identical user i

2009-07-05 Thread rogerofyan
Thanks for the tip about forkhandler. But I don't find how to add action handler in jBPM4. what confusing me is how to dynamically create multiple child executions after a fork node, the count of child executions is unknown when design the process. Any tips is welcome. Thanks. Roger

[jboss-user] [JBoss jBPM] - Re: jbpm4: could it simpler implementing an identical user i

2009-07-05 Thread shekharv
Look at the eventListener folder's process.jpdl.xml in the examples that come with jbpm4. You could use something like: event-listener class=org.jbpm.examples.eventlistener.LogListener/ This listener could then be the base to trigger the code that you could use to dynamically build the

[jboss-user] [JBoss Portal] - Re: Difficulty creating a Producer in Portal 2.7.2

2009-07-05 Thread jbossqwest
Hi Chris, Thanks for replying back, it did make me move forward. I was able to produce the portlet by making it remotable. Now i am faced with the issue where Weblogic Portal needs to consume this produce. In WLP ( Weblogic portal) we need to give a WSDL URL to register and consume the