[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Cluster and context parameters

2008-05-09 Thread gejzir
Hi All, I have a JSF/facelets web application which works well in single server mode. Now I try to set up clustering, and I'm running into a problem. We have a PrettyUrlPhaseListener, which reads the URL mappings from the context parameters placed in the web.xml file. context-param

[jboss-user] [JCA/JBoss] - No Managed connection available within configured blocking t

2008-05-09 Thread ckpatil
I am using jboss 3.2.6, hibernate 2.0. Everything was working properly. Before 3 days I stated using my application on a huge DB. it is 50GB DB on sql server. After running the application for 8 hours continuously, I got No Managed connection available exception. I restarted jboss and again

[jboss-user] [JBoss Portal] - Re: 2.6.4 bundle : resp.signOut() raise an exception

2008-05-09 Thread [EMAIL PROTECTED]
To sign out the best way is to pass where to redirect the user: resp.signOut(http://www.jboss.org;); or resp.signOut(/foo/bar); That said now if you do resp.signOut(); it will redirect to the default portal. View the original post :

[jboss-user] [JBoss Messaging] - getting messages by the order they were sent

2008-05-09 Thread subrata_jboss
Hi , Can any body please help me in my problem... I am running producer to send 1 message in the queue and consumer is not running , so the data get saved in to the mysql data base i configured.and i stopped the producer. Now again i start producing data and in the mean time i started

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-09 Thread jagr
Ok. That it's correct, but how can I call this webservice client if my websercive client it's on another project out of jbpm project. Should I import entire webserviceclient project into jbpm project? I'm using eclipse 3.0.3, jbpm 3.2.2 and webservice client it's generated with axis2 and it's

[jboss-user] [Clustering/JBoss] - Re: Is clustering possible for JBoss.org community edition?

2008-05-09 Thread comunere
Thank you Brian, I had a such confusion. Now it seems clear... I hope ;-). Thank you. John M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149659#4149659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149659

[jboss-user] [JBoss jBPM] - Re: how to function jbpm in network????

2008-05-09 Thread jagr
If your app is running on your localhost yo can acces by http://localhost:8080/jbpm-console or http://yournetworkip:8080/jbpm-console or http://yourpcname:8080/jbpm-console if you want acces from another computer in your network can access by http://yournetworkip:8080/jbpm-console or

[jboss-user] [Messaging, JMS JBossMQ] - Message Consumed several Times

2008-05-09 Thread priyarao234
i'm using JBOSS as App Server and in my publisher program i'm using PERSISTENT like below but while running the consumer program the same message is consumed at first time and that is fine.. and i'm closing the consumer program and then again i'm running the consumer program but the same

[jboss-user] [Messaging, JMS JBossMQ] - how the publisher program knows that the message was consume

2008-05-09 Thread priyarao234
Hi all i have a problem in my program... and how my Publisher program knows that whether the message is consumed or not? any sample code is appriciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149662#4149662 Reply to the post :

[jboss-user] [JBoss Portal] - Re: a4j bridge

2008-05-09 Thread den74
i think i found the problem: i'm using jsf 1.2 architecture with jsp and i think it is not possible into portal 2.6.4/2.6.5 because of the application server (on tomcat jsf 1.2 and jsp are enabled only on 6 version). I tryed a simple test with facelet instead of jsp and it works, so maybe using

[jboss-user] [JNDI/Naming/Network] - A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
In the EJB3 there is a new feature called dependency injection. With this new feature one doesn't need using the JNDI lookup calls. I try use this but it doesn't work. I get NULL-Pointer Exception. Here are my codes: | @Remote | public interface MyTestBeanRemote { | public String

[jboss-user] [EJB/JBoss] - A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
See here please: http://www.jboss.com/index.html?module=bbop=viewtopict=135253 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149665#4149665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149665

[jboss-user] [JBoss jBPM] - Database of jBPM

2008-05-09 Thread coolex
Hello! I'm a little bit confused about how jBPM really works. Is there a databse behind the engine that handles all the processes? What Db is it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149666#4149666 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-09 Thread dleerob
Hmmmyour code is pretty much the same as mine, but mine doesn't destroy any tables. I can't see anything wrong with it. What does dbPersistenceServiceFactory.dropSchema(); do? Perhaps look into what that is doing. Sorry I can't be of more assistance. View the original post :

[jboss-user] [JBoss Messaging] - Re: Improve performance on sending messages to a queue

2008-05-09 Thread bortx
I mean creating a Work (javax.resource.spi.work.Work) that performs the task of sending the message to the queue, so that the process that sends the message would only create a Work object and pass it to a WorkManager for executing it asynchronously in another thread, and continue its

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-09 Thread Laurent K
Thanks for your answer ! I did a test using the 2.4.0.RC2... Connection was OK, but the client could not receive messages. Instead, I had, for each message (that was quite a lot...) Is there any way to work around this problem? (I really would like to use JBoss Messaging for our applets :-))

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-09 Thread Laurent K
After that test, I tried an http-tunnelled connection (which is, I must admit, my final goal...) and it did not succeed in establishing the connection, event with the last 2.4.0.RC2 library. Result was as shown below (all is perfectly working outside the applet jre, naturally...) Is there a

[jboss-user] [Installation, Configuration DEPLOYMENT] - JON Agent 2.0 installation

2008-05-09 Thread jwanning
To do a scilent installation of JON Agent the manual referes to: use the --input command line option to the agent, passing in a valid file that contains all valid answers to all setup questions that will be asked by the agent. How should a valid file look like? Could anyone post an example?

[jboss-user] [JBoss and NetBeans] - Metro Project: Netbeans/Tomcat to JBossWS ?

2008-05-09 Thread aroeder
Hello, I developed a simple WSIT-Metro Project with Netbeans 6.1 und it runs fine under Tomcat 6.0.16. When I try to run the WAR File under JBoss it doesn't work. So I red the new JBossWS 3.0 supports metro. So I installed the jbossws-3.0.1-metro-1.0.1.GA under jboss-4.2.2.GA, but I cannot

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-09 Thread fungrim
Oh, and: This was with JBoss Cache 2.1.1.GA on an Intel dual core/Linux 2.6.22. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149683#4149683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149683

[jboss-user] [JBoss jBPM] - Re: Database of jBPM

2008-05-09 Thread kukeltje
Your confusion could be prevented by reading the documentation of jBPM, at least the first few chapters. Makes me wonder though how you got confused. All these questions will be answered then. In short: - yes (but it depends on whether you use jpdl, bpel or pageflow) - all rdbms supported by

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-09 Thread kukeltje
anonymous wrote : but how can I call this webservice client if my websercive client it's on another project out of jbpm project. how would you normally invoke remote services? via ejb's? webservices? rest? Again, nothing different than normal java View the original post :

[jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to

2008-05-09 Thread rossputin
Hi, no worries, thanks for looking, I will poke around into what the dropSchema method does. If it is perhaps one of the only differences from your code, perhaps the suspicion should lie there. Regards Ross View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Trying to install already registered beans

2008-05-09 Thread soni_rahul337
Hi ,All I got the error that Trying to install already registered beans when I am deploying two Ears both Ear containts the same ejbs but have a different servlets and jsps in their war directory but the EJBs they are using are same. I have specify the two entries in the mssql-ds.xml

[jboss-user] [Installation, Configuration DEPLOYMENT] - scheduled service not running after porting to 4.2.2

2008-05-09 Thread AndrewThio
Hi Everyone I just took over from my predecessor. As part of my learning also to support an application, I have been migrating from JBoss4.01 to JBoss4.2.2. I thought that I had successfully got my applications running but have just realised that my scheduled services dont seemed to be

[jboss-user] [JBoss jBPM] - access defaultds

2008-05-09 Thread AJanz
hi i am using jbpm-jpdl-suite-3.2.2. i am trying to connect to the defaultds. but i got the error DefaultDS not bound when i use the jndiview from web-console i see that it is there i use the following code, what am i doing wrong? | | HashtableString, String env; | env =

[jboss-user] [JBoss jBPM] - Re: jpdl and sca tuscany integration - any?

2008-05-09 Thread [EMAIL PROTECTED]
what i understood from sca is that it is a component model so that components can be written in different languages and wired together on the sca level. but i am not aware that SCA also has an API that we can use so that I can programmatically call an SCA component. the other way round could

[jboss-user] [JBoss Portal] - Adding custom Window Property

2008-05-09 Thread d.haslinger
Hello! I've written a custom portlet that displays the content of an html file from the filesystem. The location of this file is set by a custom property called content, which value contains the path to the html file. Currently I'm setting this property manually directly in the portal. In

[jboss-user] [JBoss Cache: Core Edition] - Re: Should be able to use ClusteredCacheLoader with CacheMod

2008-05-09 Thread [EMAIL PROTECTED]
anonymous wrote : | I do see that it breaks the concept of what a cache loader is if you were allowed to use CCL in LOCAL mode but i do think there is a need to have something like CCL in local mode. | Feel free to reopen the JIRA and vote on it then - can't really guarantee when we'll

[jboss-user] [JBoss Cache: Core Edition] - Re: Should be able to use ClusteredCacheLoader with CacheMod

2008-05-09 Thread [EMAIL PROTECTED]
Re: the expiration policy, it will purge all expired data. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149700#4149700 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149700

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-09 Thread [EMAIL PROTECTED]
Will have a look and report back View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149701#4149701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149701 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Web application logging

2008-05-09 Thread jaikiran
In the simplest form you can edit the jboss-log4j.xml and add the following: | appender name=MYSERVLET_LOG class=org.jboss.logging.appender.RollingFileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=File

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-09 Thread [EMAIL PROTECTED]
BTW, I really appreciate the tests that you send to try and reproduce these issues, but in future could I ask you to check out the JBC srcs, and write your test as a TestNG unit test so I could just drop it in to the src tree and run it/analyse it rather than rewriting it first? I know this

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to install already registered beans

2008-05-09 Thread jaikiran
Post the entire exception stacktrace. While posting the logs, 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 sure your post is correctly formatted. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Remoting On Existing POJO Channel

2008-05-09 Thread [EMAIL PROTECTED]
Is there any particular reason you are using 1.4.1.SP9 rather than 2.X? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149705#4149705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149705

[jboss-user] [JBoss Cache: Core Edition] - Re: Setting eviction policies dinamically

2008-05-09 Thread [EMAIL PROTECTED]
Yes, you can create sub-regions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149706#4149706 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149706 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread jaikiran
In JBoss-4.2.x (or prior versions) the injection will not work for standalone clients or servlets. It works only in the EJB layer. The injection in application clients and servlets is supported in JBoss-5 (which is in Beta). View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: connect to defaultds

2008-05-09 Thread jaikiran
The java: namespace is accessible only for components running within the save JVM as the server. In your case, the client is running in its own JVM (it's a standalone client) and hence will not be able to access the datasource. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread [EMAIL PROTECTED]
The only bottleneck I can think of is on the transport layer (JGroups) when replicating to the same buddy node. Once on the buddy node, since you are talking about disjoint subtrees, there won't be any contention. Even this replication contention can be minimised if you are using async

[jboss-user] [JNDI/Naming/Network] - Re: JBossResourceException

2008-05-09 Thread jaikiran
anonymous wrote : Apparently wrong driver class specified for URL: class: com.mysql.jdbc.Driver, url: jdbc:mysql://10.20.10.7/SmartLMS You either have the connection URL wrong or the jar file containing the driver class, is not in the %JBOSS_HOME%\ serverName\lib folder. View the original post

[jboss-user] [JCA/JBoss] - Re: No Managed connection available within configured blocki

2008-05-09 Thread jaikiran
See this http://wiki.jboss.org/wiki/WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149713#4149713 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149713

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread fungrim
[EMAIL PROTECTED] wrote : The only bottleneck I can think of is on the transport layer (JGroups) when replicating to the same buddy node. That's correct, and we're indeed seeing contention in the JGroups layer. As we're load testing on a couple of thousand accesses/replication per second, they

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to install already registered beans

2008-05-09 Thread soni_rahul337
Hi ,Jaikiran here I have attached the stacktrace as you have guide me Thanks for your reply. Best Regards, Rahul Soni. | | [exec] javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=com.alerts.AlertsEntityEJBHome,service=EJB already registered. | [exec] at

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread [EMAIL PROTECTED]
What version of JGroups are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149717#4149717 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149717 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: scheduled service not running after porting to 4.2.2

2008-05-09 Thread jaikiran
I haven't tried out the scheduler service in JBoss. But from what i have read in the documentation http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Scheduling_Tasks-org.jboss.varia.scheduler.Scheduler_.html, do you actually required this in the scheduler

[jboss-user] [JNDI/Naming/Network] - Re: connect to defaultds

2008-05-09 Thread AJanz
so what can i do? i started jboss from within eclipse. same error. can i change the name from java:/DefaultDS to DefaultDS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149720#4149720 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to install already registered beans

2008-05-09 Thread jaikiran
You probably are specifying the same JNDI name for the EJBs in both the EARs. You will have to specify unique JNDI names for these EJBs in these 2 EARs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149721#4149721 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: JBossResourceException

2008-05-09 Thread mitali
thanks for the reply it solved my problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149723#4149723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149723 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread fungrim
JGroups 2.6.2 with TCP transport (we had NAK/ACK issues with UDP). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149724#4149724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149724

[jboss-user] [JNDI/Naming/Network] - Re: connect to defaultds

2008-05-09 Thread jaikiran
See this http://wiki.jboss.org/wiki/HowCanIAccessADataSourceFromAClient View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149725#4149725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149725

[jboss-user] [JBoss jBPM] - Re:

2008-05-09 Thread sagups20
I think this problem could be a result of the JBPM-Hibernate combination which you use. By default the DB Persistence service being used by JBPMContext should start a transaction, in this case probably the same is not happening... check jbpmconfig.xml file within the jbpm identity jar file...

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to install already registered beans

2008-05-09 Thread soni_rahul337
Thanks Jaikiran for your reply again but in the mssql-ds.xml I have specified the different jndi name for both the Ears. My mssql-ds.xml looks like this:- Best Regards, Rahul Soni. | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource |

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-09 Thread salaboy21
Yeah! get your hands dirty! I suggest to 3 steps If you have 2 projects then do this... Generate the client and test it .. then copy the client class into the jbpm project (add all needed libraries and refactor the packages names if needed) Then call the web services inside an ActionHandler

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread [EMAIL PROTECTED]
I'm guessing then that you are using JGroups' concurrent stack. Not that that will help you very much in the scenario you painted though, since the concurrent stack only parallelizes messages from different senders, not from the same one. I've actually started a discussion with the JGroups

[jboss-user] [JBoss Messaging] - How to prevent firewall from closing client connections

2008-05-09 Thread andre.charl
Hi we have clients connecting to a JMS queue and it works fine most of the time :P however our firewall is set up to close idle connections after approx 1h Does anyone know what settings should be set in order to prevent the firewall from closing connections ? thanks in advance. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to install already registered beans

2008-05-09 Thread jaikiran
The -ds.xml specifies the JNDI name for the datasources and not the EJBs. The jndi-name for EJBs is specified in the jboss.xml file which will be in the META-INF folder of the ejb jar. If you don't have a jboss.xml file then JBoss uses the classname of the beans and bind the EJBs to that name.

[jboss-user] [JBoss jBPM] - Re: access defaultds

2008-05-09 Thread salaboy21
for what i'm looking for.. your are not deploying your app in your jboss.. so i think you are trying to do a standalone jbpm project and trying to use the defaultDS registered in jboss? i wanna know if my thought are correct.. and if you can tell us a little more about your application

[jboss-user] [JBoss Messaging] - Re: How to prevent firewall from closing client connections

2008-05-09 Thread timfox
Perhaps you should ask your firewall manufacturer or read your firewall manual? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149733#4149733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149733

[jboss-user] [JBoss Cache: Core Edition] - Re: A few throughts; Region based buddy backup?

2008-05-09 Thread fungrim
That's correct. Also, the lock in question which prompted this post was on sending (as we're using REPL_ASYNCH) and we're going down the stack using one thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149734#4149734 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: How to prevent firewall from closing client connections

2008-05-09 Thread andre.charl
Hi Thanks for replying. Is there a way to configure jboss or the clients connecting to jboss ? (with some kind of timeout setting? ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149736#4149736 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: connect to defaultds

2008-05-09 Thread AJanz
thank you. now it works. so i use this configuration for development. and disable it in productin environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149737#4149737 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: access defaultds

2008-05-09 Thread AJanz
ok got my solution. i simply want this to use for development. i use http://wiki.jboss.org/wiki/HowCanIAccessADataSourceFromAClient so i can access the datasource from a client View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149738#4149738 Reply to

[jboss-user] [JBoss Tools (users)] - JBoss Tools targeting Eclipse 3.4/Ganymede

2008-05-09 Thread [EMAIL PROTECTED]
Hi, Since last night the nightly builds (http://download.jboss.org/jbosstools/builds/nightly/latestBuild.html) of JBossTools are now targeting Eclipse 3.4/WTP 3.0 aka Ganymede. We are using Eclipse 3.4M7 and will move the drivers up to any upcoming releases between now and when Ganymede gets

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-09 Thread fungrim
Well That could... possibly work. After all, I doubt setting up TestNG will take a significant amount of time for us comparing to write the damn stuff in the first place :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149741#4149741 Reply to the

[jboss-user] [JBossWS] - Error: ...Port does not contain operation meta data for: ...

2008-05-09 Thread hermida
Hi everyone, I have written a test web service with JBoss 4.2.2.GA and I have what seems to be an oversight error (on my part I am sure) that I cannot figure out :) I searched this forum and others have had the same problem but then there is no clear answer in the responses as to what is the

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-09 Thread [EMAIL PROTECTED]
There's not much setup involved - just chk out the JBC sources and you should be able to run the existing tests in your IDE (IntelliJ supports TestNG out of the box; Eclipse may need a separate plugin). If you can run existing tests from your IDE, all you'll need thereafter is to create a new

[jboss-user] [Microcontainer] - Hierarchical context

2008-05-09 Thread wolfc
Is there a notion of hierarchical context within MC? For example I want to start 2 stateless containers, both need to have a pool. So I want to install pool 1 into context A and pool 2 into context B. Then depending on where I install the container it will inject the correct pool with the same

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Default ports?

2008-05-09 Thread jaikiran
The ports are pre-defined for JBoss. See if this thread helps http://www.jboss.com/index.html?module=bbop=viewtopict=132029 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149750#4149750 Reply to the post :

[jboss-user] [JBoss Portal] - Re: a4j bridge

2008-05-09 Thread wesleyhales
Yes you are correct, this is a feature only for Servlet 2.5 as required by JSF 1.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149751#4149751 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149751

[jboss-user] [JBoss Portal] - Re: a4j bridge

2008-05-09 Thread wesleyhales
if you do meet the above criteria and want to use jsp, you must coment out the Facelet View Handler in web.xml. And change extension type to *.jsp. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149752#4149752 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P

2008-05-09 Thread jaikiran
The java.lang.management.ManagementFactory class was introduced in Java 5. Since you are using JDK 1.4, this is not available. I guess, you can ignore those INFO messages: anonymous wrote : | 2008-05-08 21:10:53,095 INFO com.mchange.v2.c3p0.C3P0Registry - jdk1.5 management interfaces

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-09 Thread jaikiran
majhong wrote : telnet to port 80 doesn't do anything. Just sits there. | | Probably that port is blocked for access. Do you have any anti-virus or firewalls installed which might be interfering? View the original post :

[jboss-user] [Beginners Corner] - Re: JBOSS portal 2.6.4 didn't start

2008-05-09 Thread thunderjet
Executing run.bat from cmd shell don't happen anything... running probe.bat this is the results [img]http://digidownload.libero.it/PietroBruni/immagini/jboss_Image.bmp[/img][/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149756#4149756 Reply to the post

[jboss-user] [JBoss jBPM] - Re: access defaultds

2008-05-09 Thread salaboy21
Please.. i know that you are in development... so please.. remember Note: Exposing a Datasource remotely is NOT recommended, it's an anti-pattern. Also the connection manager in JBossAS is not designed to handle connection leaks which may occur when the client vanished or crashed. View the

[jboss-user] [Beginners Corner] - Re: JBOSS portal 2.6.4 didn't start

2008-05-09 Thread thunderjet
Executing run.bat from cmd shell don't happen anything... running probe.bat this is the results http://digidownload.libero.it/PietroBruni/immagini/jboss_Image.bmp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149759#4149759 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: access defaultds

2008-05-09 Thread AJanz
or is there an other way for development? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149762#4149762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149762 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: access defaultds

2008-05-09 Thread salaboy21
I think you can configure your jbpm project to directly connect to the datasource if you have a stand alone client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149763#4149763 Reply to the post :

[jboss-user] [JBossWS] - Turning off eager initialization of meta data model

2008-05-09 Thread hermida
Hi everyone, I have a very big data model and when I deploy my web services into JBoss 4.2.2.GA this step: anonymous wrote : DEBUG [org.jboss.ws.metadata.umdm.UnifiedMetaData] Eagerly initialize the meta data model takes a very long time... just wondering how I turn off eager (on lazy)

[jboss-user] [JBoss Portal] - Error renaming dashboard on case-insensitive database

2008-05-09 Thread esmith1
We are using an MSSQL 2005 db. Portal 2.6.4/AS 4.2.2. When I first setup the db as case sensistive, the portal blew up after restart during some queries that could not find a table because the query was using the wrong case. I switched the db to case insensitive

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
jaikiran wrote : In JBoss-4.2.x (or prior versions) the injection will not work for standalone clients or servlets. It works only in the EJB layer. The injection in application clients and servlets is supported in JBoss-5 (which is in Beta). | 1. I've downloaded the JBoss 5 Beta4. But it's

[jboss-user] [JBossWS] - Re: Error: ...Port does not contain operation meta data for:

2008-05-09 Thread pramod_bs
This may be because of namespace conflict. http://ch.fmi/wstest and http://wstest.fmi.ch/ Try switching this in your client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149775#4149775 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread jaikiran
thomas2008ch wrote : | 1. | I've downloaded the JBoss 5 Beta4. But it's the same, i.e. I got the NULL-Pointer Exception. | I haven't tested it myself. I have seen users mentioning that the injection works in servlets with JBoss-5 Beta 4. But i don't know whether it works in application

[jboss-user] [Beginners Corner] - Re: JBOSS portal 2.6.4 didn't start

2008-05-09 Thread jaikiran
As Peter already mentioned, try doing this: PeterJ wrote : | You might also have to edit run.bat to comment out the echo off command. | Also, post the output of echo %JAVA_HOME% View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149779#4149779 Reply to the

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
In JBoss-4.2.x, the @RemoteBinding was part of org.jboss.annotation.ejb package. import org.jboss.annotation.ejb.RemoteBinding; In JBoss-5, the @Remote binding is now part of org.jboss.ejb3.annotation package. import org.jboss.ejb3.annotation.RemoteBinding; Did you ensure that you changed

[jboss-user] [Beginners Corner] - Creating Shared Libraries

2008-05-09 Thread Pramod1234
Hello I have an application which is in the form of an EAR . I have a requirement where i need to acceses jars which are outside the EAR . The problem is i cannot use server/lib dir as I have turned the java2parent delegation off I want the classloader of my app to to load the external jars

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
But this doesn't work in JBoss 5 Beta4. I can't find the JNDI Name in the JNDI View List. In JBoss-4.2.x, the @RemoteBinding was part of org.jboss.annotation.ejb package. import org.jboss.annotation.ejb.RemoteBinding; In JBoss-5, the @Remote binding is now part of org.jboss.ejb3.annotation

[jboss-user] [JNDI/Naming/Network] - Re: A question about dependency injection @EJB

2008-05-09 Thread thomas2008ch
To jaikiran: You are right. Many thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149788#4149788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149788 ___ jboss-user

[jboss-user] [Beginners Corner] - Was application in JBOSS

2008-05-09 Thread rbriones
First, sorry for my enghish, is not good... Hello, I have an application running in WAS 5.0 and I have to translate to JBOSS 4.2.2. In the application I use a properties file but in JBoss throws the follow error: 10:55:54,256 ERROR [STDERR] java.util.MissingResourceException: Can't find

[jboss-user] [Microcontainer] - Microcontainer always selects SystemOutLoggerPlugin?

2008-05-09 Thread [EMAIL PROTECTED]
I can't seem to get jbossmc to use any JBoss logger plugin other than the AOP SystemOutLoggerPlugin. Is there something I'm missing? I'm setting -Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.NullLoggerPlugin, so it ought to be using that plugin. In any case - I see that

[jboss-user] [JBoss jBPM] - JBoss jBPM has the fundationation for an ERP?

2008-05-09 Thread vncoder
Hello all, I am interested to know your view on using JBoss jBPM has the fundation for an ERP system, consisting on: Service Management - Taking booking - Dispatch service call to technician Query/Fault Management Account Management/Invoicing (AR) Account Payable General Ledger For about 2000

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM has the fundationation for an ERP?

2008-05-09 Thread kukeltje
it has the foundation, but to say it is the major part of an ERP system, no. Combining seam and jbpm to make a full fledged ERP system would be interesting and possible. Depends on how much work you'd like to put into it. I know it is not based on seam/jbpm, but compiere is a very nice

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-09 Thread Pramod1234
Can anyone please tell me how to create a shared library in JBOSS which will be accessible to my application (EAR) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149802#4149802 Reply to the post :

[jboss-user] [JBoss jBPM] - How to decide whether to persisitent a process into database

2008-05-09 Thread realgod
hi all I want to use two processes in a jbpm. But i would like to make a process persistent into database and make another process not persistent into database because of performance. However I found I must configure whether to persistent the process into database, i need make the decision at

[jboss-user] [Microcontainer] - Re: Microcontainer always selects SystemOutLoggerPlugin?

2008-05-09 Thread [EMAIL PROTECTED]
Ah I figured it out - AOPLogger is replacing NullLoggerPlugin with SystemOutLoggerPlugin. That seems undesirable, but it's more of an AOP problem than a MC problem it seems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149805#4149805 Reply to the post :

[jboss-user] [JBossWS] - Web Service Client

2008-05-09 Thread bsisson
I have found several very good tutorials for creating a web service using annotations (JSR-181). I am struggling however creating a web service client using annotations. I'm working with Eclipse 3.3 and Seam 2.0. I did the old web service client way of creating a project, then generating a

[jboss-user] [JBoss Portal] - Re: Implementing portlet-specific help

2008-05-09 Thread Nickerson
Thanks for the suggestion. We had already tried this and it !sort of! works, but not quite. It does pop the help window and the portlet content remains intact but it also replaces the help icon in the title bar with a CANCEL icon (and, incidentally, scrambles the title bar a bit, which I

[jboss-user] [JBoss jBPM] - Re: jpdl and sca tuscany integration - any?

2008-05-09 Thread Radu3000
Tom, Thanks for your reply. In the end it boils down to the age old question: what is first chicken or the egg? Process importing components or components importing process. Let's take the approach of process importing components - chicken first. Given the current process fragment:

[jboss-user] [JBoss jBPM] - Re: jpdl and sca tuscany integration - any?

2008-05-09 Thread Radu3000
Tom, Thanks for your reply. In the end it boils down to the age old question: what is first chicken or the egg? Process importing components or components importing process. Let's take the approach of process importing components - chicken first. Given the current process fragment: node

[jboss-user] [EJB 3.0] - In which JAR can I find javax.ejb.EJBNoSuchObjectException

2008-05-09 Thread thomas2008ch
Very often I will find a class but don't know in which JAR I can find it. Has someone an idea to do that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149817#4149817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149817

[jboss-user] [Microcontainer] - Re: Hierarchical context

2008-05-09 Thread alesj
ScopedController. ;-) - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/deployment/test/BeanContainerScopingTestCase.java View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149827#4149827 Reply to the

  1   2   >