[jboss-user] [Beginners Corner] - Re: Confusion between JBossweb.deployer and JBossweb.sar

2008-11-24 Thread ptemmerman
Hi Peter, Thanks for your reply. It's already a bit clearer to me. Although I'm not sure whether these new locations make better sense. As you said, the JBoss Web service is used to serve servlets and the jbossweb.deployer is used to deploy .war files. Now, the best way of deploying servlets is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log rotation

2008-11-24 Thread ran_sushmi
hi, thanks, for your answer. This was helpful, but there is this code in our JBOSS application 'log4j.xml' file which is difficult to understand. I am pasting the initial contents of the file off which I am not able to make out much. The contents are:- -

[jboss-user] [JBossWS] - ERROR [RequestHandlerImpl] Cannot close output stream

2008-11-24 Thread memaster
Hello, since some time I get the message anonymous wrote : ERROR [RequestHandlerImpl] Cannot close output stream in my web application. The application is running fine, but it needs more time. What could be the reason for this? How can I solve this issue? Thanks in advance memaster View the o

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-24 Thread timfox
Did you see: https://jira.jboss.org/jira/browse/JBMESSAGING-1220 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191622#4191622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191622 ___

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread alesj
"bob.mcwhirter" wrote : | I've attempted to add @JMX annotations, but got either a mixture of "nothing" or "already installed" errors. | This should work. I don't see how you can get "nothing". Or what are the exact "already installed" errors? As mbean's ObjectName is derived from bean nam

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread alesj
"bob.mcwhirter" wrote : or is there some way to wire things up to automatically appear in JMX consoles? And you can even add @JMX on a property. - http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/models/src/main/java/org/jboss/demos/models/jmx/ExposePojo.java This requi

[jboss-user] [EJB 3.0] - client interceptor - ejb3-interceptors-aop.xml

2008-11-24 Thread Torsten Knopp
Hi! I read the Ejb3.0 Tutorial on http://www.jboss.org/jbossejb3/docs/tutorial/configuration/configuration.html where a new clientInterceptor is added to StatelessSessionClientInterceptors in ejb3-interceptors-aop.xml. My Question: Where must I place my new ClientInterceptor? I placed it i

[jboss-user] [JBoss Cache: Core Edition] - Re: Strange invalidation

2008-11-24 Thread dancantong
But there's still something that I can't understand. You say the purpose of invalidation is to flush out stale data in a clustered cache. That means that if you modify a node that is cached in a cache instance in the cluster, it sends an invalidation message to the rest of nodes with the same FQ

[jboss-user] [JBoss AOP] - Re: New SystemOuts since upgrade to 2.0.0.GA with Jboss AS (

2008-11-24 Thread DerMas
No idea? This might be a reason why I have to rollback to 1.5.6. :/ But I'd like to use an up to date version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191635#4191635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log rotation

2008-11-24 Thread jaikiran
Please repost the contents of the file by enclosing the xml content in a code block by using the "Code" button in the message editor window. Please use the Preview button before posting, to ensure that the post is correctly formatted. anonymous wrote : | By the way, is there any way to upload

[jboss-user] [JBossWS] - WS-Secure Conversation status?

2008-11-24 Thread gllambi
Hi, if I want to use WS-Secure Conversation with JBossWS, nowadays I've got to use the Metro stack or does the Native one has it's own implementation? Thanks! Guzman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191666#4191666 Reply to the post : http://ww

[jboss-user] [JBoss Portal] - Re: My own authentication module

2008-11-24 Thread rjim
i add this lines in my login-config.xml java:/portal/UserModule | java:/portal/RoleModule | java:/portal/UserProfileModule | java:/portal/MembershipModule Now, i have a error about the property jndiBinder. Any ideas ? View the original post : http://www

[jboss-user] [EJB 3.0] - Managed EJB

2008-11-24 Thread sajithv
Hi , i want to invoke the control method of a session ejb which is deployed with EJB3.0 spec. When i tried to use the MEJB to invoke this control method i am getting the error "illegal argument exception No such operation". The method i am trying to invoke is a part of the remote interface. A

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log rotation

2008-11-24 Thread ran_sushmi
hi, | | thanks, for your answer. This was helpful, but there is this code in our JBOSS application 'log4j.xml' file which is difficult to understand. I am pasting the initial contents of the file off which I am not able to make out much. The contents are:- | |

[jboss-user] [EJB 3.0] - Re: Problem in injecting simple env entries in EJB

2008-11-24 Thread ti
Hi Plethora You don't need the @Resource Annotation if you define the injection within the xml descriptor. You can just use String duration; in your Bean. Best Regards Tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191675#4191675 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Howto login to jbpm-console and gwt-console?

2008-11-24 Thread kukeltje
users are in the database. If you used the installer and stated to use another database then hsqldb, the database tables are empty. See wiki for an example sql script to populate them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191679#4191679 Reply to the

[jboss-user] [JBoss jBPM] - Re: How to access Timer DueDate (from xml def) in Action Cla

2008-11-24 Thread kukeltje
the real duedate runtime is always absolute, so it will not say 2 days, but a real date. To get the '2 days', load the processdefinition file via the api and 'parse' it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191680#4191680 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Re: problem of deployment

2008-11-24 Thread kukeltje
anonymous wrote : What is exactly meant to put the processdefinition in my classpath? Literally what it says can't be more explicit then this. The root of the ear project is not on the classpath if you deploy an ear. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: Case handling(management) vs workflow

2008-11-24 Thread kukeltje
thanks for reporting back. Always interesting to read these things and confirm your own view. My answer would have been a lot shorter but it would have been close to what they state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191682#4191682 Reply to t

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread kukeltje
not sure and no time to experiment for me here, but I'd expect token.getProcessInstance().getContextInstance().setVariable(...) to indeed set it on the root token. So behaviour is as expected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191683#4191683 Repl

[jboss-user] [JBoss jBPM] - Re: Howto login to jbpm-console and gwt-console?

2008-11-24 Thread lyallp
Thanks. Searching for "jbpm user" found something under DB2, about 40 entries down, which looks like it will do what I want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191685#4191685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: Error Creating Timer on Task Instance Create

2008-11-24 Thread kukeltje
Please. make a full unit test with embedded processdefinition and actionhandlers as inner classes so we can see what it does... but make it as minimal as possible... and two things: - your jpdl snippet is not in line with your class (regarding names) - do not use the 'root' package but f

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS log rotation

2008-11-24 Thread jaikiran
The log4j configuration file that you posted, creates multiple appenders and then associates the loggers with these appenders. Is there any specific part which you did not understand in that file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191689#4191689

[jboss-user] [JBoss jBPM] - Re: How to get a Bpel Process Instance through API?

2008-11-24 Thread dhanushgopinath
Hi All, Any updates on this? Does it mean that the BPEL Process Instance is not even held in the DB ? Please let me know. Any help is appreciated. Thanks DHanush View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191691#4191691 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread tbeernot
"kukeltje" wrote : not sure and no time to experiment for me here, but I'd expect | token.getProcessInstance().getContextInstance().setVariable(...) | to indeed set it on the root token. So behaviour is as expected. The actual call specifies the token as the 3rd parameter (see posted XML),

[jboss-user] [Beginners Corner] - No connectivity + DTD

2008-11-24 Thread ptemmerman
Hi All, I just had a colleague coming up to me saying that there JBoss application won't start because it has no internet connectivity. The JBoss server is unable to retrieve the dtd files from java.sun.com. As far as I know, the DOCTYPE specifiers (example below) are only being used to identif

[jboss-user] [Beginners Corner] - Re: No connectivity + DTD

2008-11-24 Thread jaikiran
Which version of JBoss and Java is your colleague using? And is this DOCTYPE declaration part of an xml file which belongs to his application? Or is it a application shipped with JBoss? If available, please post the entire exception stacktrace. While posting the logs or xml content or code, rem

[jboss-user] [Microcontainer] - Re: [VFS] Better way to scan for modifications

2008-11-24 Thread dazz_x
Hi alesj, Thanks for your response, which was helpul to me. I finally handled this case in a satisfactory way. So, when I add/remove/modify a file under my hierarchy, i get a log that says "this file have been added, removed, modified" under the TRACE log level. A the same time I log, I fire an

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBM Performance with Jboss Cache

2008-11-24 Thread cavani
I started with FileCacheLoader for local persistent cache. The storage on disk took more than 2h for less than 200MB. Then I changed to JDBMCacheLoader, and the storage time drop to 5min. The diference in storage terms is FileCacheLoader has one folder per root node and JDBM has one single file.

[jboss-user] [Beginners Corner] - Re: No connectivity + DTD

2008-11-24 Thread ptemmerman
Hi, They are using JBoss 4.2.3GA and JDK 1.5.0_16. Unfortunately, I don't have access to their stack trace. Actually, I'm not being asked to fixed it, I was just wondering if my assumption was correct. After searching the net for a while I'm in doubt :) Some pages say that it's just an URN and i

[jboss-user] [JBoss Cache: Core Edition] - JDBMCacheLoader location property

2008-11-24 Thread cavani
I am using JBC3 GA with JDBMCacheLoader, I trying change the name of the file database as described in JavaDoc. The file name change as expected but the full location is also created as an folder. So: | location=/srv/cache/#data | Results: | /srv/cache/#data (folder) | /srv/cache/d

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread orankelly
"timfox" wrote : Probably spring isn't enlisting the JBM xa resource properly with the global tx. | | But I can't really comment on the internal workings of Spring. You're best best is to debug the Spring code, or ask a Spring expert. Ok so, just to be sure, I have discarded the @Transactio

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread timfox
Are you doing this inside the app server? You can only use the JMS JCA resource adapter (JmsXA) in a managed environment... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191725#4191725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread orankelly
"gaohoward" wrote : Can you also give the client code that consume the messages here? It may help to find the problem. Sure, though it's very simple stuff: | public class SimpleListener implements javax.jms.MessageListener { | private static final Logger LOG = LoggerFactory.getLogger(Si

[jboss-user] [JBoss jBPM] - jBPM 3.3.0GA and Oracle causing StaleObjectStateException

2008-11-24 Thread xnejp03
Hi guys, I've upgraded from 3.2.3 to 3.3.0.GA (Oracle) and getting this exception after creating a process instance : Caused by: org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.graph.exe.Token#3591]

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread timfox
"orankelly" wrote : After posting this I will go away and write a plain MDB in order to further remove Spring from the equation | Yes please let's take Spring out of the equation. If you can demonstrate an issue using an MDB we can investigate further... View the original post : http://www

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread orankelly
"timfox" wrote : Are you doing this inside the app server? | | You can only use the JMS JCA resource adapter (JmsXA) in a managed environment... | Yep, inside a running jboss-4.2.3.GA instance ("default" configuration, customised with jboss-messaging-1.4.0, 'jgroups.jar' copied over from

[jboss-user] [EJB 3.0] - JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwords/

2008-11-24 Thread grdzeli_kaci
hi all, i tried to deploy simplest ejb application on jboss 5.0.0.CR2 and i got this exception : | 16:17:17,116 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files | java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found |

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwo

2008-11-24 Thread jaikiran
anonymous wrote : at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnec | tionManager2.java:408) | at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.alloca | teConnection(BaseConnectionManager2.java:8

[jboss-user] [Beginners Corner] - Re: No connectivity + DTD

2008-11-24 Thread jaikiran
The XML parsers try to validate against the DTD which can either be available locally in the jar or on the internet at the specified URL. From what i know, the xml parsers first look for the DTD within the jar and if that fails, it tries to connect to the internet. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: reload not working on CMP read-only beans

2008-11-24 Thread danielen
>From what I have seen in the code, read-only-timeout is only used in commit >option B. Does option A or D use it too? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191741#4191741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwo

2008-11-24 Thread grdzeli_kaci
thank you for your quick reply, here is my oracle-xa--ds.xml file : | | | XAOracleDS | | false | oracle.jdbc.xa.client.OracleXADataSource | jdbc:oracle:thin:@192.168.9.151:1521:DEVSTR | ccare | ccare | |

[jboss-user] [Javassist user questions] - Javassist class loader vs. Apache Commons logging

2008-11-24 Thread dietice
Hi all, I want to instrument an application that uses the Apache Commons logging component. I use the Javassist class loader and have added my own translator. However, the logging library seems to rely on the class loader hierarchy; the application crashes with the attached exception. Do you

[jboss-user] [Microcontainer] - Re: [VFS] Better way to scan for modifications

2008-11-24 Thread dazz_x
OK, I've been a bit fast to post But it seems a bit weird for me... So, I add a factoryClass="com.mycompany.classloaders.MasterClassLoader" attribute to the constructor tag... I don't get this error anymore. It seems a bit strange that if a factory class is not provided, the system does n

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread bob.mcwhirter
Thanks for the response Ales-- So, my "nothing" result was me applying @JMX to the wrong class, one not instantiated by MC. My "already installed" error occurs when I get the @JMX annotation on the correct class, but give my object a bogus MC bean name (in this case "jboss.rails:name=oddthesis

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread kukeltje
sorry... I was probably half asleep when posting... can you check what actually happens in the sourcecode? and also check if the token is different each time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191757#4191757 Reply to the post : http://www.jboss.

[jboss-user] [Microcontainer] - Re: [VFS] Better way to scan for modifications

2008-11-24 Thread alesj
Yeah, I thought that was the case. Hmmm, but I remember we already did this. I guess it got lost with xml + metadata transition to jbossxb. I'll check. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191758#4191758 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread tbeernot
"kukeltje" wrote : sorry... I was probably half asleep when posting... can you check what actually happens in the sourcecode? and also check if the token is different each time. My printlns tell me I have three different tokens. I'll fetch the sources tomorrow or maybe tonight and see what is g

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-11-24 Thread kukeltje
Yes, could very well be the case. jBPM 3.3 has no QA setup for Oracle (yet) so that might be why it was missed. Although Tom states in JBPM-1772 that he'll re-introduce the flush, it does not seem to be in the code. Please file a re-open https://jira.jboss.org/jira/browse/JBPM-1085 and refer top

[jboss-user] [Beginners Corner] - Change

2008-11-24 Thread FelixK123
Hi, I have an webapplication on my JBoss 4.2.3.GA where only special users with special roles should be able to access. The user roles are in an external mysql-database. Actually everything works but if I change the user role in my database it doesn't have any effect on the application until I

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread alesj
"bob.mcwhirter" wrote : | My "already installed" error occurs when I get the @JMX annotation on the correct class, but give my object a bogus MC bean name (in this case "jboss.rails:name=oddthesis"). | This is the code that creates the name: - http://anonsvn.jboss.org/repos/jbossas/trunk/

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread bob.mcwhirter
Excellent explanation, Ales, thanks! I'm happy to live for jboss.pojo for now. I like the @ManagementObjectID (assuming I'm understanding it correctly). Or some way to mark a method as "call this to figure out the JMX ObjectName string". ie. @JMXObjectName public String myFancyObjectNameGe

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread kukeltje
ja... was laat gisterenavond Ben zelfs nu nog niet helemaal 'wakker' (beetje hoofdpijn als je begrijpt wat ik bedoel) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191771#4191771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Messaging] - Re: JBM deadlock cause by socket write

2008-11-24 Thread lanceliao1
Thanks a lot. I have read the Issue.I make sure my remoting-bisocket-service.xml have the line and the remoting version is 2.2.2sp7: | | 1 | I will try to set prefetchSize smaller to verify. Why the https://jira.jboss.org/jira/secure/attachment/12317850/stack_traces.zip can not

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-11-24 Thread xnejp03
I'll re-open the JIRA, thanks. I tried to put back in the flush() into thetrunk code but getting this exception: 14:57:10,318 ERROR [GraphElement] action threw exception: collection [org.jbpm.bytes.ByteArray.byteBlocks] was not processed by flush() | org.hibernate.AssertionFailure: collection

[jboss-user] [EJB 3.0] - Re: JBoss AS 5.0.0.CR2, EJB 3.0 (Failed to load users/passwo

2008-11-24 Thread jaikiran
The -ds.xml file looks fine to me. Do you have an secure beans in your application - annotated either through @SecurityDomain or < security-domain> in jboss.xml? Also in your -ds.xml file could try removing the following configuration and see if it works? true View the original post : http:/

[jboss-user] [JBoss Messaging] - Re: Can only send one message in XA transaction

2008-11-24 Thread orankelly
"timfox" wrote : Yes please let's take Spring out of the equation. If you can demonstrate an issue using an MDB we can investigate further... Famous last words indeed. The root cause is some oddness with Spring's listener interacting with the tx manager. So the sending side was working but the

[jboss-user] [Beginners Corner] - Re: Change

2008-11-24 Thread jaikiran
You can disable the caching of the security roles. See this for details http://www.jboss.org/community/docs/DOC-9246 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191778#4191778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: jBPM 3.3.0GA and Oracle causing StaleObjectStateExceptio

2008-11-24 Thread xnejp03
Couldn't re-open the issu so reated a new one: https://jira.jboss.org/jira/browse/JBPM-1886 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191779#4191779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191779 __

[jboss-user] [Microcontainer] - Configuration deployments

2008-11-24 Thread david.ll...@jboss.com
How can I make the MC support configuration file deployments? A configuration file deployment would differ from a bean deployment in a couple ways. First, there is no undeploy - a configuration is read upon deployment, and that's the end of it. Either the configuration is accepted and applied,

[jboss-user] [EJB 3.0] - Re: client interceptor - ejb3-interceptors-aop.xml

2008-11-24 Thread ALRubinger
JBossAS / EJB3 Version? Stack trace? Client interceptors, on invocation, must be available on the client's CP. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191782#4191782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

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

2008-11-24 Thread jaikiran
Please post the JBoss and Java version. Also please post the entire exception stacktrace and also you bean definition. What exactly is a managed bean? You mean @Service? While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message edito

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JDK logger seems to be connected to stderr?

2008-11-24 Thread sunnyDev
Hello forum, In my enterprise service deployed under JBoss 4.2.3 GA, all the loggings, including INFOs will start will " ERROR [STDERR] " , such as: 23:20:02,958 ERROR [STDERR] Nov 24, 2008...INFO: File: '/etc/settings.xml' not found This cause some confusion to the test team. I'm wondering

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread kukeltje
btw, the 3.2 docs online are in more ways different from the 3.2.x docs. The 3.2.3 docs are also online but the links to it not always correct View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191790#4191790 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JDK logger seems to be connected to stderr?

2008-11-24 Thread jaikiran
There was similar discussion about this here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=136020 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191791#4191791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JDK logger seems to be connected to stderr?

2008-11-24 Thread sunnyDev
Thanks a lot!!! That's the answer I am looking for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191793#4191793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191793 ___ jb

[jboss-user] [EJB 3.0] - Re: client interceptor - ejb3-interceptors-aop.xml

2008-11-24 Thread Torsten Knopp
In EJB2.1 and JBoss 4.0.x I put it on Client's CP and added the Interceptor in standardjboss.xml or jBoss.xml. But in EJB3 and JBoss4.2.x the ClientInterceptor must be availiable on Servers CP when I add the new ClientInterceptor-Class in ejb3-interceptors-aop.xml in delopy directory! Is the

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-24 Thread tbeernot
"kukeltje" wrote : btw, the 3.2 docs online are in more ways different from the 3.2.x docs. The 3.2.3 docs are also online but the links to it not always correct Ok. In this case both the docs provided with the distribution as the online ones are in agreement. Plus, the method actually exists a

[jboss-user] [Clustering/JBoss] - Re: Serialize/deserialize Stateful bean

2008-11-24 Thread [EMAIL PROTECTED]
No, it's not possible to load beans after a restart; ejb3 clears out everything when the bean deploys. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191796#4191796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191796

[jboss-user] [EJB 3.0] - Re: client interceptor - ejb3-interceptors-aop.xml

2008-11-24 Thread ALRubinger
There's not much we can do about Community AS 4.2.x. In current trunk I see your problem: 10:47:58,654 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Requi

[jboss-user] [JBoss jBPM] - ExceptionHandler / changes since 3.2GA

2008-11-24 Thread mpet
Hello, I used a global exception handler in my process definition, like the following: | | | | | Going to the first state! | | | | | | | | | | | | In the a

[jboss-user] [EJB 3.0] - how to customize the TM for my EJB3 app?

2008-11-24 Thread mazz
I want to customize the default timeout behavior of the JBoss Transaction Manager in my EJB3 app (not the timeout value - but the actual behavior that occurs when the tx times out). The default is to abort transactions but let the threads active in that transaction continue to run. See my JBoss

[jboss-user] [JBossWS] - Re: webservice/client not functioning correctly after move f

2008-11-24 Thread jamicide
Noone has seen this error before? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191800#4191800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191800 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: client interceptor - ejb3-interceptors-aop.xml

2008-11-24 Thread ALRubinger
Addressed on AOP User's Forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191805 S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191806#4191806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=419180

[jboss-user] [JBoss AOP] - Advice Stack CNFE on *-aop.xml (AspectManager) Deployment

2008-11-24 Thread ALRubinger
@see http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191798 One of our users is looking to add a client-side interceptor to the advice stack. As the class is not part of our distribution, it's not available on the server CP (only in the EAR, or on the client CP). Question: Why do we

[jboss-user] [JBoss Portal] - Portal event and ViewExpiredException

2008-11-24 Thread jaro777
Hello, I got following issue. Environment: jboss-portal-2.7.0.GA (bundled version) -> JSF RI 1.2_08 and Jboss portlet bridge 1.0.0.B4 I have PortletA and PortletB - both are JSF portlets. PortletA publishes Event and PortletB processes it. Sometimes when event is triggered from PortletA,

[jboss-user] [Clustering/JBoss] - Wierd issue with clustered nodes

2008-11-24 Thread mohitanchlia
I've posted the issue here: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138599#4138599 I am also pasting it here, in case other one is not being looked at: I am seeing some weird behavior. We are running into this serious issue where Nodes join the cluster and soon after they di

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can not establish the connection with MSSQL [seam projec

2008-11-24 Thread PeterJ
There are two binary downloads for JBossAS 4.2.3 - one of for JDK 5 the other for JDK 6. So one possible solution for the problem is to get the JDK 5 version of JBossAS 4.2.3 and use it. The other possible solution is to change the JDBC driver because the one you have is not compatible with JDK

[jboss-user] [Microcontainer] - Re: BeanMetaData and management

2008-11-24 Thread bob.mcwhirter
For what it's worth, it seems the instance-level annotation capability was the solution. I added something like: | builder.addAnnotation("@org.jboss.aop.microcontainer.aspects.jmx.JMX(registerDirectly=true, exposedInterface=void.class, name=\"jboss.rails.web:app=" + unit.getSimpleName() +

[jboss-user] [JBoss Getting Started Documentation] - Re: bind address for jboss services

2008-11-24 Thread PeterJ
Are you using the tool from http://javaservice.objectweb.org/? I ask because there are several tools called Java Service and each is configured differently. If you are, that tool stores service configuration information in the Windows registry. Check the settings at HKEY_LOCAL_MACHINE\SYSTEM\Cu

[jboss-user] [JBoss Cache: Core Edition] - java.sql.SQLException: ORA-00001: unique constraint (CCC_12.

2008-11-24 Thread system.out
We are experiencing exception in database layer (in production), upon increasing the load on JBoss Cache. The system is working fine in normal load (one message every half a second coming from 5 different thread). Here is the exception: The Isolation level is REPEATABLE_READ, however there is

[jboss-user] [Beginners Corner] - Re: Setting up JBOSS 5 Server on my local computer

2008-11-24 Thread PeterJ
Also, look into JBoss Tools, which is a plugin for Eclipse. It will keep the app in Eclipse synchronized with your development server so that changes appear almost as easily as what you are used to in Visual Studio. http://www.jboss.org/tools/ View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss AOP] - Re: Transaction Demarcation and JBoss AOP 2.0

2008-11-24 Thread mwringe
A more details description of the issue in the hope that someone will have an answer: If an class is specified through aop to have a transaction requirement (http://www.jboss.org/community/docs/DOC-9034) when aop alters the class it will change the constructor. This change to the constructor wi

[jboss-user] [JBoss Cache: Core Edition] - Re: java.sql.SQLException: ORA-00001: unique constraint (CCC

2008-11-24 Thread system.out
Isn't this related to eviction policy, as the EvictionTimerTask will be executed in a different thread? I thought Isolation Level REPEATABLE_READ will take care of dead-lock ! anonymous wrote : | at org.jboss.cache.TreeCache.evict(TreeCache.java:3716) | at org.jboss.cache.aop.PojoC

[jboss-user] [Microcontainer] - Re: Configuration deployments

2008-11-24 Thread [EMAIL PROTECTED]
Hi David I'm afraid I can't help answer your question directly, but I'd be interested to know more about your use case here. This smells like something which the profile service could/should be helping with. Could you expand on what it is you would like to achieve from the end user perspective?

[jboss-user] [JBoss Portal] - Re: Simple HTML portlet

2008-11-24 Thread PeterJ
Here are several possibilities that I have used: 1) Use the example Hello World portlet from http://www.jboss.org/portletswap/portlets_tutorial.html. All of your static text would appear in the portlet source. 2) Use the Hello World JSP portlet (available at the same location). Now you can pla

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: My project startup problem in JBoss-4.2.3.GA

2008-11-24 Thread PeterJ
Looks like some code is attempting to send a message but that code is not given the proper credentials. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191828#4191828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=419182

[jboss-user] [Beginners Corner] - Re: java.util.logging to Log4j mapping

2008-11-24 Thread henk53
I realize this is basically a JDK matter and not necessarily a Jboss issue, but still, what would be the easiest and most portable way to solve this in Jboss? I.e. I would like to deploy a .war to a client's JVM, without having to change either their Jboss installation or their JVM installation.

[jboss-user] [JBoss Cache: Core Edition] - Re: java.sql.SQLException: ORA-00001: unique constraint (CCC

2008-11-24 Thread system.out
The key/value is ID/collection Also, about REPEATABLE_READ anonymous wrote : This level prevents "non-repeatable read" but it does not prevent the so-called "phantom read" where new data can be inserted into the tree from the other transaction What happens if evictTask is trying to persist the

[jboss-user] [Microcontainer] - Re: Configuration deployments

2008-11-24 Thread [EMAIL PROTECTED]
>From the end-user perspective, I'd like them to be able to put a >foo-config.xml file in the deploy/ directory and have the container map it to >a custom MetaData type for me, and then pass the resultant object into my >running service. This would allow me to reconfigure services at runtime wi

[jboss-user] [Security & JAAS/JBoss] - Re: HTTP/1.1 400 No client certificate chain in this request

2008-11-24 Thread JGBedell
We have solved the issue. I thought I would post the solution here for future reference. From: http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/config/printer/http.html maxSavePostSize: The maximum size in bytes of the POST which will be saved/buffered by the cont

[jboss-user] [Security & JAAS/JBoss] - Re: Custom AuthorizationManager(Factory)

2008-11-24 Thread guybedo
hi, for different pruprose i'd like to implement a custom PortalAuthorizationManager, does anyone knows if it's possible and how to do this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191843#4191843 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Microcontainer] - Re: Configuration deployments

2008-11-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : This would allow me to reconfigure services at runtime without having to introduce any hard API dependencies on the MC. Bingo. This looks like a usecase for the profileservice. So if the profileservice doesn't do what you need it to today, I think we should at least

[jboss-user] [Beginners Corner] - Problem with minimal server

2008-11-24 Thread swedeNewbie
Hi all! I'm using jboss-5.0.0.CR1, and with the "default" server everything works just fine. But when I'm trying to use the "minimal" server something goes wrong, (propobly because my lack of knowlage in jboss). In server.log I can see that my .jar file has been fully deployed, but it is not

[jboss-user] [JBoss jBPM] - sending emil in using JBPM

2008-11-24 Thread shantanu.u
Apologies if these have been answered before. I'm really pulling my hair out trying to figure out how to send an email via JBPM. I've read this file in the JBPM download : jbpm-jpdl-3.2.2/doc/userguide/html/mail.html My requirement is simple - send an email when a process transitions to another

[jboss-user] [JBoss jBPM] - Problems with GraphSession.deleteProcessInstance()

2008-11-24 Thread michaelholtzman
Greetings: We need to periodically purge process instances that have ended before a certain data. There may be hundreds or thousands of instances that need to be cleaned up. The performance is very poor ... about 8 - 10 seconds PER INSTANCE. Looking at the code (jBPM 3.1.2) I notice two things:

[jboss-user] [EJB 3.0] - Re: how to customize the TM for my EJB3 app?

2008-11-24 Thread mazz
BTW: the reason why I want to customize this behavior is described here: http://management-platform.blogspot.com/2008/11/transaction-timeouts-and-ejb3jpa.html In short, I don't want my SLSB method to continue when the transaction timeout expires - I want the thread running that method to be inte

[jboss-user] [Microcontainer] - Re: Configuration deployments

2008-11-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Bingo. This looks like a usecase for the profileservice. Excellent! Where can I find more information about profileservice? "[EMAIL PROTECTED]" wrote : So if the profileservice doesn't do what you need it to today, I think we should at least investigate what changes

[jboss-user] [JBoss Cache: Core Edition] - Re: Strange invalidation

2008-11-24 Thread [EMAIL PROTECTED]
The trick to having the same info stored in multiple nodes while using invalidation is to have logic to differentiate two types of writes to the cache. Here I'll use terminology from Hibernate's Second Level Caching implementation, which faces this exact problem: 1) A "put". This is a write t

[jboss-user] [JBoss jBPM] - Re: task name

2008-11-24 Thread salaboy21
that is because you are setting the name in the task tag, and you must set it to the task-node tag. Because the task instances are generated from the task-node tags Hope it helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191864#4191864 Reply to the post

  1   2   >