[jboss-user] [EJB 3.0] - Re: MDB cannot loads enitities if more than 10 concurrent me

2008-10-20 Thread jaikiran
sekhrivijay wrote : but mb cannot load them. | | What exactly happens? Any exceptions? If yes, then please post the entire exception stacktrace. And which version of JBoss and Java do you use? While posting the logs or code or xml content, remember to wrap it in a code block using the

[jboss-user] [JBoss Tools (users)] - Re: struggling with 3.0.0 alpha and seam 2.1.0CR1

2008-10-20 Thread [EMAIL PROTECTED]
Neither of these look tooling related to me. They are both about the runtimes. Does it work with seam-gen ? Have you tried with AS 4 ? (we have not done full testing with AS 5 yet) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183109#4183109 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: Facelets code completion

2008-10-20 Thread [EMAIL PROTECTED]
kpolice - please report in jira with example files/projects. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183110#4183110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183110

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate console with entities in many

2008-10-20 Thread [EMAIL PROTECTED]
Console just uses hibernate to load the classes/persistence.xml just like hibernate annotations/entitymanager would do. You can tell hibernate console which persistence unit to pick (i.e. the name of it, not the location) its weird that it works if you add the jar to the classpath - I wonder

[jboss-user] [Installation, Configuration DEPLOYMENT] - Errors when deploying WebServices modules

2008-10-20 Thread kr8m3r_78
I'm using JBOSS AP 4.2.3, and I have generated some web services components with MyEclipse using JAX-WS. When I deploy my war I receive the following errors: 16:24:16,078 ERROR [STDERR] 20/10/2008 16:24:15 com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized INFO:

[jboss-user] [EJB 3.0] - Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
Hello All, I am evaluating distributed trransaction using JBOSS4.2.2. I have oracle9i database X and another oracle 9i database Y. Both the databse X and Y is located in the diffrent country and machine. I want to make changes in the databas X and database Y in one transaction. I have created

[jboss-user] [Beginners Corner] - Re: Web Console did not start

2008-10-20 Thread verdi2000
Hmm, I think I have to test this first! By the way: where can I find teh user statistics? This would solve my urgent question! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183116#4183116 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - External Exploded Deployment

2008-10-20 Thread bronzeiii
Hi JBOSS Server V: 4.2.3 I'm a jboss newbie, so hope someone can help me out with this problem. I have an Eclipse directory, folder name, MVC, the structure within is the following MVC - src - class - etc - lib - web (where i store jsp pages) - web.war -

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Palette is not desplaying the tags

2008-10-20 Thread speleomaniac
Oki doki, I already started a JIRA entry in m2eclipse side, I can also do one in here... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183119#4183119 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183119

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - request.isRequestedSessionIdValid does not work

2008-10-20 Thread kenzhang
Hi all, During my work, I use request.isRequestedSessionIdValid to check whether the session is valid before I invalidate one session, the code is like below: if (request.isRequestedSessionIdValid()){ | session.invalidate(); | } However, those codes do not always work

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Exploded Deployment

2008-10-20 Thread jaikiran
Does you web.war contain a WEB-INF/web.xml file? Please post the output of the following command: jar -tf web.war While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make

[jboss-user] [EJB 3.0] - Regression: Unable to deploy self referencing EJB3 session b

2008-10-20 Thread rradu
Hello, I have the following test case that deploys fine in Jboss 4.2.3 but fails to deploy in Jboss 5.0.0-CR2 (all run with JDK 1.6.0_06) on Fedora Core 9. package test; | | import javax.ejb.*; | | @EJBs([EMAIL

[jboss-user] [Beginners Corner] - How can i use JBoss Network Enterprise Manager?

2008-10-20 Thread sachin.parnami
Hi All, Basically i want to use JBoss Network Enterprise Manager, any idea how can i use it? for the uses of Administrative tools and to manage User Accounts Regards, Sachin Parnami View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183124#4183124 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: configure the public ip jboss server

2008-10-20 Thread sachin.parnami
Hi, I belive that can be done by setting your ${jboss.bind.address}. Please forgive if i am saying anything wrong :). Was trying to dig that but couldn't find out the actual location of it :(. Can any buddy guide me for that? Regards, Sachin Parnami View the original post :

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
anonymous wrote : and using entity bean You mean EJB3.0 entities, right? Or are you talking about EJB2.x entity beans? Please post your datasource configuration file (*-ds.xml) which has the configurations for database X and Y. View the original post :

[jboss-user] [JBoss Messaging] - View payload and header data in the table

2008-10-20 Thread mclu
Hi out there! I have to debug some data of my jbm application. For that I have to read the data in payload and header column of the jbm_msg table. (from the dlq) Is this possible with sql? Or does those blobs contain serialized/crypted objects? My payload is a TextMessage. Greets. View the

[jboss-user] [Clustering/JBoss] - JBossCacheService: exception occurred org.jboss.cache.Replic

2008-10-20 Thread erasmomarciano
Hi, we have 4 jboss nodes in cluster, on two Hp/Ux machines. We are encountering some weird error on the server.log as following: | WARN Failed to replicate session x0LmxHFNhjKNCnr0SYZGqQ**.tomcat1 {TP-Processor137:}{/gem.snapshot:53} | | java.lang.RuntimeException: JBossCacheService:

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
Thanks a lot for the reply. I have used EJB3.O entity bean in my session bean to update the databses's table. The XML configuration files of databases are put in the deploy directory of JBOSS which details are as follwos:- Databas X: - | ?xml version=1.0 encoding=UTF-8? | |

[jboss-user] [JBoss jBPM] - Error while deploying a JBPM-BPEL file

2008-10-20 Thread dhanushgopinath
Hi I am deploying a bpel process intp JBPM-BPEL using the API's and it was working with the sample files. Now I wrote my own BPEL process and is trying to deploy that, but it is failing and giving out this exception | 13:06:22,385 INFO [STDOUT] Retrieving schema at

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
local-tx-datasource As i suspected, you are not using a XA datasource. See the datasource documentation for using XA datasources: http://www.jboss.org/community/docs/DOC-9498 http://www.jboss.org/community/docs/DOC-9328 View the original post :

[jboss-user] [J2EE Design Patterns] - How to access ejb from another application

2008-10-20 Thread hrast200
Hello! I have 2 applications deployed on my jBoss. Can anyone explain to me how can I from EAR1 access Session or Entity Bean in EAR2? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183139#4183139 Reply to the post :

[jboss-user] [JBoss Tools (users)] - chaning seam version

2008-10-20 Thread whitty69
I am running into a problem with the tools 3.Alpha and seam 2.1 in ganymede. Due to a problem I found in seam 2.1.0CR1 I am currently getting nightly builds quite regularly to test the fix. After I download, add and change my project to use the new seam version I can't get the tools to update

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread kukeltje
where is the schema present?in the location mentioned in the error? or somewhere else? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183142#4183142 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183142

[jboss-user] [JBoss Messaging] - Re: Warning Message in log

2008-10-20 Thread ataylor
its just a guess bit It looks like you're client is not closing its connections properly. I would also suggest using a later version of JBM, theres been a lot of bugs fixed since 1.3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183143#4183143 Reply to the

[jboss-user] [JBoss Messaging] - Re: Connection Factories in JBM 1.3

2008-10-20 Thread ataylor
Theres plenty about connection factories in the user manual. basically if you're queue is clustered use the clustered connection factory, if not use a plain connection factory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183144#4183144 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Are calls to cache.getX methods asynchronized?

2008-10-20 Thread chetanparekh
Implementation details: We have a requirement where we need to cache object using JBoss Cache in Stand-alone mode (without clustering). Cached objects will not be updated in their lifespan – objects will be created when cache is started and destroyed when cache is stopped. Objects are not

[jboss-user] [JBoss Messaging] - Re: port problem with JBoss during deployment

2008-10-20 Thread ataylor
This is the JBoss Messaging forum. I woul dpost this on the App server forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183146#4183146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183146

[jboss-user] [JBoss Messaging] - Re: View payload and header data in the table

2008-10-20 Thread ataylor
anonymous wrote : Or does those blobs contain serialized/crypted objects? yes the message is serialized. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183147#4183147 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183147

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
We don't manage your jars, we just give you an initial start. Updating the jars and apropriate config files you have is the way to update to a new version of any framework (not just Seam ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183148#4183148 Reply

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
Thanks a lot for the reply. I have changed the datasouurce configuration file XA as follows :- | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread dhanushgopinath
No it is not in the location mentioned in the error. The location mentioned in the error is the JBOSS_HOME/bin directory It is actually bundled along with the zip file I am installing. It is only available in the zip file. Thanks Dhanush View the original post :

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
This isn't about 'Managing my Jars', it's all about managing jars referenced by plugins and referenced runtimes. Again: The project was pointing to the jboss-seam.jar of the original seam runtime after it was generated using the tools. Is was not possible to fix it without actually removing

[jboss-user] [Security JAAS/JBoss] - Re: Servlet Authorization

2008-10-20 Thread titouch
Any ideas ? maybe what i asked wasn t clear enough ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183154#4183154 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183154 ___

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
The config file from eclipse was the workbench.xml. I have an ear, ejb and my war projects which were generated using the eclipse seam project tool. the ejb and war have their dynamically generated web app libraries classpath entries. these pointed to the jboss-seam.jar in the seam runtime

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
which workbench.xml are you editing ? What is the full path to it ? There should be *zero* reason to adjust this file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183169#4183169 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Hibernate SessionFactory Injection

2008-10-20 Thread wolfc
javidjamae wrote : So does anybody have the final word on whether this functionality will be in JBoss 5 or not? | | If it will be in JBoss 5, any ideas on what I am doing something wrong in my code? Or is the functionality broken right now? | | Thanks. It'll work if you configure JPA

[jboss-user] [Security JAAS/JBoss] - Authentication against Active Directory using LdapExtLoginMo

2008-10-20 Thread paoloyx
Hello to everybody, it's my first post in this forum, hope that you can help me...by the way, guys, you are doing a great work, thank you. :) Here's my problem: i'm trying to authenticate against an Active Directory using the LdapExtLoginModule. For example suppose that i've the following

[jboss-user] [JBoss Messaging] - Re: Warning Message in log

2008-10-20 Thread rana24
Thanks Andy , I will look in to the code. Which version do you think is stablefor production usage ? Rana View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183180#4183180 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183180

[jboss-user] [JBossWS] - Sharing HttpSession between multiple webservices

2008-10-20 Thread agori
Actually we have two or three webservices in the same EAR. They are also stateful webservices, because thought they are marked as @Statless, they should mantain some data between client calls using HttpSession. First question: if we use HttpSession as data container, is possible to share this

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging - classcast exception

2008-10-20 Thread prabhun
Hi Tim, In Jboss MQ we are using the null persistance mechanism and we are not using any durable subscriptions. We could not find the null persistance related NullPersistenceManager-xmbean.xml file in our version which is jboss messaging 1.4.0 SP3. Whether 'SP4 release' which you are

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
I found entries like this: input factoryID=org.eclipse.jdt.ui.ClassFileEditorInputFactory org.eclipse.jdt.ui.ClassFileIdentifier==lineManager/D:\/javatools\/jboss-seam-2.1.1-SNAPSHOT\/lib\/jboss-seam.jarorg.jboss.seam.servlet(SeamFilter.class/ and editor

[jboss-user] [JBoss jBPM] - passing task variables

2008-10-20 Thread memius
Is it possible to pass task variables from one task to another (in the flow of the process) or from task to sub process. Concrete scenario : my main process is in a wait state, an external source signals that wait state and the process starts a sub process. Now : that sub process needs an extra

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread salaboy21
I think the best solution is to use the variable tag in your subprocess definition to insert a variable in the sub process. | process-state name=SubProcess State | sub-process name=SubProcess / | variable name=variable1 access=read / | transition to=A SuperProcess Node / |

[jboss-user] [JBoss Messaging] - Re: View payload and header data in the table

2008-10-20 Thread noelo
You could look at the Jboss ON (Operations Network) product. See http://www.theserverside.com/news/thread.tss?thread_id=51222 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183209#4183209 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread memius
1,2, 3 is what I mean 4 : The first task in the sub process is a task with an action that is called automatically (no user interaction) So, do you mean that I should put the listener in the process instead of having an 'external' message listener ? Actually this sounds quite good .. But then

[jboss-user] [Security JAAS/JBoss] - Re: Custom LoginModule, standalone application, InitialConte

2008-10-20 Thread sushilgovind
You would have to write your own LoginModule and where in your login function you would have to ask to jboss to call you custom callback. If you custom callback is called HelloCallback the you would have NameCallback nc = new NameCallback(User name : , guest); PasswordCallback pc = new

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread salaboy21
ummm , i am understanding your situation This make me think that you need something like a CustomFork with a process-state. So: 1) the main process have a MultichoiceFork node http://www.jboss.org/community/docs/DOC-11442 Look there 2) this Multichoise fork create on demand an X number of

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-20 Thread [EMAIL PROTECTED]
AFAIK Tomcat cannot deploy .ear files. You need a full application server for that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183213#4183213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183213

[jboss-user] [JBoss Portal] - Re: Making usernames case-insensitive

2008-10-20 Thread tjdecke
please? :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183220#4183220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183220 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate console with entities in many

2008-10-20 Thread [EMAIL PROTECTED]
well, autoscanning don't work across the persistence unit the persistence.xml is located in. I'll ping emanuel to let him in explain if there are any workarounds. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183166#4183166 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems with language-settings...changed without changes in

2008-10-20 Thread dkohl
Hi all, since a few weeks we are in production with JBoss 4.2.2 and we never had any problems since last week. We did not make any changes in the AS's configuration, but we configured some system-properties in our environment (Linux 10.3, Variables TERM and DISPLAY). Since this changes take

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread salaboy21
That's ok.. I think if you have the situation when the Main process finished, you don't have to use process-state nodes. Because process-states are designed to run inside a node when your main process is still running. So I think you have 2 diferent process here: 1) The main process could call

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
anonymous wrote : 15:56:26,988 ERROR [XAManagedConnectionFactory] End transaction failed for XAResource oracle.jdbc.xa.OracleXAException The console log does not have much information about the exception. You might want to check the server.log file to see if you find any clues. View the

[jboss-user] [JBossWS] - Re: CXF UserException not support?

2008-10-20 Thread riue
Maybe this is a JBossWS-CXF's bug. JBossWS-CXF wraps all Exception in a RuntimeException and throws it. CXF is catching it, but it can't do nothing. I fixed this problem by modified jbossws-cxf-3.0.3.GA/modules/server/src/main/java/org/jboss/wsf/stack/cxf/AbstractInvoker.java like that. See

[jboss-user] [JBoss Cache: Core Edition] - Re: java.io.NotSerializableException: java.util.concurrent.

2008-10-20 Thread [EMAIL PROTECTED]
Umm, you've tried to put a non-serializable class in the cache. :-) Specifically, a java.util.concurrent.FutureTask which, according to the Javadocs, is not Serializable. What is the purpose of caching a FutureTask anyway?!?? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
Those two entries is just the cache/memory for the workbench of you opening SeamFilter.class and ExceptionFilter.class in the editor area so it would open these when you restart eclipse. These have nothing to do with your projects understanding on whic libs it is using. View the original post

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread salaboy21
I don't fully understand your idea.. but lets try with this approach: 1) Main process have a process-state (subprocess) in one of the nodes 2) When the process-state is reached a new processInstance is created (that represent the subprocess) 3) At this moment you need to introduce a new

[jboss-user] [EJB 3.0] - Re: lookup datasource from ejb3 sessionbean (jboss 4.2.3)

2008-10-20 Thread woongiap
jaikiran wrote : Also, please post the entire exception stacktrace and the output of jnditree. exception stacktrace: Caused by: javax.ejb.EJBException: java.lang.RuntimeException: javax.naming.NameNotFoundException: ds_jndi not bound at

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread memius
In that case you take an existing process instance and pass it to the sub process. My question is about a process variable specific to that sub process. So, a variable that should not be assigned in the main process (eg. because it is not used there and has no relevance there) but is needed

[jboss-user] [JBoss Cache: Core Edition] - Re: Clean shutdown/redeploy in Tomcat

2008-10-20 Thread [EMAIL PROTECTED]
I am updating docs at the moment for inclusion in 3.0.0.CR2. In the meanwhile, I recommend either looking at some of the sample cfgs shipped with CR1 as a guide, using the XSD schema shipped with CR1, or using the config conversion scripts (config2to3.sh or .bat) that is in the CR1

[jboss-user] [JBoss Messaging] - Re: View payload and header data in the table

2008-10-20 Thread mclu
Thx! Does anyone know a configurable web application (war) which can be used to monitor jms queues. I used hermesJMS a bit but I am searching for a web based solution. Thx for hints. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183158#4183158 Reply to

[jboss-user] [JBoss AOP] - Re: Hot Swap using a standalone version of JBoss AOP

2008-10-20 Thread [EMAIL PROTECTED]
Hello! Unfortunately, the plugin does not work with newer versions of JBoss AOP. We are planning to fix this very soon. By now, go to the Run... menu of Eclipse, and create a new Java Application configuration. On the Arguments tab, add the following arguments:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems with language-settings...changed without change

2008-10-20 Thread jaikiran
anonymous wrote : but we configured some system-properties in our environment (Linux 10.3, Variables TERM and DISPLAY). How did you do that? In the meantime, till you figure out what changed, you can set this JVM system properties in your %JBOSS_HOME%/bin/run.conf file to the JAVA_OPTS and

[jboss-user] [EJB 3.0] - Re: lookup datasource from ejb3 sessionbean (jboss 4.2.3)

2008-10-20 Thread jaikiran
Going by the jndi tree output, i think your ejb-jar.xml is not being read. Where have you placed this file? How is your application packaged? Is it a EAR file or a jar file? Post the output of: jar -tf myapp.jar where myapp.jar is the ejb jar file containing the ejb-jar.xml. Also please post

[jboss-user] [JBoss Cache: Core Edition] - Re: Selective Distributed Cache loading

2008-10-20 Thread karnivas
Can you please reply on this topic ? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183235#4183235 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183235 ___

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
do you have any idea then as to where this 'ghost' reference was stored? I searched through all project files(incl hidden and system) to find any containing the incorrect path and found none either in my workspace or the eclipse application folders. Does the seam plugin store information

[jboss-user] [JBoss Portal] - Re: Making usernames case-insensitive

2008-10-20 Thread bvogt
Have you tried to override getUsername() in your login module? Somewhat like: return super.getUsername().toLowerCase(); If that doesn't work, a javascript in login.jsp onSubmit() should be a dirty option as well? View the original post :

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
The following are extract of error message from the server.log file for your perusal :- anonymous wrote : | oracle.jdbc.xa.OracleXAException | at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1270) | anonymous wrote : | 6950 at

[jboss-user] [JBoss jBPM] - Re: passing task variables

2008-10-20 Thread memius
I think that in the multi fork case, you know how many parallel processes you need on node entry (based on the process variable). But I think that is not applicable for the case I am facing ;) I mean : I am dealing with the insurance business... In theory, it is possible to close a claim (main

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
Not sure what the issue is. A google search for ORA-02089: COMMIT is not allowed in a subordinate session showed up a lot of posts for this error. You might want to have a look at those and also lookup the oracle documentation for more information about this error. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
no jboss wasn't running. I actually did the runtime firts thing before anything else this morning. I really searched everywhere I could think of to see where it came from. It wasn't added as library, user library or any other manual means of attaching jars to the project. It was refernced

[jboss-user] [JBoss Tools (users)] - Nightly update site for JBoss tools

2008-10-20 Thread [EMAIL PROTECTED]
Wan't to see the latest greatest but don't like manually unzipping the nightly builds ? Try out our nightly build update sites: http://in.relation.to/Bloggers/NightlyBuildUpdatesiteForJBossTools View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183246#4183246

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
I checked in the oracle documentation and I have found this type of error occured when one writes DDL statement in a transation. The DDL statement is auto commit. But I have not written any DDL statement in my distributed trasaaction. I have simply updating two tables using Entity bean.

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
The below is complete tarce of error coming on the JBOSS console :- | 15:29:32,307 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=ASDS1' to JNDI name 'java:ASDS1' | 15:29:32,334 WARN [TransactionManagerService]

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread ajayks
After removing the part of datsource XML flle stating with mbean code there was no error at the time of deployment. But I am getting following error message at run time after initiating distributed transaction from client :- | 15:47:20,643 INFO [SessionFactoryObjectFactory] Factory name:

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
what exactly did you find in that workbench.xml ? Nothing of this should be related to you updating the jars? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183191#4183191 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread whitty69
I was stuck for solutions so i did a file search for all files in my workspace that contained the path entry I wanted to get rid of and found it in the workbench.xml situated in [path to workspace]\'.metadata\.plugins\org.eclipse.ui.workbench'. I changed the entries to the new path and that

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate console with entities in many

2008-10-20 Thread chawax
Yes, I hardly understand why it doesn't work. To be more precise, my t4-core-commons project contains this persistence.xml file : ?xml version=1.0 encoding=UTF-8? | persistence | xmlns=http://java.sun.com/xml/ns/persistence; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread kukeltje
That is not a place the default resolvers for xsd's look (afaik). Try putting it in the location mentioned in the error and see if it works then. Not that that is the definitive solution, I just want to be sure everything is ok then. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
As I understand it, workbench.xml only is in charge of recording which files, views, editors, etc are open upon startup, or which ones were opened upon close. Basically, the workbench.xml is just saying the file opened is x, and it is found in jar y. If you open your workspace, close *all*

[jboss-user] [Beginners Corner] - Re: Whats I need to run jboss-4.2.3.GA on Fedora 9

2008-10-20 Thread MMaghraby
Hi for all Geat,Great,Great yes The problem is solved Many Thank for erasmomarciano, PeterJ and jaikiran the solution is: open hosts File in etc and replace all the words Localhost or Localhost6 to the machine name show in JBoss log in | Caused by: java.lang.RuntimeException:

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
I don't think this exception is related to the changes that you did to your -ds.xml. What else do you see on the console? Can you post the entire console logs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183155#4183155 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Security Exception when switching to Database Authentication

2008-10-20 Thread Aahz
I'm working my way through http://docs.jboss.org/jbossas/getting_started/v5/html/dukesbank.html When I switched from password file to database security, I can log in, but when the main page is built, I get this stacktrace and don't know where to look to fix it. 2008-10-20 12:59:11,362 ERROR

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to edit already deployed WAR?

2008-10-20 Thread jspapas
I have installed in /opt/jboss-4.2.2.GA and (if I have understood correctly) my WAR are unpacked in /opt/jboss-4.2.2.GA/server/default/deploy/myapp.war/. Can I do changes in /opt/jboss-4.2.2.GA/server/default/deploy/myapp.war/ without redeploying the WAR? View the original post :

[jboss-user] [JBoss Messaging] - Re: Connection Factories in JBM 1.3

2008-10-20 Thread rana24
Thanks , Andy , You made it even more clear to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183182#4183182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183182 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to edit already deployed WAR?

2008-10-20 Thread jaikiran
What kind of changes? JSP changes will be picked without requiring a redeployment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183259#4183259 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183259

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
hmmmwe try to avoid create projects that points deeply into the plugins/runtimes - exactly to avoid this issue. If we do that that is a bug. Which classpath container points to a jboss-seam.jar not inside your project ? Which config files are you talking about ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate console with entities in many

2008-10-20 Thread chawax
Thanks for your response Max. I have a workaround for the moment as I said, not very convenient, but at least it exists ! It would be great anyway if Emmanuel has a better workaround. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183170#4183170 Reply to the

[jboss-user] [JBoss Portal] - Page level communication on JSR286 portlets

2008-10-20 Thread michaelchan
Hi, I am using the bundled version of JBP 2.7 CR.1. And have been trying out event publishing / processing. However, it seems that one event could not be published from one portal page to another. The following is the code snippet of process action: | | public void

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Exploded Deployment

2008-10-20 Thread bronzeiii
hey Jaikiran Yes, my web.war folder contains a sub-folder, WEB-INF, and it contains a web.xml file. when i execute jar -tf web.war I received java.io.FileNotFoundException: web.war (Access is denied) I'm not sure why it's throwing a FileNotFoundException since web.war is a folder instaed

[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

2008-10-20 Thread dhanushgopinath
It will work if I try to put the XSD's in the directory mentioned. But then I will have to put all the XSD's that my WSDL uses in that directory, which is not the expected behavior It creates problem later also when I try to create a WS Client for the deployed BPEL. The error now will be like

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-20 Thread jaikiran
anonymous wrote : org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:service=OracleXAExceptionFormatter | Remove the following from your datasource files: mbean code=org.jboss.resource.adapter.jdbc.vendor.OracleXAExceptionFormatter |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Exploded Deployment

2008-10-20 Thread bronzeiii
btw.. my OS is windows vista. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183263#4183263 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183263 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: chaning seam version

2008-10-20 Thread [EMAIL PROTECTED]
could it be that something was holding on to the old jars ? i.e. a running jboss's classloader ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183242#4183242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183242

[jboss-user] [JBoss Portal] - HelloWorldJSPPortlet

2008-10-20 Thread nhearne
Hi I have followed steps in creating HelloWorldJSPPortlet and managed to use the war -as it is describ in the example - within the JBossPortal. I now would like to add the example to the eclispe and get it run in the eclipse IDE. But after adding the jsps (view.jsp and view2.jsp) which include

[jboss-user] [JBoss Portal] - How to use LDAP Authentication but Local DB Roles

2008-10-20 Thread dleerob
Hi, I have managed to get JBoss Portal 2.6.6 to authenticate with our LDAP server, and allow the user access. However, I don't want to use any roles from LDAP, I want to use the local JBoss Portal DB for roles/security etc, as if logged in as a local user. So basically, when a user logs in,

[jboss-user] [JBoss AOP] - How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-20 Thread DerMas
Everything works fine with Jboss AS 4.2.2 I have an EJB.jar with my not intercepted classes(+META-INF) and an intercepted.aop with the classes that are intercepted by Jboss aop(+ META-INF with an empty jboss-aop.xml(I am using annotations)). I put both with my libs META-INF into one

[jboss-user] [JBoss Getting Started Documentation] - Re: Security Exception when switching to Database Authentica

2008-10-20 Thread Aahz
Judging from the older posts I found here, there seems to be NO solution to the problem besides switching off EJB security. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183211#4183211 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Exploded Deployment

2008-10-20 Thread jaikiran
bronzeiii wrote : since web.war is a folder instaed of a file... | | | I assumed that it was an archive. Use this instead: dir /b /s View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183269#4183269 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem: Web Service fails when jboss started using wrap

2008-10-20 Thread dineshatit
Thanks Friends I have got the solution by adding this line -Djava.endorsed.dirs=$JBOSS_ENDORSED_DIRS in wrapper.conf (addtional opt.1) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183271#4183271 Reply to the post :

  1   2   >