[jboss-user] [EJB 3.0] - Bug in the trailblazer

2006-07-21 Thread oglueck
On http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/index.html it says public class CalculatorMBean implements Calculator If I understand JMX correctly the naming conventions are reversed here. See http://java.sun.com/j2se/1.5.0/docs/guide/jmx/tutorial/essential.html#wp1053106

[jboss-user] [JBoss Portal] - Re: SVG in portlet

2006-07-21 Thread [EMAIL PROTECTED]
Have you tried changing the supported mime-type for the portlet? Is the path to your SVG correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959934#3959934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959934

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hsqldb bound to one port (1701), but serving many databases

2006-07-21 Thread snowch
Is it possible to setup a hsqldb datasource that binds to only one port, yet serves multiple databases, or do I have to have one port per database? Many thanks ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959935#3959935 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: HA-JMS fails, Master node undeploying channels, no failo

2006-07-21 Thread jkressin
Hi Brian, I will send the logfiles and the cluster-service.xml, and thanks again for looking into this issue! Jochen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959937#3959937 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Purge existing process instances

2006-07-21 Thread cpob
Why alter the foreign keys? Why not just set the JBPM_TOKEN.PROCESSINSTANCE to null on the token table, delete the process instances, and then the tokens. Also, you might want to look into the GraphSession. In 3.1.x, there is a GraphSession.deleteProcessInstance which will automatically go

[jboss-user] [Messaging, JMS JBossMQ] - Re: When execute a Thread the Jboss Shutdown

2006-07-21 Thread [EMAIL PROTECTED]
As per J2EE restriction executing thread in user code is illegal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959940#3959940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959940

[jboss-user] [Clustering/JBoss] - Re: Does clustering require traffic over 1098 as well as 118

2006-07-21 Thread MarcReis
Hi, I dont know if you have seen it already, but it comes in handy: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall. The mentioned port belongs to the naming service, defined in the /conf/jboss-service.xml | !-- The port of the RMI naming service, 0 == anonymous -- |

[jboss-user] [JBoss Portal] - Re: SVG in portlet

2006-07-21 Thread scollins311
You can but you can also do something like this person did. http://jwatt.org/svg/demos/xhtml-with-inline-svg.xhtml View the source to see what's going on. Shaun View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959943#3959943 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Purge existing process instances

2006-07-21 Thread kukeltje
cpob is right. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959945#3959945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959945 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Setup second JBOSS instance.

2006-07-21 Thread jxfish2
We are currently running JBOSS. JBOSS was installed and configured by the software vendor that supplied us with the application. We have a need to access the application via a proxy server, and have that working currently. (Our customers can only access the application via this proxy

[jboss-user] [JBoss Portal] - Re: SVG in portlet

2006-07-21 Thread free1000
Could it be possible that you also have to set content-type in your doView as well? I think if you are serving xhtml to the browser. As xhtml is an instance of an xml document I expect that the content type should be application/xhtml+xml... however I haven't tried this myself yet protected

[jboss-user] [JBoss Portal] - Re: navigation portlet problem

2006-07-21 Thread jewhit
Hi Roy - sorry, i got my verbage in my post incorrect in regards to tabs showing pages vs. portals. anyway, logging in as admin does not change the behavior. all portlets have a default page, navigation portlet is declared in all *-object.xml files of said portlets. the portal instance that

[jboss-user] [JBoss Portal] - Re: navigation portlet problem

2006-07-21 Thread jewhit
FYI - second *-object.xml file is of a portlet, not a portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959951#3959951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959951

[jboss-user] [JBoss Seam] - Seam and JAXWS

2006-07-21 Thread barnaby33
I am investigating Seam for use in developing SOA applications and so far it appears to be very much oriented for use with JSF. The documentation says it takes a web services approach, and thats what I am interested in. My underlying question is this, how can I meld Seam with a non platform

[jboss-user] [JBoss jBPM] - Re: Assigning a task to-{group, rolebased, ...}

2006-07-21 Thread falazar
It is using the hibernate mapping language so that complicates it a little bit more from doing that. James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959953#3959953 Reply to the post :

[jboss-user] [JBoss Seam] - can i do this...

2006-07-21 Thread c_eric_ray
I know I can use @DataModel but I want try the following and it seems logical to me but it doesn't work. | @Name(package) | class ... { | @In(create=true) @Out(scope=ScopeType.CONVERSATION) | private ListPackageEntity packages; | } | then in my web page do this... |

[jboss-user] [JBossCache] - java.io.NotSerializableException: java.lang.Object -Cluster

2006-07-21 Thread catchupvijay
Hello, We are using JbossCache in a clustered environment. (JBoss, Ibatis, Oracle). We are unable to figure out the reason for an exception when the JBossCacheService tries to do replication on the other node. [java.io.NotSerializableException: java.lang.Object] We have ensured that all the

[jboss-user] [JBoss Seam] - Re: Problem starting converstaion and setting state from HTT

2006-07-21 Thread justinwalsh
Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959963#3959963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959963 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Clustering/JBoss] - Re: Does clustering require traffic over 1098 as well as 118

2006-07-21 Thread annecotter
Hi Marc, thank you I have seen that document. I wonder if I haven't phrased my question well, but what I'm trying to find out is when a new member joins a cluster, does it make an RMI call to the existing member? So do the members of a cluster use RMI for any communication with each other?

[jboss-user] [JBoss jBPM] - Hibernate query to get all active instances

2006-07-21 Thread michaelholtzman
Greetings. As part of our application, I need to display all running process instances. I originally wrote some code to get all definitions (GraphSession.findAllProcessDefinitions()) and then, for each definition get the process instances (GraphSession.findProcessInstances(defnId)). It does

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-21 Thread [EMAIL PROTECTED]
anonymous wrote : If you already know my mistake, please kindly point it out rather than making this an exercise for the reader. And P.S. I do not know what mistake you made. I tried to helpfully point out that the exception in the log is not the one you need to find, because you need to find

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread CptnKirk
Either add some getters/setters to package or look up via #{packages} not #{package.packages}. If using #{packages} you'll probably also want to add a @Factory method somewhere to perform the inital construction of your DataModel. View the original post :

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread [EMAIL PROTECTED]
Well, this is totally doable but why exactly is it that you want this? Is it because you want to see friendlier URLs in the link? I mean, you could just do: s:link action=#{...}/ where the action method returns the view-id you are interested in View the original post :

[jboss-user] [JBoss Portal] - Put portlets on the right

2006-07-21 Thread kraptor
By default each tab can have portlets on the left and center. Is there a way I can put the user portlet, weather portlet and news portlet on the right of the central portlet? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959972#3959972

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope -- allways new entity

2006-07-21 Thread [EMAIL PROTECTED]
So this is something I hate about JSF validation. A JSF validator cannot be used to test nullability. You need to say h:inputText required=true / Sucks, huh? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959974#3959974 Reply to the post :

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread c_eric_ray
The docs say if you annotate the property you don't need getters and setters. ...from the manual... anonymous wrote : The next two annotations control bijection. These attributes occur on component instance variables or property accessor methods. | | @In I'll add G/S and see if that

[jboss-user] [JBoss Seam] - Re: ClassCastException - problem with session timeout?

2006-07-21 Thread [EMAIL PROTECTED]
The timeout lengths are not a bug, but I agree that they could be optimized ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959976#3959976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959976

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread c_eric_ray
btw, i've already used the @DataModel and @Factory annotations and it all works great. i'm just exploring here to make sure i understand what it is i'm doing thanks. eric ray View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959977#3959977 Reply to the post :

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread [EMAIL PROTECTED]
You don't need the getter/setter because you have outjected the list as packages. Your mistake is that you use #{package.packages} as the EL expression instead of just #{packages}. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959978#3959978 Reply to the

[jboss-user] [JBoss Portal] - Re: SVG in portlet

2006-07-21 Thread [EMAIL PROTECTED]
I'm a bit stuck here. Even the link you sent, shows me a broken resource area. Do I need some SVG plugin in browsers? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959980#3959980 Reply to the post :

[jboss-user] [JBoss Seam] - Injecting UserPrincipal

2006-07-21 Thread c_eric_ray
I'm trying to inject the UserPrincipal object and I get an exception instead. I've tried everything I know and I can't get this to work. Is this legal? here's the code | @In | public UserPrincipal userPrincipal; | | public UserPrincipal getUserPrincipal() { | return

[jboss-user] [JBoss Portal] - Re: SVG in portlet

2006-07-21 Thread scollins311
Yeah, you'll probably need the adobe svg viewer. http://www.adobe.com/svg/viewer/install/main.html Shaun View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959982#3959982 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unable to add security constraint to portlets

2006-07-21 Thread [EMAIL PROTECTED]
Ok. Try constraining the portlet at the instance level. We are no longer supporting window-level security contraints. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959985#3959985 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-21 Thread dbatcn
I found Justin's pointing out the lack of required annotations to be helpful and am following up on that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959986#3959986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959986

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread c_eric_ray
works just like you said. a few thoughts... so i can outject a property and reference the property directory. i thought i had to name the component with @Name and then outject the property. then i would reference as follows - component.property. however, by outjecting a property, i bypass

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-21 Thread dbatcn
I apologize for any implication that information about a known mistake may have been withheld. Mea culpa. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959988#3959988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959988

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 3.2.5: Severe performance issues wih many concurrent u

2006-07-21 Thread lduperval
Hello, We have a severe performance issue. When our application has about 40-50 users logged in, performance becomes atrocious. Around that time, the system slows down to a crawl. A bit later, performance may pick up then slow down again. We haven't figured out what the issue is. CPU usage is

[jboss-user] [JBoss Seam] - Re: Injecting UserPrincipal

2006-07-21 Thread CptnKirk
It's legal. From the exception it looks like the argument being passed to setUserPrincipal() isn't actually of type UserPrincipal. How is this method getting called? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959990#3959990 Reply to the post :

[jboss-user] [JBoss Seam] - Re: can i do this...

2006-07-21 Thread [EMAIL PROTECTED]
Things that are not Seam components may be bound to Seam context variables. You just outject them. That is why @Out has a scope element. (You don't need to specify scope for components, of course.) View the original post :

[jboss-user] [JBoss Seam] - Re: Injecting UserPrincipal

2006-07-21 Thread [EMAIL PROTECTED]
Right, use your debugger to find out what is the cause of the typecast failure. Perhaps you accidently imported org.jboss.seam.core.UserPrincipal class instead of java.security.Principal? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959992#3959992 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF and JBOSS

2006-07-21 Thread cas7777
I would like to Make JBoss dos window memory size bigger..Need help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=395#395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=395

[jboss-user] [Installation, Configuration Deployment] - became jboss4 in a WindowsXP service

2006-07-21 Thread silva03
Hi All i work with WindowsXP! I got a jboss4 and I'd like to became it in a WindowsXP service ? Is it possible? How can I do? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=396#396 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Self-referencing foreign keys

2006-07-21 Thread [EMAIL PROTECTED]
I guess no-one really understands your description of the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960004#3960004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960004

[jboss-user] [JBoss jBPM] - Re: Hibernate query to get all active instances

2006-07-21 Thread michaelholtzman
Thanks, that did it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960007#3960007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960007 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread superfis
Yes, you are definitely right. With current functionality there is inevitible to create another method returns outcome string. My point of view should avoid this another method and created link should pointed directly to desired site url . And now something completely (not entirely)

[jboss-user] [JBoss Seam] - dvd example - get process instance from order id question

2006-07-21 Thread jbpmndc
In the dvd example a process instance is retrieved using an entity bean's id. Is jBPM aware of all entity beans or how is it aware that there is a process that has an orderId of x value? ProcessInstance pi = (ProcessInstance) context.getSession() | .createQuery(select pi from

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread jbpm_new_user
Or some better FAQ or a wiki. The documentation is bare-bones, and it definitely needs technical attention! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960013#3960013 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread jbpm_new_user
And using foul language is no way to answer qs...You are under no obligation to answer the question!! More professionalism is expected from jboss than this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960014#3960014 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Unable to fill pool

2006-07-21 Thread ssaikumar
Nanda, Did you ever got a chance to solve this problem. We were facing with similar kind of problem. appreciate the help!. Thanks, Sai View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960015#3960015 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Put portlets on the right

2006-07-21 Thread kraptor
What can I do to the unknown navigation option, so that all the portlets listed under it are set to the right of the centered portlets? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960020#3960020 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread kukeltje
Sometimes somthing just triggers you. This post did why? For this specific issue, which is not even a jBPM issue, but stemms from the fact that jBPM uses hibernate. So step one is that you are, technically, posting the question in the wrong forum. You could have known that if you did a

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread jbpm_new_user
You can give whatever reason/excuses you want for your inappropriate reply...but nothing really justifies it. This is a public forum, and one can post whatever one wants! You could also take a leaf out of your own book, and try to be a better citizen! Lets just close this thread, and lets not

[jboss-user] [JBoss jBPM] - Re: Inputting context variables to actions

2006-07-21 Thread falazar
HOw do we receive these variables in the class? I am attempting to pass the initiator user to the class, to call the db. so I can test it like so System.out.println(Initiator is:+initiator); Have looked around but found nothing in the docs or other yet. Thanks, James Ratcliff View the

[jboss-user] [JBoss jBPM] - Re: Inputting context variables to actions

2006-07-21 Thread kukeltje
Come on James, you can do better than that. There is more info on this in the docs and the forum. The (wrong) assumption is that these are process variable names directly and will be filled by the engine. They aren't. If you have a variable in the actionhandler (not the process!!!) the variable

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2006-07-21 Thread gurkanerdogdu
[EMAIL PROTECTED] wrote : Gurkan, | | Do you know when 2.0beta is coming out? Or where can I download the plugin specifically? | | Ben, I did talk with Marshall and beta release is in the road and date is 4th August. [EMAIL PROTECTED] wrote : Gurkan, | Manik and I have been

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2006-07-21 Thread gurkanerdogdu
simontemple wrote : | Had a small problem because org.eclipse.ui.editors is missing from MANIFEST.MF | Yeap. But this plugin is come into play with *.wst. plugins with re-export dependency. So if you like to use plugin, build it from the feature plugin. Thanks for using cache ide.

[jboss-user] [JBossWS] - .Net Client with Jboss wssecurity-sign

2006-07-21 Thread sudhakar_guntaka
Hi, I have a wssecurity-sign webservice deployed in Jboss and we are trying to access it from .Net (by generating a .Net client). But we are not able to access wssecurity-sign webservice. Can anybody help how to access the wssecurity webservice in JBOSS with .Net client?? Thanks in advance.

[jboss-user] [JBoss Seam] - Re: Proper way to instantiate seam managed component

2006-07-21 Thread [EMAIL PROTECTED]
You should really use Component.getInstance(), not Component.newInstance(). Are you saying that when you do that, the Log does not get injected? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960032#3960032 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:link view=

2006-07-21 Thread [EMAIL PROTECTED]
Please create issues in JIRA for each problem. TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960033#3960033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960033 ___

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread newbie007
Hi, 1 First of all, make sure you have jbpm schema created in your database (all jbpm tables). 2. Check the jbpm_id_user table to see if there are user exists. 3. Try to access the web app through the browser. Are you getting the login page with populated user dropdown? or page itself is not

[jboss-user] [JBoss Seam] - Re: Proper way to instantiate seam managed component

2006-07-21 Thread iradix
anonymous wrote : You should really use Component.getInstance(), not Component.newInstance(). The problem with getInstance() is after I create the first instance subsequent calls will retrieve the same instance from whatever context it was published to. I need seperate, unique instances of

[jboss-user] [JBossWS] - Re: .Net Client with Jboss wssecurity-sign

2006-07-21 Thread sudhakar_guntaka
Forgot to mention. We are using JBOSS 4.0.4 GA AS and JbossWS 1.0.1 GA. I tested with a simple webservice deployed in Jboss and tried to access with .Net client. It is working fine. But it is not working for wssecurity sign. View the original post :

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread hosierdm
kukeltje wrote : Search The Fucking Forum Hey...STFF...that's the new RTFM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960043#3960043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960043

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 3.2.5: Severe performance issues wih many concurre

2006-07-21 Thread PeterJ
You will want to take a thread dump of the app server to see what it is waiting on. See http://wiki.jboss.org/wiki/Wiki.jsp?page=StackTrace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960045#3960045 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Inputting context variables to actions

2006-07-21 Thread falazar
Just found it under the Swimlanetest right before I read this, thanks, Yeah I keep forgetting the and option and getting way too many results... James Ratcliff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960047#3960047 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread kukeltje
ccelgun, You did find the right forum, but I do think you should post a stacktrace from the server log (as mentioned in other very similar posts) In many cases there is more info in there and the cause can be very different. View the original post :

[jboss-user] [JBoss jBPM] - Re: Inputting context variables to actions

2006-07-21 Thread kukeltje
:-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960050#3960050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960050 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread kukeltje
ccelgun, You did find the right forum, but I do think you should post a stacktrace from the server log (as mentioned in other very similar posts) In many cases there is more info in there and the cause can be very different. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: became jboss4 in a WindowsXP service

2006-07-21 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960051#3960051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960051

[jboss-user] [JBoss jBPM] - Re: org.hibernate.engine.StatefulPersistenceContext.ProxyWar

2006-07-21 Thread kukeltje
Lucky me... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960052#3960052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960052 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Web console not present in 4.0.4 ejb3 clustered installa

2006-07-21 Thread eschulma
OK, it isn't installed by default; I ran the all installation and was able to copy over the necessary files from there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960053#3960053 Reply to the post :

[jboss-user] [JBoss Seam] - SeamNavigationHandler is no javax.faces.application.Navigati

2006-07-21 Thread cmuth
Hi Folks, sorry for posting such a noobie issue, but i'm beginning to pull my hair out... i copied the jboss seam booking example as skeleton for my new application - the booking example unmodified works as it should, but my loanmarket application does not initialize properly. :-( could you

[jboss-user] [JBoss Seam] - Re: SeamNavigationHandler is no javax.faces.application.Navi

2006-07-21 Thread cmuth
by the way, after the stacktrace, seam is continuing to initialize and the ear gets deployed: | ...snip... | 22:38:22,860 ERROR [STDERR:152] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | 22:38:22,861 ERROR

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-07-21 Thread ayampols
I am seeing the same thing on all environments (Windows and Linux). I am seeing this on fresh installations, performed with the following command: java -jar jboss-4.0.4.GA-Patch1-installer.jar -installGroup ejb3-cluster I have made no modifications or deployed any applications. I am using JDK

[jboss-user] [JBoss Seam] - Re: SeamNavigationHandler is no javax.faces.application.Navi

2006-07-21 Thread js8523
A few quick observations Take myfaces out of your web-inf/lib folder and place them into jboss/server/default/deploy/jbossweb-tomacat55.sar/jsf-libs as jboss can get confused by multiple versions of myfaces. Also in your components.xml file myFacesLifecycle bug should be set to false if you

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-21 Thread gkestor
I want to thank everyone for their attention.It was really helpfull to understand the environment. Before going on to my question, i must tell that ccelgun was a friend of mine that wrote the questions for me as i was unable to connect to internet for some time.I am the one that deals with the

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-21 Thread gkestor
Thanks everyone for your attention.It was really helpfull. Before going on, i must tell that ccelgun was a friend of mine that wrote the questions for me as i was unable to connect to internet for some time.I'm the one that deals with the project. @newbie007 thank you for your great help.I'll

[jboss-user] [JBoss Seam] - Re: JSF EL Resolver and Security ACL Issues

2006-07-21 Thread CptnKirk
In addition to isUserInRole, Seam also provides access to the Principal. See userPrincipal http://docs.jboss.com/seam/latest/reference/en/html/components.html#d0e6626 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960063#3960063 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-21 Thread dbatcn
It seems to be running much better now. A word to the wise to people who might encounter the same problem: note that the manual says to change the annotation on your entity manager from @PersistenceContext to @In(create=true) when using Seam-managed transactions and don't forget to change them

[jboss-user] [JBoss Seam] - JBoss without EJB container?

2006-07-21 Thread tazo
My company is developing web project there all business logic will be delegated to web services. In such scenario web tier don't need services provided by j2ee containers. I found what Seam examples and documentation demonstrate only data oriented solutions. Yes, we can always use JBoss

[jboss-user] [JBoss Messaging] - Re: Can not read data for version 3. Supported versions: 1,

2006-07-21 Thread toddjtidwell
No, i finally got it. You were right, it was an old jar hidden in the JBOSS/server/default/lib that somehow was taking precedence. I deleted it and it seems to be working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960069#3960069 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Can not read data for version 3. Supported versions: 1,

2006-07-21 Thread toddjtidwell
Oh, and thanks for the patience on that one ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960070#3960070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960070 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Re: Common classes deployed in a .jar

2006-07-21 Thread azhurakousky
When you say you deploy both .war and .jar where do you put .jar? Oleg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960071#3960071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960071

[jboss-user] [JBoss Messaging] - Best practices question

2006-07-21 Thread toddjtidwell
I have the following requirements: A small number of producers that generate around 500 messages a second combined. Each message produced will have an int property of 0 -499. (i.e. 500 different property values). Along with this I also have a large number of consumers, basically one for each

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-21 Thread seemap
Thanks my jboss.xml error has solved . Now I got ejb-jar.xml error . As I said I have copied this example from book those are using old version, I think that's why I got this error. The error is C:\jboss-4.0.4\jboss-4.0.4.GA\binset JAVA_HOME = c:\j2sdk1.4.2_10

[jboss-user] [Installation, Configuration Deployment] - Re: Common classes deployed in a .jar

2006-07-21 Thread adamw
Hello, I put them both in the deploy directory. -- Cheers, Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960075#3960075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960075

[jboss-user] [Installation, Configuration Deployment] - Re: Could not start JBoss 4.0.4

2006-07-21 Thread srinivas.k
Could not start JBoss-- Instead of creating a new configuration under 3.2.x, i tried creating one under an already existing configuration.also i didnot include any source and tried starting the server in debug mode when i was echoed that source level was not found.later i

[jboss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-07-21 Thread ranik
I used JEMS installer and everything works from JBoss AS. But, I keep getting this error in all TestNG tests for Seam. This happened after I upgraded to the JEMS version and switched Jboss IDE to 3.2 Alpha. I understand I am using alpha software, but please don't release such software in future

[jboss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-07-21 Thread ranik
Found the issue: Resources.getResourceAsStream(/WEB-INF/components.xml, servletContext); I got it working by putting the components.xml in WEB-INF subfolder even for testng unit tests. If this was documented somewhere, then it was cleverly hidden. Obviously, I am not in a good mood as it

[jboss-user] [EJB 3.0] - Re: @EJB injection gives null

2006-07-21 Thread kgrjb
do you what the default jndi naming has changed to? i tried to override default name with @LocalBinding but didnt work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960084#3960084 Reply to the post :

<    1   2