[jboss-user] [JBossWS] - Re: Username Token Profile URIs in SOAP header not compatibl

2008-09-18 Thread [EMAIL PROTECTED]
The username token profile specs are not really clear about this, anyway this was not addressed the proper way when working on JBWS-2265. It's a bug, I've created an issue for it: https://jira.jboss.org/jira/browse/JBWS-2309. This will go in the first release coming out. View the original post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread wylix
This is what I typed in mod-jk.conf Virtual host DocumentRoot "C:/jboss-4.0.2Apache/server/all/deploy" ErrorLog logs/yourwebappr_error.log CustomLog logs/accessyourwebappr.log combined The logs didn't create at all but apache have started after creating logs dir on c: . And what about that Docum

[jboss-user] [EJB 3.0] - Re: No ClassLoaders found using derived class

2008-09-18 Thread jaikiran
Can you please post your code, the exception stacktrace and also the JBoss and Java version you are using? Also, where are you calling the bean from? anonymous wrote : Unfortunately, whenever I pass in any object implementation I receive the same error Is this object implementation present in

[jboss-user] [JBossWS] - some problem with MBeans

2008-09-18 Thread yaragalla_murali
I have implemented the webservices for the first time in JBoss. After implementation I am getting the following error. please kindly help me in this. MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=mypopprojectEAR.ear,jar=mypopprojectEJB.jar,name=UserWorkflowImpl,service=EJB3

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Every transaction logs as

2008-09-18 Thread jaikiran
Are you by any chance using java.util.logging for logging those messages? We had a similar discussion about this behaviour with java.util.logging some time back at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=136020 View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: Possible Bug related top DiscriminatorFormula

2008-09-18 Thread jaikiran
Please post the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177559#4177559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177559 ___ jboss-use

[jboss-user] [JBoss Messaging] - Re: Error After Updating JMS table names

2008-09-18 Thread tregulski
Thanks for the tip. Will review the logs some more and get back to you. I'm with you on not changing the table names or definitions. Some our our clients have "strict" requirements on where tables are created (arggh). View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss slow after long uptime

2008-09-18 Thread couzteau
Thanks everyone. Your help is much appreciated. I was able to identify the root cause of the problem. It wasn't the GC, but actually a query that was overwhelming the hardware. I wonder if I can set the timeout for the transactional context in JBoss. View the original post : http://www.jboss.c

[jboss-user] [Beginners Corner] - Re: jmx-console - blank page return

2008-09-18 Thread PeterJ
A few more thoughts. What operating system are you using? There is a line in the console log that identifies this. How are you starting JBossEAP? Via the run script, or as a service? What JVM are you using? There are lines in the console log file that identify this. View the original post :

[jboss-user] [Beginners Corner] - Re: jmx-console - blank page return

2008-09-18 Thread PeterJ
I do not think that topic relates to what you are seeing. Because you have EAP, you must have a support contract, and that contract should come with a support contact. I suggest you make this issue known through your support contact. When I use EAP, if I uncomment the admin=admin line, when I g

[jboss-user] [JBoss Portal] - Re: NPE in PersistentPortalObjectContainer

2008-09-18 Thread [EMAIL PROTECTED]
Here are few things I suspect: 1. Your server is loaded. Try observing cpu and memory usage. 2. Is your DB tuned and big enough to handle the load that you are giving to portal server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177550#4177550 Reply to t

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools targeting Eclipse 3.4/Ganymede

2008-09-18 Thread jhw
I am using JBoss AS Ui Plug-in 1.1.2.GA, Hibernate Core Plug-in 3.2.3 GA, and Eclipse 3.3.1.1, and I got the similar error when tried to create hibernate.cfg.xml file. The following is the exceptions: java.lang.NullPointerException at org.jboss.tools.common.editor.TreeFormPage.initialize

[jboss-user] [Installation, Configuration & DEPLOYMENT] - slf4j logging support in JBoss

2008-09-18 Thread jabailo
I'm trying to make use of an API that includes slf4j logging support. However, I'm not sure if JBoss supports it as it forces an error. Is slf4j support native to JBoss? Or do I need to add in a jar such as: http://repository.jboss.org/maven2/org/jboss/slf4j/slf4j-jboss-logging/1.0.0.GA/ Vie

[jboss-user] [JBoss jBPM] - Re: Configuring a JSF backing bean to use JBPM

2008-09-18 Thread kukeltje
Uhmm http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142442 (please use search functionality in any way you like) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177545#4177545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread salaboy21
Thank guys, i think with this we can help a lot of people who are starting with jBPM! Thanks jbarrez, I read your post and it was great!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177542#4177542 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Messaging] - Re: Error After Updating JMS table names

2008-09-18 Thread [EMAIL PROTECTED]
It probably means something else didn't start correctly. You should look for more errors at your logs. anonymous wrote : We have a requirement to make sure the JMS tables used by JBoss are placed in a specific schema on SQL Server 2005. If you change our schema by your own schema, you're respo

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread kukeltje
I added yours, Jorams', Tom's (shoot I do not know how to use an ' anymore while shortening Tom his blog) anybody got any tips, let me know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177540#4177540 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread jbarrez
Sala, I'm impressed with what you've been doing. Great job! In fact, I'm spreading the word to as much people as I can: http://www.jorambarrez.be/blog/2008/09/19/blogs-about-jbpm/ Ronald, Congrats with your blog. Hope to see something spectacular there soon ;-) View the original post : http

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jboss 5.0.0.CR1 and CR2: web-app authentification cause

2008-09-18 Thread dicr
created bug report: [link]https://jira.jboss.org/jira/browse/JBAS-5976[/link] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177537#4177537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177537 _

[jboss-user] [JBossWS] - Username Token Profile URIs in SOAP header not compatible?

2008-09-18 Thread jstewart66061
I'm writing a client to chat with a service written in .NET that utilizes Username Token Profile 1.0. I'm using JBossWS for my side of the pond. I have everything working, but when it creates the SOAP header that contains the password, it sets Type="http://docs.oasis-open.org/wss/2004/01/oasi

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss 5.0.0.CR1 and CR2: web-app authentification cause brok

2008-09-18 Thread dicr
I write simple webapp, containing 2 files: WEB-INF/web.xml: | | http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; | > | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Varia Scheduler cannot find class at startup

2008-09-18 Thread lpmon
Already in beginners forum. Really a config question. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142506 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177534#4177534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB 3.0] - Re: No ClassLoaders found using derived class

2008-09-18 Thread redijedi
Has JBoss' stance here changed? I've got a similar problem. I have a remote SLSB that takes Object instances and stores them in a cache - that's the plan anyway. Unfortunately, whenever I pass in any object implementation I receive the same error. Seems to me that this is not expected behavior s

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to turn off cascading saving/deleting

2008-09-18 Thread j2ee4cxw
I have a SITE, and a SHIPTYPE table. These two table have a many-to-may relationship (the cross reference table is SHIPTYPE_X_SITE). I created the corresponding entities Site and ShipType. For the creation of ShipType, my UI has ShipType related fields as well as a list of sites. Therefore,ShipT

[jboss-user] [JBoss Messaging] - Error After Updating JMS table names

2008-09-18 Thread tregulski
Hello, We have a requirement to make sure the JMS tables used by JBoss are placed in a specific schema on SQL Server 2005. When we update the mssq-jdbc2-service.xml file, a sample of it looks like the following: BLOB_TYPE=BINARYSTREAM_BLOB INSERT_TX = INSERT INTO XYZ.JMS_TRANSACTIONS (TXID) VA

[jboss-user] [Beginners Corner] - Re: jmx-console - blank page return

2008-09-18 Thread acastanheira2001
Peter, The line is uncommented. Do you think is it related to the following topic? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106353 Thanks, Andre View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177524#4177524 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Every transaction logs as "ERROR" in Log file

2008-09-18 Thread muddu_shafi
Hi everyone, I have copied "all" configuration and created "atcc_default" configuration. When I am trying to run the application(web), the Login runs fine and I am able to login to the website(I created). But when I go back at look at the log file in the server at server->atcc_defailt->syste

[jboss-user] [JBoss jBPM] - Re: Could not make local copy for file: root/server/server/j

2008-09-18 Thread bredoux
Hi, I just had the same problem. To fix it I verified the owner and group for the directory JBOSS_HOME\server\default\tmp\deploy which is the default target temp directory. It appeared that this directory had root as its owner and group while I was logged with a non administrative account. I c

[jboss-user] [EJB 3.0] - Possible Bug related top DiscriminatorFormula

2008-09-18 Thread ablevine1
I am using jboss app server 4.0.5 with the version of EJB3 that it ships with(I am currently unable to upgrade due to project scheduling issues). When I use SingleTableInheritance and a DiscriminatorFormula with string DiscriminatorValue's that are not the same length and have more that one whe

[jboss-user] [JBoss Portal] - NPE in PersistentPortalObjectContainer

2008-09-18 Thread mgoldmann
Hello all, >From time to time (say once a week) we are experiencing a crash of our >application. We get an NullPointerException. The strangest part is that we >don't know how to reproduce the problem and we also don't know when the >problem occurs. After this NPE, app server simply serves a 500

[jboss-user] [Advanced Documentation] - Product Manuals / Documentation <= 1997

2008-09-18 Thread reasearch06
I have a quick question. I tried searching on the Documentation section of the site, but I didn't find anything remotely close.. earliest I believe I saw was around 2004. I am doing research on the way relational databases have changed and how they are interfaced. I was wondering if there are

[jboss-user] [Javassist user questions] - Re: Making delegators thread-safe

2008-09-18 Thread chiba
I fixed this bug in a slightly different way (by using a synchronized block). So could you download the latest source and make sure it works? If it's OK, this fix will be included in Javassist 3.9.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177507#4177

[jboss-user] [Javassist user questions] - Re: NullPointerException in RuntimeSupport.DefaultMethodHand

2008-09-18 Thread chiba
I fixed this bug. Could you download the source from the repository and make sure it works? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177506#4177506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=417750

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to replace Tomcat in JBoss

2008-09-18 Thread PeterJ
Did you try the Tomcat source archives? http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.20-original/src/ Note that there are 3 (!) different 5.5.20 sources. Do not ask me which one was used by JBossAS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41775

[jboss-user] [JBoss Portal] - jboss-portal-2.7.0.CR1-bundled and Postgres Large Object

2008-09-18 Thread mjremijan
I just downloaded this bundle and I'm trying to connect it up with PostgreSQL. I get these errors: Caused by: org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode. 11:55:56,343 ERROR [HibernateStore] failed to check existence of folder: /meta/rep.properties An

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread salaboy21
Excelent, i must recognize that i don't know the diference between contributor and editor.. but I will test it later.. One thing that i consider important is too make the link panel (or section) with all the jbpm blogs updated. So you can enter Planet jBPMs and then have the whole list of sites

[jboss-user] [JBoss Messaging] - Re: Message Redistribution on a Cluster

2008-09-18 Thread timfox
"tim.shaw" wrote : Is it possible, using JBM (1.4.x), to evenly distribute message processing across the nodes of a cluster (AS 4.2.3)? | http://wiki.jboss.org/wiki/JBMCluster anonymous wrote : | If not - and my reading of the docs is that it only starts redistribution when the original n

[jboss-user] [JBoss Messaging] - Message Redistribution on a Cluster

2008-09-18 Thread tim.shaw
Is it possible, using JBM (1.4.x), to evenly distribute message processing across the nodes of a cluster (AS 4.2.3)? If not - and my reading of the docs is that it only starts redistribution when the original node gets overloaded - are there any plans to do so for 2.0? This behaviour worked fin

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread kukeltje
sure, you are now an author on planetjbpm.wordpress.com See if that gives you enough freedom. If not, I can always make you an editor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177495#4177495 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Configuring a JSF backing bean to use JBPM

2008-09-18 Thread Octomac
Hello, all. I'm creating a JSF application that uses jBPM as a task-tracking tool with several workflows. I have jBPM running correctly and several working processes, but I have some odd behavior regarding task lists being refreshed, that sort of thing. Does anyone have any information on how

[jboss-user] [JBoss jBPM] - Re: deploy jbpm-enterprise.ear on jboss 4.2.2ga with seam ap

2008-09-18 Thread kukeltje
yes, that is an option.. .or repackage everything and make your own ear, or play with the classloader configuration http://wiki.jboss.org/auth/wiki/ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177490#4177490 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: JBoss autocommit problem

2008-09-18 Thread PeterJ
I assume that you have read the documentation for the Oracle JDBC driver on how to turn autocommit off. What does it say? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177488#4177488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Management, JMX/JBoss] - Using JMX console, how to remove consumers listening to a qu

2008-09-18 Thread bosdev
I'm using the JMX console to view the "testQueue" Queue (see below). It has several consumers listening for any messages sent to the queue. But I don't know how to remove a particular listener using JMX. It would also be useful to get a list of the classes that are listening on the queue. There

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - weiered datatype....creates EJB3.

2008-09-18 Thread rahb
Hi all, I am using EJB3, JBoss 4.2.2GA I have a entity, which creates the database schema like... CREATE TABLE tb_test ( smtpsentdatetime timestamp, openstate varchar(255), opendatetime timestamp, dschedule bytea, recipient_id int8, CONSTRAINT tb_test_pkey PRIMARY KEY (id), CONSTRAIN

[jboss-user] [JBoss Portal] - Re: Take 3 - Relationship between jboss-app.xml and *-object

2008-09-18 Thread PeterJ
I have been watching these posts for a while and frankly I have not understood the question. In addition, I do not use RichFaces with Portal and thus did not know if any of my input would even apply. But then I saw this: anonymous wrote : i) the "*" in front of -object.xml stands for nothing.

[jboss-user] [JNDI/Naming/Network] - Session beans "automatically" disappear from JNDI Namespace

2008-09-18 Thread tfichtenbauer
Hello, We are currently using JBoss 4.0.2 (JDK1.5). When we start the server, all applications are deployed properly and all propagated Beans are visible in the JMX console (service=JNDIView; list()). After a "while" (a couple of hours) the server is still running but all propagated Beans in t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ejbdeployer

2008-09-18 Thread smaya
Hi, I have installed jboss-4.0.5.GA, when I add cs-ejb.jar to deploy folder I am getting this error. ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.0.5/jboss-4.0.5.GA/server/cs/deploy/cs-ejb.jar org.jboss.deployment.DeploymentException: Verification of Enterprise Beans fai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deployment of ear containing jars + sar

2008-09-18 Thread DeMarco2
Are there other ideas? Somebody who knows if the relative pathes of libs must be included in the classpath entry of the manifest? f.e. Meta-inf of the service-jar Classpath /lib/lib1.jar /lib/lib2.jar ... or Classpath ../lib/lib1.jar ../lib/lib2.jar ... or something else? Is the classpath entry

[jboss-user] [JBoss Tools (users)] - Re: Seam Auto-generated code

2008-09-18 Thread ipazmino
Thanks a lot Max! Just in case someone else needs: In the Hibernate Code Generation Dialog, the Main tab allows you to configure the set of entities you want to generated code for, by creating an hibernate.reveng.xml file. Afterward, this file can be edited as a normal xml file with a couple o

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ADABAS-D persistence

2008-09-18 Thread PedroGN
Hi, I need to persist data on a ADABAS-D database and it is not supported natively by Jboss. Someone can advise me about how can I do it? Or where can I find resources or docs about it? We already have implemented an Adabas-D Hibernate Dialect, is possible to reuse it? Thanks for help! Pedr

[jboss-user] [Security & JAAS/JBoss] - Re: Using LdapLoginModule opens many connections to LDAP

2008-09-18 Thread bdaw
Try enabling JNDI debug (com.sun.jndi.ldap.connect.pool.debug=fine/all also in AS run files). Then you should be able to see how the connections and the pool behaves - and if it works at all... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177469#4177469 Re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Automatic redeployment using Eclipse

2008-09-18 Thread sahidkhn
Hi, I am developing an enterprise application with eclipse ganymede (3.4) and using jboss-4.2.2.GA as server. Each time I change something in code, I need to manually republish the project to get it redeployed. Is there any way to automate this such that whenever I build something, it gets re

[jboss-user] [JBoss Cache: Core Edition] - Re: TCPCacheServer

2008-09-18 Thread lovelyliatroim
anonymous wrote : | close() is called when the TcpCacheServer's stop() method is called, or when there is an IO error in the connection's run() method. | Ah i see it now, your using the IOException to do the clean up for you!! As soon as the remote sides tears down its connection, the serv

[jboss-user] [JBoss Cache: Core Edition] - Re: TCPCacheServer

2008-09-18 Thread [EMAIL PROTECTED]
close() is called when the TcpCacheServer's stop() method is called, or when there is an IO error in the connection's run() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177461#4177461 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-18 Thread kringdahl
We're ready to provide feedback. The ETA on integrating into our development branch is < 2 weeks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177460#4177460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177460 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-18 Thread [EMAIL PROTECTED]
Have you tried MVCC with 3.0.0.BETA1? Feedback would be very useful. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177458#4177458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177458 _

[jboss-user] [JBoss Cache: Core Edition] - Re: SQLException while loading node from JDBC CacheLoader

2008-09-18 Thread [EMAIL PROTECTED]
Have a look at http://www.mchange.com/projects/c3p0/index.html#acquireRetryAttempts, C3P0 offers a rich set of properties that can be set to offer reconnects, retries, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177457#4177457 Reply to the post : h

[jboss-user] Delivery Status Notification (Failure)

2008-09-18 Thread postmaster
This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Reporting-MTA: dns;MS-CRM.JSC.TPCHEL.RU Received-From-MTA: dns;mail.tpchel.ru Arrival-Date: Thu, 18 Sep 2008 18:30:54 +0400 Final-Recipient: rfc822;buhgalteri

[jboss-user] [EJB 3.0] - Re: Sudden unexplainable problem w/ persistence unit

2008-09-18 Thread mphadnis
Was there a resolution to this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177456#4177456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177456 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - deploy jbpm-enterprise.ear on jboss 4.2.2ga with seam applic

2008-09-18 Thread AJanz
i want to use the commandservicebean from my seam application. so i deployed the jbpm-entersprise.ear on the jboss 4.2.2 ga. but both contain the jbpm-jpdl.jartherefore the class loader throws an error, when trying to access the command interface. what is the solution for this ? remove

[jboss-user] [JBoss Cache: Core Edition] - Re: NEED HELP : JBoss Cache Iterator

2008-09-18 Thread [EMAIL PROTECTED]
If you want to iterate over nodes, you can walk the tree. Remember that JBC uses a tree structure. | | void doStuff() | { | doStuffWithNode(cache.getRoot()); | } | | void doStuffWithNode(Node n) | { | processNode( n ); | Set children = n.getChildren(); | for (No

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread salaboy21
kukeltje you are awesome! I link my blog to this and subscribeme to your rss feed.. Can i contribute with your blog? i was thinking in write my articles in spanish but add a review in english in your blog? thats sounds good to you? View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread k_feanor
hahaha...of coursedid you expect another thing? ;-) P.S.: i've just accesed the page and have the info. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177447#4177447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-18 Thread [EMAIL PROTECTED]
Or even the ClusteredCacheLoader will help - the CCL lazily loads entries from its neighbours if it is needed and cannot be found locally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177444#4177444 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-18 Thread kringdahl
Well, we have run into some other problems with Optimistic locking which caused us to have pull back. We're really waiting for MVCC regardless. But, we did need to migrate our cache anyway because of the PojoInstance change from PojoCache 2.1 to 2.2. And we did do that by pulling each cache o

[jboss-user] [JBoss Cache: Core Edition] - Re: Optimistic locking not working with JDBCCacheLoader conf

2008-09-18 Thread [EMAIL PROTECTED]
"kringdahl" wrote : One other questions related to optimistic locking...is there anything I can do to switch an existing cache configured with pessimistic locking to optimistic locking? For existing caches, it appears that it can load the objects because they do not have the appropriate data ve

[jboss-user] [JBoss jBPM] - Re: Interesting blog on jBPM

2008-09-18 Thread kukeltje
Well, instead of putting this burden on Tom, I decided to go ahead myself. >From now on PlanetjBPM is available. Let me know what you think View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177442#4177442 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Cache: Core Edition] - Re: ClassCastException when not restarting jbosscache servic

2008-09-18 Thread [EMAIL PROTECTED]
Have you tried packaging JBC as a part of your EAR so it gets redeployed as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177441#4177441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177441

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread kukeltje
you see, in the end we all are friends :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177440#4177440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177440 ___ jboss-user m

[jboss-user] [EJB/JBoss] - Re: EJB Timeout firing too soon on bootup; LoginContext not

2008-09-18 Thread aconn7
Ok. Really need help here. I am able to confirm that by placing my classes and properties in the conf/lib folders that persisted timers will work. However, I don't think that is a practical solution. What if my timers depended on more of my application being initialized? There must be so

[jboss-user] [JBoss Portal] - Re: Render ONLY portlet content

2008-09-18 Thread wesleyhales
The point I was trying to make is, your question was only what are the supported ways to make ajax work in JBoss Portal. Had you asked it like that, you would have probably gotten an immediate response. Just for future reference ;) http://docs.jboss.com/jbportal/v2.6.6/referenceGuide/html_singl

[jboss-user] [Security & JAAS/JBoss] - Re: Using LdapLoginModule opens many connections to LDAP

2008-09-18 Thread eyal.zfira
I tried setting the pooling options to the JVM. Still have many connections opened. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177431#4177431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177431 __

[jboss-user] [Clustering/JBoss] - How to identify partition startup/shutdown

2008-09-18 Thread anellanat
Are there any callbacks/notifications issued by JBoss when a partition is started/closed i.e. when the 'first' node joins the partition and the 'last' node leaves the partition? How can my application receive/subscribe to them? My application is deployed as a JAR in a cluster of JBoss nodes. It

[jboss-user] [JBoss Portal] - change portlet titlebar style

2008-09-18 Thread kmekme
Hi, I need to change the structure of my portlets. Instead of using 3 images for the titlebar, I want to use 5. I changed the images in the CSS, but I couldn't find how to separate the titlebar in 5 parts. Is there a way to change this? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Messaging] - Re: jms and fault tolerance

2008-09-18 Thread francesco_81
I solved my problem. i just simulated the crash of a messaging-node siple sendig the TERM signal. If I send the KILL signal to the AS than the fault tolerance just happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177427#4177427 Reply to the post : ht

[jboss-user] [Security & JAAS/JBoss] - Re: Kerberos / JBoss Negotiate issues and questions

2008-09-18 Thread ejb3workshop
One of the problems was that I did not install the latest tools from http://go.microsoft.com/fwlink/?LinkId=100114 The default tools used DES-CBC-MD5 and also set DES-only encryption on the account. After installing the updated tools the ktpass command completed as shown in the user guide. I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
insert this into your VirtulaHost DocumentRoot /your/path/webb ErrorLog /var/log/apache2/yourwebappr_error.log CustomLog /var/log/apache2/accessyourwebappr.log combined You restart apache and verify and make sure ourwebappr_error.log and accessyourwebappr.log are created View the original po

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 question to PrefixDeploymentSorter

2008-09-18 Thread jaikiran
Can you please provide more details about what you are trying to do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177419#4177419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177419 _

[jboss-user] [Security & JAAS/JBoss] - Re: Using LdapLoginModule opens many connections to LDAP

2008-09-18 Thread bdaw
JNDI connection pooling is configured per JVM using properties. Try to put those in the AS run.conf file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177418#4177418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread wylix
Jboss is starting without any errors and I have LoadModule jk_module modules/mod_jk.so line added but in mod-jk.conf. I don't know what to do. I tried so many configurations and it doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177417#4177417 R

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
Jboss started correctly? You have Specify the filename of the mod_jk lib in http.conf? LoadModule jk_module modules/mod_jk.so View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177414#4177414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Messaging] - sending to message-queue from external client fails

2008-09-18 Thread greeneagle
Hello, I use jbossas 4.2.3 with jboss-messaging 1.4.0.SP3-CP02 and I have the following problem: For testing-purposes i connect to message-queue with an external client (on same machine) I run from inside eclipse. Up to now I have used jbossmq and with jbossmq this worked fine. With jboss-messa

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread k_feanor
Yes, i'me very thankful to you. I'll be trying periodically until it works :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177409#4177409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177409

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread wylix
You are right about this but it doesn't matter if I type localhost/jmx-console or localhost/web-console I get the same errors View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177408#4177408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: copletely open source?

2008-09-18 Thread kukeltje
database? For the 3.2.4 and upcomming 3.3 release the official tests currenty runs against MySQL, HSQL and Postgress, but I know it works with Oracle, MSSQL, Sybase as well. Each DB that is supported by Hibernate could be used. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread kukeltje
yep.. shoot... It... I got a response early this morning that it also affected the JBossWS wiki and they were working on it. 15 minutes ago I tried it and it worked. Maybe they are still working on it. Now at least you know I pointed you to the correct info ;-) View the original post : http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
when you call this url http://localhost/web-console not match in your virtualhost View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177404#4177404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177404 _

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread k_feanor
argggit fell down again!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177400#4177400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177400 ___ jboss-user mailing list j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Apache, mod_jk, jboss

2008-09-18 Thread wylix
Hi I have a proble using apache with jboss. I configured my apache and jboss the same as in http://wiki.jboss.org/wiki/UsingMod_jk1.2WithJBoss. This is what i did: 1. downloaded apache_2.2.9-win32-x86-openssl-0.9.8h-r2.msi from apache http://httpd.apache.org/download.cgi 2. downloaded mod_jk fro

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread k_feanor
Thak you very much, Ronald. I'm reading :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177396#4177396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177396 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: wiki>>JbpmBuildingTheSources: update for svn?

2008-09-18 Thread kukeltje
http://jbpm.dyndns.org/jbpmwiki/ is up and running again sorry for the inconvenience View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177395#4177395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177395 _

[jboss-user] [Security & JAAS/JBoss] - Using LdapLoginModule opens many connections to LDAP

2008-09-18 Thread eyal.zfira
Hi, I'm using LdapLoginModule to authenticate users using the LDAP service. I see (using netstat) that there are hundreds (!!) of ESTABLISHED connections from my JBoss server to the LDAP server. There are more and more connections adding after almost every action I perform in my application. Even

[jboss-user] [JBoss Tools (users)] - Re: Can't generate seam entities

2008-09-18 Thread [EMAIL PROTECTED]
You have Geronimo as a must for a project ? I wonder why ? Anyhow - look in seam 2 docs - they have tips for different version of appserver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177389#4177389 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JNDI/Naming/Network] - JBoss autocommit problem

2008-09-18 Thread Sherst
Hi all. After running my web application I get exception: java.sql.SQLException: You cannot rollback with autocommit set! My oracle-ds.xml: | | | | | jdbc/alphaCommondoor | jdbc:oracle:thin:@gamma.app.kv.aval:1521:alfa | oracle.jdbc.driver.OracleDriver | us

[jboss-user] [JBoss Tools (users)] - Re: Can't generate seam entities

2008-09-18 Thread ssopiadis
Thanks very much max! I think i have to dig much deeper...hope not get t mudded out ouf it!! :)) Unfortunately the Glassfish (or Geronimo) Server is a MUST for this project ... so i have to experiment. Thank you for having talked to you, it was very enlightning for me!! ...from very sunny

[jboss-user] [EMAIL PROTECTED] - JBoss Consultant, UK

2008-09-18 Thread tmarston
JBoss Consultant As part of our on-going growth, we urgently need additional consultants to act as points of JBoss expertise to our enterprise customers. This role typically involves short-term assignments (between 1-2 weeks) on client sites, so you must be happy with extensive travel opportuni

[jboss-user] [EMAIL PROTECTED] - JBoss Trainer, EMEA (contract)

2008-09-18 Thread tmarston
Right now we're looking for a JBoss Instructor in the EMEA region. We need someone who has a strong background in developing Java and JBoss solutions, who also has experience at delivering training sessions/courses. You will be responsible for running a range of JBoss-related training courses

[jboss-user] [JBoss jBPM] - Re: completely open source?

2008-09-18 Thread midhun.ri
Thanks a lot for your valuable information Which are all the dbs supported by this open source edition View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177374#4177374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=417737

[jboss-user] [JBoss Cache: Core Edition] - TCPCacheServer

2008-09-18 Thread lovelyliatroim
Hi Guys, Was just looking at how this works in the 2.2 version. One thing that struck me when looking at it was that i didnt see the clean up of the at the end of the run method. Maybe its getting called from outside the package but just thought i would mention it cause everything looks to be

[jboss-user] [JBoss Portal] - Attach additional attributes to a Portal CMS Service content

2008-09-18 Thread fixxer
I'm working with CMS programmatically by retrieving an org.jboss.portal.cms.impl.jcr.JCRCMS object from the java:portal/CMS context. Everything seems to be fine, but I have a need on attaching some additional attributes to CMS contents objects. I've found out that JCR have such an oppotunity in

  1   2   >