[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread alesj
Gary Marsh wrote : what is the easiest way to get the source code for this release (i.e. zip file). | It's all Maven-ized, so it's trivial to do a bunch of things. e.g. IDE integration (I'm an IntelliJ user) - mvn idea:idea -

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Facing problem while rerendering in JSF

2008-12-04 Thread Indu Sukumar
Dec 4, 2008 2:06:36 PM com.sun.facelets.FaceletViewHandler handleRenderException SEVERE: Error Rendering View[/userAdmin.xhtml] java.lang.NumberFormatException: For input string: ssoid at java.lang.NumberFormatException.forInputString(Unknown Source) at

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities crashes

2008-12-04 Thread safa
I had the same issue, and i found the solution: I, simply, changed the classpath to my workspace form c:/Document and Settings/workspace to c:/workspace. In fact, I noticed this exception : Illegal character in path at index 18: file:/C:/Documents and Settings/Pat/My Documents/eclipse

[jboss-user] [EJB 3.0] - Re: query cache configuration

2008-12-04 Thread apdo
I found one the following web site: http://www.seamframework.org/Community/HowToDoTheJbossCache that the query must be configure to be cached programatically. According to my testing, it must be done in addition to the configuration in persistence.xml with | property

[jboss-user] [JBoss Tools (users)] - Re: Error creating Seam 2.1.0 SP1 Web Project with Tools 3 b

2008-12-04 Thread [EMAIL PROTECTED]
elenctic87, are you saying you get the *exact* same error message just because you installed oxygen ? I seriously doubt that - please start a new thread if it is a different msg. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194245#4194245 Reply to the post

[jboss-user] [Remoting] - Re: Limit number of simultaneous executing calls.

2008-12-04 Thread luc.tex...@jboss.com
Hi danielen, Could you please send me an email directly so we can discuss the best course of action in order to address your issue in a timely fashion? Cheers, Luc Texier JBoss Support Team ltexier @ redhat.com View the original post :

[jboss-user] [Javassist user questions] - serialVersionUID issue

2008-12-04 Thread spampete
Hi all, I have released a small memory leak detector on http://www.qarks.com web site, which is using javassist. Despite using the serialVersionUID helper, recent tests showed a remaining issue with some serializable classes during unmarshalling, with InvalidClassException due to inconsistent

[jboss-user] [Remoting] - Re: Limit number of simultaneous executing calls.

2008-12-04 Thread danielen
this topic is related to filed support case: https://support.redhat.com/jbossnetwork/restricted/caseDetail.html?caseId=245005 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194255#4194255 Reply to the post :

[jboss-user] [JBoss Messaging] - JBM Stuck messages

2008-12-04 Thread mbrasier
We are seeing an issue where JBM messages are getting 'lost' until the server is restarted. This is in a cluster of two JBM servers running on JBEAP 4.3 GA. The messages appear in the database, but both partial queues report 0 messages. When the servers are restarted, they find the messages and

[jboss-user] [JBoss jBPM] - Re: how to implement co-sign a task by several person?

2008-12-04 Thread aspider
Based on codes mentioned above, i have been confused by this problem for several days, who can tell me how to write 'task-end' action. Test the process, i always get this error: | org.jbpm.JbpmException: this token is locked by token[0] | at

[jboss-user] [JBoss Messaging] - Jboss-messaging-1.0.5SP1 and Seam 2.0.2SP1 on jboss4.0.5

2008-12-04 Thread evdelst
I am trying to use a (remote) jboss-messaging 1.0.5SP1 from within a Seam application (2.0.2SP1). I cannot upgrade JBoss or JBoss Messaging at this moment (there are many applications talking to that messaging server, upgrading would mean a lot of work). The problems I encounter are with

[jboss-user] [Security JAAS/JBoss] - Using unauthenticatedIdentity for web applications

2008-12-04 Thread Wolfgang Knauf
Sorry for re-posting, but the subject of my last post was broken... Is there any way to use the unauthenticatedIdentity feature of login-config.xml for secured web applications? I have a form based authentication, and even if I enter nothing in j_username/j_password, this empty input seems to

[jboss-user] [Security JAAS/JBoss] - JBoss SSO

2008-12-04 Thread msystems
It looks like JBoss SSO have been in the developing pipeline for a long time, i.e. we're still waiting for a G.A. release. What is the roadmap for JBoss SSO and when will JBoss SSO be ready for a 1.0.GA release? I think JBoss SSO is an importent JBoss projekt and we're using JBoss SSO CR1

[jboss-user] [JBoss Messaging] - Re: JBM Stuck messages

2008-12-04 Thread timfox
Oracle RAC is not a supported database at this time, so I can't say whether or not it will work straight off. Regarding prepare, once a transaction branch has been successfully prepared, then once the database has come up, the transaction recovery manager will decide whether to commit or roll

[jboss-user] [JBoss Messaging] - Re: Jboss-messaging-1.0.5SP1 and Seam 2.0.2SP1 on jboss4.0.5

2008-12-04 Thread timfox
Earlier versions of JBM had some issues with scoped deployments, which were fixed in later versions. Have a look in JIRA to see the issues and in which versions they were fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194270#4194270 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException

2008-12-04 Thread timfox
Read the JBM user guide which explains which libraries are needed on the client side and how to replace JBoss MQ with JBM, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194271#4194271 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Custom navigation region

2008-12-04 Thread JohnnyTheHun
I have been thinking about this concept. Wouldn't it be a more elegant solution if I would use a custom regionRenderer, that renders a specific portlet if it finds a injectPortlet=MyPortletToInjectInstance property in a region? But I don't know how to do this. What I found, is that the 1.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassNotFoundException: net/sf/HibernateException

2008-12-04 Thread jaikiran
anonymous wrote : 16:54:21,973 ERROR [[/DexCenterQueueing2-war]] StandardWrapper.Throwable | java.lang.NoClassDefFoundError: net/sf/hibernate/HibernateException | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:169) | at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when running JBoss

2008-12-04 Thread jaikiran
anonymous wrote : Reason: java.rmi.server.ExportException: Port already in use: ; nested exception is: | java.net.BindException: Address already in use The port is being used by some other application. You will have to kill the other application. See this for details

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-04 Thread ohady
i'd like to report a bug and a solution in jboss-native-2.0.6-windows-x86-ssl.service.bat file. it was once posted with no solution in http://www.jboss.com/index.html?module=bbop=viewtopict=140737postdays=0postorder=ascstart=0 service.bat file stops the service by call shutdown -S but

[jboss-user] [JBoss Tools (users)] - Making Maven Archetype created Seam Project JBoss Tool compa

2008-12-04 Thread speleomaniac
Hi everybody, I had created a Seam Project from a Maven Archetype of Wasley Hayes. It functions perfect, I can deploy the maven project to the server and it works. Now the next big question is, how to correctly Seam enable the project in JBoss Tools so the content assist and everyhing works

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread cityguy503
is there anybody who knows the answer. I tried in google, but of no use. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194282#4194282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194282

[jboss-user] [JBoss Portal] - Re: Custom navigation region

2008-12-04 Thread JohnnyTheHun
Ok, I don't get where the portlet markup get's created. I see that the WindowContext already get's the markup via its String content parameter, so I need to create the portlet markup BEFORE instanciating a WindowContext But how do I create the markup for a specific portlet instance? What is

[jboss-user] [JBoss Tools (users)] - Seam message bundle not recognized

2008-12-04 Thread baz
Hello, I have some problem with eclipse 3.3.2 together with JBoss Tools 2.1.2GA and Seam Seam 2.1.1CR1 When editing a xhtml page and entering the el expression to retrieve a messagebundle entry it does not work. so #{m it results in Content assist not availale. So i created a new Seam Web

[jboss-user] [JBoss Messaging] - Re: JBM Stuck messages

2008-12-04 Thread mbrasier
Thanks, can you think of any circumstances under which it might be possible for a message to end up in the database, but not in the 'in memory queues' of the JMS servers? Matt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194288#4194288 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread [EMAIL PROTECTED]
which jira did you look at ? MessageBundle completion have been improved over the last few releases so 2.1.x had some some and 3.0 has even more. So it depends on what kind of messagebundle entry you mean. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBM Stuck messages

2008-12-04 Thread timfox
I guess if the message was successfully inserted into the db, then the db threw an exception that prevented it being added to the queue. Although, as I say, this is really moot since we haven't tested with Oracle RAC or not anyway. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBM Stuck messages

2008-12-04 Thread mbrasier
Ok thanks, I guess something like that must have happened. It is a little suspect that it happened to two messages, but it is possible some batching may have been involved. Im aware RAC isnt supported, Im just trying to get to the bottom of why this happens. Thanks for your help again ;) Matt

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-04 Thread jaikiran
ohady wrote : i'd like to report a bug and a solution in jboss-native-2.0.6-windows-x86-ssl.service.bat file. it was once posted with no solution in http://www.jboss.com/index.html?module=bbop=viewtopict=140737postdays=0postorder=ascstart=0 | | but shutdown is also a windows command to

[jboss-user] [JBoss jBPM] - Token lock issue

2008-12-04 Thread firetruck
I have an issue with locking a Token. When an action starts to execute inside a Node, I lock the token with the method lock() from the Token object. That's to avoid the use of it, while the action is executing. Then, in another part of my code, i try to verify if the token is locked. I do

[jboss-user] [EJB/JBoss] - Re: pb : having a jboss service depending on jms or NamingCo

2008-12-04 Thread je.a.le
jaikiran wrote : How about doing this: | - Create a *-service.xml to define/configure the queue. For ex: myqueue-service.xml | - Package this myqueue-service.xml at the root of the EAR. | - Create a jboss-app.xml under the META-INF folder of the EAR with the following contents: | |

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread pojomonkey
The XML for the start state is: start-state name=start-state | task name=StartProcess | assignment class=com.xxx.bus.process.handler.NewProcessHandler/assignment | controller/controller | /task | transition to=next-state

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem Deploying in JBoss 5.0.0RC2

2008-12-04 Thread jaikiran
The error is not descriptive enough. Does the server.log provide any additional information? P.S: For JBoss-5 related issues, there's a dedicated forum at http://www.jboss.com/index.html?module=bbop=viewforumf=287 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread jaikiran
Which version of JBoss and what operating system? How was the application deployed and how was it removed? And also please provide more details about what you mean by executing previous EAR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194304#4194304 Reply

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-04 Thread salaboy21
the jBPM Identity Component is only for testing.. and has the minimal structure to use users and groups. The jBPM core is totally decoupled from the identity, the only relationship with identities are actorId and pooledActors that are both strings. Because of this, you can set any ID in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread cityguy503
jaikiran wrote : Which version of JBoss and what operating system? How was the application deployed and how was it removed? And also please provide more details about what you mean by executing previous EAR thanx for responding. We are using jboss-4.2.3.GA version. This JBOSS is installed in

[jboss-user] [JBoss jBPM] - Re: help ,error while use timer

2008-12-04 Thread kukeltje
Sounds like a bug to me. Please create a jira issue. Also make a minimal junit testcase with embedded processdefinition that demonstrates the problem and attach that to the jira issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194307#4194307 Reply to the

[jboss-user] [JBoss jBPM] - Re: True parallel execution in fork

2008-12-04 Thread kukeltje
There 'kind of' is, but depending what you mean by true parallel. If you make async actions in the legs of the fork and have a scheduler that has multiple threads, the actions are carried out in parallel if there are enough number of free threads. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread baz
Thanks max, for the quick reply. According to https://jira.jboss.org/jira/browse/JBIDE-1258 the code assist should work. But i only get Content assist not availale.:-( When i type #{ i can see org.jboss.seam.international.messages among the possible resolutions, but messages is not between

[jboss-user] [JBoss jBPM] - Re: EsbActionHandler

2008-12-04 Thread kukeltje
Yes... afaik, that is the intention. The returning of the esb action makes it transitiopn. Not sure what happens if you make it async. Maybe it is a fire and forget then View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194310#4194310 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM and SEAM

2008-12-04 Thread kukeltje
Sounds like a Seam issue, or even JBoss AS classloader scoping View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194311#4194311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194311

[jboss-user] [JBoss jBPM] - Re: Custom Authentication/Identity Module

2008-12-04 Thread harishhere
hmm... OK, so in my scneario we are using web application which makes jBPDL API's call to retreive worklist, to initiate workflow, etc ... So, practically i don't need any user to be pre-configured in jBPM to do this. All i need is to create process definition, assign task to users in jBPM.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread jaikiran
So was it removed from the deploy folder? Was the server restarted after removing this from the deploy folder? After the server restart, is the application still available? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194313#4194313 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread [EMAIL PROTECTED]
hmm - it worked for me when testing JBIDE-1258. Have you tried 3.0 builds to see if it fails there too ? Could you report in jira with steps how to reproduce ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194315#4194315 Reply to the post :

[jboss-user] [Beginners Corner] - Re: @Resource annotation question

2008-12-04 Thread jaikiran
In which class/component are you trying to inject the resource? And which versions of JBoss and Java are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194316#4194316 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread [EMAIL PROTECTED]
I haven't looked at the archetypes done by Wesley so don't know much about it. I know that m2eclipse have done some work to allow maven projects work better with WTP style projects I just haven't had time to investigate. Which version of JBoss tools are you using btw. ? View the original

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread kukeltje
Assignment handlers do not work in the start task. What does the logging tell you (maybe turn up the log level) And guys... better to make a unit test from the beginning that demonstrates the problem instead of separate code snippets... View the original post :

[jboss-user] [JBoss jBPM] - Re: Token lock issue

2008-12-04 Thread kukeltje
Hmm... maybe turn on second level caching in hibernate? Not sure, just a guess View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194319#4194319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194319

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
3.0.0.cr1 from the nightly build from 2. Dezember I have the m2eclipse and the web project configured correctly for WTP... From the web project I can correctly use the Richfaces component, Visual Designer,etc Context Assist is working also JSF tags and Seam Implicit variables and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread cityguy503
jaikiran wrote : So was it removed from the deploy folder? Was the server restarted after removing this from the deploy folder? After the server restart, is the application still available? Once again thank you very much for your quick response. Yeah,the EAR file is removed from the deploy

[jboss-user] [JBoss Tools (users)] - Re: Seam message bundle not recognized

2008-12-04 Thread baz
As i sayed i am bound to eclipse europa. So i cannot test it with 3.0 builds. From JIra it should work. Thats true. But it does not work. The only steps i have done are: Create a new Seam Project (war) with hsql and try to enter a messagebundle entry on the login page. This does not work for us.

[jboss-user] [Clustering/JBoss] - Best locking strategy

2008-12-04 Thread bentins
I have an existing ejb 2.1 application which I now moved to clustering. If I understand the documentation correctly 2.1 entities are not shared on the cluster through a common cache. This means that if two users running on two different nodes are working on the same database row through an

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread jaikiran
anonymous wrote : What I thought is, since the file is removed from the deploy directory when it is under use by server,it should stop the execution It depends. If you have hot deployment scanner disabled, then the application will not be undeployed when the ear is removed. Has the

[jboss-user] [JBoss Portal] - How to change the Internet Browser Window Tiltle for JBoss P

2008-12-04 Thread ssidhanta
Hi, Currently when I am opening Jboss Portal, the Internet Explorer Browser Window is displaying the tiltle as JBoss Portal 2.6.5-SP1. I need to change the window title. Could you please guide me how to do this? Thanks in anticipation View the original post :

[jboss-user] [JBoss jBPM] - Re: Token lock issue

2008-12-04 Thread firetruck
Hi kukeltje, Thanks for your suggestion. I tried that already. At least I think I did, I'm not an Hibernate expert. I set the following in Token.hbm.xml: cache usage=read-write/ And it didn't work. It still loads different tokens. Do you have other suggestions on configuring the hibernate

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: still executing

2008-12-04 Thread cityguy503
jaikiran wrote : anonymous wrote : What I thought is, since the file is removed from the deploy directory when it is under use by server,it should stop the execution | | It depends. If you have hot deployment scanner disabled, then the application will not be undeployed when the ear is

[jboss-user] [JBoss jBPM] - Finding Tokens of a Process Instance

2008-12-04 Thread dhanushgopinath
Hi, When a BPEL Process Instance is created, are all the tokens associated with it also created up front. Or is it created during the process of execution? I have a BPEL process which has 3 activities like this receive - invoke - receive - reply Will I be able to get the Token of Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Microsoft MVP Donald Belcham to Speak on Visual Studio, C# v

2008-12-04 Thread Shaguf
Microsoft MVP Donald Belcham to Speak on Visual Studio, C# vNext, Aspect Oriented Programming, Live Mesh Bangalore, December 1, 2008: When writing Microsoft technology-related applications to have strong separations of concerns you inevitably run across some items that, while appearing as

[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache Management via Mbean, Clear Operation

2008-12-04 Thread repkin
I have registred mbeans but I cant see any operation for clearing cache. Is there any mbean for this? By CacheJmxWrapper, you are providing create/start/stop/destroy management operations already. But I cant find clear function anywhere. JBoss Cache Version: 2.2.1 regards, ramazan pekin.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-04 Thread ohady
sure. but, i'm a java newbie. what is JIRA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194335#4194335 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194335 ___ jboss-user

[jboss-user] [Management, JMX/JBoss] - Re: Problem registering @Management interface for @Service c

2008-12-04 Thread Renen
No ideas? :-( Would it be appropriate to log this as a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194336#4194336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194336

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread scabanovich
It looks like you have set all required references, but nevertheless, could you please check once more 1) In web project, file .settings\org.jboss.tools.seam.core.prefs contains lines seam.ear.project=%ear project name% seam.ejb.project=%ejb project name% 2) In ear project, file

[jboss-user] [Security JAAS/JBoss] - isCallerInRole throws IlligalStateException

2008-12-04 Thread drfranknfurter
When I try to use isCallerInRole the following exception is thrown | java.lang.IllegalStateException: isCallerInRole() called with no security context. | Check that a security-domain has been set for the application. | at

[jboss-user] [JBoss jBPM] - Handling Transition Events in BPEL

2008-12-04 Thread dhanushgopinath
Hi, I want to do some custom specific thing in between the node transitions. Is it possible for me to add any kind of listener and to get the Execution Context, when the process transitions from Activity A to Activity B? Please let me know. Thanks In Advance. Best Regards Dhanush View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-04 Thread jaikiran
ohady wrote : sure. but, i'm a java newbie. what is JIRA? You might find this useful http://en.wikipedia.org/wiki/JIRA_(software). In short every project uses a bug tracking tool to track bugs or feature enhancements. There are various bug tracking tools available like Bugzilla. JIRA has

[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache/jgroups memory leak

2008-12-04 Thread [EMAIL PROTECTED]
Yes, that's correct. I suggest take a look at one of the configs shipped with JGroups (e.g. udp.xml) as example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194355#4194355 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
Hi, first of all thx for the answer... I check the all the points you mentioned and it look like this.. 1) You are right something was wrong at Seam Settings Wizard for web project. I choose there EAR project type but 'seam.ear.project' is not set to correct value it was set to web project.

[jboss-user] [Security JAAS/JBoss] - getting away from defining roles in ejb-jar.xml

2008-12-04 Thread drfranknfurter
Glassfish has the option to enable default role mapping. Which means if the role name assigned to the principal is the same as the the role name used in annotations or isCallerInRole you don't have to list all the roles in ejb-jar.xml or web.xml. Is there anything similar for JBoss? View the

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread PeterJ
You could run the svn command from a command line: svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/ That will get all of the sources. Of course, you need to install Subversion first. View the original post :

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread alesj
PeterJ wrote : You could run the svn command from a command line: | svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/ | That will get all of the sources. | No, this will only get the sources of MC's Kernel sub-project. ;-) See MC home page for full list of

[jboss-user] [JBoss Messaging] - Expiaration date does not work ?

2008-12-04 Thread ivan.rododendro
Hello, we post some PERSISTENT messages on a Topic which is subscribed by a durable subscriber. Expired messages are not removed from persistence (JBM_MSG) util an acknoledge is called. Right now (04 dec 08 16:17) a message with expiration = 1228402690296 (Thu Dec 04 15:58:10 CET 2008) is

[jboss-user] [JBossWS] - Re: WS On 4.0.4GA and 4.0.5GA

2008-12-04 Thread PeterJ
This sounds like the JDK 6 issue mentioned at http://www.jboss.com/index.html?module=bbop=viewtopict=102355. (I thought there was a wiki entry on it but I cannot find that, so that link is to an earlier discussion on this topic - there have been many such discussion.) But there could be other

[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-04 Thread alesj
alesj wrote : I'll add BeanMetaDataBuilder::createContextualInjection method, | which will hide this. Done: - https://jira.jboss.org/jira/browse/JBMICROCONT-401 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194370#4194370 Reply to the post :

[jboss-user] [JBoss Tools (users)] - DataModelSelection doesnt work

2008-12-04 Thread zkaya
Hi, i am trying to select a row of a DataModel List. But get always the first Row. could you halp me please? a Part of my session Bean: | @Stateful | @Name(paxop) | public class PaxOpBean implements paxOpI { | | FbMwOpDatevEinzelbuchung fbEinzelbuchung; |

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread pojomonkey
kukeltje wrote : Assignment handlers do not work in the start task. That is an interesting nugget of information - why would the start task not permit assignment? Guess I'll have to re-read the docs etc. My question still stands though - why does it fail when I try to jUnit the code, but

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Facing problem while rerendering in JSF

2008-12-04 Thread PeterJ
anonymous wrote : java.lang.NumberFormatException: For input string: ssoid Looks like some problem in your code - fix it and it should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194378#4194378 Reply to the post :

[jboss-user] [JBoss Messaging] - On durable subsciption in a synchronous mode.

2008-12-04 Thread francesco_81
HI all, I'm in trouble about two things using durable subscriber in synchronous mode. First, is exactly once semantic and ordered garanted on receiver side? Second, I experimented that a second durable late joiner on a topic does't receive any message while the first receive it. This also

[jboss-user] [JBoss Portal] - Re: How to change the Internet Browser Window Tiltle for JBo

2008-12-04 Thread sannegrinovero
look in the (portalroot)/portal-core.war/layouts each folders has an index.jps which is used on the selected page layout, there you have the title tag you can edit as you like. Same story for the footers, etc. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread scabanovich
Please, create an issue in jira.jboss.org for JBoss Tools project, and attach the project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194386#4194386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194386

[jboss-user] [JBoss jBPM] - Scheduler and asynchronous flow in in web app

2008-12-04 Thread jeklund
Hi everyone, I'm trying to get asynchronous tasks and scheduling for things like reminder duedate=1 minute repeat=30 seconds/ to work. I'm deploying the application as a WAR using Seam and jbpm-jpdl-3.3.0.GA.jar. But I get complaints about the 'scheduler' service isn't started. And I don't

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-12-04 Thread PeterJ
Looks like someone found the cause: http://www.jboss.com/index.html?module=bbop=viewtopicp=4194278#4194278 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194391#4194391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194391

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ataylor
anonymous wrote : Expired messages are not removed from persistence (JBM_MSG) util an acknoledge is called That's correct, all messages must be kept in storage until they are properly consumed, i.e. they have been acknowledged or rolled back. If they are acked they are deleted from the

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread pojomonkey
kukeltje wrote : Assignment handlers do not work in the start task. What does the logging tell you (maybe turn up the log level)Interesting - this just from the log file: 16:02:24,285 INFO [process.handler.NewProcessHandler] New process started: ProcessDefinition(ProjectProcess) version 1

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to Laizy load the Collection

2008-12-04 Thread NSchweig
Hi, I have got the same problem. In the hibernate forum they say that you have to use the opensessioninview pattern. http://www.hibernate.org/43.html If you use Spring (I do not) there ist a OpenSessionInViewFilter you can use (I think you only have to configure it in the web.xml) But I do

[jboss-user] [Javassist user questions] - Re: serialVersionUID issue

2008-12-04 Thread spampete
just to be a little more precise, jleak can be found under http://www.qarks.com/sources.html this project was a sort of challenge over javassist, to see if it could help building such instrumentation through the java agent option, very funny to develop actually. Feel free to use jleak as a

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

2008-12-04 Thread DerMas
[EMAIL PROTECTED] wrote : the problem was that AOPLogger would globally overwrite the loggerplugin settings even though it was only ment to do that for aopclasses if only the NullLoggerPlugin was used. we want this so that people using aop standalong have a easy way to display debug information

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ivan.rododendro
From JMS 1.1 specification: anonymous wrote : At the cost of higher overhead, a subscriber can be made durable. A durable | subscriber registers a durable subscription with a unique identity that is retained | by JMS. Subsequent subscriber objects with the same identity resume the |

[jboss-user] [JBoss Messaging] - Re: On durable subsciption in a synchronous mode.

2008-12-04 Thread ataylor
anonymous wrote : First, is exactly once semantic and ordered garanted on receiver side? I'm not 100% sure what problem you have here, could you elaborate. anonymous wrote : Second, I experimented that a second durable late joiner on a topic does't receive any message while the first receive

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
I had created the entry in EJB https://jira.jboss.org/jira/browse/JBIDE-3351 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194408#4194408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194408

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ataylor
anonymous wrote : I don't know what you mean for rollback in this case... the message is posted on the topic, delivered once, never acked. Then the topic is unsuscribed and the session is closed, I'm expecting not to find the message in the topic when specified TTL has expired. Ok, I think

[jboss-user] [JBoss jBPM] - JBPM 3.3.0 on Websphere 6.1

2008-12-04 Thread ClayM
Has anyone managed to this? There doesn't look like there's a way to do custom builds like in 3.2.3 and Websphere through an AppDeploymentException [null] when I try to deploy jbpm-enterprise-bundle.ear. Any ideas? View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and security role references

2008-12-04 Thread leobaz2
I tried to create the ejb-jar.xml but it requires me to also define the ejb-class, session-type, transaction-type, etc. Shouldn't this all be defined from the annotations? It seems redundant to me. Is this the only way to define security role references? I've tried in jboss.xml and

[jboss-user] [Security JAAS/JBoss] - Re: isCallerInRole throws IlligalStateException

2008-12-04 Thread leobaz2
You might need to specify a @SecurityDomain annotation for each of your EJBs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194414#4194414 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194414

[jboss-user] [EJB/JBoss] - $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-04 Thread msecrist
Ok, I'm still trying to solve the mystery on the class cast problem on my EJB 2.0 project. I've eliminated a variety of potential causes including the utility class generated by the annotation mechanisms. To recap: I have a web application attempting to invoke a session EJB causing the

[jboss-user] [JBoss Tools (users)] - Re: DataModelSelection doesnt work

2008-12-04 Thread [EMAIL PROTECTED]
this is the tooling forum, you are looking for the richfaces forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194421#4194421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194421

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread Gary Marsh
Thanks guys, that was just the info I needed. It downloads and builds correctly... Regards, GMarsh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194423#4194423 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194423

[jboss-user] [JBoss Portal] - Themes - dyna style.css injected - but from where?

2008-12-04 Thread DeanoUK
Within our pages we're seeing the following CSS injected: | !-- inject the theme, default to the dean theme if nothing is selected for the portal or the page -- | link rel=stylesheet id=dyna_css href=/portal-ajax/dyna/style.css type=text/css/ | Even though our theme doesn't include

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss install as service is successful, but no service is st

2008-12-04 Thread mtozserCLV
I have a Jboss 4.0.5 installed on Vista (using jdk1.6). We use port 8016. I downloaded Jboss Native and moved the service and the jbosssvc exe files under the %JBOSS_HOME%\bin. On the command line ran: service.bat install. According to the message the install was successful. However when I

[jboss-user] [Installation, Configuration DEPLOYMENT] - No Deployment in Jboss 4.05GA

2008-12-04 Thread jorgeprieto
I have a problem with the deployment of server.ear. Part of the Log: 2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear 2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer]

[jboss-user] [JBossWS] - Re: ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cann

2008-12-04 Thread smeverts
I realize that this thread is over a year old however I am getting this same message and not sure if it caused the server crash that I saw last week. Basically the server crashed because of too many open files ... so I started checking the log files and I see this on every soap message that we

  1   2   >