[jboss-user] [JBoss Portal] - Any code difference is required if my project should be disp

2009-02-19 Thread nanda143kumar
I have used tomcat earlier and i have wrote my project's jsp and servlet classesand in tomcat project structure is pms-> -- jsp files -WEB-INF-> --web.xml --classess->java files this is my project str

[jboss-user] [JBoss jBPM] - cannot access jbpm webpage following the jbpm-webinar-demo

2009-02-19 Thread aroeder
I tried to follow the demo on: http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm Including the deployment on JBoss 4.2.3 everything worked fine. I also can see the holiday-request when I login to the: http://localhost:8080/jbpm-console page. But when I open the http://localhost:8080

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-19 Thread six-p4ck
Ok i have dezip a new eclipse and the same version of jbosstools than you and now it's work better. I say better because he found what i have in label_xx.properties but not what i have in messages_xx.properties. I have twice in components.xml: | | |

[jboss-user] [Security & JAAS/JBoss] - Re: Calling protected ejb method from anoter

2009-02-19 Thread drfranknfurter
It seems I spoke a bit hastily. Although initial tests indicated that this should work, I can't get it to work. I think I misunderstood. Here is my scenario: Web tier calls EJB1 method which is protected. The user has the required role and all is well. EJB1 calls EJB2 which requires a differen

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how to connect hsqldb from eclipse using servlet's or jsp's

2009-02-19 Thread nanda143kumar
Hi everyone i m using Jboss portal + Jboss AS as my Server Hsql as db and eclipse as my IDE.. please help me in connecting hsqldb from eclipse using Servlet's or jsp this is code i have used package pms; import java.sql.*; public class First { public static void main(String args[]

[jboss-user] [Beginners Corner] - Re: JBoss4.0.3SP1 | Issues with Parsing XML Schema importin

2009-02-19 Thread sg283
Instead of parsing the schema with DOM/SAX, just loading it with URL worked with JBoss. But I don’t know how and why? here is the sample code: URL schemaURL = Thread.currentThread().getContextClassLoader().getResource(WSConstants.BOOKING_SCHEMA_FILE); SchemaFactory provBookingSchemaFactor

[jboss-user] [Remoting] - Socket invocator and long transactions

2009-02-19 Thread doychin
Looks like there is some problem with long running transactions when used with socket invocation. I found that no matter what I will specify for transaction time out I get exception from server for trying to call statefull bean second time after 6 minutes. I'm sure there is no second call and t

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM3.3.1 under JBoss 4.2.3 via jbpm-conso

2009-02-19 Thread aroeder
Thank you for the hint. I zipped the files: | | gpd.xml | processdefinition.xml | processimage.jpg | | | and renamed the zip file to a .par file. Now it works. But how can I acces it now? I will open a new thread for this issue. | | Thanx again! View the original post : h

[jboss-user] [JBoss Tools (users)] - Re: JBT Nightly Deleting project does not clean up metadata

2009-02-19 Thread max.ander...@jboss.com
It's a tricky question ;) The deployed files are not actually "derived" files, it could be you deployed to something you really wanted to stay deployed no matter if the file or project is deleted from your workspace (actually deleted project by default just mean you remove it from the workspace

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from JBoss 4.2.3.GA to JBoss 5.0.0.GA

2009-02-19 Thread jaikiran
That's just a WARN message (which you can ignore) and is not related to what the original poster raised. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211692#4211692 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211

[jboss-user] [Microcontainer] - Re: Accessing EJB's with custom annotations.

2009-02-19 Thread ALRubinger
Ah, you're tackling this from the other end. ejb3-mc integration as described in the blog post is how I enabled @EJB injection into MC Beans. Here you're trying for custom annotation support on EJBs. As EJB bean impl classes are not installed as MC beans, the annotation plugin is not getting

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread su...@jboss.org
Hi, It works fine. I changed the deployment order in org.jboss.deployment.MainDeployer-xmbean.xml as below: | | Thnx :) Sunil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211689#4211689 Reply to the post : http://www.jboss.org/i

[jboss-user] [JBoss jBPM] - auto-continue wait state

2009-02-19 Thread galanfish
can i set the pvm auto resume(like calling signal outside) via configuration or programming? for example, if the externalActivity with exception throw out, then the process would wait for signal, if the externalActivity goes well, then the process keep on moving View the original post : http:/

[jboss-user] [JBoss Tools (users)] - undeploying a JAR

2009-02-19 Thread niranjan8712
Hi users, I developed a simple EJB3.0 entity based applicaition and deployed it. I changed the persistence.xml file, undeployed the earlier jar from the server view, deleted the earlier jar from the project navigator, made a new jar and deployed it again on the server. I restarted the server.

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
Since the -ds.xml file gets converted into set of MBeans and it seems that the deployment of those generated MBeans and scheculer-service.xml are clashing. why to make things complex? You can encapsulate the scheduler service in the sar and later add this sar with the -ds.xml inside the EAR and u

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread su...@jboss.org
When I use the default deployment order for JBoss it works fine. We want to deploy Alerter.jar before deploying scheduler-service.xml. Here, scheduler-service.xml looks for the Alerter class in Alerter.jar. So I changed the deployment order for .jar and -service.xml. Alerter.jar points to 'MS

[jboss-user] [JBoss Portal] - Problem wiht JFree charts in linux environment with JBOSS as

2009-02-19 Thread kiran_pvm
Using JBoss as application server in struts frame work. We used jfree charts to get the graphical reports. It is working fine in windows, the same is not working in linux environment. It is giving below error while accessing the graphs please guide me to resolve the issue its very very very urge

[jboss-user] [JBoss Messaging] - Re: JBM clustering scenario

2009-02-19 Thread gaohoward
anonymous wrote : | 11:08:13,730 INFO @Thread-10 failureDetected(FailoverCommandCenter.java:117) [FailoverCommandCenter | ] JBoss Messaging server failure detected - waiting for failover to complete... Can you turn on 'trace' log level and post more logs around this line? Thanks. View t

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user for dashboard u

2009-02-19 Thread diparc
I did not mention that I am not using any of the *IdentityLoginModule we use directory smart and I am using a custom login module for authentication that extends UsernamePasswordLoginModule. is it required to use one of the *IdentityLoginModules ? in web.xml of portal-server.war, I have changed

[jboss-user] [Beginners Corner] - Can I use drool rules with servlet?

2009-02-19 Thread avi007
Hi folk, I made a decision table using excel and called it using simple java class,its ran well but while trying to call it from servlet i am getting following error: anonymous wrote : java.lang.NoClassDefFoundError: org/drools/WorkingMemory | java.lang.Class.getDeclaredConstructors0(Nativ

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Syslog Jboss Nullpointer

2009-02-19 Thread daniel_jao
Hi All, Im trying to set up syslog on JBOSS. I uncommented this part in the log4j.xml. I also already enabled syslog. Enabling UDP in syslog(linux): In /etc/sysconfig/syslog(change is in red): # Options to syslogd # -m 0 disables 'MARK' messages. # -r enables

[jboss-user] [JBoss Messaging] - Re: JBM clustering scenario

2009-02-19 Thread clebert.suco...@jboss.com
There is a FAQ somewhere about killing versus stopping the server. You could set a flag to start failover after a clean shutdown, but usually failover will take place after a kill -9. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211669#4211669 Reply to the

[jboss-user] [JBoss jBPM] - jbpm 3.3.1GA problems with GPD and some queries

2009-02-19 Thread arpan25
hi all, I have installed jbpm 3.3.1 GA with gpd 3.1.6 with eclipse but I cannot see the option of creating a process definition when I create a new project..I can create a process project only. Can anyone help me with this ? I have installed jbpm 3.2.5 and 3.2.4 as well. I am getting the same t

[jboss-user] [EJB/JBoss] - Remote client lookup for EJB2.1 & 3

2009-02-19 Thread dasariprasad
what jars are required for a successfull look up from another system for ejbs of 2.1 & 3.0 ejb session beans as remote application client View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211667#4211667 Reply to the post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Portal] - Re: copy page & sub-pages from portal to dashboard programma

2009-02-19 Thread sambit_dixit
Add the pages and sub pages to template portal. dashboard by default copies the portal pages from template portal. You can either do this through the default-object.xml of portal-core/conf/data or through admin screen. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[jboss-user] [JBoss jBPM] - process resume

2009-02-19 Thread galanfish
assue that i want to build a simple workflow with my own simple language definition on top of pvm, and i want the workflow could have this feature: when a activity execute failed, the process instance could persist, and users could see the failed process instance and decide whther to resume, i

[jboss-user] [JBoss Cache: Core Edition] - FIFO Ordering

2009-02-19 Thread imbng
There was a question about this a while back (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=123638) but I was wondering if the answer has changed any since then. I noticed there is a FIFO evictor so there must be some level of FIFO ordering happening when this is used. Is there any

[jboss-user] [JBoss Portal] - Re: Single Dashboard For Multiple Portal

2009-02-19 Thread sambit_dixit
Sourav, Here is what i think it is there in dashboard in jboss portal currently. Dashboard is with respect to a single portal context and hence what pages available to a portal only can be added to a dashboard. What i'm trying achive is to provide a dashboard which will be an aggregation of

[jboss-user] [Clustering/JBoss] - Re: JBoss 5 Clustering Documentation Update

2009-02-19 Thread bstansbe...@jboss.com
It's still in progress. Go to the bottom of https://www.jboss.org/community/docs/DOC-12928 and there is a draft there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211654#4211654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Management, JMX/JBoss] - Re: is it possible to change maxpoolsize for MDB from JMX-Co

2009-02-19 Thread rksii
I would also like to change the maxpoolsize for an MDB at runntime. I don't care if it through the JMX console or not though that seems like the most likely place. Doesn't anyone have an answer for this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211653#

[jboss-user] [Microcontainer] - Re: Setting up JBossMC_2.0 for Eclipse

2009-02-19 Thread SegFault
Does any one have a systematic way to setup the microcontainer source for development. I was shocked at not finding a proper readme except for the one in the third-party tools which is not that useful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211649#421

[jboss-user] [JBoss jBPM] - Re: The jbpm-installer-3.3.1 has not created DB tables

2009-02-19 Thread srohanrao
I am not entirely sure, but as far as I know installer does not create any database. I ran the db scripts generated by JBPM installer to create the database and work of it. Then again I am not using JBPM demo web application just using the workflow engine in my application. View the original p

[jboss-user] [Security & JAAS/JBoss] - Problems with db when using security domain

2009-02-19 Thread newmanw10
I am trying to use a custom login module but when I do so I have problems getting to my DB. So without the @SecurityDomain("customSecurityDomain") annotation everything works just fine. When I use that security domain things look good from and EJB security standpoint as the user is authenticat

[jboss-user] [JBoss Portal] - Re: Single Dashboard For Multiple Portal

2009-02-19 Thread rohit000
Sambit, Dashboard itself is another portal (like admin) in a JBoss Portal instance. So the architecture cannot support as is multiple dashboards each specific to 1 portal. Neither I think supporting this would make sense as concept of dashboard is something specific to a user and a user would l

[jboss-user] [JBoss jBPM] - The jbpm-installer-3.3.1 has not created DB tables

2009-02-19 Thread santoshkumarsamala
I have executed jbpm-installer-3.3.1.GA, after the installation there has been a folder created with name jbpm in jboss/server/default/deploy/ I have overwritten the url,username and password in jbpm-mysql-ds.xml with values in my local values when i start jboss it has not created any databse

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat/Catalina is missing in JBoss 4.2.3

2009-02-19 Thread PeterJ
In JBoss AS 4.2.x, JBoss Web Server replaced Tomcat. Of course, JBoss WEb Server is just a variation of Tomcat. The classes you are looking for are probably in the jbossweb.jar file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211640#4211640 Reply to the

[jboss-user] [Microcontainer] - Re: Accessing EJB's with custom annotations.

2009-02-19 Thread bryan.kearney
I have seen it.. but does this work for EJB's as well? I ask becuase I have an EJB which looks like this: @Command(commandName = "PingBackend") @AuditType(AuditLogType.PING_BACKEND) @Stateless public class PingBackendCommand extends VdcCommandBase { I then created an Annotation Resolver:

[jboss-user] [Microcontainer] - Re: Setting up JBossMC_2.0 for Eclipse

2009-02-19 Thread obrien
"SegFault" wrote : Does any one have a systematic way to setup the microcontainer source for development. I was shocked at not finding a proper readme except for the one in the third-party tools which is not that useful. It's a maven project, so as long as your IDE supports it, just open it and

[jboss-user] [Microcontainer] - Re: Setting up JBossMC_2.0 for Eclipse

2009-02-19 Thread SegFault
Does any one have a systematic way to setup the microcontainer source for development. I was shocked at not finding a proper readme except for the one in the third-party tools which is not that useful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211632#421

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat/Catalina is missing in JBoss 4.2.3

2009-02-19 Thread bryanpugh
I hope this question is as easy and dumb as it sounds to me... I am migrating an application from JBoss 3.2.5 to JBoss 4.2.3. My client has some custom code that uses and extends classes in the catalina.jar (Specifically Request, Response, ValveContext, and ValveBase). My problem is that in th

[jboss-user] [JBoss Portal] - Re: Dashboard configuration - drag and drop

2009-02-19 Thread diparc
I have set aside the multiple dashboard, will be working on it after sometime. currently, I am configuring authentication for JBoss portal and using the same authentication that is used by my web app - Authentication works fine when i access the portal page. However it gives me a Http 500 No au

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Transaction is not active

2009-02-19 Thread itechmani
"itechmani" wrote : I have made the connection time to an hour from the very huge time given above. Please find the below change that i made to jboss-service.config file in the conf folder under messaging profile where i deploy my application. | | | | | | 3600 | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Transaction is not active

2009-02-19 Thread itechmani
I have made the connection time to an hour from the very huge time given above. Please find the below change that i made to jboss-service.config file in the conf folder under messaging profile where i deploy my application. | | 3600 | ${jboss.server.data.dir}/tx-object-sto

[jboss-user] [JBoss Portal] - Single Dashboard For Multiple Portal

2009-02-19 Thread sambit_dixit
Hi, I'm looking at a feature where i have created 3 different portals under a single jboss portal instance. Then based on the user log in i need to show dashboard of specific portal where user has access. One way i can think of is to put a controller in the front where it will check the user t

[jboss-user] [Clustering/JBoss] - JBoss 5 Clustering Documentation Update

2009-02-19 Thread yulun74
Hi, Does anyone know where can find the updated JBoss 5 clustering guide? The one on the web right now doesn't have the corresponding specifications for JBoss 5. Your help is greatly appreciated. Thank you, Eric View the original post : http://www.jboss.org/index.html?module=bb&op=view

[jboss-user] [Beginners Corner] - Re: how can you trace SOAP messages in JBoss?

2009-02-19 Thread PeterJ
Uncomment this entry in the jboss-log4j.xml file: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211620#4211620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211620 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: CURSOR_SHARING option help needed

2009-02-19 Thread PeterJ
That should work. P.S. When posting XML text or source code, please enclose the text in UBBCode "code" tags - you can do this by selecting the text and clicking the Code button above the editor window. Also, click the Preview button to ensure that the formatting is correct and the XML text sho

[jboss-user] [JBoss Messaging] - Re: creating a private DLQ and redirect from a queue

2009-02-19 Thread ffranceschi
not works? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211616#4211616 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211616 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Cache: Core Edition] - SPECjAppServer2004

2009-02-19 Thread zeravlai
Hi all, I'm trying to setup a cache to test the performance of JBC 3.0 within JBoss AS 5.0. I'm quite a newbie, so take it easy with me ;-) Application to be used is SPECjAppServer 2004, which uses CMP2.0 EBs. These are the steps I followed: 1.- I created a cache config in jboss-cache-manager

[jboss-user] [JBoss Tools (users)] - JBT Nightly Deleting project does not clean up metadata

2009-02-19 Thread bdlink
Deleted a project created with new seam project (ear). Eclipse 3.4.1 builds deployment in .metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Server\deploy, including data source xml files. When I delete the project (right click on project and select delete), checking to delete all fil

[jboss-user] [JBoss Messaging] - Re: JBM clustering scenario

2009-02-19 Thread jbabad
I'm giving this one a nudge - to see if anyone has experience similar issues. It appears that I'm more likely to get messages stuck if the receiver client attempts to fail-over and then times out after 60 seconds. It is a though something loses track of the correct node IDs to use when pulling m

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread ryandavid
I mean that I have filled the username and password in config-property element as you but I saw that the createConnection doesn't receive them. So it works only if I use QueueConnection queueConnection = queueFactory.createQueueConnection("scott","mypass"); In addition I am trying to use a MDB

[jboss-user] [JBoss jBPM] - Re: where to set the database properties while installing jb

2009-02-19 Thread santoshkumarsamala
there was only file mysql-ds.xml I have removed even that, now i am getting following error | 12:41:11,381 INFO [DatasourceConnectionProvider] Using datasource: java:JbpmDS | 12:41:11,381 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null | org.j

[jboss-user] [JBoss Messaging] - Upgrade JBoss Remoting on JBoss 5

2009-02-19 Thread jbabad
Hi, Using JBoss 5.0.0.GA and its JBM I've seen the following exception | Exception in thread "Timer-2" java.lang.IllegalStateException: org.jboss.remoting.ConnectionValidator.run() should not be called directly; use org.jboss.remoting.ConnectionValidator.addConnectionListener() instead. |

[jboss-user] [JBoss jBPM] - Re: Deployment of jBPM3.3.1 under JBoss 4.2.3 via jbpm-conso

2009-02-19 Thread hkap...@ciber.com
Have a look at the following topic http://www.jboss.org/index.html?module=bb&op=viewtopic&t=150244 -Harshit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211584#4211584 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-19 Thread siddharth_2279
Hi, anonymous wrote : You can drop this file to jboss-5.0.0.GA\server\default\deploy and start the server. Please refer to the http example that comes up with jbm 1.4.1.GA. I dropped the file at the said location at then I started the server. It worked. The server started without any exceptio

[jboss-user] [JBoss jBPM] - Re: Blocking call from Java to jBPM workflow

2009-02-19 Thread hkap...@ciber.com
I understand that processInstance.signal(); is a blocking call till first wait state, I apologize for incomplete post. I am looking for a call that blocks until the workflow is over. Use case is as follows: BusinessProcess that I am implementing includes webservice orchestration (done through B

[jboss-user] [JBoss jBPM] - Re: where to set the database properties while installing jb

2009-02-19 Thread salaboy21
anonymous wrote : Deployment FAILED reason: Trying to install an already registered mbean: jboss.jca:service | =DataSourceBinding,name=JbpmDS | You are trying to deploy two times the same Datasource.. please check the deploy directory and look for two files with *-ds.xml View the original

[jboss-user] [JBoss jBPM] - where to set the database properties while installing jbpm-i

2009-02-19 Thread santoshkumarsamala
when I execute jbpm-installer-3.3.1GA, the wizard will run and I give the location of jboss and also in one of the screen i say that iam using mysql , then the wizard executes completely creating jbpm folder in jboss4.2.2./server/default/deploy/ when i open that newly created jbpm folder i am a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Transaction is not active

2009-02-19 Thread itechmani
Hi, am facing the very same exception, i tried changing the parameter you specifed as well. But am using JBOSS 4.2, so the jboss-service.xml said the block of code you specified is inactive and asked me to use the below lines of code instead. | | 300 | ${jboss.server.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration from JBoss 4.2.3.GA to JBoss 5.0.0.GA

2009-02-19 Thread fatbatman
I'm also getting; ... 17:44:32,601 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.extendedmanagedobjectadvi...@4d925d ... message while trying to migrate to JBoss 5. Any progress on why this is? View the original post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-19 Thread manik.surt...@jboss.com
"nathanmesser" wrote : | java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 199376, Num elements: 49840 | at org.jboss.cache.util.ImmutableListCopy.(ImmutableListCopy.java:74) | at org.jboss.cache.util.Immutables.immutableListConvert(Immutables.java:66) | at

[jboss-user] [JNDI/Naming/Network] - Re: spi.NotBoundException

2009-02-19 Thread fatbatman
I'm getting a similar error when calling try to access a bean from a service even though I see messages in the log telling me the bean has been installed. Can anyone help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211551#4211551 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: getting error when JBPM installer -3.2.4.GA has executed

2009-02-19 Thread santoshkumarsamala
my jbpm-mysql-ds contains the following entry, I have 5.0.51b mysql | | | | | | | | JbpmDS | jdbc:mysql://localhost:3306/jbpm | | com.mysql.jdbc.Driver | | root | welcome | | | MySQL | |

[jboss-user] [JBossWS] - schema validation in JBossWS 2.0.GA

2009-02-19 Thread ailing.qin
Hello, I need do schema validation (like annotation @SchemaValidation since jbossws 3.0) in my project with Jbossws-native-2.0.1.SP2 and Jboss 4.3.0.GA_CP03 without update Jbossws. How can I do? Any help would be appreciated. Thanks View the original post : http://www.jboss.org/index.html?m

[jboss-user] [JCA/JBoss] - Re: Problem in data source binding while server start

2009-02-19 Thread vickyk
"su...@jboss.org" wrote : | scheduler-service.xml looks for the Alerter class. | Can I see the contents of the scheduler-service.xml file? I don't understand how this issue is related to the jca forums now ;( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-19 Thread nathanmesser
This one is less obscure, we had an OutOfMemoryError during rollback. <19-Feb-2009 15:50:06 o'clock GMT> <[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1235058606291> <182721306 [[ACTIVE] ExecuteThread: '19' for queue: 'weblogic.kernel.Defau

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
"ryandavid" wrote : | Anyway the other strange behaviour is that I cannot put the credentials into the oracleaq-ds.xml What do you mean by this, I am unable to understand? It is already placed in -ds.xml anonymous wrote : SCOTT | 2brpq8n3 View the original post : http://www.jboss.org/index.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: CURSOR_SHARING option help needed

2009-02-19 Thread mimmo67
Can you help me in modifying the data source I use introducing the option you refer? My current data source is something like: jdbc/SOCRATEDS false oracle.jdbc.xa.client.OracleXADataSource jdbc:oracle:thin:@//xxx.yyy.zzz.aaa:/myschema myuser mypwd org.jb

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread vickyk
"ryandavid" wrote : Indeed I have arrived to method createManagedConection as you wrote. | | So, the username/password that I configured into the oracleaq-ds.xml file it should be found in ConnectionRequestInfo object ? Ideally yes, have a look at the CRI implementation of jms ra for Jboss h

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-19 Thread nathanmesser
We've just had an orphaned lock again, so we may have an additional problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211528#4211528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211528 __

[jboss-user] [EJB/JBoss] - TimerService Restart Issue

2009-02-19 Thread dolsen
I have the following Timer service class defined: | @Stateless | @RemoteBinding(jndiBinding="XXXCommandRemote") | public class XXXCommandBean implements XXXCommandRemote | { | static Logger logger = Logger.getLogger(XXXCommandBean.class); | | @Resource TimerService timerSer

[jboss-user] [Beginners Corner] - how can you trace SOAP messages in JBoss?

2009-02-19 Thread maverickdc
Hi all, i'm using JBoss 4.2.3, and i got this problem. I have to trace Web Services request/response messages (SOAP messages), because i need to evaluate some WS performance metrics...as request time, service time, and so on... I looked at the server.log file in the JBoss_home/server/default

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: CURSOR_SHARING option help needed

2009-02-19 Thread PeterJ
If I recall by Oracle connection options correctly (it's been a while since I used Oracle), you should be able to add this option to the connection URL string. In that case, I would define two data sources, one that has this option, the other that does not. Then set your apps to use the appropr

[jboss-user] [JBoss jBPM] - Re: getting error when JBPM installer -3.2.4.GA has executed

2009-02-19 Thread kukeltje
- is your datasource file correct? - what version of the mysql driver do you use? Download the lates 5.1.x View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211522#4211522 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211

[jboss-user] [JBoss jBPM] - Re: update process definition instead of creating new versio

2009-02-19 Thread kukeltje
"zoegraddy" wrote : I've read that the preferred option is to 'migrate process instances' to the new definition, but cannot find any details about how to go about doing that. Are we supposed to modify the jbpm database's tables directly? | For jBPM 3? Yes, since you can only be the one that

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-19 Thread six-p4ck
waw amazing demo!!! Thx a lot indeed it's work very fine in your demo. It's a problem in my configuration but i dont find where. I look again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211518#4211518 Reply to the post : http://www.jboss.org/index.htm

[jboss-user] [Advanced Documentation] - Re: Is it possible to use Oracle CEP with JBOSS server?

2009-02-19 Thread PeterJ
I have no idea. What are the requirements for running CEP? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211515#4211515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211515

[jboss-user] [JNDI/Naming/Network] - Re: TimerService issues

2009-02-19 Thread dolsen
Seems like the Command bean is deployed before the User bean and that the @Timeout happens to early. I guess the beans are deployed in alphabetical order? Changing the name to XXXCommandBean fixed the issue... Any ways of controlling this other than changing names of classes? There are still s

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-19 Thread akazakov
I've checked JBossTools-ALL-win32-3.0.0.GA-N200902190001-H1442 Still can't reproduce. See http://screencast.com/t/4PtOfkWEmqq View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211501#4211501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [EJB 3.0] - Re: ejb3.deployer does not have access to ear scoped loader

2009-02-19 Thread barakka
Hi! thanks for the replay. I've read the post you suggested and the one that was pointed by that one. I had already explored this topics and read everything I could find on the internet about the jboss classloader, loader repository, etc. The problem, however, is not related to hibernate search

[jboss-user] [JNDI/Naming/Network] - Lookup to SessionContext

2009-02-19 Thread Mailman2009
Hi, the lookup to SessionContext will fail with NameNotBoundException | InitialContext ic = new InitialContext(); | SessionContext sctxLookup = (SessionContext) ic.lookup ("java:comp/env/SessionContext"); | | I try this code in a Stateless SessionBean. Where is the problem? Need help

[jboss-user] [Security & JAAS/JBoss] - Re: multiple server.log files like server.log.2009-01-12 etc

2009-02-19 Thread aamonten
This isn't security related at all, please post at the right forum. The conf of log4j is located at conf/jboss-log4j.xml, comment the following line | | | and you will keep all the log in server.log View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread ryandavid
I am downloaded and used libraries of OC4J Version 9.0.4 and I can successfully send a message in the queue. I think that OC4J 10 libraries doesn't wotk with JBoss 4.0.2 Anyway the other strange behaviour is that I cannot put the credentials into the oracleaq-ds.xml View the original post : h

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate query not smart!

2009-02-19 Thread mimmo67
Hi all. I have a query automatically generate by Hibernate derived from different classes often mapped on the same Oracle table. The problem is that I obtain something like this: select * from A action0_ left outer join B action0_1_ on action0_.TRANS_ID=action0_1_.TRANS_

[jboss-user] [Management, JMX/JBoss] - Re: Service bean initialized twice

2009-02-19 Thread jaikiran
You seem to be marking it as @Service as well as @Stateless @Service | @Stateless | public class SessionManagerBean implements SessionManager, InternalSessionManager | Instead, mark it just as a @Service @Service | public class SessionManagerBean implements SessionManager, InternalSes

[jboss-user] [JBoss Messaging] - Re: Message Driven Beans do not reconnect after restarting t

2009-02-19 Thread oisino
Hi, I believe I'm getting a similar issue to that outlined above, using JBoss Messaging jboss-messaging-1.4.0.SP3 installed on JBoss 4.2.2.GA app server. the version of jboss-remoting is 2.2.2SP4, so it should contain a fix for the issue above. The stack trace is as below, thanks, Oisín. 2

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CURSOR_SHARING option help needed

2009-02-19 Thread mimmo67
Hi all. I'm working on an Hibernate project with Oracle database and I'm experimenting a huge performance problem on same queries. Our dba engineer suggested us to set the CURSOR_SHARING option to FORCE to solve these problems. My difficulty is that I need to set this option only for the single

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-19 Thread nathanmesser
I thought you might be interested in feedback. In my local testing I was unable to reproduce the problem of orphaned locks, and after two days being in our product and tested here we've not had any problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-19 Thread six-p4ck
Just download eclispe 3.4.1 , jbosstool 3GA nightly from link before, seam 2.1.1GA and JBOSS AS4.2 Dezip eclipse and jbosstools Make a new seam project with the wizzard and deploy it. Add stuff in component.xml replace text by #{messages['validator.email']}. In web site i see "must be a wel

[jboss-user] [Clustering/JBoss] - Clustering for a non-http based application on JBoss

2009-02-19 Thread sapan0832
Hi, I am trying to configure JBoss 4.2.3.GA for clustering applictions (not a web application). Since it is not a web application I am not configuring Apache and mod_jk. Here are the steps I followed for configuring clustering on JBoss: 1. Copied $JBOSS_HOME/server/all and renamed it asÂÃ

[jboss-user] [Security & JAAS/JBoss] - multiple server.log files like server.log.2009-01-12 etc

2009-02-19 Thread BrunoS
On one of our systems we see that several server.log files are created. They typically have names like server.log.2009-01-12, server.log.2009-01-07 etc. The server.log file is also present. System has not been restarted and we have not manually been changing the names. Because we are monitoring t

[jboss-user] [EJB 3.0] - Re: Deployment EJB3 5.0 GA migration

2009-02-19 Thread horstL
hi jaikiran, first thanx for response :-) yes bug seem to be the same, problem the ear has a size about 20Mb and is my work of the last year:-) therefore i don't want to upload it anywhere... i have a smaller test application (same style of implementation) but with this one the failure is not re

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread ryandavid
Ok, the last exception was due to the ExceptionListener that I was trying to set. So I removed that from my client code. Now I get this exception when I create a QueueSession java.lang.NoSuchMethodError: oracle.jdbc.internal.OracleConnection.getDbCsId()S | at oracle.jms.AQjmsSession.setDBR

[jboss-user] [Security & JAAS/JBoss] - Re: different security domain i servlet init method (deploy

2009-02-19 Thread mikala
"Wolfgang Knauf" wrote : | Use this: | SecurityClient client = SecurityClientFactory.getSecurityClient(); | | client.setSimple("user", "mypass"); | | client.login() | Thanks for reply When I using your sample code I have the same exception: | 13:36:54,291 ERROR [UsersRolesLoginMo

[jboss-user] [EJB 3.0] - Re: Access Session Bean from a Servlet in external WAR

2009-02-19 Thread formica
I think I can answer to my own post: in the EAR I had a META-INF/jboss-app.xml containing this: | | | AlignServer:archive=AlignServer.ear | | | | and adding a jboss-web.xml to the WEB-INF/ of the WAR | | | |AlignServer:archive=AlignSer

[jboss-user] [Security & JAAS/JBoss] - Re: Calling protected ejb method from anoter

2009-02-19 Thread drfranknfurter
Excellent, @RunAs suites my requirements perfectly. Thank you very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211434#4211434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211434 _

[jboss-user] [JBoss Tools (users)] - Re: Warning when using multilanguage

2009-02-19 Thread akazakov
I can't reproduce it :( Could you report it to JIRA with step-by-step description to reproduce it? And even maybe you can attache your project there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211433#4211433 Reply to the post : http://www.jboss.org/inde

[jboss-user] [JCA/JBoss] - Re: Integration with Oracle AQ via Sun Adapter

2009-02-19 Thread ryandavid
Strangely if put the credentials into the createConnection QueueConnection queueConnection = queueFactory.createQueueConnection("scott","mypass"); the conect is made. In some way the credentials aren't read from the XML file. Anayway I get then the following exception javax.jms.JMSException: C

[jboss-user] [Clustering/JBoss] - Re: Clustering JBoss 4.0.5, not working, stuck

2009-02-19 Thread sedina
Hi, I'm having same problem with my Jobss instances, same version same setup. So my first question is if you'v managed to cluster the services and how in that case? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211427#4211427 Reply to the post : http://ww

  1   2   >