[jboss-user] [Installation, Configuration DEPLOYMENT] - ServletContextListener invoked before ejb JNDI binding

2009-05-20 Thread arthurchn
It seems that ear file are deployed in below sequence: ... 1. EjbDeployer: install ejb but doesn't bind it to JNDI tree. 2. TomcatDeployment - Initial servlet context and call listener: deploy war file and invoke servlet config listener 3. EjbModule - BaseLocalProxyFactory: Bould EJB LocalHome to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ServletContextListener invoked before ejb JNDI binding

2009-05-20 Thread arthurchn
We wrote a simple application to verify above steps. This javaee project has one ejb module and one web module. Ejb module use ejb2.0 and has one local EJB - HelloEjb. In web module, I have one ServletContextListener which try to get local ejb HelloLocal through jndi lookup; it will fail with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ServletContextListener invoked before ejb JNDI binding

2009-05-20 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=151303 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232100#4232100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232100

[jboss-user] [JBoss Cache: Core Edition] - Re: cannot list on any port in range 0-123

2009-05-20 Thread Shenaz
Even i faced the same problem and changing the /etc/hosts file did the trick. Thank you every one View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232102#4232102 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232102

[jboss-user] [Beginners Corner] - Re: Accesss ssl certificate information

2009-05-20 Thread skn81
Hi again Does noboby have an answer to my problem? Or am I just posting my question in the wrong forum? (but neither Security nor Tomcat really seam to fit..) Once again: How do I get certificate information from the client ssl auth (which is handled in tomcat) in one of my session beans?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Singleton mbean

2009-05-20 Thread roelof
josey wrote : | Did you ever find a solution to this problem? no, unfortunately not. in the end we upgraded to 4.2.3jboss 5.0 CR2 had too many other issues as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232104#4232104 Reply to the post :

[jboss-user] [JBoss Messaging] - Unable to configure a topic in Jboss 5

2009-05-20 Thread talktoudaykumar
Hi, I'm new to JBoss Messaging services. I started with simple Queue example. It was deployed well and able to taste the result. Now the problem is, im unable to configure the TOPIC.What i did is 1)I'm using the default (as deployment folder). 2) I created the xml file and named as

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ServletContextListener invoked before ejb JNDI binding

2009-05-20 Thread arthurchn
It works, thank you very much. Best wishes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232106#4232106 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232106 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Unable to configure a topic in Jboss 5

2009-05-20 Thread talktoudaykumar
Hi I got the error what i did. instead of placing the -service.xml file in conf folder, we need to place the file in deploy folder. Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232109#4232109 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-20 Thread chris.lap...@jboss.com
We're not arguing the usefulness of such a feature. We're just saying that there were other priorities that needed to be addressed first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232110#4232110 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBossv4.2.3 not sending response for image files and browser

2009-05-20 Thread gbansal80
We are using JBoss v4.2.3.ga and Apache v 2.2.9 and mod_jk v 1.2.26 are being used as the load balancer. We have observed that sometimes JBoss fails to send response for a image file. At this stage the browser hangs but on clicking the refresh button the page is rendered completely. On

[jboss-user] [EJB/JBoss] - hot redeploy, why not?

2009-05-20 Thread pippodev
I tried, I tried, I tried, but nothing to do for EJB hot redeploy. Anyone can help me? (I use Jboss 5.0.0)) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232117#4232117 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-20 Thread thomas.he...@jboss.com
Exactly, it is planned anyway. There is no need to argue about the usefulness. Now there is no need to argue about the usefulness of most Jiras neither. If the priority was lowered is that like all default tasks it got the priority of 'Major' assigned, we preferred to lower the expectations as

[jboss-user] [Beginners Corner] - Getting threw load() exception java.lang.InstantiationExcept

2009-05-20 Thread skm2008
Hi All, After deploying the web app, when i started the jboss AS it is throwing the following exceptions. any help would appriciated.. JBOSS version :jboss-4.2.3.GA jdk version : jdk1.5.0_16 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/eVista]] Servlet /eVista

[jboss-user] [Installation, Configuration DEPLOYMENT] - threw load() exception java.lang.InstantiationException on s

2009-05-20 Thread skm2008
Hi All, After deploying the web app, when i started the jboss AS it is throwing the following exceptions. any help would appriciated.. JBOSS version :jboss-4.2.3.GA jdk version : jdk1.5.0_16 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/eVista]] Servlet /eVista

[jboss-user] [EJB 3.0] - @EJB injection after redeploy

2009-05-20 Thread vlotarev
I am trying deploy simple application: two stateless EJB3 beans packaged in one ejb module that, in turn, is packaged as EAR application. One EJB injects aonther by simple @EJB annotation (via local inteface): @EJB | private SwServiceLocal swService; | Everything works just fine

[jboss-user] [JBoss jBPM] - Transaction problem within a timer

2009-05-20 Thread Tal
I have a timer with an action that invokes seam expression, within the action method, I invoke processInstance.suspend(); Seems like the process get suspended, but then, I get the following exception: 20:14:49,781 ERROR [AbstractFlushingEventListener] Could not synchronize database state with

[jboss-user] [JBoss jBPM] - Re: Clone a Process Instance

2009-05-20 Thread kukeltje
what is the advantage of cloning? You can always modify all values and still have a history log that shows what happened. imo much easier.If you create an adhoc task in the process, that is executed at that moment, you have a specific entry in the log that everything is reset. View the

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread kukeltje
Not if you store serialized classes afaik. But I never did/try that (partly because of these kinds of dificulties) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232140#4232140 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-20 Thread jaikiran
vlotarev wrote : but fails after re-deployment (the first access to injected EJB) How do you redeploy? Do those beans belong to the same application (jar)? Can you post the console logs from the point you do a redeploy? Do you access these beans from a standalone client? View the original

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread frinux
Yep that's the point, I'm storing serialized classes :-( That would be a major problem when upgrading my program... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232143#4232143 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-20 Thread jaikiran
Which version of JBoss AS do you use? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232142#4232142 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232142 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-20 Thread vlotarev
JBoss version is 4.2.3GA I am making hot-deploy just copying corresponding EAR file in the server/deploy folder. Deployment itself went well except several warnings (I removed log entries related to entity beans deployment since as far as I guess the are out of interest). INFO [EARDeployer]

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: jdbc not bound

2009-05-20 Thread dickson1888
Hi all, I want to define an Oracle datasource in JBoss AS 5.0. I follow the steps in the installation guide or even in the article in JBoss.org. I still get the same error. 1. create a oracle-ds.xml in the deploy directory 2. create a jsp inside the web application. Whenever call this

[jboss-user] [Remoting] - Performance slowdown on JBoss 4.2.3.GA

2009-05-20 Thread vink
I've migrated my product from JBoss 4.2.2.GA to JBoss 4.2.3.GA. I'm using Remoting 2.4.0.SP1. I realized that performance is terribly slow in this version. If earlier a rmi call was taking 100 ms, now it is taking around 200 ms. Please remark, what has changed in JBoss which has caused this

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How to run JBoss Portal in Tomcat?

2009-05-20 Thread topsealrockers
How to run JBoss Portal in Tomcat? can this be done or not? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232161#4232161 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232161

[jboss-user] [Remoting] - Compatibility/Performance of Remoting 2.5.1

2009-05-20 Thread vink
I'm using JBossAS 4.2.3 with Remoting 2.4.0.SP1. Can I upgrade the remoting library to 2.5.1 without any compatibility issue? What would be the impact on performance with this new library. Please comment. Vinay View the original post :

[jboss-user] [Microcontainer] - Re: Microcontainer Demos

2009-05-20 Thread alesj
uaark...@gmail.com wrote : Although there is some good documentation and enough information on these forums I still cannot figure out how to run these (http://anonsvn.jboss.org/repos/jbossas/projects/demos/microcontainer/trunk/) examples. | | First of all, the sprint-int, guice-int,

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-05-20 Thread chawax
I applied your patch with same EAR I used for my first performance test. It contains 365 EJBs / Seam components. Deploy times are better, but still far from JBoss 4.2 performance : - JBoss 4.2.3 : about 1' - JBoss 5.0.1 : about 4'30 - JBoss 5.1.0.CR1 : about 5' - JBoss 5.1.0.CR1 + EJB3 patch

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread kukeltje
But this isn't specifically a jBPM problem/issue right? At least I remember this same issue from a project long time ago. Either use your own marshalling, hibernate mapping or whatever View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232179#4232179 Reply

[jboss-user] [JBoss Portal] - JBoss on Eclipse

2009-05-20 Thread ekusnady
Hello all, Since yesterday i was still trying to be able to make a Java Portlet on my Eclipse and show it in JBoss Portal thru Eclipse. First, i did update the software into my eclipse from this website : http://download.jboss.org/jbosstools/updates/stable/ After that,i also download

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-05-20 Thread jaikiran
chawax wrote : | | - JBoss 4.2.3 : about 1' | - JBoss 5.0.1 : about 4'30 | - JBoss 5.1.0.CR1 : about 5' | - JBoss 5.1.0.CR1 + EJB3 patch : about 3'45 Thanks for providing these numbers. Inputs like these help in narrowing down the performance issues. The numbers show some expected

[jboss-user] [Security JAAS/JBoss] - Does method-permission overwrite prevoius entry in ejb-jar

2009-05-20 Thread DarekS
Hi I'm trying to restrict EJB method add in remote interface, and leave the same method in local interface accessible freely. I tried to use method-intf tag to distinguish interfaces. I have following entries: ... | assembly-descriptor | security-role |

[jboss-user] [Microcontainer] - can't read resource from the classpath??

2009-05-20 Thread jeff.yuchang
Hi all, I've created a deployer for jboss identity, which is listening on the -jboss-idm.xml file. It has two deployer classes, one is the deployer that IDMVFSParsingDeployer, which extends AbstractVFSParsingDeployer, the other is IDMSimpleVFSRealDeployer that extends

[jboss-user] [Remoting] - Re: Performance slowdown on JBoss 4.2.3.GA

2009-05-20 Thread vink
Forget to mention one thing, I was running default configuration in JBoss 4.2.2 whereas all configuration on JBoss 4.2.3. I'm not aware if anything in that configuration can cause this behavior. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232193#4232193

[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0

2009-05-20 Thread mpogra
Hi, I am also trying to achieve clustering in jboss 5.0.1ga. I have successfully formed group of three node but my application is not getting deployed on other two nodes. As with 4.x farm deployment was available but it's not available in 5.0.1ga, so where should i put my ear to get it

[jboss-user] [JBoss Portal] - Jboss portal on JBoss AS5

2009-05-20 Thread hilmer
Ups, I accidentially posted this in the wrong forum, sorry. Hi I successfully deployed Jboss portal using the instructions on: http://www.jboss.org/community/wiki/JBossPortalonAS5%3Bjsessionid=8BAD177F51EE170F8EF2B2F2F3E5485E But then I changed to JBoss AS 5.1.0CR1 and I get this at runtime.

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-20 Thread alesj
jeff.yuchang wrote : | So I am wondering whether because the lib was in the deployer/idm-deployer folder, and then can't access the resources in the deploy/idm/ directory? | If you look at the DeployerWrapper, we do set the TCCL to a cl that deployed the deployer. And I guess that one

[jboss-user] [Performance Tuning] - How to evaluate the jboss server performance

2009-05-20 Thread jtcnz
I have a task to optimize the performance of jboss server. We are running 3 nodes(JBoss4.0.3SP1) as a cluster. The deployed application is from a famous software company. After some efforts, the communication between nodes are stable. Clustering performs fine. JVM has also been tuned. e.g GC

[jboss-user] [EJB/JBoss] - unable to deploy .sar file in deploy folder..getting strange

2009-05-20 Thread manishiitr2005
JBOSS_HOME: D:\sw\jboss-4.2.2.GA JAVA: C:\Program Files\Java\jdk1.5.0_14\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 CLASSPATH: C:\Program

[jboss-user] [JBoss Messaging] - Wrong target. class org.jboss.jms.client.delegate.ClientConn

2009-05-20 Thread pierods
I get an error when trying to retrieve a remote connection: Properties prop = new Properties(); prop.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); prop.put(Context.PROVIDER_URL, jnp://*:64115); prop.put(Context.URL_PKG_PREFIXES,

[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-20 Thread sstacha
No one else has this problem or does custom logging for each application? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232236#4232236 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232236

[jboss-user] [Performance Tuning] - Re: How to evaluate the jboss server performance

2009-05-20 Thread jtcnz
more specifically, the application uses stateless session beans as end-points of web service. Client side runs several processes which read data from somewhere and use the methods that exposed from web service to parse the data to our database. How to find out, how many requests have been

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Issue with SqlServer2005 DataStore Config

2009-05-20 Thread bblencow
I've got a SqlServer 2005 configuration where I need to use integratedSecurity. In JBoss Studio DS config I select the check box for integrated Security, but it doesn't appear to remember it After setting it and connecting, if I reopen the config the box is unchecked? Further if I make

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread mwringe
Support for JBoss AS5 is being worked on http://blog.jboss-portal.org/2009/03/jboss-portal-running-on-jboss-as5.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232241#4232241 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread hilmer
Yes, the explanation provided by the link you sent is exactly what I have used. And everything is fine on JBoss AS 5.1.0 Beta1 but gives the above error using JBoss AS 5.1.0 CR1 --Soren View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232242#4232242 Reply to

[jboss-user] [EJB 3.0] - Re: how to override the method logic which is currenlty call

2009-05-20 Thread PeterJ
So the project guy writes his own calculation logic (perhaps in his own EJB, perhaps as a POJO) and calls that instead of calling your method. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232252#4232252 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread mwringe
oh, ok, so its a problem when using AS 5.1.0 CR1 :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232251#4232251 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232251 ___

[jboss-user] [JBoss jBPM] - Re: Retrieveing a var when the class changed

2009-05-20 Thread frinux
No you're right, it's not particular to jBPM. However, this is something I just found out and I wondered if there was already a solution to this issue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232255#4232255 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-20 Thread groovie
Salut, that was my fault. In jboss.xml deployment descriptor i have overseen, that assigned in a stateful session bean the following standard setting: configuration-nameStandard Stateless Sessionbean/configuration-name That has in turn no instance-cache assignment in the default container

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS AS 4.2 startup - INFO in server.log [org.jboss.ha.fram

2009-05-20 Thread samparktoajay
I have started my JBOSS AS 4.2 on linux red hat 5.2 and i am getting the following INFO in server.log. [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Suspected member:: Is the message need to be addressed? Please update me with solution. View the original post :

[jboss-user] [JBoss jBPM] - Re: Clone a Process Instance

2009-05-20 Thread frinux
Sorry but i did not understand what you're telling me. Yes, I want to keep a trace of my process, but more than that, I wanna split my process in two: - one (which correspond to the part before now) will be ended (processInstance.end() ) - and the second (which correspond to the part after now)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: An error occurred while processing your request. Please

2009-05-20 Thread wellenreitmogul
i got this error out of a log file: My config. Windows Server 2003 on SQL 2005 Database, and JBOSS 4.0.5GA. PhoenixException: DBEngine.executeSelect: {SELECT count(*) thecount FROM {oj task LEFT OUTER JOIN rsrc ON task.rsrc_id=rsrc.rsrc_id} WHERE ( task.task_type = 'TT_Mile' OR

[jboss-user] [Beginners Corner] - Re: Getting threw load() exception java.lang.InstantiationEx

2009-05-20 Thread PeterJ
Unfortunately, this stack trace doesn't help. Try this. Stop the app server, remove your web app, start the app server, wait until you see the started in xx seconds log message. Then deploy your web app. Post everything that appears in the console log from the started in xx seconds message on.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: threw load() exception java.lang.InstantiationException

2009-05-20 Thread PeterJ
Please do not post the same question in multiple forums. http://www.jboss.org/index.html?module=bbop=viewtopict=155728 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232269#4232269 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client

2009-05-20 Thread gaohoward
Please give the exact version of JBM being used. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232271#4232271 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232271 ___

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: jdbc not bound

2009-05-20 Thread PeterJ
Does this help: http://www.jboss.org/community/wiki/HowDoICreateAResourceRef If not, please post the following: * oracle-ds.xml file (mainly interested in the jndi-name entry) * web.xml file (mainly interested in the resource-ref entry for the database) * jboss-web.xml (mainly interested in the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to run JBoss Portal in Tomcat?

2009-05-20 Thread PeterJ
It cannot be done. The recent versions (2.6.x, 2.7.x) can run only in JBoss AS 4.2.x. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232276#4232276 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232276

[jboss-user] [JBoss Portal] - Re: JBoss on Eclipse

2009-05-20 Thread PeterJ
So you question is why are those JAR files missing from WEB-INF/lib? The answer is that they are not needed - they are already part of either JBoss AS of Portal. If you package those files with your portlet your portlet will not work. Since you installed JBoss Tools, did you enable the portlet

[jboss-user] [Performance Tuning] - Re: How to evaluate the jboss server performance

2009-05-20 Thread jtcnz
ok i find a way to see the connections between server and data base, the requests between client and server. Yes, JMX console... Is there tool to monitor these values and do some statistics works? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232278#4232278

[jboss-user] [Performance Tuning] - Re: How to evaluate the jboss server performance

2009-05-20 Thread PeterJ
Have a look at Jopr: http://www.jboss.org/jopr/ I assume you have found the mbeans mentioned at http://www.jboss.org/index.html?module=bbop=viewtopicp=4193837 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232281#4232281 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client

2009-05-20 Thread PeterJ
Are you sure that the JAR files in your client's classpath are those from the client directory of the server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232282#4232282 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with SqlServer2005 DataStore Config

2009-05-20 Thread PeterJ
Since this is a Developer Studio question, you might get a better response if you posted it in the Tools forum: http://www.jboss.org/index.html?module=bbop=viewtopicp=4193837 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232283#4232283 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-20 Thread vlotarev
I did some testing: replaced @EJB dependency injection by direct JNDI lookup but this didn't solve the problem. I noticed that the same $Proxy object is returned in response to JNDI lookup after several application re-deployments. Though JNDIView MBean shows different $Proxy objects after each

[jboss-user] [JBoss Portal] - Re: JBoss on Eclipse

2009-05-20 Thread PeterJ
Once a portlet is created, it has to be registered with the Portal and placed on a portal page. Then you access it through the portal URL. Looks like you are not doing that. The Portal docs should tell you what is needed (besides the portlet.xml file you also need a portlet-instances.xml and

[jboss-user] [JBoss Portal] - Re: JBoss on Eclipse

2009-05-20 Thread ekusnady
Yes.. I enabled already the portlet facet on dynamic web project. I just tried to deploy again my java portlet, but it still didn't work. This is what i got from my eclipse : http://localhost:8080/HelloWorld/WEB-INF/classes/test/TEST.java

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-20 Thread pratimkm
Clebert, I tried with the jmap -histo option which gives me the below results while the production server is running on a normal day. It doesn't look like anything consuming a huge memory compared to the allocated 2GB memory. But our server has become slow already. It takes almost 10 minutes

[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-20 Thread ssunkara
BTW- I am using Portal V 2.7 and there are no errors/exceptions in the logs when I set cache-scope to PUBLIC View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232325#4232325 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-20 Thread vlotarev
It's interesting that new InitialContext().list() returns right bound proxy classes but direct lookup invoked on the same context new InitialContext().lookup(name) returns old proxy class ... It looks like InitialContext implementation caches bound objects somewhere (in static variable?) and

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.2 installation on AIX

2009-05-20 Thread k_k_shetty
Hello I am looking for installation instructions of JBoss 4.2.2 on AIX 5.3. Any help or pointers would be greatly appreciated. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232288#4232288 Reply to the post :

[jboss-user] [JBoss jBPM] - Sending mail to multiple actors in AssignmentHandler...

2009-05-20 Thread ardavan
Hi I am using a jbpm mechanism to send email. I am using it in an AssignmentHandler: String groupNameId = | ldapService.assignTaskToGroup(GROUPNAME, code); | assignable.setPooledActors(new String[] { groupNameId }); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Update quartz 1.6.5

2009-05-20 Thread superDev
I configured Mbean org.quartz.ee.jmx.jboss.QuartzService in one of my project deployed to Jboss 5.0.1 GA, and wanted to update quartz to version 1.6.5. I found that putting quartz-all 1.6.5 jar under lib folder of my enterprise application won't make my QuartzService Mbean instance use

[jboss-user] [JBoss OSGi] - Switching the Bundle Directory

2009-05-20 Thread cwolfinger
Hello - I am trying to use the JBossOsgi with a project built with Equinox and Eclipse. This project includes the plugins provided by the JBossOsgi project plus additional plugins I am using. It is built using eclipse project format and it uses the Equinox simpleconfigurator to load all

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread mwringe
For CR1 the -Dxb.builder.useUnorderedSequence=true is already set. The issue appears to be that an xsd file is setup wrong and that its using a choice when it really wants multiple options. It appears that this is now being enforced in 5.1 when it hasn't in the past. XSD in question:

[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client

2009-05-20 Thread anilit99
Not quite helpful info. But I got a similar error sometime back. I re arranged the jar files here and there and it got resolved magically. Just to make you feel better - you are not alone in this whole jar conflicts thing. I can vividly recall the countless nights resolving the correct jar

[jboss-user] [JBoss jBPM] - Re: We need some setter methods to integrate jBPM4 with spri

2009-05-20 Thread ainze
kayzhan, I created a working demo with the latest integration. Please look at http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/ Any feedback is appreciated! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232316#4232316 Reply to

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread emuckenhuber
mwringe wrote : For CR1 the -Dxb.builder.useUnorderedSequence=true is already set. | | The issue appears to be that an xsd file is setup wrong and that its using a choice when it really wants multiple options. It appears that this is now being enforced in 5.1 when it hasn't in the past.

[jboss-user] [JBoss Tools (users)] - Issues with SQL Server 2005 and DataStore Configurations

2009-05-20 Thread bblencow
I've got a SqlServer 2005 configuration where I need to use integratedSecurity. In JBoss Studio DS config I select the check box for integrated Security, but it doesn't appear to remember it After setting it and connecting, if I reopen the config the box is unchecked? Further if I make any

[jboss-user] [JBoss Portal] - Cache-Scope PUBLIC doesnt work

2009-05-20 Thread ssunkara
In my portlet.xml I specified cache-scopePUBLIC/cache-scope And I expect that the mark up is cached for all the users(per the portlet 2.0 spec). However it doesnt seem to be working that way. It just behaves as if cache-scope is set to PRIVATE. Here is the snippet from my portlet.xml

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: An error occurred while processing your request. Please

2009-05-20 Thread PeterJ
Looks like the database doesn't like like the SQL, or the app server cannot properly convert a field (looks like char vs datetime mismatch). Are you using container-managed persistence (CMP) or bean-managed persistence(BMP)? If CMP, post your *-ds.xml file. If BMP, check the mappings in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Singleton mbean

2009-05-20 Thread josey
This forum thread may be of interest to you when you do decide to upgrade. http://www.jboss.org/index.html?module=bbop=viewtopict=149505start=0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232310#4232310 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client

2009-05-20 Thread pierods
I actually found out the problem, I was using the wrong jar version. but then another problem arose: how do i recover with maven this file, given that it has dots in the directory name: http://repository.jboss.com/jboss/messaging/1.4.0.SP3/lib/jboss-messaging-client.jar If I do:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 installation on AIX

2009-05-20 Thread PeterJ
See if this helps: http://www.jboss.org/index.html?module=bbop=viewtopicp=4205258 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232297#4232297 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232297

[jboss-user] [JBoss jBPM] - JBPM process xml : use of primitive in event listener or dec

2009-05-20 Thread patriarch24
Hello all, I would like to know how can I use a primitive type in a decision handler or an event listener (jpdl 4). For instance : | decision | handler class=some.package.SkipDecisionHandler | field | boolean value=true / | /field |

[jboss-user] [Clustering/JBoss] - Re: FYI : Communication between services in clustered enviro

2009-05-20 Thread ekobir
You can use some other alternatives for JMX Notification such as registering underlying HAPartition with a BroadCasterName. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232295#4232295 Reply to the post :

[jboss-user] [Clustering/JBoss] - FYI : Communication between services in clustered environmen

2009-05-20 Thread ekobir
Hi All I just want to share some tricky points which I encountered while developing communications between services in clustered environment. There might be options out there but following 2 options are definitely available for you to use. 1) JMX Notifications * Provide cluster wide

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread emuckenhuber
for CR1 you could add the -Dxb.builder.useUnorderedSequence=true flag. This will be the default for 5.1.0.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232298#4232298 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Invocation of startSingleton()

2009-05-20 Thread ablevine1
After further investigation it looks like the HAPartition is never being set. If I override the method in setHAPartiton in org.jboss.ha.jmx.AbstractHAServiceMBeanSupport like so: | public void setHAPartition(HAPartition partition) | { | log.info(GOT PARTITION: +

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-20 Thread clebert.suco...@jboss.com
At this point It's impossible to say what it is. You need to keep looking down the list.. for JBoss/JGroups related objects. It could be anything.. from JGroups retransmissions because of the network to real leakages. Also.. look at the stack traces on the dump itself. View the original post

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-20 Thread clebert.suco...@jboss.com
Anything.. I mean... *anything*. you can't even say it is a JBM until you fully analyze the histogram. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232337#4232337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232337

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-20 Thread zradick
Sorry Tim, I was not initially aware that this was a Messaging issue, I assumed it was a classloader isolation problem. However, I did post a link to this thread in the JBoss Messaging forums (in the Thread I mentioned above) after determining what the issue really was (although there was no

[jboss-user] [JBoss Messaging] - Cannot find session during shutdown

2009-05-20 Thread philipdodds
During the shutdown of a system with several MDB's we appear to be getting: | 2009-05-20 12:30:52,499 ERROR [org.jboss.messaging.util.ExceptionUtil] (WorkManager(2)-44) ConnectionEndpoint[fe-oz919yuf-1-mj809yuf-bruz48-x21o4c5] sendTransaction [ur4-b6b39yuf-1-mj809yuf-bruz48-x21o4c5] |

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 5: MBean depends on EJB3 Staleless Bean according

2009-05-20 Thread yashendrac
I am also getting some problem with MBean in jboss 5. I have an MBean POJO developed using jboss ejb3 annotations @Service and @Management something like this : import org.jboss.ejb3.annotation.Management; | import org.jboss.ejb3.annotation.Service; | import javax.ejb.EJB; | @Management(

[jboss-user] [Management, JMX/JBoss] - MBean POJO(jboss ejb3 annotations) NOT working in jboss 5

2009-05-20 Thread yashendrac
I am not able to deploy MBean POJO in jboss 5 though it works in jboss4. I have an MBean POJO developed using jboss ejb3 annotations @Service and @Management something like this : import org.jboss.ejb3.annotation.Management; | import org.jboss.ejb3.annotation.Service; | import

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-20 Thread clebert.suco...@jboss.com
Regarding the non-serializable error, look at this thread: http://www.jboss.org/index.html?module=bbop=viewtopict=152893 I'm not sure why you're getting this error though. Maybe some missing dependency between JCA and JBossMessaging and the shutdown order is not being respected? View the

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-20 Thread clebert.suco...@jboss.com
anonymous wrote : I'm not sure why you're getting this error though. I was referring to this error: | 2009-05-20 12:30:52,499 ERROR [org.jboss.messaging.util.ExceptionUtil] (WorkManager(2)-44) Connectio | nEndpoint[fe-oz919yuf-1-mj809yuf-bruz48-x21o4c5] sendTransaction

[jboss-user] [Microcontainer] - Re: Microcontainer Demos

2009-05-20 Thread uaark...@gmail.com
Ales, That did it. I guess the most misleading of all is the fact that Main class in bootstrap module also has a main method and people are bound to try to run it. Thanks anyway. Regards, Uday View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232356#4232356

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-20 Thread philipdodds
Hi Clebert We have put in the recovery settings into the jbossjta-properties.xml and also moved it to the top during testing. It worries me a little that the session isn't found - I could only find references to that problem occurring in a clustered environment (see

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-20 Thread pratimkm
Thanks for replying. Let us analyze more on the stack trace and the histogram and will update you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232358#4232358 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232358

[jboss-user] [Management, JMX/JBoss] - Re: MBean POJO(jboss ejb3 annotations) NOT working in jboss

2009-05-20 Thread yashendrac
Ok I followed the steps mentioned in this FAQ http://www.jboss.org/community/wiki/WhydontmyAS42xServicebeansdeployinAS5 my service had @EJB for ejb dependency injection, after removing that I can see start method of my service is invoked but still it is stuck in PreInstall status, this is the

  1   2   >