[jboss-user] [JBoss Portal] - Unable to get the admin page in community version

2009-01-19 Thread k.lakshmi.narayana
I have downloaded jboss-portal-2.7.0.GA and started the server, after logging in as admin admin, i am directed to portal page and then when I click on the admin link, i am directed to a blank page and my console shows lot of errors View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Hi, I'm using Jboss5.0, jdk1.6, and Firebird as my database. I'm tring to deploy Java Persistence in my application. my persistence.xml: | ?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] [EJB 3.0] - Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Hi, I'm using Jboss5.0, jdk1.6, and Firebird as my database. I'm tring to deploy Java Persistence in my application. my persistence.xml: | ?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] [EJB 3.0] - Re: JBoss 5 Manven artifact availability

2009-01-19 Thread brucemclachlan
Great. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202746#4202746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202746 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread jaikiran
?xml version=1.0 encoding=UTF-8? | connection-factories | mbean code=org.firebirdsql.management.FBManager name=jboss.jca:service=FirebirdManager | attribute name=FileName/Source/mydb.fdb/attribute | attribute name=UserNamesysdba/attribute | attribute

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread jaikiran
Let's continue this discussion in your other post here http://www.jboss.com/index.html?module=bbop=viewtopict=148870 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202749#4202749 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: @depends annotation

2009-01-19 Thread jaikiran
Was a known issue which got fixed recently in EJB3 trunk http://www.jboss.com/index.html?module=bbop=viewtopict=143931start=10 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202750#4202750 Reply to the post :

[jboss-user] [JBoss jBPM] - Problem with variables when calling ESB from a fork

2009-01-19 Thread hauch
I have a setup where I call an ESB service from a workflow using EsbActionHandler. When the ESB node is in a fork/join I am not able to get the values returned from the ESB (I can not see them in the console). When the ESB node is executed without a fork/join everything works fine. Is there a

[jboss-user] [Beginners Corner] - Re: First Deployment - HelloWorld app

2009-01-19 Thread jaikiran
Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse schema for nsURI=, baseURI= | null, schemaLocation=http://java.sun.com/j2ee/dtds/web-app_2.2.dtd | at org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.resolve(DefaultSchemaResolver.ja | ... |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-19 Thread jaikiran
Let's continue this discussion in your (better formatted) post here http://www.jboss.com/index.html?module=bbop=viewtopict=148836 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202760#4202760 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread mlange
jboss.j2ee:service=EARDeployment,url='yourear.ear' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202761#4202761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202761 ___

[jboss-user] [JBoss jBPM] - Re: I deploy the bpel file successful, but when I used axis

2009-01-19 Thread alex.gui...@jboss.com
Do you see any error in the server console? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202762#4202762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202762 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread mlange
jboss.j2ee:service=EARDeployment,url='yourear.ear' But an ear is not a real service in JBoss sense so this might not work in all cases (we are using this way to make an ear depend on a cache loader and it works). View the original post :

[jboss-user] [JBoss jBPM] - Re: Source code for JBPM BPEL 1.1.1

2009-01-19 Thread alex.gui...@jboss.com
The repository changed from CVS to SVN. The source code for jBPM BPEL 1.1.1 is located at https://svn.jboss.org/repos/jbpm/jbpm3/tags/bpel-1.1.1.GA. The source code is also provided in the distribution, in the src directory. View the original post :

[jboss-user] [JBoss jBPM] - Re: Deploying WebService in BPEL Project - selection of size

2009-01-19 Thread alex.gui...@jboss.com
Glad you were able to figure out the problem. In the future, you can find which expression is causing the problem by looking a few lines back in the log file, where the expression about to be evaluated will be printed at DEBUG level. View the original post :

[jboss-user] [Beginners Corner] - Re: First Deployment - HelloWorld app

2009-01-19 Thread pgbonino
Hello. Thank you very much for your answer. I must say though that I have advanced a little in my problem. As you say, there was something both with my web.xml and my application.xml. However, I get another error now. I'm not at home with my laptop (as soon as I get home, I'll post more

[jboss-user] [Beginners Corner] - Re: First Deployment - HelloWorld app

2009-01-19 Thread jaikiran
anonymous wrote : This afternoon (Spain) I'll give more details. Please, stay tunned in order to try helping me. Take your time :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202771#4202771 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with variables when calling ESB from a fork

2009-01-19 Thread hauch
Ok, I guess I found the answer myself: The EsbActionHandler writes the ESB reply to localVariable. In a fork this means that the reply is stored on the TokenVariableMap belonging to the path. Therefore you must explicit get it from TokenVariableMap and not directly from contextInstance. View

[jboss-user] [JBoss Portal] - Change number of available languages

2009-01-19 Thread tombol
Is it possible to change the available languages shown in the drop down menus? For instance I want for the user (and/or in the admin panel for the administrator )to see only three languages english francais and german.. and not all languages Is this possible and how ? thanks in andvance!

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-19 Thread speleomaniac
Hi Max, I configured Eclipse configuration for Debuging m2eclipse plugins and the plugins from JBoss Tools... But what I am strugling at the moment to find understandable documentation over WTP for Adopters Considering your experiance in WTP for extending can you or one of your team

[jboss-user] [JBossWS] - error in calling a webservice

2009-01-19 Thread amitru
Hi, I am calling a web service and getting an error i.e java.lang.NoClassDefFoundError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at

[jboss-user] [JBoss Cache: Core Edition] - Re: Configuration issue

2009-01-19 Thread manik.surt...@jboss.com
Hmm - if there is no other shared data at all, you could use non-clustered caches in all of your JVMs that actually use the country/city data, configure them to use a TcpDelegatingCacheLoader, and then set up a single cache on a single JVM with all of your data, and stick a TcpCacheServer in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread noelo
Thanks MLange, Alas I think that makes the service depend on the EAR (I think) and its the other way around I need it i.e. make the EAR not fully deploy until the CacheInstance is up and running e.g. Somewhere in the EAR | depends | jboss.cache:service=MyCacheInstance | /depends

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread jaikiran
What component in the EAR is dependent on that service? Is some EJB dependent on that cache service? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202808#4202808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202808

[jboss-user] [JBoss Cache: Core Edition] - Re: ObjectName with invalid character

2009-01-19 Thread manik.surt...@jboss.com
This is odd, I have started an all instance of JBoss AS 5 (Sun JDK 6, Fedora 10) and the JBC MBeans register just fine and I can see them in the JMX console. And this includes the : and , characters. I even see other MBeans (e.g., JBoss Messaging queues, etc) that use these characters and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error on deploying the insurance application in Drools on J

2009-01-19 Thread rinkigoyal
Hello , I am facing the problem regarding the deployment of insurance application with Jboss Drools. I have installed the jbpm-jpdl-3.2.2 suite with preconfigured JBOss Application Server. I have installed the drools-jbrms.war of version 4.0.7 on it. And i ahve downloaded the code for

[jboss-user] [JBoss jBPM] - Error on deploying the insurance application in Drools on J

2009-01-19 Thread rinkigoyal
Hello , I am facing the problem regarding the deployment of insurance application with Jboss Drools. I have installed the jbpm-jpdl-3.2.2 suite with preconfigured JBOss Application Server. I have installed the drools-jbrms.war of version 4.0.7 on it. And i ahve downloaded the code for

[jboss-user] [JBoss Portal] - How to create a new Portlet Instance using API

2009-01-19 Thread yanivc24
Hi Since this part is not well documented( or at least I was not able to find any documentation besides the Javadocs) I have difficulty finding how to create a new portlet instance using the exisiting APIs. Can anyone advise. Thanks, Yaniv. View the original post :

[jboss-user] [JBossWS] - Time to elect your best contributor

2009-01-19 Thread alessio.sold...@jboss.com
As you probably see in the jboss.org homepage, the JBoss Community Leadership Awards votes have started. Here is the list of people I've proposed as they actively contributed to JBossWS (and related projects): * Peter Johnson for his forum activity in the issue/Jira category. * Stefano

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Will the container restore the transaction isolation level?

2009-01-19 Thread Marcos_APS
Hello, everybody! Look at the following code: | public void foo() | { | Connection connection = null; | PreparedStatement command = null; | ResultSet data = null; | try | { | InitialContext context = new InitialContext(); | DataSource

[jboss-user] [JBossWS] - Re: WS-Secure Conversation status?

2009-01-19 Thread gllambi
Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202828#4202828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202828 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: org.jboss.remoting.marshal.InvalidMarshallingResource: C

2009-01-19 Thread vink
I've tried 2.2.2.SP11 as it is stable for threads but invalid marshal is reproducible. So, I rollback to 2.4.0.SP1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202829#4202829 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: EAR Auto-Deployment Issue with Ganymede and JBoss Tools

2009-01-19 Thread max.ander...@jboss.com
mingdexu, could you please try beta or even better latest build ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202837#4202837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202837

[jboss-user] [JBoss Tools (users)] - Re: parameters/preferences of portlet

2009-01-19 Thread max.ander...@jboss.com
Hi Herman, I suggest you ask in the portal forum. If that shows the tools is causing something to fail please let us know - but I believe this to be not specific to the tools. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202839#4202839 Reply to the post :

[jboss-user] [JCA/JBoss] - Can I disable CachedConnectionManagerMBean

2009-01-19 Thread tilek
I known the way to disable it but I am not sure, it have any side effect if it is disabled. Could you please explain me? 1. What is a responsibility of CachedConnectionManager? 2. What happen when it is disable? Thanks View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss View Error

2009-01-19 Thread max.ander...@jboss.com
All depends on what you want to do ;) Our docs has tutorials/intro's for using JBDS with Seam so if that is what you want that should be enough. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202842#4202842 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-19 Thread max.ander...@jboss.com
I don't know of any central activity/class diagrams for WTP. I learned from the source code and usages of it (Eclipse got good tools for that ;) And otherwise google and eclipse.org with its wiki and newsgroup search is your friend. View the original post :

[jboss-user] [JCA/JBoss] - Re: Can I disable CachedConnectionManagerMBean

2009-01-19 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-9325 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202846#4202846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202846 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread noelo
A war file contained in the EAR has a dependency on a jboss cache instance which it retrieves through JMX. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202847#4202847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202847

[jboss-user] [JBoss Getting Started Documentation] - Problems with Remote connection to the JBoss AS server

2009-01-19 Thread ChipChopChippy
Hi, I'm trying to connect to a remote JBoss 5 AS server without success. I've started JBoss using: ./run.sh -b 172.21.160.131 and also: ./run.sh -b 0.0.0.0 But I still can't connect remotely. Local connection is fine. The AS is running on Ubuntu 8.10 Thanks View the original post :

[jboss-user] [JBoss Portal] - unable to archive the folder in CMS

2009-01-19 Thread k.lakshmi.narayana
hi, I am following the quick start guide for the jboss portal 2.7 and when I am trying to upload the quickstart.zip, everything worked fine, but I couldnt see the folder added . please help me in this View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-01-19 Thread jaikiran
You can add the depends in your jboss-web.xml (in the WEB-INF) of your WAR file: jboss-web | | dependsblah.blah/depends | | /jboss-web View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202851#4202851 Reply to the post :

[jboss-user] [JBoss Portal] - what about jboss portal + AS + java 1.6

2009-01-19 Thread k.lakshmi.narayana
can I work with jboss portal+ As 2.7. version along with java 1.6 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202854#4202854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202854

[jboss-user] [EJB 3.0] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread Herman06
Thanks Jaikiran. It's from the Jboss5.0 dir/docs/examples/jca/firebird-ds.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202857#4202857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202857

[jboss-user] problem using java xsl api in jboss 4.2.2 GA

2009-01-19 Thread Thierry B
Hello, I've got a java class which use api (javax.xml.transform.Transformer)to do xsl transformation. I tested it in a local project eclipse and it worked well. I tried to crate a webapp project with a servlet. This webapp is packaged to a WAR file which is deployed on JBoss 4.2.2 GA. The

[jboss-user] [JBoss jBPM] - Large Jbpm Variables Slow System Down

2009-01-19 Thread dleerob
Hi, My workflow system has the ability to attach a file. This file is streamed into a byte[], and then set as a variable on a task instance. Lets say I attach a file of about 2MB (or more), the system is quite slow when calling taskInstance.getVariablesLocally(), which returns a Map of

[jboss-user] [JBoss Tools (users)] - Exception when deploying a project created by the JSF portle

2009-01-19 Thread mottfried
I am trying to setup a JSF/Portlet for bundeled version of JBoss Portal 2.7.0 with the last JBoss Developer Studio 2.0.0 CR1 or the latest JBoss Tools and my own eclipse. But everytime i deploy the automatically created skeleton I get: 13:50:49,718 INFO [TomcatDeployer] deploy,

[jboss-user] [JBoss Portal] - Exception when deploying a project created by the JSF portle

2009-01-19 Thread mottfried
I am trying to setup a JSF/Portlet for bundeled version of JBoss Portal 2.7.0 with the last JBoss Developer Studio 2.0.0 CR1 or the latest JBoss Tools and my own eclipse. But everytime i deploy the automatically created skeleton I get: 13:50:49,718 INFO [TomcatDeployer] deploy,

[jboss-user] [Security JAAS/JBoss] - getCallerPrincipal().getName() cached? with JBoss 5.0.0.GA

2009-01-19 Thread ti
Hi everybody I'm logging the Name of the Principal and getting always the same Name from the first Invocation of the Bean. The calls are made from a standalone Client under different User Names. | ... | SessionContext ctx; | | public double getRate(CurrencyType from, CurrencyType

[jboss-user] [JBoss jBPM] - Re: Large Jbpm Variables Slow System Down

2009-01-19 Thread Olivier_Debels
You can create your custom variable instance. - the getObject() can return a lazy object (not filled in) - once you touch this you do the bulk of work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202869#4202869 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Deployment error in JPA with Firebird

2009-01-19 Thread jaikiran
Hmm, that's strange. I haven't tried that file. See the last section here http://www.jboss.org/community/docs/DOC-12237 for a possible alternative. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202870#4202870 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

2009-01-19 Thread jaikiran
pepelara wrote : | As the thread has a lot of visits, can I post the solution about the web client? | | Sure, feel free to post the solution which might help others :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202871#4202871 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Problems with Remote connection to the JBoss AS server

2009-01-19 Thread jaikiran
What does remote connection mean? Accessing through browser on a remote system? Are you sure the firewall is not blocking the request? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202875#4202875 Reply to the post :

[jboss-user] [Beginners Corner] - Re: First Deployment - HelloWorld app

2009-01-19 Thread pgbonino
Hello again :D . So I'm back at home with my laptop. With the JBoss down, I copy the ear file and start the JBoss server. It runs well, but shows the following error: 15:08:05,261 ERROR [AbstractKernelController] Error installing to Start: name=ProxyFactory/HelloWorld/null state=Create |

[jboss-user] [JBoss Getting Started Documentation] - Re: Problems with Remote connection to the JBoss AS server

2009-01-19 Thread ChipChopChippy
The server is on the same subnet, and I can access Xwiki (running on the same box) on port 8080 (obviously JBoss is not running!), so I'm certain it's JBoss issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202885#4202885 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: parameters/preferences of portlet

2009-01-19 Thread hreintke
Hello Max, I managed to find the issue. When creating the portlet using new-jboss portlet in the UI you can only insert init-param value pairs. I had to include additional entries in the resulting portlet.xml where the portlet-preferences are defined and then the show up in the jboss admin

[jboss-user] [Beginners Corner] - Re: First Deployment - HelloWorld app

2009-01-19 Thread jaikiran
Did you do any changes to your server configurations? On a clean JBossAS-5.0 GA, the application that you uploaded HelloWorld.ear deploys without any issues (after fixing the web.xml dtd issue) : | | 20:16:33,498 INFO [EjbDeployer] installing bean:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with facelets when switching to Jboss 5.0

2009-01-19 Thread jaikiran
I think you should open a new thread in the JBossAS5 forum http://www.jboss.com/index.html?module=bbop=viewforumf=287 since this looks like specific to AS5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202895#4202895 Reply to the post :

[jboss-user] [JBoss AOP] - Ignore Field Access in Advice

2009-01-19 Thread lydiachung
I wrote a very simple entity object which has a unique field called objectID. | public class CustomObject{ | public Long objectID; | public String field1; | public String field2; | } | And I have a field interceptor which intercepts all the field read and write

[jboss-user] [Management, JMX/JBoss] - Re: @depends annotation

2009-01-19 Thread Renen
Thank you. I browsed around a little - is there somewhere I can get a nightly build (or similar) from? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202898#4202898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202898

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with facelets when switching to Jboss 5.0

2009-01-19 Thread misqu23
Thanks I've just opened new thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202901#4202901 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202901 ___ jboss-user mailing

[jboss-user] [Management, JMX/JBoss] - Re: @depends annotation

2009-01-19 Thread jaikiran
You will have to patch the AS using the EJB3 plugin. More details here http://www.jboss.org/community/docs/DOC-9564 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202902#4202902 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Deadlock in JDBCCacheLoader

2009-01-19 Thread gpklimek
As advised: I have created https://jira.jboss.org/jira/browse/JBCACHE-1466 for the issue. Regards, Grzegorz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202906#4202906 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: parameters/preferences of portlet

2009-01-19 Thread max.ander...@jboss.com
add a feature request in jira and explain what extra xml you want generated and we'll look into it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202908#4202908 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202908

[jboss-user] [EJB 3.0] - MDB auto-create destination in JBoss 5

2009-01-19 Thread greigm
Hi, I've been happily using EJB3 MDBs in 4.2.2 for some time and they auto-create their destination queues/topics nicely. I'm looking to do the same in 5.0.0 but can't quite figure out how to get the destinations to auto-create when the MDB is created. I've found this:

[jboss-user] [EJB 3.0] - Re: MDB auto-create destination in JBoss 5

2009-01-19 Thread jaikiran
anonymous wrote : but I don't have a jboss.xml file in my 5.0.0 structure That's an optional file. So if it is not present, then you can create one under the META-INF folder of the EJB jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202910#4202910

[jboss-user] [JBossMQ] - Re: Queue Receiver hangs

2009-01-19 Thread Mikle123
Sorry for digging up this old thread but we seem to experiece exactly the same thing. Any solutions sugestions for the problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202915#4202915 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Configuration issue

2009-01-19 Thread DanielTravin
I think I understand you advise, but i doubt whether this appoach synchronize data between JVMs that use same node if none of them is a coordinator? Example of JVMs and nodes that they use Coordinaror JVM /UK /UK/Cardiff /UK/London /UK/Bristol /Spain /Spain/Madrid /Spain/Barselona JVM1: /Spain

[jboss-user] [EJB 3.0] - Re: MDB auto-create destination in JBoss 5

2009-01-19 Thread greigm
thanks, but I created a jboss.xml in my meta-inf dir and put this inside it: jboss | enterprise-beans | message-driven | create-destinationtrue/create-destination | /message-driven | /enterprise-beans | /jboss and JBoss really didn't like it - would I effectively

[jboss-user] [JBoss jBPM] - Re: Source code for JBPM BPEL 1.1.1

2009-01-19 Thread karluqs
Hi Alex, Thanks for the answer, now it's ok. There's so many folders in subversion that i got lost. Carlos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202925#4202925 Reply to the post :

[jboss-user] [JBossMQ] - Re: Creating Connection Factory in JBoss MQ.

2009-01-19 Thread adr...@jboss.org
1) Go to the READ THIS FIRST topic at the top of this forum 2) Click on the link for the main JBossMQ wiki page 3) Click on the link that says Configuration/connectors - the different mechanisms used to connect to the server That's the long version of RTFM :-) View the original post :

[jboss-user] [JBossMQ] - Re: Begin Not Followed by End

2009-01-19 Thread adr...@jboss.org
connection.close() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202934#4202934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202934 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Unable to get the sources of jPBM designer

2009-01-19 Thread craquerpro
Any news for this? Have the repository been changed like BPEL from CVS to SVN? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202933#4202933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202933

[jboss-user] [JBossMQ] - Re: JMS Problem on clean install of Jboss-4.2.2.GA

2009-01-19 Thread adr...@jboss.org
Set your log4j level to INFO View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202936#4202936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202936 ___ jboss-user mailing list

[jboss-user] [JBossMQ] - Re: Queue Receiver hangs

2009-01-19 Thread adr...@jboss.org
Contiually digging up these old FAQs is pointless. Nobody ever reads the answers - even if we could be bothered answering all the repeat questions. Its like the DEBUG message containing an IOException I just answered for the 10,000th time. That's why there is an FAQ page. Just to prompt you in

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-19 Thread speleomaniac
You mean the hard way View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202940#4202940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202940 ___ jboss-user mailing list

[jboss-user] [Advanced Documentation] - Re: Configuring the Manager web application Context

2009-01-19 Thread PeterJ
Are you looking for this: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html#d0e22086 If not, could you rephrase your question? Perhaps give an example of what you want to accomplish? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202941#4202941

[jboss-user] [JCA/JBoss] - Re: Question about inflow and container managed transactions

2009-01-19 Thread adr...@jboss.org
If you mean messaging inflow, you provide an XAResource to the MessageEndpoint. You can then choose to fail the commit in prepare() or commit(onePhase). If it is more simple than that, its not an issue for JCA. You would instead just act as EJB client, i.e. use the UserTransaction. View the

[jboss-user] [Advanced Documentation] - Re: bocBase in Context.xml

2009-01-19 Thread PeterJ
The docBase is a full path on your host. You can pick any path that you like, and place your static content there. As an example, assume that you have some static content (HTML, CSS, GIF, JPG, PNG, files) located at /opt/static, or its subdirectories. The set docBase to /opt/static. View the

[jboss-user] [JCA/JBoss] - Re: javax.resource.ResourceExcption while using JmsXA

2009-01-19 Thread adr...@jboss.org
rana24 wrote : Jboss Tech Team: | | Anyone who can provide some pointers here? Its in the FAQ. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202945#4202945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202945

[jboss-user] [JBossWS] - Re: error in calling a webservice

2009-01-19 Thread PeterJ
It might help if you posted the full exception stack trace (what you posted appears to be missing the name of the class that was not found). But my guess would be that you did not include the stub classes generated by wsconsume in your client's classpath. View the original post :

[jboss-user] [JCA/JBoss] - Re: Issues connecting to Tibco EMS

2009-01-19 Thread adr...@jboss.org
anonymous wrote : | 2009-01-02 09:39:31,984 DEBUG org.jboss.resource.adapter.jms.inflow.dlq.AbstractDLQHandler] Attempti | ng to create queue connection with user null | This is the connection for the DLQ connection. You haven't specified the user/password for that see the activation

[jboss-user] [JCA/JBoss] - Re: Issues connecting to Tibco EMS

2009-01-19 Thread davidyo
If i specifiy DLQUser and DLQPassword I get the same thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202948#4202948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202948 ___

[jboss-user] [JCA/JBoss] - Re: WHY pingDatabase failed status=-1?

2009-01-19 Thread adr...@jboss.org
Ask Oracle. pingDatabase() is their method so they should be able to tell you what the status codes mean. My guess is that it is just a generic status saying the connection is broken. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202950#4202950 Reply to the

[jboss-user] [Clustering/JBoss] - Re: round robin on Jboss 5

2009-01-19 Thread bstansbe...@jboss.com
What kind of client? EJB 2? EJB3? JMS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202952#4202952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202952 ___ jboss-user mailing

[jboss-user] [Clustering/JBoss] - Re: Failover not works in jboss cluster

2009-01-19 Thread bstansbe...@jboss.com
Please describe in as much detail as possible exactly what you are seeing, i.e. step by step with when the requests occur, how exactly servers are stopped, what responses are received. Also, what JBoss AS version. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Support for Windows 2008 (64-bit)

2009-01-19 Thread stlecho
Hi, I was wondering if special requirements (specific startup params, java version to be used, ...) exist to install JBoss AS v4.2 and v4.4 on a 64-bit OS (in our case Windows 2008). Regards, Stefan Lecho. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Session Replication and Sticky Session

2009-01-19 Thread bstansbe...@jboss.com
See step 9 on http://www.jboss.org/community/docs/DOC-12525 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202963#4202963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202963 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Support for Windows 2008 (64-bit)

2009-01-19 Thread PeterJ
No special requirements. You can use either a 32-bit or 64-bit JDK, though since you are using 64-bit Windows 2008, you might want to use a 64-bit JDK (NOT the Itanium one!) If you are going with JBoss 4.2.3, note that there is JDK5-related binary download and a JDK6-related binary download -

[jboss-user] [JBossMQ] - Re: Queue Receiver hangs

2009-01-19 Thread ntsankov
What if I have 5 MDBs behind those queues and I get the same situation? Is this also covered in the FAQ? (I read it, but couldn't find a clue...) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202968#4202968 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: JBoss Clustering hang because of log4j

2009-01-19 Thread bstansbe...@jboss.com
anonymous wrote : 2009-01-16 02:40:10,680 ERROR [STDERR] java.io.IOException: ¼Õ»óµÈ NFS ÆÄÀÏ ÇÚµé | Can you tell me what all those special characters say? Looks like it's a failure to close

[jboss-user] [JBossMQ] - Re: Queue Receiver hangs

2009-01-19 Thread Mikle123
Adrian, thanks for the answer and you are absolutly right i should have done some more research one the topic before posting. Unfortunaly its seems not to be basic stuff like forgeting to set the Exception Listeners and handle the exeptions. However as i'm quite shure you have heared that many

[jboss-user] [JCA/JBoss] - Re: Connection pool leak in JBoss 3.2.5 ???

2009-01-19 Thread adr...@jboss.org
Come on, I wasn't prepared to answer this question 3 years ago when 3.2.5 was only 2 years old. Why ask about potential bugs in very old versions that are probably already fixed in the latest version? Try the latest version (or at least a more recent version that is not 5 years old). If

[jboss-user] [JBoss jBPM] - Problems with jbpm 3.3.1 GA and JBoss AS 5.0.0 GA

2009-01-19 Thread the_fredo
Hi ! Maybe I missed something, but I have some basic problems with jbpm 3.3.1 GA/JBoss AS 5.0.0 GA (Java 6) 1) http://localhost:8080/jbpm-console/app/processes.jsf produces an empty page with a stack trace already posted in that group :

[jboss-user] [JBoss Tools (users)] - Re: Seam EAR deployment problem

2009-01-19 Thread max.ander...@jboss.com
Not sure if there is any other way to learn how a piece of software really works ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202975#4202975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202975

[jboss-user] [JBoss jBPM] - JBMP 3.3.1

2009-01-19 Thread pip33
hi I install jbpm-3.3.1.GA-installer on wondows xp i run the script run.bat for start the service open mozille in my localhost, but i dont know where is jbpm-console where is? existe any guide to install jbpm-3.3.1.GA-installer thanks View the original post :

[jboss-user] [JCA/JBoss] - Re: Issues connecting to Tibco EMS

2009-01-19 Thread adr...@jboss.org
If you specifed them correctly you can't get the same thing. It would show the user id in the DEBUG message and also in the error message where it shows the ActivationSpec properties. Of course, it would still fail if they were invalid like the TIBCO error message says. Does it work if you

[jboss-user] [Clustering/JBoss] - Re: discarded message from non-member

2009-01-19 Thread bstansbe...@jboss.com
First, if you are a support customer (you're using EAP), please open a case via the Customer Support Portal. There's no SLA via the forums. Otherwise, 1) Are you actually using UDP multicast? The ports shown in your logs seem more like what would be used by a TCP-based JGroups config. (Could

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

2009-01-19 Thread manasmallik
I am using DatabaseServerLoginModule for my JAAS authentication. My problem is that, if the data base is down then how can i propagate the error message from the DatabaseServerLoginModule to the error jsp page. It is the same error jsp page which is configured for the Form based

[jboss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal().getName() cached? with JBoss 5.0.0.

2009-01-19 Thread ragavgomatam
YES, Jboss caches the Principal in your HttpSession till the duration of your seeion time out. Check the login-config.xml. You can turn it off if you desire View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202984#4202984 Reply to the post :

  1   2   >