[jboss-user] [JBoss Messaging] - Re: int type is unsuitable : MessageCounter.getCount()

2009-01-16 Thread jmesnil
https://jira.jboss.org/jira/browse/JBMESSAGING-1489 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202338#4202338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202338 ___ jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting JBoss 5.0 GA

2009-01-16 Thread uttam.kumar
in jboss5.0GA/lib folder I have copied dom4j.jar jaxen.jar jdom.jar namespace.jar webdavlib.;jar xercesImpl.jar xml-apis.jar in Jboss5.0GA/client folder :- axis-ws4ee.jar commons-discovery.jar gnu-regexp.jar jboss-jaas.jar jboss-net-client.jar jboss-net-client.jar jcert.jar jmx-connector-client-fa

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting JBoss 5.0 GA

2009-01-16 Thread uttam.kumar
b4 getting this error, I have got another error Exception in thread "main" java.lang.NoSuchMethodError: javax.xml.parsers.SAXParser.isXIncludeAware()Z at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.logParserInfo(SaxJBo ssXBParser.java:235) at org.jboss.xb.binding.parser.sax.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Copy JBOSS

2009-01-16 Thread ran_sushmi
hi, thanks, for your answer. I had this query that is there a tar command to exclude the log folder? Normally, I give the tar command as:- tar cvf --exlude But, in this case, the log folder is not down on the first level but further down the levels in server/default/logs. I hope, my questi

[jboss-user] [JBoss Cache: Core Edition] - Grails JBossCache plugin

2009-01-16 Thread mingfai
hi, I wonder anyone use Groovy/Grails with JBossCache. Recently, I've created a Grails JBossCache plugin. (http://grails.org/JBossCache+Plugin) to make it easy for Grails user to install and use JBossCache in their project. For non-Grails users, if you want to give it a try, you may download th

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

2009-01-16 Thread chicken
Dear all. I run my application on JBoss Application Clustering Ver 4.2.3 JDK: 1.5.0_16 Jboss hangs on in every morning and I find out these error in the server.log file: 2009-01-16 02:39:53,793 DEBUG [org.jboss.web.tomcat.service.session.JBossCacheManager] Looking for sessions that have expired

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread jaikiran
Confirmed, the issue still exists (even on the "default" server configuration) for JBoss-5.0 GA. Placing the sqljdbc.jar file in common/lib or even in default/lib causes the server deployment to fail: | 14:21:42,964 ERROR [AbstractKernelController] Error installing to ClassLoader: name=vfsf

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start up JBoss

2009-01-16 Thread anupamkakade
Dear all, I deployed session bean in jboss 4.2.3GA . It deployed successfully. But It is giving the exception while running the client.. It is not showing any stack trace on Jboss Console. But showing on client console. java.lang.NoSuchFieldError: TRACE at org.jboss.logging.Log4jLog

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

2009-01-16 Thread craquerpro
Hi, I'm evaluating this promising product, and try to get the sources. I've been following these instructions: http://www.jboss.org/jbossjbpm/gpd_sources/ I can see the folder structure, but no files inside it. I've tried this folder: HEAD/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl Of course, I've us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Hi, This issue prevails only for Jboss5. Not for JBoss 4. In case of JBoss 5 - On windows machine it works, but not on linux box. Any idea ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202351#4202351 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread jaikiran
"PeterJ" wrote : | I suspect that the sqljdbc.jar file is corrupt. | | The jar file incorrectly includes a zero length nested jar as well as a old version of itself http://social.msdn.microsoft.com/forums/en-US/sqldataaccess/thread/a0a00f20-c235-47e6-bd53-dba281a83d57 View the origina

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread jaikiran
The vfs.xml is unchanged and looks like: | | | sqljdbc.jar | | | | | | | | ${jboss.lib.url} | | | | ${jboss.common.lib.url} | | | |

[jboss-user] [JNDI/Naming/Network] - Re: Server JVM, Client JVM, JNDI & Workaround

2009-01-16 Thread braca
Hello, yes, hibernate.cfg.xml is on serverside (in .ear-file). The stacktrace is as follows: | org.hibernate.HibernateException: Could not find datasource | at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56) | at org.hibernat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread jaikiran
pegachapc, A possible workaround for you is to : 1) Delete the nested sqljdbc.jar (of size 0) and the sqljdbc.jar.old from the sqljdbc.jar driver. As noted in the MSDN forum link that i posted earlier, the nested jars are redundant. OR 2) See there's a newer version of the JDBC jar available

[jboss-user] [JNDI/Naming/Network] - Could not retrieve datasource via JNDI url

2009-01-16 Thread sachins
I have configured Jboss 5.0.0 with PostgreSQL, I renamed the PostgreSQLDS to DefaultDS in the postgres-ds.xml. When I deploy an application, it is giving me: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'myDS': java.sql.SQLException: Could not retrieve dat

[jboss-user] [Beginners Corner] - Re: Error Could not initialise deployment jbossws.sar on run

2009-01-16 Thread pravipravi
Me too facing the same issue . Its happening for me in jboss-4.2.3.GA version.What might be the reason ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202374#4202374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=42023

[jboss-user] [JNDI/Naming/Network] - Re: Server JVM, Client JVM, JNDI & Workaround

2009-01-16 Thread jaikiran
anonymous wrote : at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:116) | This class looks suspicious. Do you have any jndi.properties packaged in your application, which might have an incorrect entry about the naming context factory? Or maybe your hibernate configu

[jboss-user] [JNDI/Naming/Network] - Re: Could not retrieve datasource via JNDI url

2009-01-16 Thread jaikiran
Are you packaging any jar files containing javax.sql.* package? If yes, remove them from your application packaging. If that does not solve the issue, please post the output of the JNDI tree by following the steps mentioned here http://www.jboss.org/community/docs/DOC-9583 While posting logs or

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS - LDAPExtLoginModule

2009-01-16 Thread Wolfgang Knauf
Hi, did you activate logging of the security layer? This should give you some hints? http://www.jboss.org/community/docs/DOC-12198 (question 4) Best regards Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202382#4202382 Reply to the post : http://w

[jboss-user] [Microcontainer] - Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
Hi there, I am using POJO Services to initialize different parts of an application that is deployed in JBoss AS 5. I got the Service POJOs as such working just fine, but now I have a problem making some of them accessible to "unmanaged" code that is deployed in the same AS instance. >From what

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.ja

2009-01-16 Thread anupamkakade
Dear Jaikiran, I am facing the same problem. I tried what you have suggested. But Still it is giving the same Exception. Can you please help me. Its very urgent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202384#4202384 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting JBoss 5.0 GA

2009-01-16 Thread jaikiran
You should not be overwriting the jar files that JBoss ships with. You should be packaging your required jar files within your application and if needed configure a scoped classloader for your application. See these wiki articles: http://www.jboss.org/community/docs/DOC-10290 http://www.jboss.o

[jboss-user] [JBoss Tools (users)] - configuring jboss3.2.6 with struts

2009-01-16 Thread sachin1506
Hi, i am using jboss3.2.6 with jdk 1.4.2 Here i am getting the following exception | StandardWrapperValve[action]: Servlet.service() for servlet action threw exception | java.lang.NoClassDefFoundError | at cdot.oss.clh.ram.struts.CreateCAAction.(CreateCAAction.java:65) |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
anonymous wrote : The issue is that when i switch from HTTP page to HTTPS page How do you do that? Through code? Through configuration? I might be asking a dumb question, but sorry i am not good at this :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=420238

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start up JBoss

2009-01-16 Thread jaikiran
"anupamkakade" wrote : But showing on client console. | | Which means that your client side classpath is having an incorrect version of log4j jar file? What is your classpath pointing to and how do you set the classpath? Are you using an IDE? View the original post : http://www.jboss.co

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.ja

2009-01-16 Thread jaikiran
"anupamkakade" wrote : | Dear Jaikiran, | | I am facing the same problem. I tried what you have suggested. But Still it is giving the same Exception. Can you please help me. Its very urgent. Let's discuss this at one place please http://www.jboss.com/index.html?module=bb&op=viewtopic&t=1

[jboss-user] [JBoss Cache: Core Edition] - Re: Grails JBossCache plugin

2009-01-16 Thread manik.surt...@jboss.com
Nice one, mingfai. Marking this post as "sticky". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202390#4202390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202390 ___ jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread alesj
"jaikiran" wrote : Confirmed, the issue still exists (even on the "default" server configuration) for JBoss-5.0 GA. Placing the sqljdbc.jar file in common/lib or even in default/lib causes the server deployment to fail: | Even if you 'cover' the root in vfs.xml with exception handler? But I g

[jboss-user] [JNDI/Naming/Network] - Re: Server JVM, Client JVM, JNDI & Workaround

2009-01-16 Thread braca
Hi, the only changes I made in hibernate.cfg.xml look like this: | org.hibernate.dialect.InformixDialect | org.hibernate.cache.HashtableCacheProvider | | java:InformixDS | | and I used the (default) jndi.properties for the client: | java.naming.factory.initial=org.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error starting JBoss 5.0 GA

2009-01-16 Thread uttam.kumar
if i dont overrite the above jar i get the above stated error...in that scenario wht is the reason for that exception ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202395#4202395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Hi jaikiran, I could not get your question. Please elaborate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202396#4202396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202396 _

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | Any help on how to do service lookup differently | Read my reply here - the first part: - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148288 Or add more details of what you're trying to do. "ralfsteppacher" wrote : | how to solve the above proble

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"alesj" wrote : "ralfsteppacher" wrote : | | Any help on how to do service lookup differently | | | Read my reply here - the first part: | - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148288 | | Or add more details of what you're trying to do. | You could also

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error loading sqljdbc.jar

2009-01-16 Thread jaikiran
"alesj" wrote : | Even if you 'cover' the root in vfs.xml with exception handler? | Yes. "alesj" wrote : | But I guess this is the line that covers jboss-5.0.0.GA-jdk6/server/test1/lib/: | | | | | ${jboss.server.lib.url} | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
I meant how do you switch from HTTP page to HTTPS page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202403#4202403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202403 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using toplink with JBoss

2009-01-16 Thread mittal_abhi86
Can Anyone Please help me out in configuring jboss 4.2.1 for toplink. I have tried & searched hard but got no result. Revert if anyOne kows about it. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202404#4202404 Reply to the post : http:/

[jboss-user] [Microcontainer] - Re: Classloading question

2009-01-16 Thread alesj
"david.ll...@jboss.com" wrote : If I specify a version on the "classloading" element, is that version number inherited by default to all the nested capabilities (package and module)? Looking at the code I doubt it. As it's simple xml parsing and I don't see where we would explicitly override the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Jai, Please see this below : | | | | Protected Area | /app/secure | GET | POST | |

[jboss-user] [JBoss Tools (users)] - Re: configuring jboss3.2.6 with struts

2009-01-16 Thread max.ander...@jboss.com
JBoss 3.2.6 is like 4 years old ;) Anyway, this forum is for tooling, you should ask in JBoss AS or Struts user forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202415#4202415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBossWS] - Re: Throws exception in WS (back to remote client) without g

2009-01-16 Thread chetanpadhye
What can be the reason for following exception any idea ? Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.xml.ws.soap.SOAPFaultException org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.get

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
First of all, thanks for the quick response. "alesj" wrote : | Read my reply here - the first part: | - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148288 | | Or add more details of what you're trying to do. | Can you be a bit more specific where in the source tree of w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
Thanks, that helps understand the flow :) And now based on your configuration: | | The redirectPort here, says that if a anonymous wrote : | redirectPort: Names the TCP/IP port number to which a request should be redirected, if it comes in on a non-SSL port, and is subject to a

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : | You could also add them as mbeans - @JMX usage. | And then accessing them via all bunch of existing invokers. | I thought the direction is to go all POJO? Ralf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202432#4202432 Reply to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Jaikiran, this is the log 2009-01-16 01:32:34,646 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatService] (main) Saw org.jboss.system.server.started notification, starting connectors | 2009-01-16 01:32:34,657 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
"venuwin" wrote : | In case of JBoss 5 - On windows machine it works, but not on linux box. | | Looks like an iptable issue then? I am not great at Linux or networking, you might want get in touch with your network administrator who might be able to figure out if the port is being redir

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : I thought the direction is to go all POJO? | Yup, at some point. :-) But for the moment it's still there. But yeah, let's try to find a better way to get a hold of your services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202435

[jboss-user] [JBoss jBPM] - Re: Timer repetition problem

2009-01-16 Thread rodosa
rodrigorev, you're right my timer work!! I had a configuration problem qith JBoss jBPM. I don't know a good documentation about jbpm Timers. I've reading jbpm jdpl documentation and the spanish guide of jbpm ;) but .. in my opinion the documentation about timers is not too much. Regards Vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Jai, You ann, lightning fast replies. Thanks for the support. Let me check with some linux fundu guys and get back to you. Thanks Venu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202439#4202439 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | Can you be a bit more specific where in the source tree of webbeans-ri-int I need to look? | The jbossas integration part. There is a package with the 'vdf' name, check it's contents. "ralfsteppacher" wrote : | I was quite surprised that apparently there is no

[jboss-user] [EJB 3.0] - How to inject sessionbean from sessionbean from another appl

2009-01-16 Thread kolszew73
Hi, JBOSS 5.0.0.GA I'm trying to inject my sessionBean "VatCounter" into my another session bean "ComplexCounter" @Stateless | class ComplexCounter implemenst ComplexCounterLocal { | | @EJB | private VatCounterLocal vatCounter; | | ... | | } all works when "VatC

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread jaikiran
Looks similar to http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138796. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202443#4202443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202443 ___

[jboss-user] [JNDI/Naming/Network] - Re: Could not retrieve datasource via JNDI url

2009-01-16 Thread sachins
Thanks a lot. It works.. Still struggling with some other things though, actually the application was wriiten to work for jboss-4.2.2 now I am porting it to v5.0.0. Any specific things to look for, anything you suggest? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Beginners Corner] - Automatic Servlet start after JNDI name bindings

2009-01-16 Thread garfield168
Hello, how can I configure that my servlet is autostarted after the JNDI name bindings. Now I get "not bound" exceptions because the servelt is autostarted before the JNDI name bindings like (console log): .. Bound EJB LocalHome 'Finder' to jndi 'app/myFinder' When I start the servlet after th

[jboss-user] [Beginners Corner] - Re: Error Could not initialise deployment jbossws.sar on run

2009-01-16 Thread jaikiran
Praveen, You should have opened a separate thread to discuss your issue. anonymous wrote : Me too facing the same issue . What issue? anonymous wrote : Its happening for me in jboss-4.2.3.GA version Are you building from source or have you downloaded the binary? If you have downloaded the bi

[jboss-user] [JBoss jBPM] - Re: Timer repetition problem

2009-01-16 Thread rodosa
Visit this site http://www.jboss.org/community/docs/DOC-11188 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202450#4202450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202450 __

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread kolszew73
Thanx, this works fine. But ... :) 1. This in not EJB3 compilant, i must use annotation org.jboss.ejb3.annotation.LocalBinding which is'n standard EJB annotation 2. I' have another problem, when i'm redeploy first jar, (secon not), during redeploy server stops/starts VatCounter but do not stop

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread jaikiran
anonymous wrote : 1. This in not EJB3 compilant, i must use annotation org.jboss.ejb3.annotation.LocalBinding which is'n standard EJB annotation Instead you can configure the jndi-name and local-jndi-name for the bean in a jboss.xml file. In EJB3.0 the spec does not talk about a standard defaul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2009-01-16 Thread maildesale
I am installing a plain WAR file with a simple JSP for testing of my Cluster for session replication. I am having 2 JBoss AS nodes on same system i.e Verticle Clustering. But when i doing failover from node1 to node2, session is not get replicated. On Node1, session will be A and on node2 on fai

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread jaikiran
"kolszew73" wrote : | 2. I' have another problem, when i'm redeploy first jar, (secon not), during redeploy server stops/starts VatCounter but do not stop/start ComplexCounter (which is depended) (Jboss 4.2.2 stops/starts both). | ComplexCounter is dependent on VatCounter. So stopping/undep

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2009-01-16 Thread jaikiran
"maildesale" wrote : I am installing a plain WAR file with a simple JSP for testing of my Cluster for session replication. I am having 2 JBoss AS nodes on same system i.e Verticle Clustering. But when i doing failover from node1 to node2, session is not get replicated. On Node1, session will be

[jboss-user] [JNDI/Naming/Network] - Re: Could not retrieve datasource via JNDI url

2009-01-16 Thread jaikiran
"sachins" wrote : | Any specific things to look for, anything you suggest? Depends on what issue you are running into :) If it's not related to this thread then open a new one in an appropriate forum and someone will be able to help. And if it's specific to JBossAS5, then there's a dedicate

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : | What exactly fails - just the root cause? | With the modified aop.xml I get several exceptions on server start-up : | java.lang.RuntimeException: Error configuring property: manager for JMXRegistrationAdvice$AspectBinding | at org.jboss.kernel.plugins.dependency

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | With the modified aop.xml I get several exceptions on server start-up : | | | | java.lang.RuntimeException: Error configuring property: manager for JMXRegistrationAdvice$AspectBinding | | at org.jboss.kernel.plugins.dependency.ConfigureAction.di

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Jaikiran, saw in some forums that you have discussed about port configuration on jboss. None of the references that i came across helped. Can u let me know the best way to control ports in Jboss 5 and samples/help docs if any. thanks View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : | Post the JNDIBinding/Interceptor code. | This is my jboss-beans.xml: | | | | | | | | | java.naming.factory.initial |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142599&postdays=0&postorder=asc&start=10#4178115 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202473#4202473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=42024

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Verification of Enterprisebeans failed

2009-01-16 Thread Wolfgang Knauf
Please provide us with the error messages. If you post XML or code, please wrap it in "code" blocks. Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202475#4202475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Cache: Core Edition] - XML validation error using JBC 3.0.1 GA

2009-01-16 Thread cacheuser
I get the following error when I try to use the latest version of the jbosscache-core.jar. The error and the config are below. The config was working fine the 3.0 beta1 version. 2009-01-16 05:54:32,412 [ERROR] Main Thread org.jboss.cache.config.parsing.RootElementBuilder$FailureErrorHandler.log

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - ClassCastException

2009-01-16 Thread sachins
Any ideas why I might be getting this: java.lang.ClassCastException: org.apache.catalina.connector.ResponseFacade Thanks for your replies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202479#4202479 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
1) you should use real naming factory, not the one from example 2) I don't think you need AspectManager Just simply change the name in advice/aspect/interceptor with AspectManagerJDK5 But afaik this was simplified. Let me check the MC test code ... View the original post : http://www.jboss.com/

[jboss-user] [JBoss Cache: Core Edition] - Re: XML validation error using JBC 3.0.1 GA

2009-01-16 Thread manik.surt...@jboss.com
The eviction section has changed a little since beta1. Have a look at the GA user guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202482#4202482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202482

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread ALRubinger
"kolszew73" wrote : 1. This in not EJB3 compilant, i must use annotation org.jboss.ejb3.annotation.LocalBinding which is'n standard EJB annotation Strong words from someone trying to bypass spec scoping by injecting across unrelated JARs/EARs. ;) True story though. Looking forward we'll be mov

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread kolszew73
Ok i know, but ... it works fine in JBOSS 4.2.2 ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202494#4202494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202494 ___ jbo

[jboss-user] [JBoss jBPM] - Resend a process instance finished

2009-01-16 Thread karluqs
Hi, Is it possible to resend a ProcessInstance already finished using JBPM? I tried to find some method to do it like Token.signal(), some method of StartListener, but all failed. There's some easy way or i'll have to manipulate the database. Also, is it possible to call a finished process star

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread venuwin
Though it is not relevant to this thread, could you please tell me why we have to bind the server to an IP address if we have to access from remote computer in case of Jboss 4.2 and later. In Jboss4.0, just "sh run.sh" would start the server and still i can access it from a remote computer. In

[jboss-user] [EJB 3.0] - Is it possible to exceed MaxSize of bean pool

2009-01-16 Thread kolszew73
JBOSS 4.2.2.GA When many clients using one of my beans i get this results in JMX MBean View ... max is 30, cutrrent is 123, why? | List of MBean attributes: | NameTypeAccess Value Description | InvokeStats org.jboss.ejb3.statistics.InvocationStatistics R

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

2009-01-16 Thread karluqs
Hi, I would like to know how to checkout the subversion for the JBPM BPEL 1.1.1. I found this old tutorial http://www.jboss.org/community/docs/DOC-9200 unfortunetely, this cvs is not working anymore. I'm trying to understand how to integrate my application with JBPM so i'm debugging using the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 SSL

2009-01-16 Thread jaikiran
http://jboss.org/community/docs/DOC-10179 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202503#4202503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202503 ___ jboss-user ma

[jboss-user] [EJB 3.0] - EJB3.0 Over HTTP Using JBOSS 5

2009-01-16 Thread godfrey.nangoma
I am trying to configure JBOSS 5 so that I can invoke session bean over HTTP(s) rather than the default way of using RMI protocol. The only documentation that I can find to this is related to JBOSS 4. I am wondering if there is new documentation to do this on JBOSS5. Anyone with a pointer to the

[jboss-user] [JBoss jBPM] - Integration

2009-01-16 Thread Dj borgs
How can I integrate my EAIbus with jbpm?there's a tutorial to do it? Thank you DJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202507#4202507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202507 _

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : 1) you should use real naming factory, not the one from example | Ups. It is now set to org.jnp.interfaces.NamingContextFactory (from jndi.properties) "alesj" wrote : 2) I don't think you need AspectManager | Just simply change the name in advice/aspect/interceptor with Asp

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | Yes, aop.xml in the default server conf directory creates a bean with the name AspectManager and type org.jboss.aop.deployers.AspectManagerJDK5. | Wich brings us back to square 1. | org.jboss.aop.microcontainer.beans.Aspect and org.jboss.aop.microcontainer.beans

[jboss-user] [JBoss jBPM] - Re: Resend a process instance finished

2009-01-16 Thread kukeltje
manipulate the database, but at your own risk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202520#4202520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202520 ___ jboss-use

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

2009-01-16 Thread kukeltje
anonymous wrote : How can I integrate my EAIbus with jbpm? If it is your eai bus, you probably know best. anonymous wrote : there's a tutorial to do it? If it is your eai bus, and you have not written one, there isn't. jBPM documentation is here: http://docs.jboss.com/jbpm/v3.2/userguide/htm

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean from another

2009-01-16 Thread ALRubinger
"kolszew73" wrote : Ok i know, but ... it works fine in JBOSS 4.2.2 ! | I'm sympathetic to this in practice. So: [url]https://jira.jboss.org/jira/browse/EJBTHREE-1689[/ur] S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202529#4202529 Reply to th

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : | Try using my first suggestion with creating real AspectManager bean. | Name it 'RealAspectManager' and then use this name in aspect/advice/interceptor. | No luck. This is the summary after server start-up: | 16:59:18,472 ERROR [ProfileServiceBootstrap] Failed to load

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

2009-01-16 Thread ipeel
I'm running this in linux, jdk6, as 5.0.0.GA and jboscache 3.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202531#4202531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202531 __

[jboss-user] [EJB/JBoss] - Error installing to Configured: name=EJB3EntityEvictionConfi

2009-01-16 Thread Danives
Hi, I am posting this question as I cannot find any other data or information regarding this error. We are using JBoss Beta4 and sometimes when we attempt to start up our JBoss client, we are presented with the following error 2009-01-13 16:47:52,829 ERROR [org.jboss.kernel.plugins.dependency.

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
And you have this then? | | | | | | | | | See manager property. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202535#4202535 Reply to the p

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | | | HibernateConfigService -> java.lang.VerifyError: Cannot inherit from final class | **ERROR** | | | Is the ch.abraxas.base.infra.HibernateConfigService final? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202536#4

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
"ralfsteppacher" wrote : | My jboss-beans.xml points to RealAspectManager for injection. Aha, this answers my 1st question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202537#4202537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread alesj
Btw, jndi binding was updated (as it was jmx): - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/test/JndiLifeCycleTestCase.xml I think you just need to point this lifecycle-configure to use your real AspectManager

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

2009-01-16 Thread DanielTravin
Hi all, I have a object tree like this inside my jboss cache cluster /country/city So, there are many countries and many cities inside each country. I need to have only one JVM on the LAN that is aware of the whole object tree, so i use a default config for that. I also have a lot of other JVMs

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-01-16 Thread ralfsteppacher
"alesj" wrote : Btw, jndi binding was updated (as it was jmx): | - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/test/JndiLifeCycleTestCase.xml | That (and removing the reference to bean-deployer_2_0.xsd from

[jboss-user] [Beginners Corner] - What to use when simple Thread neededd

2009-01-16 Thread jaymcmeans
I am very new to this JBoss / J2EE stuff. But I know Java inside and out. We are creating a system that allows users to manage some telecom equipment. We doing this using JBoss 4.2 and Seam 1.2. I have a legacy system that I have to constantly poll to retrieve information. I need something

[jboss-user] [EJB/JBoss] - Recover EJB Stateful

2009-01-16 Thread thiagomontovaneli
Hi, I have a EJB stateful working in my server Jboss 5.0. So, I cried one application Web for be a client of the EJB. In client project has two JSP pages, one for to list the content in EJB and the other for add in EJB. In jsp that working for to list, call the EJB, so: InitialContext ic = ne

[jboss-user] [Beginners Corner] - Fedora 10, JBossAS-5.0.0.GA, OpenJDK 1.6 with jboss web-cons

2009-01-16 Thread brad.simo...@redhat.com
Hello. My Linux box is Fedora 10, JBossAS-5.0.0.GA, and OpenJDK 1.6. When I go into the JBoss web-console the applet on the left side has a nice pretty gray box and nothing else. The right side of the JBoss web-console has the JBoss information listed as it should. Firefox tells me the apple

[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

2009-01-16 Thread davestar
Thanks Everyone. Thanks jaikiran! it worked when i moved the persistence.xml to the META-INF within the EJB jar. I also found with my existing file structure with the persistence.xml at the top level META-INF in the ear file. It works if I add the unitName to the @PersistenceContext annotation.

[jboss-user] [EJB/JBoss] - Node Removal In mvcc-entity Cache Through JMX Console

2009-01-16 Thread frank.stillford
When using the Entity Tree Cache in JBoss 4.2.2.GA, the JMX bean makes available a remove(String) method, that, when invoked, removes a given node from the cache. Following the JBoss 5.0.0.GA cache article (available: http://www.jboss.org/community/docs/DOC-13200), I have migrated to the mvcc-

[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

2009-01-16 Thread davestar
Thanks Everyone, the JIRA ticket can be closed. Thanks jaikiran! that worked when I moved the persistence.xml to the META-INF within the EJB jar. I also found that with my current structure of having persistence.xml at the top level META-INF within the ear, it works when I have the unitName for

  1   2   >