[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread jaikiran
Thanks for uploading the server log. I'll update this thread with the details. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225521#4225521 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225521

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread japase
Hi, As requested I have now attached the zipped server.log file. I've also tested two other simple applications build upon our framework (generated code) with only two EJBs with EJB injection. Content of those two applications: anonymous wrote : | jar -tf ifstest-ab.ear | META-INF/ |

[jboss-user] [JBoss jBPM] - org.jbpm.jpdl.JpdlException

2009-04-15 Thread mamidalasrinivas
When I upload jpdl process zip file from jbpm-console ,I am geting below error, I am using Jboss-4.2.0.GA and JBPM3.3.1.GA and jbpm.jpdl.hsqldb.sql database ,please any body can help,how to upload my process sucessfully.How to see my process in jbpm-console and what is difference between

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread japase
I've also tried to modify my web service class to use the 'mappedNme' attribute: | @EJB(mappedName=ifstest-ab/BTestHandler/local) | private ifs.application.btestservice.BTestHandlerLocal local; | Still nothing injected... View the original post :

[jboss-user] [JBoss jBPM] - This location does not contain a valid JBoss jBPM runtime

2009-04-15 Thread dejancencelj
Hello I'm trying to setup working environment using latest version of jBPM 4.0.0.beta1. I followed instructions found in community document: . Everything is fine until I try to create a new Proces Project. Eclipse 3.4.2 is unable to find location of jBoss JBPM runtime that I installed in

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread jaikiran
Injection in webservices isn't handled by EJBTHREE project. It's done from JBossWS. Let me see if they already have any issues open, related to this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225529#4225529 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem with user authorization using JBM Bridge configu

2009-04-15 Thread armsargis
So no any response? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225530#4225530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225530 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: This location does not contain a valid JBoss jBPM runtim

2009-04-15 Thread kukeltje
the 3.1 designer is not for jbpm 4. afaik (had the same 'problem') the designer gpd 4 does not have the need for a runtime. Could it be that you have and old gpd installed? (I did) Removing that 'solved' it for me View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException with JBoss 5.0.0 GA and higher

2009-04-15 Thread krum
have you got an idea? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225533#4225533 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225533 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread jaikiran
japase wrote : | But I still have problems with EJB injection in my web service | | An example of how our web service looks like: | | | | @WebService | | public class BTestHandler | | { | |@EJB | |private ifs.application.btestservice.BTestHandlerLocal

[jboss-user] [JBoss Messaging] - Re: JDBC persistence speed

2009-04-15 Thread desbonns62
Thanks for your answer timfox, Yes I have. I wrote a small piece of code that store a certain number of messages in a buffer before sending all of them in a single JMS message (that's what I called concatenate). This increase considerably the performances (it takes quite the same time to send

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error in jboss

2009-04-15 Thread abhvp
Hi there, We have developed a custom application CSRMS in our company and I am testing it out on Windows server 203 R2 enterprise edition with SQL 2005 enterprise edition installed. This application is working fine in XP SP3 with SQL 2000 Dev. edition and SQL 2005 Dev. edition. I am using the

[jboss-user] [JBoss Messaging] - Re: JDBC persistence speed

2009-04-15 Thread timfox
desbonns62 wrote : Thanks for your answer timfox, | | Yes I have. I wrote a small piece of code that store a certain number of messages in a buffer before sending all of them in a single JMS message (that's what I called concatenate). | I said transaction, not message. anonymous wrote

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment path precedence

2009-04-15 Thread secretdark
Thanks for the response. The context of the WAR I'm deploy ends up being: /static If I then deploy an EAR containing a similiar WAR with the same context (i.e. /static) it is then overridden. Is there any method of defining what deployment would take precedence beyond simply timestamp (i.e.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-15 Thread BjPenn
dont worry about the tk:form , tk is a tag that i created. the thing is binding is for read and write as you mentioned, is this means i have to have a get and set method in the class or something like that? i still dont get it at all, cause in glassfish worked fine. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-15 Thread BjPenn
i alredy have the get and set method defined View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225549#4225549 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225549 ___ jboss-user

[jboss-user] [Clustering/JBoss] - JBoss Cluster filover FailBack

2009-04-15 Thread miteshmanani
Hi, We have installed jboss on 2 nodes and configured it as a generic service in windows server 2003. if i click on Move Group the control moves to 2nd node successfully and vice versa. but after 3-4 attempts according to the server team a concept of cluster failover failback occurrs. and

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-04-15 Thread karnivas
Any thoughts on this ??? Please reply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225552#4225552 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225552 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - IPC sample project ala JSR 286

2009-04-15 Thread samuel.michelot
Hello ! I am looking for a sample project for the InterPortlet Communication. I read this article : http://java.sun.com/developer/technicalArticles/J2EE/sdk_portletcontainer2/#Sample_Application:Events And the events looks simple. But after, I checked out the HelloWorldIPC project sample, but I

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread thomas.he...@jboss.com
Look at the shopping cart and catalog portlets. You can even play with them here: http://portal.demo.jboss.com/portal/default/Samples That said the Sun examples should work if they follow the spec (Which i guess they do). View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBC Cache Loader always loads from DB

2009-04-15 Thread manik.surt...@jboss.com
There could be a number of reasons why the cache would load from the loader. Do you have a unit test that shows an access pattern where unnecessary loading takes place? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225562#4225562 Reply to the post :

[jboss-user] [Remoting] - remoting with .NET

2009-04-15 Thread LockDog
Hi, i connect to .NET remoting services, my sourse code: SOAPConnectionFactory cc = SOAPConnectionFactory.newInstance(); | SOAPConnection sp = cc.createConnection(); | | MessageFactory mf = javax.xml.soap.MessageFactory.newInstance(); | | |

[jboss-user] [EJB/JBoss] - Re: javax.naming.NameNotFoundException while looking up the

2009-04-15 Thread uday.madigatla
Hey Thanks a lot for your reply. I followed the link which you sent . I solved the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225565#4225565 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225565

[jboss-user] [EJB 3.0] - Re: ClassCastException in Stateful Session-Bean

2009-04-15 Thread uday.madigatla
hi, i faced the same problem like class cast exception earlier. This is simple classpath error. Make sure that your client program classpath contains the jbossall-client.jar . And also open the META-INF of the jbossall-client.jar file and place the jar files which are there in META-INF file

[jboss-user] [JBoss jBPM] - Re: Beginner question: Using jBPM from EJB application

2009-04-15 Thread GajananM
hi Ruchika i am facing same problem. did u get the solution if yes pls let me know View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225568#4225568 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225568

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: run.jar java options (JavaService.exe)

2009-04-15 Thread young_matthewd
exactly the service was setup with the JavaService utility (part of an Adobe Lifecycle installation). will check out the registry entry (would have never guessed going that whythanks for the tip). assume i can see every argument to the jvm in the register. best alternative in the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Two contexts of a single web application

2009-04-15 Thread uday.madigatla
hi i didn't understand what you are asking. if you want to use two names like anonymous wrote : http://www.abc.com/admin/login.html | and | http://www.abc.com/client/login.html why don't you configure both in the web.xml as url patterns...? View the original post :

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-15 Thread swatis
Martin, thats what I said in earlier replies that link heading on console is Personal/Group Taks list but it doesnot displays the task to user even if that actor is present in pooled actors list. Only manager using All Tasks link can assign task to the anyone of the pooled actor by using link

[jboss-user] [JBoss jBPM] - Re: Group Task Assignment proble- Unable to see task avalaib

2009-04-15 Thread mputz
@Swati, I think the heading 'Personal/Group Tasks' is just misleading in the JSF console implementation, as the list only contains those tasks that are actually assigned to the current user. But the list does *not* contain those tasks where no user is yet assigned, but where the current user

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread samuel.michelot
Ok, so it's look like IPC was the JBoss way to communicate before JSR 286. Cf. : http://docs.jboss.org/jbportal/v2.2/reference-guide/en/html/ipc.html I tried to deploy the SUN Sample Application of portlet event (JSR 286) from

[jboss-user] [EJB 3.0] - Re: ClassCastException in Stateful Session-Bean

2009-04-15 Thread uday.madigatla
hi, i faced the same problem like class cast exception earlier. This is simple classpath error. Make sure that your client program classpath contains the jbossall-client.jar . And also open the META-INF of the jbossall-client.jar file and place the jar files which are there in META-INF file

[jboss-user] [JBoss jBPM] - EventListener hibernate mapping help needed!

2009-04-15 Thread luigiexp
Hi all, is there some news about the beta1 release of BPM4? It should have been released on the 1st of April or am I in wrong? Anyway could someone help me in solving this problem (jBPM4)? I tried to add an EventListner (I called PrintLn) to the flow andI should store it in my DB, I attempted

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment path precedence

2009-04-15 Thread jaikiran
secretdark wrote : | | If I then deploy an EAR containing a similiar WAR with the same context (i.e. /static) it is then overridden. | That's changed (read handled correctly) in JBossAS-5.0.x, where multiple applications are not allowed to have the same context. Which AS version do

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment path precedence

2009-04-15 Thread secretdark
We're currently using 4.2.2. and, unfortunately, an upgrade is not an option at the moment. I take it that this is the expected behaviour for this version then? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225577#4225577 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Reverse engineering of Entity Bean from table, possible

2009-04-15 Thread max.ander...@jboss.com
Yes, Hibernate tools have had that for a couple of years. Just enable JPA/EJB3 when using Hibernate Code Generation to generate entities. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225576#4225576 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment path precedence

2009-04-15 Thread secretdark
Likewise, are context paths allowed to be shared? For example, if I deploy a EAR with a context path of: /application which contains a subdirectory named 'static' i.e. /application/static And I then deploy a WAR containing simply a modified verison of the directory and the same sub-context path,

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-15 Thread aman21cent
Could you please verify below steps on how this will be working - Region X - needs to be replicated Region Y - doesn't need to be replicated Thread # 1 - Writes/puts into Region X in below steps a. Writes/puts into Region X Thread # 2 - Writes into Region Y at exact same time as Thread # 1

[jboss-user] [Performance Tuning] - JOPR Alert issues

2009-04-15 Thread bpinkham
I just downloaded and installed the jopr agent and server components. I am able to get the monitoring up and running, but I get an error when i try to setup a new Alert. Here is a snipit from the Stack Trace display: javax.servlet.jsp.JspException: ServletException in

[jboss-user] [JBoss Cache: Core Edition] - Re: How to configure region based caching use multiple cac

2009-04-15 Thread aman21cent
How can I use single transaction? Could you please explain get/put/remove flow by examples? JBC instance # 1 - gets Region X data JBC instance # 2 - gets Region Y data Will it call one method to get/put/remove data passing JBC instance? View the original post :

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

2009-04-15 Thread swatis
Collection l_objClTskInstances = executionContext.getTaskMgmtInstance( ).getTaskInstances(); Iterator it = l_objClTskInstances.iterator(); while(it.hasNext()) {

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread rasa
Hope this is rt ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225597#4225597 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225597 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Upgradation

2009-04-15 Thread rasa
Yes i tried the same and its working fine. But still its not giving the requested page. But still its not working. One thing i have noticed is one tomcat is configured in the same machine for the same port but now that process is not running. So please guide me to find the solution. Thanks and

[jboss-user] [EJB 3.0] - Re: Web Beans + JPA

2009-04-15 Thread skajotde
epbernard wrote : If we are OK to go the non standard route, I can look at adding a method on HibernateEntityManagerFactory. | SetClass? getEntities(); | returning the list of entities. | | Or even better you can do | | Collection metadatas = (Map) (

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassCastException: $Proxy78 cannot be cast to

2009-04-15 Thread areyyyyy
Hi, Thanks for ur reply. Here i am providing remote interface and stateful session beans: @Stateful(name = uhomeSession) @Remote( { LoginSession.class }) public class LoginSessionBean implements LoginSession { @PersistenceContext(unitName = Model) private EntityManager em;

[jboss-user] [JBoss Portal] - Re: Page Layout Issue

2009-04-15 Thread peris
we have to use same portal but based on the user we have to show different portlet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225603#4225603 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225603

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread samuel.michelot
Thanks for your answer Thomas ! The shopping cart and catalog portlets looks great for my needs, but I can't find them here : http://www.jboss.org/portletswap/portlet_main.html Where can I download the source code ? The sun examples are recognized by JBoss Portal, but when I display them, I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Upgradation

2009-04-15 Thread rasa
I have changed my port no as 8585 and when i gone through the log i got following error. [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread jaikiran
Could you please open a topic in the JBossWS forum for discussing the injection of EJB in WebServices http://www.jboss.org/index.html?module=bbop=viewforumf=200? From what i see in the JBossWS JIRA, support for @Resource injection was added in WebServices but it does not mention @EJB

[jboss-user] [JCA/JBoss] - Re: Reauthenticated Connection

2009-04-15 Thread vickyk
Check this https://jira.jboss.org/jira/browse/JBAS-1429 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225607#4225607 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225607 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Upgradation

2009-04-15 Thread jaikiran
That log is just a INFO message. That won't come into picture for what you are running into. anonymous wrote : I have changed my port no as 8585 Let's not make a lot of changes, since it becomes difficult to track what might be wrong. Switch back to 8080 since we saw that the server was

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-15 Thread japase
Hi, It can't be true. According to Java EE 5 specification web service endpoints can either be defined through @WebService annotation inside EJB 3 code (i.e. @Stateless) _or_ as separate stand alone classes packed as war application, as in our case. Of course, our @EJB declarations in web

[jboss-user] [JCA/JBoss] - Re: JBoss Connection Pooling Problem With Unisys DMS-II JDBC

2009-04-15 Thread vickyk
acastanheira2001 wrote : | My theory is: JBoss is not managing correctly connection pooling with DMS-II Jdbc Driver. Every time a connection is requested JBoss establish it with DMS-II Database and do not release it after use. When the number of requests reaches its maximum value new

[jboss-user] [JCA/JBoss] - Re: ClassNotFoundException: org.jboss.resource.deployers.man

2009-04-15 Thread vickyk
Rhodan wrote : Hello | we are using jboss 5.0.1 inside an rcp plugin. | What is rcp pluging? How are you using it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225614#4225614 Reply to the post :

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread thomas.he...@jboss.com
You can find the code for those examples here: https://svn.jboss.org/repos/portal/modules/portlet/tags/JBP_PORTLET_2_0_5/samples/src/main/java/org/jboss/portal/portlet/samples/shoppingcart/ Not sure about the other error, the TLD should have been included. What version of JBoss Portal are you

[jboss-user] [JCA/JBoss] - Re: Configuration of data source

2009-04-15 Thread vickyk
You are messing up the things IMO. Why do you want to keep the DefaultDS as the jndi name for the mysql datasource which you are configuring? Creating the MySql DB should be simple thing, just refer this http://www.jboss.org/community/docs/DOC-12244 View the original post :

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread vickyk
Why are non-jca things being discussed here? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225619#4225619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225619 ___ jboss-user

[jboss-user] [JBossWS] - Re: JBossWS with JBoss Embedded

2009-04-15 Thread skajotde
I'm also curious results. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225623#4225623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225623 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: JBoss/ActiveMQ Messages never delivered to MDB

2009-04-15 Thread rchristy
I have an update on this. We applied jboss-messaging-1.4.0.SP3 on top of the 4.2.2 distribution (part of a different experiment) that was the cause of this unstable behavior with ActiveMQ. On a clean 4.2.2 distribution, this problem doesn't occur. View the original post :

[jboss-user] [JBoss Portal] - Parameter Binding Coordination: Portlets from 2 different ve

2009-04-15 Thread malmit
I tried to use parameter binding coordination to wire 2 different portlets residing in 2 different web applications. I added public render parameters to both portlet.xml files and also added supported-public-render-parameter to both portlet differents. When I bring up the admin console in

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread samuel.michelot
Thanks for the link ! I am running Portal 2.7.2 (the last one). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225630#4225630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225630

[jboss-user] [JCA/JBoss] - Re: ClassNotFoundException: org.jboss.resource.deployers.man

2009-04-15 Thread Rhodan
anonymous wrote : What is rcp pluging? see http://wiki.eclipse.org/index.php/Rich_Client_Platform. Meanwhile we found the reason for the ClassNotFoundError(s). When packaging jboss inside an rcp-plugin, then the root classloader isn't the jboss one anymore, instead it is the bundle-Classloader

[jboss-user] [JBossWS] - How to configure application-policy name=JBossWS to sup

2009-04-15 Thread joncmuniz
How to configure application-policy name=JBossWS to support LDAP? The file login-config.xml has a setting where I get User and roles from a file properties (jbossws-roles.properties,jbossws-users.properties), how do I get these users and roles of an LDAP repository? View the original post :

[jboss-user] [JBoss Tools (users)] - birt intergration param tag

2009-04-15 Thread sjikkebats2
b:birt designType=embed designName=test.rptdesign embeddable=true masterpage=false b:param name=sample value=#{revenueParameterSelector.query}/ /b:birt gives a NPE: org.jboss.seam.birt.ui.UIParameter.restoreState(UIParameter.java:151)

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2009-04-15 Thread tosaravananm
We use JAAS Authentication policy. To explain the problem clearly, We have a rich client developed on eclipse rcp, login to the application will be done using this rich client. And we use client side interceptor as a load balancer and RoundRobin as a load balancing policy. RoundRobin load

[jboss-user] [JBoss Portal] - Adding a portlet to an existing portlet page

2009-04-15 Thread malmit
Is it possible to add a portlet from a different portlet web application to an existing portlet page? Right now, I have to manually add the portlet to the page via the portlet admin console. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225644#4225644 Reply

[jboss-user] [JBossWS] - Re: How to configure application-policy name=

2009-04-15 Thread joncmuniz
It's very very easy! | !-- | A template configuration for the JBossWS security domain. | This defaults to the UsersRolesLoginModule the same as other and should be | changed to a stronger authentication mechanism as required. | |

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-15 Thread chris.lap...@jboss.com
The wiki is your friend (at least, when it's not broken as it seems the link to the FAQ is currently broken): http://www.jboss.org/community/docs/DOC-13228 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225648#4225648 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error in jboss

2009-04-15 Thread Wolfgang Knauf
Hi, this is the important part of your error log: (java.lang.ClassNotFoundException: Unexpected error during load of: com.microsoft.sqlserver.jdbc.SQLServerDriver, msg=com/microsoft/sqlserver/jdbc/SQLServerDriver (Unsupported major.minor version 49.0 You are running a JBoss with JDK

[jboss-user] [JBoss Portal] - Re: Adding a portlet to an existing portlet page

2009-04-15 Thread malmit
malmit wrote : Is it possible to add a portlet from a different portlet web application to an existing portlet page? Right now, I have to manually add the portlet to the page via the portlet admin console. I forgot to mention deployment via configuration/deployment descriptor since it is

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-15 Thread sahmed223
Peter/All I have spoke to one of the developer. We realized that JBoss is wrapping all the connection pool to Database. java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.jdk5.WrappedConnectionJDK5 Is there any way to prevent that? Let me know if you need more information.

[jboss-user] [JBoss Tools (users)] - JBoss property files error

2009-04-15 Thread krasig
I have 3 projects (Project A,Project B and Project C) In every project I have log4j.properties file. If i click on log4j.propertie file in Project B, in JBoss Tools properties Editor i see file from Project A. If i try to open with Properties FileEditor or Text Editor everything is ok. See pic:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread jaikiran
anonymous wrote : 1) How important is it to have JBoss infrastructure use the DefaultDS while applications use something else? (Stated in another way, what advantage does this configuration provide?) As Peter rightly mentioned, using just a single database to host everything (= server's data

[jboss-user] [Beginners Corner] - First webservice

2009-04-15 Thread Renani
Hi, I'm trying to create a webservice. I followed the tutorials at http://www.javabeat.net/articles/40-creating-webservice-using-jboss-and-eclipse-europa-1.html. The server would not run the war file created by following these steps. I've debugged all day but could not find the reason for it.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure MySQL datasource for JBOSS 5.0.1

2009-04-15 Thread PeterJ
I don't know of any specific docs or tutorials for that, but you could start with one of the *-xa-ds.xml files in the docs/examples/jca/ directory and use com.mysql.jdbc.jdbc2.optional.MysqlXADataSource as the xa-datasource-class. View the original post :

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-15 Thread bstansbe...@jboss.com
Correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225661#4225661 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225661 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread PeterJ
anonymous wrote : apparently it is not common with MySQL as the database as there is very little information to be found on how to configure JBoss. http://www.jboss.org/community/docs/DOC-12255 http://www.jboss.org/community/docs/DOC-12244 I have another resource but it not free (though the

[jboss-user] [Beginners Corner] - Re: First webservice

2009-04-15 Thread Renani
Oh, and I forgot to mention that I could find the error message String out of bounds associated with my project in JBoss logs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225663#4225663 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Release ManagedConnectionFactory associated work

2009-04-15 Thread bortx
Ok, the question is as simple as this: Is there a way of handling the ManagedConnectionFactory lifecycle¿? Methods like start() or stop() to implement in order to take actions when a ManagedConnectionFactory is unbounded... Thanks a lot View the original post :

[jboss-user] [JBoss jBPM] - Re: error at bpel hello world deployment

2009-04-15 Thread b16d
I have the same problem, did you find a solution? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225669#4225669 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225669 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: libraries incompatibilities?

2009-04-15 Thread PeterJ
I cannot think of anything else to look at. Unless someone else has an idea, I think you will have to debug your tk tag. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225671#4225671 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread PeterJ
anonymous wrote : Why are non-jca things being discussed here? For one, I don't often look at which forum a question is in when i answer it (comes from answering the questions as they come into my inbox). Second, I doubt that most JBoss AS users could tell the difference between a question

[jboss-user] [Security JAAS/JBoss] - Problem with custom Authenticator and Login Module

2009-04-15 Thread stephaner
Hello, I use JBoss 4.2.2. I need a custom Web Authenticator with a custom Login Module. I think that my configuration is correct. My Authenticator is called, and in this one, when I call the authenticate method of the realm, my login module is called. The call is the following: Principal

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Upgradation

2009-04-15 Thread PeterJ
The AprLifecycleListener log entry is not a problem. This simply means that APR will not be used, and you do not need it. With JBoss AS running, run netstat and determine which ports JBoss AS had open. anonymous wrote : Yes i tried the same and its working fine. Please define the same. My

[jboss-user] [JBoss Tools (users)] - Seam validation issues

2009-04-15 Thread pdhaigh
Hi, I am using JBDS v2. The Seam support is great, but there seem to be a reasonable number of flaws in the validation. To list a few: ERROR: Duplicate variable name when using @DataModel and @Factory: @DataModel public ArrayList bookingsForApproval;

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-15 Thread PeterJ
All connections are wrapped and there is no way to prevent it. The WrappedConnectionJDK5 class implements Connection, so there should not be an issue unless the Oracle driver is casting the connection to something else. View the original post :

[jboss-user] [Beginners Corner] - Re: First webservice

2009-04-15 Thread PeterJ
This is just a guess, but notice this method in the stack trace: org.jboss.wsf.common.JavaUtils.getPackageName. Now look at your web service - it has no package. You should never write packageless classes. View the original post :

[jboss-user] [JBoss Messaging] - Re: JDBC persistence speed

2009-04-15 Thread desbonns62
Oh sorry, I'm new in Jboss and it is not so easy to understand all concepts. So ok I will try to search idea around 'transactions', I didn't found much info on the documentation... I will search on the forum. View the original post :

[jboss-user] [JBoss jBPM] - What happened to jBPM 3.3.x ?

2009-04-15 Thread xnejp03
Hello, have I missed something or has the version 3.3.x been discontinued? Latest release was 3.3.1.GA, but on the roadmap I can see only 3.2.x and 4.0.x releases. Petr View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225685#4225685 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - strage problem with deploying an application

2009-04-15 Thread wciesiel
Hi there, I don't know where should I post it, as the problem is possibly related to one of: * JBoss 4.0.5GA * Richfaces * Maven ... so I am cross-posting this on Richfaces, JBoss AS and Maven forums. The problem is: I have a web application which is to be deployed on a JBoss 4.0.5GA. I was

[jboss-user] [JBoss Portal] - Re: Parameter Binding Coordination: Portlets from 2 differen

2009-04-15 Thread chris.lap...@jboss.com
At this point, you need to initiate the configuration of explicit coordination features using the *-object.xml deployment descriptors as explained in the documentation. There's an issue with the admin portlet that prevents it to display the proper information if no coordination elements have

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
It seems you are using some early JBDS 2. Some beta or even alpha. Please update it to JBDS 2.0 GA (or JBoss Tools 3.0 GA). We have fixed all these bugs there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225689#4225689 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-15 Thread cpslo1999
I started with a clean copy of the standard server and applied the instructions from http://www.jboss.org/community/docs/DOC-12255 This is JBoss 5.0.1.GA and MySQL 5.1.33 Here are my notes corresponding to the step in the instructions: 1) Done 2) Done 3) Done 4) Referenced file

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Hi, I am definately using the GA: JBoss Developer Studio Version: 2.0.0.GA Build id: R200903141247-H4 Build date: 200903141316 And the version of JBoss Tools update site is: JBoss Tools 3.0.0.GA-R200903141626-H5 The Seam bit is: Seam Tools for Eclipse Version: 3.0.0.GA-R200903141626-H5 any

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
Hm... I can't reproduce it in GA and I remeber these bugs in some beta... Have you updated your JBDS from beta? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225692#4225692 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss property files error

2009-04-15 Thread akazakov
Looking at the screenshot... Actually you seem to have one project and a few source folder there. Correct? I'm just trying to reproduce the issue. No luck yet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225693#4225693 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Nope, clean install. Same workbench folder as I had with JBDS v1 - can that have impact? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225695#4225695 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225695

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
It could... Have tried clean/build all your projects? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225696#4225696 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225696 ___

[jboss-user] [Beginners Corner] - Re: Jboss and Oracle DB Question

2009-04-15 Thread jaikiran
anonymous wrote : com.vitechinc.core.model.BlobType.nullSafeSet(BlobType.java:94) Looking at this line in the code, i guess this belongs to your application and this piece of code is passing the connection to the oracle driver method which probably excepts it to be of a different type. In

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread pdhaigh
Yes, cleaned several times.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225700#4225700 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225700 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Seam validation issues

2009-04-15 Thread akazakov
Could you create new Seam project and copy the problematic code there? Is the issue still reproducable there? If so could you report it to jira and attache that project. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225701#4225701 Reply to the post :

  1   2   >