[jboss-user] [JBoss jBPM] - Re: Overdue actions, timers.

2009-03-18 Thread littlejc
i aslo have this problem, do you have the solution? my timer is aslo can't interrupt the action handler execution if it running for a long time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219360#4219360 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [Remoting] - Re: Socket Timeout?

2009-03-18 Thread ron.si...@jboss.com
If you're using the UnifiedInvoker, which is based on JBossRemoting, then you can go to $JBOSS_HOME/server/$CONFIG/conf/jboss-service.xml and update the "jboss.remoting:service=Connector,transport=socket" MBean with a "timeout" parameter: | | | | | |

[jboss-user] [Management, JMX/JBoss] - Re: JBoss LoggingMonitor -

2009-03-18 Thread mobaxkrs
Hi all I have a webservice hosted and can view the details of MBean in JMX-console. Under jboss.ws anonymous wrote : | context=SampleWebService,endpoint=SampleWebService | The attributes listed includes request, response counts So, I tried to use loggingmonitor to get these values. my x

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-03-18 Thread ron.si...@jboss.com
I have a question. On the server side, there is an org.jboss.remoting.Lease which, if it doesn't receive pings from the client in a timely fashion, will declare that a connection is broken and inform any registered listeners. Now JBossMessaging registers a listener, so it should be informed

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out

2009-03-18 Thread ron.si...@jboss.com
There is further discussion about this issue on the thread "Messaging blocked by long time-out" on the Remoting forum at http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219345#4219345 . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219348#4219348

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2009-03-18 Thread ron.si...@jboss.com
"rtm333" wrote : | Any chance that this problem of very long timeouts in spite of being configured as much shorter is related to (and hopefully solved with) JIRA JBMESSAGING-1482 ("Client remoting configuration not properly passed to jboss remoting")? | JBMESSAGING-1482 is specific to co

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2009-03-18 Thread ron.si...@jboss.com
There is further discussion about this issue on the thread "Messaging blocked by long time-out" on the Remoting forum at http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219345#4219345. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219346#4219346 R

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-03-18 Thread ron.si...@jboss.com
Hi guys, First, a little background. JBossMessaging sends messages to a consumer by calling org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(), which, in the case of the bisocket transport. results in a call to org.jboss.remoting.Client.invoke(), which eventually leads

[jboss-user] [Remoting] - Re: Holding lock in HTTPClientInvoker.useHttpURLConnection()

2009-03-18 Thread ron.si...@jboss.com
I don't see anything too unusual here, since sun.net.www.protocol.http.HttpURLConnection.getInputStream() and java.io.BufferedInputStream.read() are both synchronized methods. Rather than a lock problem, I would guess that jrockit.net.SocketNativeIO.readBytesPinned() is hanging, waiting for so

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re-deployment questions?

2009-03-18 Thread dickson1888
Hi all, I have several questions about the deployment of a web application. Thanks for any help. 1. If I want to re-deploy the web application directly, I know that I just put the new war file in the "deploy" folder. It can re-deploy itself. My question is how about the transaction is handled

[jboss-user] [JNDI/Naming/Network] - Re: Insert CLOB or BLOB in oracle 10g with JNDI , giving Cla

2009-03-18 Thread vishal_2100
I faced a similar problem when I was trying to use Oracle TABs for data insertion through JNDI. Can some one help me out? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219338#4219338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

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

2009-03-18 Thread dickson1888
Hi Endy, I am doing the job as same as you (migrating to a new server). Still study at how to use JBoss AS 5.0. As our existing site is a single site for different applications, Apache is the front end and application server and java site are the back end. The Apache works as the single entry

[jboss-user] [Beginners Corner] - Re: What login-module will JBoss AS 5.0 provide/include?

2009-03-18 Thread dickson1888
Thanks for Wolfgang. The following link for full picture and more information about the login module : http://www.jboss.org/community/docs/DOC-10760 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219329#4219329 Reply to the post : http://www.jboss.org/index

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-18 Thread kukeltje
even fork 1 fork 2 join 2 join 1 is ok (fork/join 2 is fully inside fork1/join1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219321#4219321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219321 _

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-18 Thread kukeltje
All transitions from a fork have to end in the same join. If there is no additional fork in between it has to be the join they encounter. Fork 1 Join 1 Fork 2 Join 2 is ok Fork 1 Join 2 Fork 3 Join 1 is not View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-18 Thread armita
"kukeltje" wrote : forks/joins have to be fully nested, from what I quickly scanned they are not in your case What does that mean to be fully nested View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219313#4219313 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: What's the Fallout process best practice

2009-03-18 Thread kukeltje
http://www.mastertheboss.com/en/jbpm/106-jbpm-best-practices.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219308#4219308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219308 _

[jboss-user] [JBoss jBPM] - Re: Join problem

2009-03-18 Thread kukeltje
forks/joins have to be fully nested, from what I quickly scanned they are not in your case View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219307#4219307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219307 ___

[jboss-user] [JBoss jBPM] - Re: deployment problem with additional hibernate classes

2009-03-18 Thread kukeltje
1: it is not ignored by hibernate, hibernate can not look into the process classloader afaik 2: Correct, access is the problem. A (not specifically the best) solution is to use the war for this if versioninig of this UrlLock class is not needed. View the original post : http://www.jboss.org/i

[jboss-user] [JBoss jBPM] - Re: Problem with default controller variable

2009-03-18 Thread kukeltje
press enter before leaving the field View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219304#4219304 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219304 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: looking up RMIAdaptorsometimes result in java.rmi.NoSuc

2009-03-18 Thread sileshikassa
Here is the relevant code used: import java.util.Hashtable; import java.util.Properties; import javax.management.MBeanServerConnection; import javax.management.MBeanServerInvocationHandler; import javax.management.ObjectName; import javax.naming.Context; import javax.naming.InitialContext; import

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread max.ander...@jboss.com
"bdlink" wrote : Before I get started, congratulations to the JBT team on their 3.0 GA release! That is quite a milestone. Thanks! :) anonymous wrote : | 1. Last I looked, seam-gen had a few more features than JBT version (such as allowing generating the model separately from the UI CRUD)

[jboss-user] [Management, JMX/JBoss] - Re: Looking up RMIAdaptor sometimes results in java.rmi.NoSu

2009-03-18 Thread sileshikassa
Here is the relevant code used: import java.util.Hashtable; import java.util.Properties; import javax.management.MBeanServerConnection; import javax.management.MBeanServerInvocationHandler; import javax.management.ObjectName; import javax.naming.Context; import javax.naming.InitialContext; import

[jboss-user] [JBoss Portal] - Re: [Portal 2.7.2] Description of publice Render Parameter i

2009-03-18 Thread chris.lap...@jboss.com
https://jira.jboss.org/jira/browse/JBPORTAL-2349 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219287#4219287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219287 ___ jboss-

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread treespace
I can't complain with vague statements about stuff not compiling or running, and have moved on to JBoss AS 5.X plus stand-alone Eclipse. So probably I won't have any more feed back on JBoss-Tools for a while. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread PeterJ
This conversation is moving too fast, with new issues being brought out every few minutes, making what I just typed of dubious help. I am not even sure of where you stand and what is working and what is not working. My take on your last post is that you brought in a new IDE and Tomcat and after

[jboss-user] [JBoss Portal] - Re: JBossCache - org.jboss.cache.lock.TimeoutException: fail

2009-03-18 Thread jChela
"jChela" wrote : Hi, | | I am using JBossCache as standalone and just want to use eviction policy. | | Can I turn off TransactionManager? What changes do I need to do in the config file below? | | My app is running in JBoss App and has distribution transactions but I don't want JB

[jboss-user] [JBoss Portal] - JBossCache - org.jboss.cache.lock.TimeoutException: failure

2009-03-18 Thread jChela
Hi, I am using JBossCache as standalone and just want to use eviction policy. Can I turn off TransactionManager? What changes do I need to do in the config file below? My app is running in JBoss App and has distribution transactions but I don't want JBoss cache to be part of it. My cache is al

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to diagnose a web deployment problem?

2009-03-18 Thread PeterJ
I concur with your assumption that some code somewhere "swallowed" the ClassNotFoundException, and just returned an invalid result which then caused this error. Sometimes the server.log file provides more information about such errors. But I always hate it when code does things like this - makes

[jboss-user] [JBoss Portal] - JBossCache - org.jboss.cache.lock.TimeoutException: failure

2009-03-18 Thread jChela
Hi, I am using JBossCache as standalone and just want to use eviction policy. Can I turn off TransactionManager? What changes do I need to do in the config file below? My app is running in JBoss App and has distribution transactions but I don't want JBoss cache to be part of it. My cache is al

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread PeterJ
Not all the answers you are looking for, but a few observations: 1) Based on the last line that appears in the console (the "[Log4jservice$URLWatchTimerTask] " line), it appears that the app server is configured to not log to the console after bootstrap (that is the last bootstrapping log entry

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread gbadavidson
Ok, this has just gone from strange to very wierd. In an attempt to figure this out, or out of pure fustration, I went to a competing product (not to be named) and set up a small test app. I installed tomcat 6 and using the other tool created and deployed a small app to tomcat. I did not change

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to diagnose a web deployment problem?

2009-03-18 Thread Crucifix
Hello, I'm trying to learn SEAM, and am having trouble deploying my SEAM web application EAR on JBoss 4.2.3.GA. This is not a SEAM question, though! This question is about learning to diagnose web application deployment problems in general. Because the deployment error with my SEAM app w

[jboss-user] [EJB 3.0] - org.jboss.ejb.txtimer.TimerServiceImpl] Cannot create txtime

2009-03-18 Thread pramkum
Hi All, I am using Servlet at startup to kick my startTimer(). But when startTimer() method is called its throwing error. I am attaching error Log... 2009-03-18 15:17:35,783 ERROR [org.jboss.ejb.txtimer.TimerServiceImpl] Cannot create txtimer | java.lang.IllegalStateException: Unable to persi

[jboss-user] [JBoss jBPM] - Join problem

2009-03-18 Thread armita
I have the attached process definition and "FF Join" acts in a strange way. If I execute the "UploadMediaFile" first, everything is OK, but if "UploadMetadata" executes first, it does not wait for "UploadMediaFile" and executes the join right away. any thoughts? | | | | | |

[jboss-user] [JBoss Portal] - struggling to get user family name and role into jsp file

2009-03-18 Thread jncrisp
Is there a way from the header.jsp to display the family name of the user? I am trying to customize the portal-core.war and need to display the first and last name of the user. Also what about getting the role? Let's say I only want to display a link in the header.jsp based on a role of admin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread gbadavidson
Interesting find. I opened a new workspace and created a new JSF project, I used: JSF Environment = JSF1.2withFacelets Template= FaceletsKickStartwithoutLibs I made sure it was deployed on the server. When I started the server, I looked at the console log and I saw this: 14:40:31,287 ERROR [ma

[jboss-user] [JBoss Cache: Core Edition] - Re: on child insert parent, child collection updated in DB b

2009-03-18 Thread bstansbe...@jboss.com
To understand the locking discussion you'd need to have a look at the classes in https://svn.jboss.org/repos/jbosscache/core/trunk/src/main/java/org/jboss/cache/util/concurrent/locks/ particularly PerElementLockContainer. The lock striping issue in general is that instead of having a lock per F

[jboss-user] [JBoss Cache: Core Edition] - Re: on child insert parent, child collection updated in DB b

2009-03-18 Thread bstansbe...@jboss.com
Yes, the issue you describe is the core reason for HHH-3818. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219216#4219216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219216 __

[jboss-user] [JBoss Cache: Core Edition] - Re: on child insert parent, child collection updated in DB b

2009-03-18 Thread dukehoops
It seems like the problem is broader than that. It occurs whenever hibernate wishes to alter cache in Synchronization.afterCompletion() - i.e. whenever Hibernate chooses to execute org.hibernate.action.BulkOperationCleanupAction.evictEntityRegions(). In our specific case this happened against *

[jboss-user] [Management, JMX/JBoss] - Looking up RMIAdaptor sometimes results in java.rmi.NoSuchOb

2009-03-18 Thread sileshikassa
I am using JBoss remote JMX object invocation via RMIAdaptor: jmx/invoker/RMIAdaptor which is obtained via JNDI. I run into a problem time to time with NoSuchObjectException when I look up for RMIAdaptor and could not recover from it. I have a couple of JBoss servers: one is primary and the othe

[jboss-user] [EJB/JBoss] - looking up RMIAdaptorsometimes result in java.rmi.NoSuchObj

2009-03-18 Thread sileshikassa
I am using JBoss remote JMX object invocation via RMIAdaptor: jmx/invoker/RMIAdaptor which is obtained via JNDI. I run into a problem time to time with NoSuchObjectException when I look up for RMIAdaptor and could not recover from it. I have a couple of JBoss servers: one is primary and the othe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread gbadavidson
I have attempted to run Jboss from the command prompt (RUN.bat). When I tried to run the the "run.bat" I received an error message saying the -server was not found in the JVM. I upgraded the JVM and ran the "run.bat" again, this time it started the batch file but the command window frose after

[jboss-user] [JBoss Portal] - Re: jboss 2.6.4-GA wsrp producer not sending correct update

2009-03-18 Thread kharma
is it fixed in a later portletbridge? is there a JIRA for the issue? and, would you share the workaround? thanks ^_^ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219197#4219197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread bdlink
I think there are several issues here, but I am reinstalling everything at the moment and trying a Linux 64 stack so I am not sure of the situation since 3.0.GA (have been using the nightlies). When I was driving to work today, I was thinking that JBT/seam-gen integration was a big remaining is

[jboss-user] [Beginners Corner] - Service Repository/Registry

2009-03-18 Thread jbossInterest
Hello, I am interested in the topics Enterprise Service Repository and Service Registry. Can you tell me if JBoss has a repository to store its services? And JBoss`s Service Registry is part of the JBoss ESB, isn't it? Thanks for the information! View the original post : http://www.jboss.org

[jboss-user] [Beginners Corner] - Re: JBOSS installed & deployed, now looking for first ecxamp

2009-03-18 Thread PeterJ
Chapter 11 has a very poor choice of wording. The docs/examples directory does contain examples, but the chapter 12 example is not in there. The examples contained in the docs/examples directory are mainly configurations files for things such as messaging and data sources - there are no example

[jboss-user] [Performance Tuning] - Re: 100% CPU usage with lots of memory

2009-03-18 Thread PeterJ
As I responded to DeanoUK, who had this same problem, you need to ask about this in the JBoss Transactions forum, or search that forum to see if DeanoUK already asked the question there and see what answer he(?) got. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [Beginners Corner] - JBOSS installed & deployed, now looking for first ecxamples

2009-03-18 Thread Patrick S
Hi, the "Installation and getting started guide", chapter 11 mentions sample applications that should have come with the distribution under JBOSS_Home/docs/examples. The first example t5hen in chapter 12 is a Sample JSF-EJB3 application, which is a Todo list that gets saved in a rel. DB. But wh

[jboss-user] [JBoss jBPM] - deployment problem with additional hibernate classes

2009-03-18 Thread boercher
Hi, with jbpm-3.2.6.SP1, JBoss AS 4.2.3.GA I got a simple process working in a unit test and on the application server where it can be examined in the jbpm-console. Problems arise however as soon as I try to use my own hibernate classes with the jbpm hibernate session like this: | Session

[jboss-user] [JBoss jBPM] - Problem with default controller variable

2009-03-18 Thread zuipli
Hi, I'm a newbie of JBPM. I'm creating my first process with jbpm-jpdl-designer-site-3.1.6 in Eclipse Ganymede, following a tutorial. I choose a task of my process definition, on the Diagram panel, then in bottom part of Eclipse I choose the Properties folder. In this folder there are some sect

[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue

2009-03-18 Thread Toriton
sorry for triple post.. anyway found it using expression... #{variablename} You can configure a mail node : | | NOTE: don't use "-" char in the name -_-' , i'm noob and i know :). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219171#4219171 R

[jboss-user] [Beginners Corner] - Re: Installing Jboss - form beginner

2009-03-18 Thread PeterJ
Oh, one more thing. Go into the default command prompt properties and change the buffer height to a large number (mine is at 9000). This way less text will scroll off of the buffer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219168#4219168 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Approach for mappng a properties table

2009-03-18 Thread bryan.kearney
I am looking for advice on how to map a properties table. Assume a schema such as: Objects_Table ObjectID ObjectName ObjectType Properties_Table ObjectID PropertyID PropertyValue Assuming that for OID 12 there are 2 properties (NAME and Descripti

[jboss-user] [JBoss Cache: Core Edition] - Re: JBC 3.0 as L2 cache on other appservers than JBossAS

2009-03-18 Thread bstansbe...@jboss.com
I don't think Manik's intent was to say "RTFM, JBC 3 details are covered in the guide." Rather its just that the info in the hibernate-jbosscache-guide works with JBC 3 as well. If you use the jboss-cache.jar from JBC 3 instead of the one from JBC 2, everything covered in the guide will work.

[jboss-user] [Beginners Corner] - Re: Installing Jboss - form beginner

2009-03-18 Thread PeterJ
Also, I noticed that you started the app server using "-b my-ip". If you do that, you cannot use http://localhost:8080 because the app server is not binding to localhost. Instead, you must use http://my-ip:8080. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss jBPM] - Re: No two Schemas should share the same targetNamespace

2009-03-18 Thread yary
Sorry Alejandro but, after more accurate checks, it looks like it was my mistake. In fact, I forgot to attach the source code in the src folder to the jBPM.jar file during the installation, and now that I've done it, it looks like it works. Thus, the first consequence for this installation erro

[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue

2009-03-18 Thread Toriton
just because is anyway in time on mail-node there is a way to configure a node like this: where "mail-advise" is a variable in JBPM context, and JBPM will evaluate the variable automatically? considering the example posted before, stateA set a variable named "mail-advise" in the context that ha

[jboss-user] [JBoss Portal] - Re: [Portal 2.7.2] Bug with portlet-expiration-cache

2009-03-18 Thread thomas.he...@jboss.com
So I've created the Jira and it should be fixed in JBoss_Portal_Branch_2_7 https://jira.jboss.org/jira/browse/JBPORTAL-2348 Could you please validate the fix ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219157#4219157 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: JBPM process composition

2009-03-18 Thread Thinkstream09
Actually, I am rethinking the usefulness of the process composition feature. I have several processes that share some elements. I thought factoring the shared elements out would work What I need is this: 1. The parent process and child process must be identifiable by the same id. 2. Assignments

[jboss-user] [JBoss Portal] - Re: jboss 2.6.4-GA wsrp producer not sending correct update

2009-03-18 Thread chris.lap...@jboss.com
For the parameter issue, this looks like a Portlet Bridge issue. I have a work around that would solve the issue in Portal but I'd rather have the issue addressed at the Portlet Bridge level where it should really be fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Re: JUnit : process with timers / async=

2009-03-18 Thread kukeltje
I never said to look in the examples in svn, I said to look at the jbpm testcases which can be seen as examples of how to do things http://fisheye.jboss.com/browse/JbpmSvn/jbpm3/trunk/modules/core/src/test/java/org/jbpm View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss SSO Questions

2009-03-18 Thread sohil.s...@jboss.com
anonymous wrote : | 1. Once I successfully logged in to the application, if I open a new Brower and access the same application, it asks for login again. | Is there a way to make the sso cookie persistent for a certain time and reused by all browser sessions from same machine? | JBoss S

[jboss-user] [JBoss jBPM] - Re: Mail Server Configuration in JBPM

2009-03-18 Thread kukeltje
thanks for reporting back with sound additional info.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219147#4219147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219147 ___

[jboss-user] [J2EE Compliance] - Login issue with JAAS in JBOSS

2009-03-18 Thread latikapuri
Hi, I am having an application with implements JSF with EJB3.0 and Shale as the controller. I am using Jboss 4.2.3 to implement JAAS feature. I have the required configuration like login-config.xml, jboss-web.xml and web.xml. I am using org.jboss.security.auth.spi.DatabaseServerLoginModule for

[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue

2009-03-18 Thread Toriton
Done !! ^_^ Timer every 30 sec send the mail to my account. this is the definition: | | | | | | | | | | pippo | | | TEST |

[jboss-user] [JBoss Cache: Core Edition] - Re: ExpirationPolicy & ClusteredCacheLoader

2009-03-18 Thread lovelyliatroim
Yes expiration key and value is set on the node. See my 2nd comment on this post as to why i think it doesnt get evicted from the cache. Expiration key and data item exist on the gravitated node but it looks like the gravitated node never gets registered thus never getting evicted. View the ori

[jboss-user] [Performance Tuning] - Re: 100% CPU usage with lots of memory

2009-03-18 Thread Juvenxu
Hello PeterJ, I have exactly the same issue as you.what I have seen is that there are a lot of I/O operations under the following path: "$JBOSS_HOME/server/default/data/tx-object-store/HashedActionStore/defaultStore/StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction". These I/O operations

[jboss-user] [JBoss jBPM] - Re: Mail Server Configuration in JBPM

2009-03-18 Thread Toriton
Thanks for the reply, i changed server :) BTW if anyone will need to use GMAIL this example could Help :) http://blogs.dfwikilabs.org/pigui/2008/02/15/jbpm-mail-nodes-development/ With a custom mail class to do the TLS work and other. View the original post : http://www.jboss.org/index.html?m

[jboss-user] [JBoss.NET] - Logging incoming SOAP messages in JBoss.net

2009-03-18 Thread sekrish
Hi, I have a jboss.net app that i am trying to redo in jboss 4.3. i need to log the soap messages to check what is the actual structure of the incoming sopa message. i tried setting the org.jboss.net category to debug in log4j.xml but this didnt seem to work. does anyone know how i can accomplis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Manifest.MF Class-Path is ignored during ear file deploy

2009-03-18 Thread jaikiran
In the logs, i don't see any classloading related issues. anonymous wrote : java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name IncomingMessageExecServlet | Looks like your web.xml contents are incorrect. I think you have a servlet-mapping which points to a

[jboss-user] [Clustering/JBoss] - Re: Cluster setup

2009-03-18 Thread bstansbe...@jboss.com
Your config looks fine. You need to provide a lot more context about what is going on. A one line snippet from an exception stack trace with no real information about what your app is doing at the time is useless. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Manifest.MF Class-Path is ignored during ear file deploy

2009-03-18 Thread lior1970
Is there anybody who knows the answer? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219123#4219123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219123 ___ jboss-user m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - A ClassCastException

2009-03-18 Thread afrodom
Hi, I'm new to JBoss, and till now only I've used Tomcat. However I wanted to deploy some application on JBoss, which I've previously deployed successfully on Tomcat. The simple servlet/Jsp based application, I can engage on IBoss. But any of my other application, inside what I use additional tech

[jboss-user] [JBoss Portal] - Re: [Portal 2.7.2] Description of publice Render Parameter i

2009-03-18 Thread chris.lap...@jboss.com
Can you open a JIRA for it, please? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219121#4219121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219121 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-18 Thread Wolfgang Knauf
See your other thread about this for an answer: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152382&start=10 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219118#4219118 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-18 Thread BjPenn
"jaikiran" wrote : The exception stacktrace, that you posted, doesn't show anything actually :) | | Can you please post the entire exception stacktrace. | ok sorry :) anonymous wrote : JAVA_HOME is not set. Unexpected results may occur. | Set JAVA_HOME to the directory of your local J

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to configure jaas with jboss 5.0.1

2009-03-18 Thread Wolfgang Knauf
Swap the lines "provider" and "jta-data-source". Do you use an IDE to develop your app? If the IDE provides XML validation, errors like this are detected much earlier ;-). Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219114#4219114

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss not compiling the jsps

2009-03-18 Thread yadav.sach
thanks for reply..! yes i was running the jsp by publishing it on the server. any ways ..problem is solved web.xml entry was not correct. Thanks a ton for help..! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219112#4219112 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: [Portal 2.7.2] Bug with portlet-expiration-cache

2009-03-18 Thread thomas.he...@jboss.com
indeed, as a workaround it would probably work if you use uppercase: | PRIVATE | Could you open a Jira please ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219109#4219109 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [Beginners Corner] - Re: JBoss5.0.1.GA and JAI (Java Advanced Imaging)

2009-03-18 Thread ramboid
I forgot to post the entire error log but here it goes: 2009-03-18 09:38:05,595 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/carlosv25].[invoker]] (http-0.0.0.0-8080-1) Servlet.service() for servlet invoker threw exception | javax.servlet.ServletException: java.lang.E

[jboss-user] [JBoss Cache: Core Edition] - Re: JBC 3.0 as L2 cache on other appservers than JBossAS

2009-03-18 Thread nikant
Thank you for answering so quickly. I will RTFM some more and come back with a better question. (I still persist that MVCC is not mentioned in the referenced document.) regards / Niklas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219104#4219104 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss kills accept-encoding Header?!?!

2009-03-18 Thread dbush21
+1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219097#4219097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219097 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Portal] - [Portal 2.7.2] Description of publice Render Parameter in Ad

2009-03-18 Thread LeoLo
Hi! I'm trying the Portlet-2.0-Features in JBOSS 2.7.2 and I've declared a public render parameter along with a description in a portlet.xml: | |foo is not bar |foo |ff:foo | | If I now examine a portlet using this public-render-parameter on the po

[jboss-user] [Beginners Corner] - Re: Howto create a new Thread? (the right way)

2009-03-18 Thread Wolfgang Knauf
What for do you need the socket server? What does this socket server do that cannot be handled by JBoss services? If JBoss cannot handle your request: I think you should encapsulate it in a MBean service, which can be started/stopped by the server. The MBean should keep track of all threads and

[jboss-user] [EJB/JBoss] - env.put(Context.PROVIDER_URL,

2009-03-18 Thread sasimsit
Before Send before ConnectionFactory lookup log4j:WARN No appenders could be found for logger (org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory). log4j:WARN Please initialize the log4j system properly. after ConnectionFactory lookup before topic lookup after topic lookup org.jboss.mq.S

[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue

2009-03-18 Thread Arunkumar DSRC
Even I tried having mail node instead of task-node to send mail. I am able to see the log in the node-entered event but the mail is not sent. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219085#4219085 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss not compiling the jsps

2009-03-18 Thread jaikiran
There won't be any pre-compilation. The compilation will have when you access the jsps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219082#4219082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219082 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 CR1 and org.jboss.xb.binding.JBossXBException

2009-03-18 Thread jaikiran
The exception stacktrace, that you posted, doesn't show anything actually :) Can you please post the entire exception stacktrace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219081#4219081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread jaikiran
Those are DEBUG level logs which you can ignore. anonymous wrote : I am using JBoss Developer Studio 2.0.0.CR2. Can you try starting the server from the command prompt using the run.bat (or run.sh depending on your OS) in the %JBOSS_HOME%/bin folder? The console logs that i asked for are the o

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-18 Thread max.ander...@jboss.com
You are mixing up a couple of things here ;) 1) ICEFaces support - tell me who you know who will maintain and QA this and it will be done. Right now icefaces is totally separate config and setup from Richfaces and similar Seam-gen projects does not comply with WTP projects or maven or anything

[jboss-user] [JBoss Portal] - [Portal 2.7.2] Bug with portlet-expiration-cache

2009-03-18 Thread LeoLo
Hi! If I set an expiration-cache in a portlet and deploy it to the new 2.7.2-server, an exception occurs during deploying. Excerpt from portlet.xml: | CachePortlet | CachePortlet | 60 | private | ... | Resulting Stacktrace: | 3:34:49,421 ER

[jboss-user] [JBoss jBPM] - Re: JUnit : process with timers / async=

2009-03-18 Thread gchanteb
When i said anonymous wrote : I have jbpm.3.2.6.SP1 with a directory named "examples". | | In this directory, i have 8 processdefinitions: assignment/businesstrip/door/raise/rulesaction/simple/taskinstance/websale. => The directory is "jbpm-3.2.6.SP1 directory"/examples/src/test/resources

[jboss-user] [JBoss Tools (users)] - Re: error when deplloying seam project in jboss

2009-03-18 Thread max.ander...@jboss.com
...there is very seldom *any* reason to put jars into server lib's directory (except maybe additional jdbc drivers) - so don't do that :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219071#4219071 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Web App not running, getting a file download popup windo

2009-03-18 Thread gbadavidson
Thanks for the reply, I am using JBoss Developer Studio 2.0.0.CR2. The URL I am using is: http://localhost:8080/test. It looks like something happened when it was setting up the Messaging Queue. The logs look normal until the following: . 2009-03-18 08:26:11,544 DEBUG [org.jboss.system.Se

[jboss-user] [JBoss jBPM] - Re: JUnit : process with timers / async=

2009-03-18 Thread gchanteb
Sorry kukeltje but i don't understand... I found SVN, but examples are the same: http://anonsvn.jboss.org/repos/jbpm/jbpm3/trunk/modules/examples/ Could you give me the other link that you are talking about? Thx. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Resource injection in shared library not working

2009-03-18 Thread vdmeerenp
Hello everyone, I have the impression that resource injection (using @Resource annotation) is not executed when using shared library (in common/lib folder). I have created a HttpSessionListener, with a datasource declared like this: @Resource(mappedName = "java:DefaultDS") | private DataSourc

[jboss-user] [JBoss jBPM] - Re: Need help to fix timer issue

2009-03-18 Thread Arunkumar DSRC
My timer works fine, I am able to see the Log in the node-entered event getting printed on the task-node but the assignment handler attached to that task-node is not executed since I am not seeing the Log from that handler class from where I am setting the actorId to send mail. When I looked at

[jboss-user] [Beginners Corner] - Re: JBoss5.0.1.GA and JAI (Java Advanced Imaging)

2009-03-18 Thread ramboid
The problem seems to be that JBoss5.0.1.GA precludes the use of libraries loaded in $JAVA_HOME/jre/lib/ext folder. I just discovered that in JBoss5.0.1.GA, I can get eh code to work by uploading the JAI libraries (jai_codec.jar and jai_core.jar) in the lib folder of the war deployment. JBoss4

[jboss-user] [JBoss jBPM] - Re: JUnit : process with timers / async=

2009-03-18 Thread gchanteb
Ahhh SVN :-) Ok thx. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219054#4219054 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219054 ___ jboss-user mailing list jboss-user

  1   2   >