[jboss-user] [JBoss Tools (users)] - How to install Jboss Profiler

2007-06-18 Thread anand7504
Hi friends, When we tried to download JBoss Profiler we are confused which zip file is to be download the CR4 or RC3. We are using Windows 2003; JBoss4.0.5GA and jdk1.5.0_7. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055093#4055093 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: EAR Deployment, Third-party libraries and Struts

2007-06-18 Thread raorama
The method _jspx_meth_bean_message_0(JspTag, PageContext) in the type OrderStatus_jsp is not applicable for the arguments (HtmlTag, PageContext) Dear friends, I too got the error message like the above. For me the servlet.jar file in web-inf/lib conflicted with the one used by JBoss. When i

[jboss-user] [JBoss Seam] - Seam Dependency ?

2007-06-18 Thread trekker880
Hi is seam totally dependent on the jsf. Actully i m making an application that uses seam..pageflow . Is it possible not to use jsf at all still my application runs. Here i m using the velocity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055096#4055096

[jboss-user] [JBoss Seam] - Re: can JBSEAM-1443 be included in 1.3?

2007-06-18 Thread matt.drees
Rock. Thank you, sir. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055097#4055097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055097 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-18 Thread hispeedsurfer
Thank you pete, have performed bybassUpdates on cancel-commitLink and wondered about entity update anymore. Now on a:support it work expected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055098#4055098 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Ejb 3s and scheduling with cron expression.

2007-06-18 Thread paradigmza
Thanks, this is perfect. Where can I find the documentation for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055099#4055099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055099

[jboss-user] [EJB 3.0] - Re: Properly using a OneToMany relationship using EJB 3.0

2007-06-18 Thread itsme
Hi, you two different options: First one is to changed the loading strategy of your relationship by adding the appropriate attributes to the annotation i.e. @OneToMany(fetch = FetchType.EAGER). This is a standard declaration defined by the spec. Second one is a little bit tricky because of the

[jboss-user] [Messaging, JMS JBossMQ] - Can't lookup queue/B

2007-06-18 Thread happytour
Greetings, In a simple piece of code Im doing the following: InitialContext ctx = new InitialContext(); | Queue q = (Queue)ctx.lookup (queue/B); This raises the following exception: Exception in thread main java.lang.ClassCastException: javax.naming.Reference | at

[jboss-user] [JBoss Seam] - Re: Forced login?

2007-06-18 Thread KnisterPeter
Does nobody have an idea why setting login-required=false does not work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055106#4055106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055106

[jboss-user] [JBoss jBPM] - Re: Jbpm-jpdl-3.2.GA + sql server : Only one process instanc

2007-06-18 Thread mputz
Please have a look at this related JIRA entry, as this might shed some light on the usage of constraints: http://jira.jboss.com/jira/browse/JBPM-913 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055107#4055107 Reply to the post :

[jboss-user] [JBoss Portal] - Re: probleme with

2007-06-18 Thread eagleIT
Ok thanks. But where it can break ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055108#4055108 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055108 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: @Predestroy In Stateless Session Bean

2007-06-18 Thread grdzeli_kaci
i could not resolve this problem yet, is there any jboss configuration or something like this, which can resolve this problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055112#4055112 Reply to the post :

[jboss-user] [EJB 3.0] - Client accessing EJB3 via RMIoverHTTTP on Port 80

2007-06-18 Thread itsme
Hi folks, I am trying to figure this out for a month and no success so far. We are having a Swing-Client with the need for accessing EJB3 Stateless Session Beans over HTTP only on port 80 (because of the use of different firewalls). Solving the problem to get JNDI-Lookup over HTTP was quiet

[jboss-user] [Beginners Corner] - How to keep user sessions active when restarting the server/

2007-06-18 Thread jbossuser13
We want to update our application running on jboss frequently while users are actually online working whith it. Has anybody out there done this? I tried to achieve it by subclassing org.apache.catalina.session.PersistentManagerBase and org.apache.catalina.session.StoreBase to save the objects

[jboss-user] [JBoss jBPM] - Re: java.lang.ClassCastException: org.hibernate.collection.P

2007-06-18 Thread ricardomarques
I'm using JBoss AS 4.0.5 and JBPM 3.2. The hibernate version, is the one that comes with JBoss AS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055115#4055115 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055115

[jboss-user] [JBoss Seam] - howto: selectManyMenu and hql with EntityQuery

2007-06-18 Thread thegernot
Hello, I have used seam gen to generate basic classes for an existing database model. Now I try to add a listbox with multiple selection. The backend class is extended from EntityQuery. The problem I have now: How can I add a multiple selection restriction string for the query? I have tried

[jboss-user] [JBoss Portal] - How to get the window name of a portal page??

2007-06-18 Thread littlefish
anyone know that how to get all the window name of a portal page in the portlet?? for example: Management Portlet THX! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055118#4055118 Reply to the post :

[jboss-user] [Remoting] - RMI : Boss Remoting heavy load

2007-06-18 Thread ecatum
Hi, here the situation : - A client make remoting call on a object using rmi via org.jboss.remoting.Client and org.jboss.remoting.InvokerLocator. - On the server side, we use ServerInvocationHandler and implement the method invoke(...). Using jetty, we add on jboss-service.xml this

[jboss-user] [JNDI/Naming/Network] - Re: a problem in jboss-4.2.0GA

2007-06-18 Thread tihsho
If you don't hit the bean then you will get a javax.naming.NameNotFoundException: CounterBean not bound exception rather than the attached error message, so the bean is definately getting hit before it errors View the original post :

[jboss-user] [JBoss Seam] - mapping problems

2007-06-18 Thread jamesjmp
hello, I´m testing files generated by means of seam-gen. When I run the seam app there is this error: An Error Occurred: /RstReportList.xhtml @39,62 rendered=#{empty myPOJO.resultList}: Exception getting value of property resultList of base of type : action.package.MyPOJO _$$_javassist_11 In

[jboss-user] [JBoss jBPM] - Error while starting process

2007-06-18 Thread dabd
Hi, I am using jbpm-jpdl-suite-3.2.GA on Windows and I get the following error while starting a very simple process I defined: Stream error while reading XML: www.w3.org I don't see anything wrong in the generated form that could cause this error. Any hints? Thanks. Here is the stack

[jboss-user] [JBoss jBPM] - Re: Error while starting process

2007-06-18 Thread dabd
Keeping up with the tradition I will answer my own question. The problem was that I am under a proxy and my browser was not properly configured to use it, so the URL with the DTD in the first line of the generated form could not be reached. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - JMS client running in Tomcat

2007-06-18 Thread adoorsarath
sir, Does a web application running in a Tomcat container can consume a message from a remote destination created using JBossMQ[say it is in a different machine] ? would you please give some detailed information to quell my ignorance Would indeed appreciate help on this View

[jboss-user] [JBoss jBPM] - Re: JBPM JSF Integrartion

2007-06-18 Thread ambika_devi
Hi roccolocko Suggest and help me in the code which u have given to me.. Hi Ronald I am using jbpm-jpdl-3.2.GA as my jboss jbpm runtime in eclipse. I included the eclipse plugins which are inside the D:\jbpm-jpdl-3.2.GA\designer\eclipse\plugins into my eclipse. Then i added task to the

[jboss-user] [JBoss Portal] - user's group

2007-06-18 Thread maiky
Hy everybody, I'm developing a portlet and i want to recover the groups of the user who is connect. It is possible ? I read the javadoc at the user's methods but i don't see anything to that. Any solutions ? Thanks. PS: Sorry for my bad English. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Deploy without building archives

2007-06-18 Thread Schludi
Hello, i am trying to deploy an application without building an archive. When I copy a packed WAR-archive to the deploy-directory, the hot deployment service is creating a directory tmp/deploy. I've deployed a running archive to the deploy directory and copied the created TMP-Directory from

[jboss-user] [JBoss jBPM] - Newbie in jBPM deployment and integration

2007-06-18 Thread jbosslim
I've read the forum and done the example in JbpmGettingStarted. I've created processes and successfully deployed to the jbpm-console. My problem is, I've an existing web app that runs on JBossAS 4.0.4GA. I wanted to change my current workflow engine to jBPM. Q1: What config file, jar or lib

[jboss-user] [JBoss jBPM] - Re: Newbie in jBPM deployment and integration

2007-06-18 Thread jbosslim
Sorry. More explaination on Q4. Q4: How do we call the backend classes when a process reaches at another task. For example, Task A route to Task B where Task B is going to call ABCWebService.callWebService method. View the original post :

[jboss-user] [JBoss Portal] - Re: probleme with

2007-06-18 Thread [EMAIL PROTECTED]
If you remove /sec/ then the portal has no way to tell that the URL has to be secured and forward to https. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055144#4055144 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to set JBoss server from within Eclipse.

2007-06-18 Thread Schludi
Hello i am using Eclipse WTP (Web Toolkit Project) with JBoss 4.0.5.GA, that works great. Maybe that would help you? Best regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055145#4055145 Reply to the post :

[jboss-user] [JBoss Portal] - Re: user's group

2007-06-18 Thread [EMAIL PROTECTED]
You can't get the roles of a user, you can only check if the user is in a specific role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055146#4055146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055146

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

2007-06-18 Thread timfox
Ok, so you had the wrong jars on the client classpath. The correct ones are explicitly mentioned in the userguide http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/installation.html#inst.remoteclient Which I guess you've now read? ;) View

[jboss-user] [JBoss Seam] - SeamExtendedManagedPersistencePhaseListener ?

2007-06-18 Thread lcoetzee
Hi, I am tracking Seam's CVS. Some changes done very recently (over the weekend or Friday 15/06/2007) is creating some weird things. I see that there is no more SeamExtendedManagedPersistencePhaseListener. I have taken that out from my faces-config.xml. I assume that the normal

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ManagedConnectionFactory is null

2007-06-18 Thread jimmycallaghan
I've seen this error happen before due to a hot-deploy of a -ds.xml file but I'm now getting this error without a hot-deploy. If I restart the server, everything will be OK for a couple of days, and then we get problems again. My datasource is configured in a file outside of the EAR and the

[jboss-user] [JBoss Portal] - Re: user's group

2007-06-18 Thread bvogt
I've posted a solution, please take a look at: http://jira.jboss.org/jira/browse/JBPORTAL-1293 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055150#4055150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055150

[jboss-user] [JBoss Messaging] - Re: MySQL Cluster (ndb) supported?

2007-06-18 Thread timfox
I have never used MySQL cluster, but if it is accessed using the normal JDBC API then JBoss Messaging won't think of it any differently than any other JDBC implementation - JBM will be completely unaware it is talking to MySQL cluster. If MySQL starts failing then sounds like a bug or

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-06-18 Thread dkane
QPool.Char wrote : You were totally right my build script did not package all of the .class files. I m sorry for stealing your time i will look at the easy things first when i face the next problem. :) Could you please tell a bit more about that ? Having the same problem. The

[jboss-user] [Installation, Configuration Deployment] - Binding Manager

2007-06-18 Thread sradford
Hi, In the sample binding manager config file: docs/examples/binding-manager/sample-bindings.xml the sections for the JMSProviderLoader don't change the jnp.discoveryPort (it is always 1102). Is this correct? Thanks, Sean | service-config

[jboss-user] [JBoss Seam] - Seam remoting and security problem

2007-06-18 Thread Stateless Bean
Hi, I have problem with seam remoting. My app works fine on FF, but on IE,Avant Browser and Opera 9x, first time when user login and change somethinkg using ajax remoting, user is logouted from page and redirected to main page and User not logged in exception is thrown. Second try do login and

[jboss-user] [JBossWS] - call .net webservice from jboss

2007-06-18 Thread poyge394
Hi, how can i call a .net webservice from jboss 4.2.0GA, can sombody help me with the steps and some code. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055158#4055158 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamPDF and generating tables fails after some iteration

2007-06-18 Thread baz
We are now using facelets 1.1.13Alpha from June,17. The above error is gone with this version. Now we are evaluating this release in deep.:-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055160#4055160 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam remoting and security problem

2007-06-18 Thread Stateless Bean
I use Seam 1.2.1 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055161#4055161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055161 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: user's group

2007-06-18 Thread maiky
anonymous wrote : You can't get the roles of a user, you can only check if the user is in a specific role. What must I do to check the role ? Thanks PS: Sorry for my bad English View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055162#4055162 Reply to the post

[jboss-user] [EJB 3.0] - Re: Mysterious Exception

2007-06-18 Thread dkane
Notable addition : when I remove @Entity annotation from CMP class which is the root cause of exception, this class is not ClassNotFound anymore. But another packaged class, still with @Entity annotation, takes this place in exception report. So, the problem is definitely related to entity

[jboss-user] [JBoss Seam] - Re: mapping problems

2007-06-18 Thread jamesjmp
I´ve realised that seam-gen hasn´t created a hibernate.cfg.xml. I´ve done it but the same error goes on. I´m not sure if that hibernate.cfg file is being readed. I have started with a database, and with seam-gen I´ve generated the pojos and views. The error happens when invoking the view

[jboss-user] [Beginners Corner] - Context an Deployment of uncompiled apps (only dir)

2007-06-18 Thread Schludi
Hello! I am trying to deploy an old Tomcat application to JBoss and have some problems. The first problem is, that i have no archives but an directory which needs to be copied. That leads to a hot deployment error - is the /deploy dir only accepting compiled archives? The second problem

[jboss-user] [JBoss Seam] - Seam namespaces.

2007-06-18 Thread Phantom
Please help me! I don't have much time and resources for experiment and in documentation I didn't find the answer to my question... In components.xml we can define XML namespaces in the header. Is it correct, that Jboss Seam looking for components only in this namespaces? My problem is: I have

[jboss-user] [JBoss Seam] - Errors happen when replacing the jsf implementation in jboss

2007-06-18 Thread dxxvi
I replaced the jsf implementation (jsf-api.jar and jsf-impl.jar in the jboss-4.2.0.GA/server/default/deploy/jboss-web.deployer/jsf-libs directory) with the ones from JSF RI 1.2_04-b16-p02. What did JBoss do with these files? Anything magic? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-06-18 Thread milind.uc
Anyone know how to acesses the datasource connection remotely I am getting the problem with getBinaryStream I kept the use-java-contextfalse/use-java-context in my datasource file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055171#4055171 Reply to

[jboss-user] [JBoss jBPM] - LazyInitializationException

2007-06-18 Thread ricardomarques
Hi guys, while getting the comments for a task instance using the command interface, i'm having this exception: | 12:19:00,265 ERROR [LazyInitializationException] failed to lazily initialize a collection of role: org.jbpm.taskmgmt.exe.TaskInstance.comments, no session or session was closed

[jboss-user] [JBoss Portal] - Re: user's group

2007-06-18 Thread [EMAIL PROTECTED]
Use: isUserInRole(String toto) See the portlet spec View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055173#4055173 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055173 ___

[jboss-user] [JBoss.NET] - Re: DataSource to MySQL with Axis2 and JBoss

2007-06-18 Thread ciaciapek
I am not sure if that will solve Your problem but since you are trying to access the datasource configured inside JBoss from bundled Tomcat context You have to configure datasource as: use-java-contextfalse/use-java-context so if You haven't yet added this line to your mysql-ds.xml file, do so

[jboss-user] [JBoss Portal] - Re: instances problem

2007-06-18 Thread habicht
are there any other suggestions what could be wrong? if it's not the config what else could cause that problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055185#4055185 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-18 Thread anescu
Yes, here it is: It is a Seam generated application, with some modifications, so we have AbcList AbcEdit for some of the entities. It was required that the AbcList be ordered when you open the page by the first column. So I have 3 way to open AbcList: 1) From the menu (s:link) 2) From the

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-18 Thread anescu
[EMAIL PROTECTED] wrote : You can, using value=#{'foo'} but please promise me you will not append the name asc to a database query! Hei, tnx Well, I guess it is used in a hibernate query. It is used to order the list of objects by the first column. But this is what the generated pages do

[jboss-user] [JBoss Portal] - Re: instances problem

2007-06-18 Thread habicht
do you mean supported-modes or security constraints or is there another tag that isn't in my xml-files View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055192#4055192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055192

[jboss-user] [JBoss Seam] - Re: Question: Can static parameters be used in *.page.xml?

2007-06-18 Thread petemuir
The reason that you can't easily provide static parameters to pages.xml is that it is not normally a good design choice. If you are using seam-gen/seam application framework then you would be much better off using an EntityQuery and components.xml to specify the default order. This also gets

[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-18 Thread bsmithjj
OK - will check this too - thanks! Brad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055196#4055196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055196 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Interceptor without transaction participation

2007-06-18 Thread CarstenRudat
Hi all, I'd like to have some kind of interceptor around a sessionbean-method that clears (set to null) entity properties. I need this feature to have some NO_READ access control on property level. My first approach was to write a simple ejb-interceptor but it takes part in the

[jboss-user] [EJB 3.0] - Re: Properly using a OneToMany relationship using EJB 3.0

2007-06-18 Thread [EMAIL PROTECTED]
Problem with that second solution is that it leads to the N+1 problem. There is a third solution - use LEFT JOIN FETCH. If you have a collection that is configure for lazy loading, you can execute a JPQL query that left join fetches the collection you want to eagerly load. There is plenty of

[jboss-user] [JBoss Portal] - Re: instances problem

2007-06-18 Thread [EMAIL PROTECTED]
The security constraint, on the portal you defined: | security-constraint | policy-permission |unchecked/ |action-namepersonalizerecursive/action-name | /policy-permission | /security-constraint | You should

[jboss-user] [Installation, Configuration Deployment] - JBossIDE and XDoclet

2007-06-18 Thread kmalinow
Hi, I've already installed JBoss IDE for Eclipse, ver. 2.0.0.Beta2 I have some problem with XDoclet there. In fact there's XDoclet ver 2.0.x, but IDE expects XDoclet ver. 1.2.1 In this case I can't use that to generate some EJB interfaces. Can someone help me? Thanks, Krzysztof View the

[jboss-user] [JBoss Seam] - Re: Help with MDB + Seam + jBPM - transaction issue?

2007-06-18 Thread bsmithjj
Due to firewall issues, I use the Seam nightly builds for testing 'what's in CVS.' The last build available at http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds is dated jboss-seam-CVS.20070614.zip (as of this morning 20070618). Any chance a nightly build made after your commits

[jboss-user] [JBoss Seam] - Re: Seam Dependency ?

2007-06-18 Thread [EMAIL PROTECTED]
It really wouldn't be practical to not use JSF with Seam. I know I've seen articles about using velocity with JSF, so you might want to give that route a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055206#4055206 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Dependency ?

2007-06-18 Thread [EMAIL PROTECTED]
It really wouldn't be practical to not use JSF with Seam. I know I've seen articles about using velocity with JSF, so you might want to give that route a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055206#4055206 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Dependency ?

2007-06-18 Thread [EMAIL PROTECTED]
It really wouldn't be practical to not use JSF with Seam. I know I've seen articles about using velocity with JSF, so you might want to give that route a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055207#4055207 Reply to the post :

[jboss-user] [JBoss Seam] - where to find errata for Seam book

2007-06-18 Thread baz
Hello, I have not found an errata page for this grandious well written book yet. http://www.michaelyuan.com/blog/seam-next-gen-web-framework/ Does one exist? In particular Chapter 11.1.3 Use Extended EL in Data Table was discussed more than once in this forum. I can't remember the correct thread

[jboss-user] [Installation, Configuration Deployment] - Multiple instances

2007-06-18 Thread gregamb
Hey there, i'm running multiple instances of JBoss using binding manager (default conf file). I have on some computers problems, that that the last instance doesn't start on the port it should. For example, SSL port starts on 8643, but it should on 8443, and ajp port starts on 8609 but it

[jboss-user] [Installation, Configuration Deployment] - Re: Deploy without building archives

2007-06-18 Thread Schludi
Okay i have forgotten to add the extension application.war to the directory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055210#4055210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055210

[jboss-user] [Management, JMX/JBoss] - SLSB in Mbean

2007-06-18 Thread MurphyRic
Hi All, I'm using MBeans to call a Stateless SessionBean in my application. Below is how I declared the MBean in the JBoss-service.xml file. I'm using Jboss-4.0.2, JDK 1.5. --- JBoss-service.xml mbean code=com.myapp.services.PlatformManagerJMXService

[jboss-user] [JBoss Seam] - embedded-ejb missing

2007-06-18 Thread fady.matar
The embedded-ejb directory is missing from CVS. I cannot get to compile seam from CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055215#4055215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055215

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
do a cleanall, CVS is compiling fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055217#4055217 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055217 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Ending a process instance and all its sub-process instance.

2007-06-18 Thread vineeth.varghese
Hi Folks, I tried searching for any existing queries on this issue but couldn't find any, so posting this. I have an application that runs with 2 process definition lets say main process 'A' and sub-process 'B'. When process 'A' starts, based on some runtime info one or more instances of

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread fady.matar
I did a cleanall but still this is referenced from the build.xml line 884 in the copylib folder, and the readme.txt is missing, actually the whole directory is missing from the repository and the the cleanall target did not create this directory. | copy file=embedded-ejb/readme.txt

[jboss-user] [JBoss jBPM] - Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
Hi, I would like to debug my jbpm project, but for that I need to have JBoss configured inside Eclipse. After searching for JBossIDE, I found that it is being replaced by Exadel Studio. With Exadel Studio I am having problems adding the JBoss Server that is included in

[jboss-user] [JBoss Seam] - Re: Embedded Jboss Settings for 1.3.0.Alpha

2007-06-18 Thread [EMAIL PROTECTED]
This might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatRefactoringsWereDoneToEnableEmbeddedJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055223#4055223 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055223

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread fady.matar
It works fine for me, I'm not having that problem at all. Can you elaborate more on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055227#4055227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055227

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
The directory is supposed missing. Looks like the dist target got broken - we'll get that fixed. BUT you can compile seam (build taget) fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055228#4055228 Reply to the post :

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread fady.matar
Is this directory the same as before? Any changes got in there? that's true the build target works fine but I was trying to generate a distribution. Thanks for the help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055231#4055231 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Usage of pooledTaskInstanceList

2007-06-18 Thread campi
Thanks for the advise, it's worked fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055234#4055234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055234 ___ jboss-user mailing

[jboss-user] [JCA/JBoss] - Re: Why is jboss closing my connection?

2007-06-18 Thread [EMAIL PROTECTED]
teknokrat wrote : Ok, thanks. Is there a way to switch this off on a per connection factory level? I would like to get the benefits of the checking for database connections but not on my own session based connections. | As per the docs: debug=false in jbossjca-service.xml But then avoiding

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread petemuir
Sorry, I meant to write, the directory is supposed to be missing - it was deleted on purpose as its no longer needed. Just edit your build.xml and remove that line. I can't fix it just now as I have a load of local edit to build.xml View the original post :

[jboss-user] [JBoss Seam] - Re: embedded-ejb missing

2007-06-18 Thread fady.matar
That's what I thought, it's being replaced by the bootstrap directory right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055238#4055238 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055238

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : It works fine for me, I'm not having that problem at all. Can you elaborate more on this? Out of despair I copied the jars from C:\jbpm-jpdl-3.2.GA\server\server\jbpm\lib to C:\jbpm-jpdl-3.2.GA\server\server\default (This is the directory that eclipse complained that

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS client running in Tomcat

2007-06-18 Thread [EMAIL PROTECTED]
Yes, and detailed information is in the docs. Undetailed version 1) Add jbossall-client.jar to Tomcat classpath or WEB-INF/lib 2) Configure your initial context to point at the JMS server 3) Lookup the jms connection factory Standalone Tomcat is just another client like a simple java program.

[jboss-user] [Messaging, JMS JBossMQ] - Re: Can't lookup queue/B

2007-06-18 Thread [EMAIL PROTECTED]
I already moved this question to the jndi forum once!!! JNDI Lookup problems are not JMS questions. See the FAQ linked at the the top of that forum on how to debug the problem and the most common problems with JNDI (in this case missing classes from your classpath). View the original post :

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread fady.matar
Save your time this hassle an re-install the distribution and don't mess with the server libraries, future versions of the console will handle later versions of JBoss AS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055245#4055245 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: DurableSubscriber

2007-06-18 Thread [EMAIL PROTECTED]
jp_ammu wrote : | Even if able to configure the MDB succesfully, i still have DurableSubscriber() with same subscription name. My application( after restart) will get the duplicate subscription name exception and can't proceed further. Restarting an MDB will close the previous

[jboss-user] [JBoss Messaging] - remote client cannot connect: detected failure on control co

2007-06-18 Thread bartvh
I have a remote client connecting to a clustered jboss-messaging server, using jboss 4.2.0. The JBM version is 1.3.0.GA. Because of some experimentation I frequently had restarted my client application. After a number of restarts, I get into a situation where the client is unable to reconnect

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : Save your time this hassle an re-install the distribution and don't mess with the server libraries, future versions of the console will handle later versions of JBoss AS Are you using jbpm-jpdl-3.2.GA ? In the Servers View did you specify the JBoss AS Directory as

[jboss-user] [JBoss Seam] - Seam 1.3alpha with Glassfish

2007-06-18 Thread trouby
Hey, Just wanted to inform that Seam 1.3Alpha does not work with Glassfish running under Linux. I did some tests, it works fine with win32 GF distribution, not sure what could result such a difference, here are some info: 1) Tested against Linux RH Enterprise 4/Gentoo with JDK1.5/1.6 - did

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread fady.matar
you don't even need to specify the JBoss home. It's referenced internally from within the project View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055252#4055252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055252

[jboss-user] [JBoss Messaging] - Re: remote client cannot connect: detected failure on contro

2007-06-18 Thread bartvh
I want to add that when is problem occurs, shutting down the server hangs. I did a stack trace dump and it shows: JBoss Shutdown Hook daemon prio=1 tid=0x08abc388 nid=0x2d94 waiting for monitor entry [0x85adb000..0x85adf030] | at

[jboss-user] [JBoss Seam] - Re: where to find errata for Seam book

2007-06-18 Thread john135
I am also looking for such pages. I once confused but later realized that in several places in th book default component scopes are described incorrectly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055254#4055254 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Configuring JBoss with Eclipse/Exadel

2007-06-18 Thread dabd
fady.matar wrote : you don't even need to specify the JBoss home. It's referenced internally from within the project But isn't it necessary to start the server from Eclipse to be able to debug your code with breakpoints, etc.? View the original post :

[jboss-user] [JCA/JBoss] - Re: Listening Database Failover

2007-06-18 Thread [EMAIL PROTECTED]
Interesting, there is a configuration property that lets you decide how the URL is selected, i.e. how it fails over. But it is not properly configured or documented. http://jira.jboss.com/jira/browse/JBAS-4490 Absent this configuration it uses the default

[jboss-user] [JBoss Seam] - Re: Usage of pooledTaskInstanceList

2007-06-18 Thread campi
I have an another question concerning TaskInstance. I am using Jbpm variable to stock an id so I can retrieve information from my database when I list the taskInstance that I need. I wanted to known how I could load the current taskInstance that is associated to this id (that i get from the

[jboss-user] [JBoss Tools (users)] - Re: Reverse engineering - Could not obtain connection metada

2007-06-18 Thread dfwsteele
Has anyone been able to solve this issue? I am running into the same problem. I am working with Oracle 10g, eclipse 3.2, and IDE 1.6 When I try connecting to an Oracle database to do reverse engineeering I get the following error: org.hibernate.exception.GenericJDBCException: Getting database

[jboss-user] [Clustering/JBoss] - Re: JMS ConnectionFactory not bound exception: Help need....

2007-06-18 Thread mpogra
any help? Please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055264#4055264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055264 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: 1.3.0 Temporary Destination - Full security

2007-06-18 Thread sergeypk
I have created a JIRA issue (http://jira.jboss.com/jira/browse/JBMESSAGING-993) for the first problem you describe (temporary destinations should not be bound to JNDI). As I investigate the other problems you mentioned I will create more issues if needed. View the original post :

  1   2   3   >