[JBoss-user] [JBoss Seam] - Re: Mapping URL's to a seam actions.

2006-04-03 Thread markfrench
Hi, Thanks for that thats part of the puzzle I'm just not sure map a specific URL e.g. /ui/loadImage.cgi to always hit the action. Is possible using the faces-config.xml file or web.xml? Cheers Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934588#39

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: How to create Entity (CMP/BMP) Bean using JBoss IDE

2006-04-03 Thread prarthana50
You can try this link. It is a nice walkthrough. http://www.personal.psu.edu/faculty/p/m/pmi2/level3/Index.htm Thanks and regards Sudhindra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934589#3934589 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [Beginners Corner] - javax.naming.NameNotFoundException: OracleDS not bound

2006-04-03 Thread srivathsak
Hi, I have configured the Oracle-ds.xml as follows: | | | OracleDS | jdbc:oracle:thin:@192.168.150.122:1521:dna | oracle.jdbc.driver.OracleDriver | admin | admin | org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter | | |

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-03 Thread [EMAIL PROTECTED]
Thanks for replying. Yeah everything is fine.I am not using any form authentication. Actually I am accessing Resource Adapter through a web application. In the previous versions what I used to do is just changed some port settings to make the things working. Infact I am not getting any logs also f

[JBoss-user] [Installation, Configuration & Deployment] - 'class path resource cannot be found'-problem

2006-04-03 Thread mroosendaal
Hi, I have a simple EAR file with an application.xml which refers to a .sar and to a .jar (ejb) file in the EAR. I also have a lib-dir which contains all the 3rd party libs. I also have a jar which contains the Hibernate-mappings (i tried to add this to the application.xml but no luck) but on d

[JBoss-user] [J2EE Design Patterns] - boss is not creating pool for stateless session bean

2006-04-03 Thread asif-ahmad
Hello, I am using JBoss 3.2.6 as server and I am deploying stateless session beans over it, but as according to the documentation JBoss is not making the pool for them and making more instances of the beans more than the pool size defined there in standardJboss.xml ... The EJBRemove that is cal

[JBoss-user] [EJB/JBoss] - Help with non-compliant application

2006-04-03 Thread Tincho
Hi! I'm trying to deploy a closed source app, which supposedly works fine with orion server, in JBoss 4.0.3SP1. But jboss won't let me, arguing that it is breaking the j2ee rules. (see log below) Is there any way to relax this controls? I can not modify the application! This is the error log:

[JBoss-user] [EJB 3.0] - @Service annotation attributes

2006-04-03 Thread treespace
What's the difference between the "name" attribute and the "objectName" attribute in org.jboss.annotation.ejb.Service? Given they are both optional what is the default name? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934579#3934579 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-03 Thread hosierdm
I almost missed your question. Did you specify the transition out of the process state to the next state in the workflow? My state looks like the following, where "end1" is the next state in the flow: | | | | | | | View the

[JBoss-user] [JBossCache] - Re: TimesTen usage against the JbossCache

2006-04-03 Thread mitdin
Hello, as suggested , we tested with the Jboss 1.2.4 but havent achieved any improvement result on it. No drop of CPU utilization. specification : jdk 1.4, sun solaris E-270 server with Quadra system. Jboss 3.2.5, Jboss-cache.jar version 1.2.4 We even tested with SleepyC

[JBoss-user] [JBoss jBPM] - Re: Process State

2006-04-03 Thread aksharma
Are using mutiple elements like script, actrion etc in your node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934576#3934576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934576

[JBoss-user] [EJB 3.0] - Re: Shared Memory in EJB Container

2006-04-03 Thread treespace
I was aware that state in a SLSBs was fine provided it was not conversational state between the client and the server. I dissmissed that option because the SLSBs are pooled and in my case clustered. Does an EJB container maintain coherence in SLSBs? If so that reall is a viable option. View th

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in accessing Connection Factory

2006-04-03 Thread baba79au
Hi I think there must be some sort of good documentation be provided on JBoss JMS features. As of i know i am really exhausted, it took totally 2 weeks to fix this error for me. I was continually searching on the net and then i came to the conclusion that I am not going to get any sort of help

[JBoss-user] [JBoss jBPM] - Re: How to deploy Jbpm 3.1 alpha1 on tomcat using oracle9i/

2006-04-03 Thread tyg_owen
Could you understand what I said in Chinese.the following is that the log of Configuration is for mysql5+tomcat5+jbmp3.1 ??jbpm3.1+mysql5+tomcat5 ?? jbpm3.02?? 1. src\resources\mysql ??mysql?? mysql?? ?? create.db.hibernate.propertiesidentity.db.xml ?

[JBoss-user] [EJB 3.0] - Re: Tutorial: Integrating EJB3.0 into JBoss AS 4.0.4.CR2

2006-04-03 Thread [EMAIL PROTECTED]
But why not install ejb3 by default ? why remove it in this release ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934570#3934570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934570 ---

[JBoss-user] [Clustering/JBoss] - Re: Failover and loadbalancing not working for SFSB in JBoss

2006-04-03 Thread pathirana
Thanks for your reply. Failover: The failover test was done exactly the way you said. That means my client servlet has a loop which calls the bean's method repeatedly. (since stateful it remains the previous one's state as well.) The problem is when i kill the bean (not the server) it is treate

[JBoss-user] [EJB 3.0] - setting fetch depth

2006-04-03 Thread tsar_bomba
In which file can I manually set hibernate/ejb3 fetch depth? This was simple in Hibernate but I can't seem to find it in JBoss. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934565#3934565 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [Beginners Corner] - Re: Migration from websphere to JBoss

2006-04-03 Thread IanMechura
Each application server has it's own web services implementation. I don;t think there is anyway you can run your websphere web services in jboss without first migrating them to Axis or some other similar technology. My favorite by the way is WebMethods Glue. View the original post : http://www

[JBoss-user] [Beginners Corner] - Re: deploy .sar after .ear in Jboss

2006-04-03 Thread IanMechura
You would put the above depends statement in you jboss-service.xml file located in the META-INF directory of you .sar file HTH, Ian :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934561#3934561 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [Beginners Corner] - Re: deploy .sar after .ear in Jboss

2006-04-03 Thread IanMechura
The deploy-hasingleton-service.xml file gives an example of one way to do this: | | jboss:service=${jboss.partition.name:DefaultPartition} | jboss.system:service=MainDeployer | ${jboss.partition.name:DefaultPartition} | deploy | ${jboss.server.home.

[JBoss-user] [JBoss jBPM] - Re: wrong versions at the download website?

2006-04-03 Thread kukeltje
hmm... it seams to depend on where you go... www.jboss.org (redirect to labs.jboss...) does indeed show 3.01 www.jboss.com shows 3.1 btw, 3.1 is *not* beta, it is fully released. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934562#3934562 Reply to

[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread kukeltje
sorry, I missed that, but since it is a null pointer exception in your code, and not an error in the jBPM code, it is impossible to see what is wrong. You should do some errorchecking by storing the result of jbpmContext.getGraphSession() in a variable and checking it is not null. Only then do

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB suddenly stopped receiving messages

2006-04-03 Thread IanMechura
Are you running in a clustered environment? Please add the standard logging described in the sticky of this board and include the output. You can also restarting the MDB from the jmx console and see if starts processing messages. View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB stop listening

2006-04-03 Thread IanMechura
Does it stop processing during normal operation or are there any reboots between the time the first message is created and the processing stops? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934556#3934556 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Clustering/JBoss] - Re: jboss not running on java 5

2006-04-03 Thread IanMechura
This is not related to Java 5 but can you try changing the address located at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934555#3934555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934555

[JBoss-user] [Clustering/JBoss] - Re: Clarification on JBOSS Clustering

2006-04-03 Thread IanMechura
Can you be more specific or verbose? I do not understand the question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934554#3934554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934554

[JBoss-user] [Clustering/JBoss] - Re: Session Replication Fails- jboss-4.0.3SP1

2006-04-03 Thread IanMechura
My experience is that you can use sticky session with session replicatio. What are you using for load balancing your nodes? Did you set the correct jvmRoute attribute in your D:\jboss\jboss-4.0.3SP1\server\all\deploy\jbossweb-tomcat55.sar\server.xml file? e.g. View the original post : http

[JBoss-user] [Clustering/JBoss] - Re: How to Stop a Running Master Node in singleton clusterin

2006-04-03 Thread IanMechura
Can you just stop it by invoking the stop method from the JMX-CONSOLE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934550#3934550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934550 --

[JBoss-user] [Clustering/JBoss] - Re: Migrating from one node to others in planned downtime..

2006-04-03 Thread IanMechura
"ehskaga" wrote : In JBoss cluster if there are some planned maintenance to be done on various nodes, how can it be achieved without interrupting the service. | Is there a way by which we can migrate the services running on a node and stop any new request coming to that node so that the machin

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-03 Thread IanMechura
Here is a good link to test your cluster configuration http://wiki.jboss.org/wiki/Wiki.jsp?page=TestingJBoss Please post back your results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934549#3934549 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-03 Thread sniga
"[EMAIL PROTECTED]" wrote : | This was done with 404RC1 and Portal 2.4, though. Portal 2.4? The last version on the download page is 2.2.1RC3, so it's probably a typo, but which version did you really use? I have the same problem, even though I have the following files installed by default:

[JBoss-user] [Clustering/JBoss] - Re: Failover and loadbalancing not working for SFSB in JBoss

2006-04-03 Thread [EMAIL PROTECTED]
Re: load balancing, if you are trying to call a clustered EJB from inside the app server, there is an optimization that is going to force the call to go to the bean deployed in the local node. See this post for more: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80210 Re: failover,

[JBoss-user] [JBossCache] - JBossCache version 1.3.0.GA "Wasabi" is released

2006-04-03 Thread [EMAIL PROTECTED]
Much anticipated, JBoss Cache 1.3.0.GA, codenamed "Wasabi" has finally been released. See blog entry here about this: http://jboss.org/jbossBlog/blog/manik/2006/04/03/JBoss_Cache_1_3_0_GA_Wasabi_released.txt * Download JBoss Cache 1.3.0.GA "Wasabi" here: http://sourceforge.net/project/showfi

[JBoss-user] [Clustering/JBoss] - Re: Session is not getting replicated on JBoss-4.0.2

2006-04-03 Thread [EMAIL PROTECTED]
Are you sure your session is lost? After you log in again, does your session have proper state (i.e. some attributes set on node1 still have those values)? If the session does have proper state, and you are using FORM authentication, what you are seeing is due to the fact that the info needed f

[JBoss-user] [JBoss jBPM] - Re: JbpmSessionFactory inside an EJB

2006-04-03 Thread [EMAIL PROTECTED]
Take a look at this topic: Transaction demarcation with EJB/CMT. Instead of looking up the JbpmSessionFactory in JNDI yourself, you can retrieve it by calling JbpmSessionFactory.getInstance() within ejbCreate() and keep it in a field. Remember to nullify that field in ejbRemove(). View the ori

[JBoss-user] [JBoss jBPM] - Re: Cant get jBPM to work with oracle - please help

2006-04-03 Thread qweniden
Thanks :) Worked like a charm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934539#3934539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934539 --- This SF.Net em

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSPs with JDK5.0 features do not compile

2006-04-03 Thread AstroNox
Thanks for your reply Mr. Stark. I appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934538#3934538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934538 ---

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-03 Thread [EMAIL PROTECTED]
I didn't look closely enough at your second set of logs. It looks like your session expired on the 2nd server. How long is your session timeout? I expect that's not the problem, but should ask. This is more likely the issue: http://jira.jboss.com/jira/browse/JBAS-2403. If you download 4.0.4.

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-03 Thread mickknutson
We are actually not using the FORM Jaas authentication. it is a home grown form based authentication. Will that still effect te jira you sent? I think maybe not. we have also removed the ./all server, and only run the ./default, will clustering still work if we copy the tc_clustering file and 2

[JBoss-user] [JBossCache] - Re: 1.3.0 released?

2006-04-03 Thread [EMAIL PROTECTED]
I should wait and let Manik post the official announcement in the European AM, but anyway ... http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=406920 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934528#3934528 Reply

[JBoss-user] [JBossCache] - 1.3.0 released?

2006-04-03 Thread tallpsmith
I notice in JIRA that 1.3.0 release has been 'released' (from a JIRA perspective), it's no longer appearing on the road map, but in the changelog. Does that mean 1.3.0 is signed/sealed/delivered? If so, were can I grab a built release? cheers, Paul Smith View the original post : http://www

[JBoss-user] [JBoss Portal] - Determine current URI from portlet?

2006-04-03 Thread m0m0
Hello. I'm trying to determine which page a portal user is currently on by using the following jsp statements: <% | String currentPage = request.getRequestURI(); | | if (currentPage.indexOf("News") == -1) { |... do some stuff | } else { |... do some other stuff | } | %>

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-03 Thread [EMAIL PROTECTED]
I believe you've hit this issue: http://jira.jboss.com/jira/browse/JBAS-1900 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934522#3934522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934522 ---

[JBoss-user] [Clustering/JBoss] - Help with testing jboss cluster

2006-04-03 Thread mickknutson
I have 2 QA machines clustered, and I want to test to make sure that if I go to web1 and login, my session login information will get replicated to web2 and will not force me to login again. I go to web1i:8090/index.jsp, I login and see this on web1i: | 2006-04-03 14:26:35,940 INFO [com.vis

[JBoss-user] [JBoss Portal] - Re: JBoss admin User not found

2006-04-03 Thread wsadek
that did it. I dropped all the tables and restarted jboss. admin user is there. martin thanks a lot for your help. I wonder why it didnt work first time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934516#3934516 Reply to the post : http://www.jboss.c

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Read-Mostly entities with CMR

2006-04-03 Thread plutus
Hi, we want to use SimpleReadWriteEjbLock, too. Do you TODAY have solutions or experiences with the problems you had? Best regards, Marcel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934518#3934518 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-03 Thread hosierdm
I just read the Process Composition section (http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html#processcomposition) in the documentation. It seems to imply the behavior that I am seeing, where the subprocess just runs straight through. Is this correct behavior. If so, what is the

[JBoss-user] [JBoss Seam] - Re: javax.servlet.ServletException: Cannot get value for exp

2006-04-03 Thread nirving
Okay seems I was using the wrong version of jboss-seam.jar I was using the one from the CVS which is 268KB in size, when the one from non-CVS ie. jboss-seam-1.0beta2 which is 193KB in size. Now I have a completely different error related to it talking to HSQLDB View the original post : htt

[JBoss-user] [JBoss Portal] - Re: JBoss admin User not found

2006-04-03 Thread mholzner
the admin and user users are being created when you start your portal for the first time. I'd drop your portal database and restart the portal. You should either see some errors during startup , or get the admin and user users. View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Found error while running Websale sample: couldn't parse pro

2006-04-03 Thread sbhatti
I am trying to run examples for jbpm and found following error while running Websale example. 16:21:53,732 [main] ERROR JpdlXmlReader : couldn't parse process definition org.dom4j.DocumentException: null Nested exception: null at org.dom4j.io.SAXReader.read(SAXReader.java:484) at

[JBoss-user] [JBoss jBPM] - wrong versions at the download website?

2006-04-03 Thread aamonten
Hi, when I open the download website of jBMP the versions to be downloaded are 3.01, shouldnt it be 3.1? or are they still betas? regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934509#3934509 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Performance Tuning] - Re: Eden space increasing by 10Mb every minute and GC'ing ba

2006-04-03 Thread genman
One thing that's run periodically is a URL deployment scanner. This may itself generate 10MB of garbage every 10 seconds or so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934504#3934504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB 3.0] - Force Lazy Fetch on One-Many

2006-04-03 Thread ejb3workshop
I have the following OneToMany relationship annotated as shown here. | @OneToMany(fetch = FetchType.LAZY) | public Collection getParameters() | { | return parameters; | } | public void setParameters(Collection parameters) | { | this.parameters = parameters; |

[JBoss-user] [JBoss Seam] - javax.servlet.ServletException: Cannot get value for express

2006-04-03 Thread nirving
Any ideas on why I am getting javax.servlet.ServletException: Cannot get value for expression '#{brandsSelector.pageTitle}' When I try and run a freshly (untouched) deployed CRUD application? I am using nightly build JBossIDE-200603312123-nightly-ALL.zip to reverse engineer my database. View

[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread forJbpm
Hi, I have already mentioned in my post that error is at anonymous wrote : However for jbpmContext.getGraphSession().findAllProcessDefinitions(); i.e. line no 111 in the error stack is nothing but the above line. Thanks and regards, View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: JBoss admin User not found

2006-04-03 Thread wsadek
Martin, Thanks for replying. I have tried to login with user:admin and passwd:admin and also user:user and passwd:user. None of them works. I looked into the jboss portal user tables in the database. Those two users dont exist. Using the jboss portal i can register new users but those users onl

[JBoss-user] [JBoss jBPM] - Re: error for jbpm webservice method

2006-04-03 Thread kukeltje
In the stacktrace I see no jBPM code, there is a reference in the stacktrace to your code (Caused by: java.lang.NullPointerException at | com.exegenix.ExegenixWork1Bean.processDefinitionNames(ExegenixWork1Bean.java:111) more specifically to a line number, but you do not say what line

[JBoss-user] [JBoss jBPM] - JbpmSessionFactory inside an EJB

2006-04-03 Thread aamonten
Can any tell me how to retreive a JbpmSessionFactory inside an EJB? a piece of source code would be great. regards Alejandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934500#3934500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JBoss Portal] - Re: JBoss admin User not found

2006-04-03 Thread mholzner
have you tried to log in as admin (pwd:admin)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934501#3934501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934501 --

[JBoss-user] [JBoss Seam] - Re: What Nightly Build Files should I have??? - isJndiName E

2006-04-03 Thread nirving
I have just did it again and the same problem. Then I tried it with a completely new WORKSPACE with a fresh build and I have managed to get it to deploy, but now face a completely different error message which I will work out myself. It seems perhaps there is issues with old workspace configs.

[JBoss-user] [EJB 3.0] - Re: Custom annotations on an EJB3 problem

2006-04-03 Thread asack
"asack" wrote : Hi, I'm pretty sure I had a piece of code that looked up an EJB3 STSB and looked for a custom annotation (on top of a class) outside the EJB3 spec namespace. This worked on 4.0.3SP1. But in 4.0.4RC1, I can't seem to process any custom annotations on my bean. Both I believe we

[JBoss-user] [EJB 3.0] - Re: history table (before insert / trigger?)

2006-04-03 Thread mmarlatto
Hello. Emmanuel, you donĀ“t recommend Hibernate PreUpdateEventListener. Why? I've have the same scenario and choose this technique. Did I take the wrong technique? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934496#3934496 Reply to the post : http://www.jb

[JBoss-user] [EJB 3.0] - Custom annotations on an EJB3 problem

2006-04-03 Thread asack
Hi, I'm pretty sure I had a piece of code that looked up an EJB3 STSB and looked for a custom annotation (on top of a class) outside the EJB3 spec namespace. This worked on 4.0.3SP1. But in 4.0.4RC1, I can't seem to process any custom annotations on my bean. Both I believe we running EJB3RC5

[JBoss-user] [JBossWS] - Switch from Jboss4wsee to Jbossws, unavailable service endpo

2006-04-03 Thread [EMAIL PROTECTED]
Hi, i would like to use in my project webservice security property, so I switched from Jboss4wee to Jbossws (jboss 4.0.4RC1). I used wscompile to create wsdl a mapping file for my RPC style service endponit. Deploying was successful, wsdl URI is available too, but webservice enpoint servlet URL

[JBoss-user] [JBossCache] - Transaction Rollback Problem

2006-04-03 Thread jedlloyd
Hi, I am working with JBossCache 1.3 in a Weblogic 8.1 clustered environment. Currently, I am trying to setup and configure JBossCache to use the Weblogic transaction manager, however am having problems when trying to test transaction rollbacks. I have included my JBossCache config file, the

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-04-03 Thread squishy
apparently hibernate does not create an entry in HIBERNATE_SEQUENCES for my Bean with the PK class, but for the same one without pk class.. Uhm.. can you give me a hint on how to find a test suit that tests this.. ? (no clue of them test suits :o) View the original post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - error for jbpm webservice method

2006-04-03 Thread forJbpm
Hi all, I am trying to develop a webservice for jbpm. In this case I am using stateless session EJB and I have exposed it as a webservice . EJB has business method -> processDefinitionNames() Which is a very basic method (not at all fancy! Just returns the String of all processDefinitions()) an

[JBoss-user] [JBoss Seam] - Re: What Nightly Build Files should I have??? - isJndiName E

2006-04-03 Thread nirving
I have done this. Everything has been reinstalled from scratch and I am using the JBossIDE-200603312123-nightly-ALL build to deploy. Perhaps you should try it and see what you get as I am getting really tired of being told the nightly build works when it quite clearly does not. View the origina

[JBoss-user] [JBoss Getting Started Documentation] - GUI for JBOSS

2006-04-03 Thread miko3z
Is there a GUI for Jboss to facilitate its administration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934485#3934485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934485 --

[JBoss-user] [EJB 3.0] - Re: PersistenceContextType.EXTENDED does not work ??

2006-04-03 Thread kanto
thanks, now it works great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934483#3934483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934483 --- This SF.Net emai

[JBoss-user] [EJB 3.0] - Re: Adding children that do not exist.

2006-04-03 Thread chornsey
Thanks for the response, my searches have not provided much help. Can you provide a search criteria that may be more fruitfull? Thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934445#3934445 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - RolePortlet.java

2006-04-03 Thread ilangocal
Hi I want to develop RolePortlet.java found in the Portal Core into a separate module to be merged with my fileupload portlet. Is that possible? Has anybody tried the RolePortlet this way before thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934440#

[JBoss-user] [EJB 3.0] - deploy EJB3.0 with EJB2.1

2006-04-03 Thread apdo
I would like to migrate to EJB3.0 an application already written with EJB2.1. I have maybe done something wrong but I have not been able to deploy a statfull session bean EJB3.0 with my exising EJBs 2.1. when I add my new statefull session bean EJB3.0 into the .ear and I deploy it, jboss try t

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-04-03 Thread javagrl
This information is well hidden and after much research, I finally figured it out. Basically, the steps are: 1. create a jar file containing your pojos, .hbm files and hibernate.cfg.xml. Make sure you name it with .jar extension, not .har. 2. remove jboss har deployer by deleting the har depl

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-03 Thread aksharma
Hi Can u tell me how to use Process State. I am trying to execute a Process State but my flow gets into the sub process but is unabkle to come back to the parent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934477#3934477 Reply to the post : http://www.jb

[JBoss-user] [JBoss Portal] - JBoss admin User not found

2006-04-03 Thread wsadek
Hi, Im a newbie to jboss portal. I have installed the jboss portal from the binary distribution and deployed it to jboss. Everything went and I was able to run and view the initial page at localhost:8080/portal. But i dont see any user info like admin/admin or user/user. It seems like during or

[JBoss-user] [EJB 3.0] - Re: Container will hang when persisting a large number of ob

2006-04-03 Thread epbernard
hard to say, you don't give a lot of info. We've made some flush() speed progress though in this area in the latest version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934436#3934436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script.

2006-04-03 Thread k.pravin
I have design the common BPM application which is used by different applications.It leads to so many process definition & process instances. Due to mission of indexes, i am facing the deadlock issue on DB. I created the few indexes on DB, but still the problem is still there. Please provide some m

[JBoss-user] [Clustering/JBoss] - Re: Replication of expanded apps

2006-04-03 Thread [EMAIL PROTECTED]
IIRC, there is a JIRA related to that, but it's WON'T FIX (due to complexity) unless a lot of people vote for it. Suggest you search on jira.jboss.com; please feel free to vote for the JIRA if it is important to you. I don't see it being a high priority though. View the original post : http:/

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB3 OpenLDAP LdapLoginModule role validation failure

2006-04-03 Thread schuller007
There is a copy-paste error in the login-config.xml b4: ldap://padymelon/ou=People,dc=padymelon,dc=abc,dc=com actual: ldap://padymelon/ou=Group,dc=padymelon,dc=abc,dc=com I have also wrote a custom login module, to see what the values of the principals are and now they come back as null. In

[JBoss-user] [JCA/JBoss] - Re: Problema with pool size

2006-04-03 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp or even http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpExpertSystem At the very least please provide more information when you post. Things such as JBoss Version RDBMS Vendor/Version Operating System What your application is doing Help us help

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Maybe OT - X509 certificate

2006-04-03 Thread [EMAIL PROTECTED]
You have violated the sun jdk license by doing this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934453#3934453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934453

[JBoss-user] [JBoss AOP] - Re: [Insight Article] JBoss AOP AspectManager JVMInsight Ins

2006-04-03 Thread louth
Hi All, We have just released an update to JXInsight 4.1 which includes a JBoss AOP runtime state inspection implementation allowing developers, testers and operations staff to be able to collect real-time state information from the AspectManager related to aspects, advisors, interceptors, bin

[JBoss-user] [JCA/JBoss] - Problema with pool size

2006-04-03 Thread rdesouza82
Hello, My Jboss display this warning: 12:05:51,113 WARN [JBossManagedConnectionPool] Destroying returned connection, maximum pool size exceeded org.jboss.resourc [EMAIL PROTECTED] mc=org.jboss.resource.adapter.jdbc.lo [EMAIL PROTECTED] handles=0 lastUse=1144076751105 permit=true trackByTx=false

[JBoss-user] [Security & JAAS/JBoss] - Re: Error when getting Subject

2006-04-03 Thread [EMAIL PROTECTED]
security-domain is need in the jboss.xml for ejb2.1. For ejb3 there is an annotation. See the ejb3 docs for @SecurityDomain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934466#3934466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-04-03 Thread Newion
Are you sure, it worked in the past? I have exactly the same problem in my application...That's why I've asked you for your source code. Cheers, Pawel Kaczor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934463#3934463 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-03 Thread mholzner
is your form using POST or GET ? try

[JBoss-user] [JBoss Seam] - Re: Stateless bean in EVENT scope

2006-04-03 Thread Eekboom
I am currently writing a plugin for IntelliJ Idea that catches these errors early on. Gavin, so @Scope on @Stateless beans is actually ok, and used by Seam, right? Then I will probably only give a warning on that. Shameless hijacking of the thread: Could you or some other expert maybe answer a

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSPs with JDK5.0 features do not compile

2006-04-03 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues, section "Using JDK5 Features in JSP Pages" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934455#3934455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934455

[JBoss-user] [JBoss Seam] - Re: scope confusion

2006-04-03 Thread [EMAIL PROTECTED]
scope is almost always NOT needed on @In or @Out. If the thing being outjected is a Seam component, Seam can deduce the scope from the component type. But when we are outjecting a String or a List, it is not a Seam component, so we need to explicitly specify the scope. And yes, that is how @Ou

[JBoss-user] [JBoss Portal] - RenderResponse.createActionUrl() does not work

2006-04-03 Thread gilboay
hi, I am using JBoss Portal v2.2 (default package bundled with Jboss AS). I am running a sample portlet, in which in EDIT mode the user gets a text field to set the portlet's title. I use a form (drawn in the doEdit() method), which action is obtained by calling RenderResponse.createActionUrl()

[JBoss-user] [JBoss Seam] - Re: How to get EntityManager in seamtest

2006-04-03 Thread liudan2005
Has anyone tried? I now have to put all my test code into a ejb, which is not right. How do you usually test your entities with callback listeners? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934438#3934438 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Clustering/JBoss] - Re: time to deploy in the cluster

2006-04-03 Thread [EMAIL PROTECTED]
Each server in the cluster deploys independently. If you start a server, once the app is deployed on that server and the server start is completed, the app is available on one node. As more servers finish their startup process, they (and the app) become available. I think redeploy is a more s

[JBoss-user] [JBoss Seam] - Re: Stateless bean in EVENT scope

2006-04-03 Thread [EMAIL PROTECTED]
Yes, a warning is fine. Looking forward to seeing your plugin! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934460#3934460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934460 -

[JBoss-user] [EJB 3.0] - Re: Adding children that do not exist.

2006-04-03 Thread epbernard
Search the forum. Use a Set which makes sense from a business perspective or do not EAGER more than one Collection (ie bag semantic) per resultset: this is not conceptually possible View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934434#3934434 Reply to the po

[JBoss-user] [JBoss Seam] - Re: Stateless bean in EVENT scope

2006-04-03 Thread d1g
Yes, that's correct. I made a mistake and the bean was intended to be stateful. I was surprised that Seam didn't pick up on this as it seems to notice other incorrect annotations and halts deployment. Perhaps I am expecting too much of frameworks: should annotation based frameworks validate ann

[JBoss-user] [Clustering/JBoss] - Re: Replication of expanded apps

2006-04-03 Thread ScottMarlowNovell
The Jira link is http://jira.jboss.com/jira/browse/JBAS-1239. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934459#3934459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934459 --

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Client does not provide SECURITY_PRINCIPAL correctly

2006-04-03 Thread asylumx
Thank you, the FAQ has solved my problem I appreciate the time you've given me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934457#3934457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934457

[JBoss-user] [JBoss Seam] - Re: Stateless bean in EVENT scope

2006-04-03 Thread [EMAIL PROTECTED]
Well, it's arguable. It is actually OK to cache the reference to the stateless bean in SESSION or EVENT scope. What is not OK is to use the stateless bean to hold state... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934447#3934447 Reply to the post : htt

[JBoss-user] [JBoss Seam] - Re: scope confusion

2006-04-03 Thread Eekboom
A related question: Can you use @Out to introduce a context variable that is not declared by any @Name or @Role annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934456#3934456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

  1   2   3   >