[jboss-user] [EJB 3.0] - Re: Not finding org.jboss.ejb3.StrictMaxPool class in the J

2008-02-29 Thread ajayks
Thanks a lot ALR. I have now got the required class. I want one more clarification from your side, there is jboss-ejb3x.jar available in the $JBOSS_HOME/server/[serverName]/lib directory. What is diffrence between this jar and the the jboss-ejb3.jar jar available in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-29 Thread zasmen
Hi Peter, The configurations are as follows: jdk version java version 1.5.0_08 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing) postgresql version PostgreSQL 8.1.4 jboss version jboss 4.0.4 GA linux

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.2 in Jboss AS 4.2.2 - Transaction Problems

2008-02-29 Thread cornhoolio22
Hope this wokrs ;) Adjust the factory to your name... | jbpm-context | service name=persistence | factory | bean class=org.jbpm.persistence.db.DbPersistenceServiceFactory | field name=isCurrentSessionEnabledtrue //field | field

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-29 Thread cat4hire
I've found how to make the ClassFile working for defining my new class, but I'm still unable to add the annotation. Now I work as follows: 1) I create a CtClass object and set the inheritance chain on that; 2) I get the byte[] from the CtClass and place them into a ByteArrayInputStream, used to

[jboss-user] [JBoss jBPM] - Re: exposing GPD in web applications

2008-02-29 Thread kukeltje
anonymous wrote : it is well suited for your needs. 'A' GPD in a browser is not that impossible to accopplish, but do not underestimate the amount of work it takes to develop a good full functional graphical designer for jPDL. Converting what mxgraph has done (which is btw really impressive)

[jboss-user] [Beginners Corner] - JBoss installing Problem

2008-02-29 Thread prodv
Hi everybody, we have actually a JBoss 3.0.4 running on a RH Advanced Server 2 with a DB2 7.2 Database. We are going to move this JBoss on a new machine, which is running RHEL 5 with a DB2 8.2 Database. Some facts to the Server: 8 GB RAM, Dual Quad-Core Xeon, 64bit RHEL 5. I installed the new

[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

2008-02-29 Thread jssteux
You can use the internal API to create/modify dynamically pages Items such as pages, windows are represented by PortalObject in JBoss Portal. Once you have retrieved your page through the PortalObjectContainer, you can modify its contents. For example, page.createWindow( ...) or

[jboss-user] [Beginners Corner] - Re: JBoss installing Problem

2008-02-29 Thread jaikiran
anonymous wrote : org.jboss.deployment.DeploymentException: Error: can't find data source: java:/DB2ISIPDS; - nested t | hrowable: (javax.naming.NameNotFoundException: DB2ISIPDS not bound) Did you deploy your datasource (*-ds.xml file)? Usually you place this *-ds.xml file in the deploy

[jboss-user] [JBoss jBPM] - Re: table sorting in jbpm-3.1.4

2008-02-29 Thread kukeltje
as you mention yourself, h:datatable is JSF, So please use their forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133100#4133100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133100

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Not able to connect to Database using JNDI

2008-02-29 Thread jaikiran
anonymous wrote : I have also copied ojdbc14.jar file in WEB-INF/lib You have to place the ojdbc14.jar in %JBOSS_HOME%/server/ serverName/lib folder. Restart JBoss after placing the jar there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133112#4133112

[jboss-user] [JBoss jBPM] - Re: Synchronising tasks finish-to-finish

2008-02-29 Thread kukeltje
The join in the websale example implies that the process cannot continue until *both* are finished. It might not be real-world compliant, but that's just how it was designed. Your finish-to-finish (one cannot finish before the other) requirement imo creates a dead-lock. They both have to

[jboss-user] [Beginners Corner] - Re: JBoss installing Problem

2008-02-29 Thread prodv
Hi, yes, i deployed the datasource. This is the content of the datasource. my db2-service.xml ?xml version=1.0 encoding=UTF-8? | !-- -- | !-- ConnectionManager setup for default IBM DB2 -- |

[jboss-user] [JBoss Portal] - NullPointer: Setting portlet instance preferences via Instan

2008-02-29 Thread IronMan77
Hi using this development setup: | * Version: jboss-portal-2.6.1.GA | * Download Version | * JBoss AS Version: 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] | * Database: Mysql 5.0.51a-community-nt | * JDBC Connector and Version: mysql-connector-java-5.0.5-bin.jar | *

[jboss-user] [JBoss Portal] - Re: NullPointer: Setting portlet instance preferences via In

2008-02-29 Thread IronMan77
2. Is the setting of portlet instance prefs via the InstanceContainer bound to the admin user? 3. Am i missing some service? 4. What am i doing wrong ;-) Reading seems to work Thanks in advance. View the original post :

[jboss-user] [JBoss jBPM] - Re: Migrate / Upgrade to JBPM 3.2

2008-02-29 Thread kukeltje
3.0 - 3.1 Not Available 3.1 - 3.2 is in the source. Look for generate.schema.update.bat View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133109#4133109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133109

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-02-29 Thread Artec
Hi vickyk, and thanks for your answer. Ok for the first question ! For the second instead i attach you the part of the stacktrace above the error that i've past yesterday 2008-02-29 00:00:36,823 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] Starting 2008-02-29 00:00:36,835

[jboss-user] [Beginners Corner] - Re: JBoss installing Problem

2008-02-29 Thread jaikiran
anonymous wrote : yes, i deployed the datasource. This is the content of the datasource. | | my db2-service.xml Actually, this is not how a datasource is deployed. You have to create a file named *-ds.xml with a datasource element. See these for details:

[jboss-user] [EJB 3.0] - Re: Not finding org.jboss.ejb3.StrictMaxPool class in the J

2008-02-29 Thread jaikiran
ajayks wrote : Thanks a lot ALR. | there is jboss-ejb3x.jar available in the $JBOSS_HOME/server/[serverName]/lib directory. What is diffrence between this jar and the | the jboss-ejb3.jar jar available in the $JBOSS_HOME/server/[serverName]/deploy/ejb3.deployer parh. | |

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-29 Thread kukeltje
anonymous wrote : trouby wrote: | What about extending the default node, but having more tags specified in its body? | | You could, but that'll still mean changing the core jBPM source to have them parsed. No not needed. just add an action to the node to give it the behaviour you want.

[jboss-user] [EJB/JBoss] - Re: Not finding org.jboss.ejb3.StrictMaxPool class

2008-02-29 Thread jaikiran
Answered at http://www.jboss.com/index.html?module=bbop=viewtopict=130955 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133120#4133120 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133120

[jboss-user] [Beginners Corner] - Re: JBoss installing Problem

2008-02-29 Thread prodv
On the current system where the jboss is running there is no -ds.xml (if i looked right) file and its running fine. I copied the whole directory including subdirectory to the new server. if there is a -ds.xml file, it should be on the new system too. where can i find this -ds.xml file? View

[jboss-user] [Messaging, JMS JBossMQ] - QueueBrowser not returning anything in Enumerator

2008-02-29 Thread dovetail
The following is a code snippet which works without error, but does not return any details in the QueueBrowser, I cannot fathom out why this could be. A number of messages get placed on the queue, and if I stick a debug breakpoint within the onMessage process, I can see these persisted in the

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-02-29 Thread [EMAIL PROTECTED]
Artec wrote : Hi vickyk, and thanks for your answer. | Ok for the first question ! | For the second instead i attach you the part of the stacktrace above the error that i've past yesterday | | 2008-02-29 00:00:36,823 INFO [org.jboss.resource.connectionmanager.TxConnectionManager]

[jboss-user] [JBoss jBPM] - Re: Synchronising tasks finish-to-finish

2008-02-29 Thread pojomonkey
I tried putting a condition on a leaving transition - but that just complicates matters. kukeltje wrote : Why not simply introduce things like 'prepare shipment' that is where the ship item is now and move the ship item below the join Interesting thought - I could have a 'start' even before

[jboss-user] [JBossWS] - Re: jbossws-3.0.1-native-2.0.4.GA

2008-02-29 Thread [EMAIL PROTECTED]
It's already fixed in trunk. Try an update View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133162#4133162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133162 ___ jboss-user

[jboss-user] [JBoss jBPM] - transfer existing processes to new process definition

2008-02-29 Thread AJanz
the faq says Can you transfer a running process to a newly deployed process definition? No, you have to end that process and start it again in order to use the new process definition i can't believe that. is there really no way? i don't think that's very practical. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Logging level for

2008-02-29 Thread svadu
Sorry for bad subject, the forums cut it off... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133157#4133157 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133157 ___ jboss-user

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-29 Thread jaikiran
anonymous wrote : 2008-02-28 21:18:13,952 DEBUG [org.jboss.invocation.http.servlet.InvokerServlet] Invoke threw exception | java.io.InvalidClassException: org.jboss.security.plugins.JBossSecurityContext; class invalid for deserialization Did you use the same JBoss jar files which are on the

[jboss-user] [EJB 3.0] - Re: MDB DeploymentException: Unable to create activation spe

2008-02-29 Thread jaikiran
Being discussed at http://www.jboss.com/index.html?module=bbop=viewtopict=130962 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133155#4133155 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133155

[jboss-user] [Messaging, JMS JBossMQ] - Logging level for

2008-02-29 Thread svadu
Hi All, I am using Tibco EMS as JMS engine. In this setup all messages come with id=null (I have no control over this). I have a workaround in which I assign a message id when the message reception is rolled back, so DLQ handling itself isn't a problem here. Problem comes when the message is

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-02-29 Thread Artec
[EMAIL PROTECTED] wrote : Artec wrote : Hi vickyk, and thanks for your answer. | | Ok for the first question ! | | For the second instead i attach you the part of the stacktrace above the error that i've past yesterday | | | | 2008-02-29 00:00:36,823 INFO

[jboss-user] [JBoss jBPM] - Re: table sorting in jbpm-3.1.4

2008-02-29 Thread mr.sathya
Thank U sir View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133170#4133170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133170 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: behavior of SFSB handle from JBoss V3.2.7 compared to JB

2008-02-29 Thread Frito
Well, I ended up with our own implementation of the NamingContextFactory. I think this should be the appropriate way to handle this at all ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133167#4133167 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-29 Thread SunSpider
sorry, I compiled jboss-5.0.0-Beta2 and used it as server, but at client side, I just installed jboss-5.0.0-Beta3. So that caused the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133180#4133180 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-29 Thread pojomonkey
kukeltje wrote : See http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#configurationofdelegations | | How you parse the content of what is in there is completely up to the developer I had another look at that and came up with the following: process-definition xmlns= name=TestProcess |

[jboss-user] [Clustering/JBoss] - Re: Avoid service to start at startup

2008-02-29 Thread rotula
Sorry for assignment ;) OK, I've checked up your proposal workaround and made following changes: own schedule manager: | public class ScheduleManagerExt extends ScheduleManager{ | |private boolean started = false; | |@Override |public boolean isStarted(){ |

[jboss-user] [JBoss jBPM] - Re: transfer existing processes to new process definition

2008-02-29 Thread kukeltje
jBPM does not provide migrating processes to newer versions of a definition *out of the box* for various reasons: - it does not know how to map ALL existing nodes to new ones, since a lot can change - it does not know how to map ALL existing variables to new ones since a lot can change - it

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-29 Thread kukeltje
correct and String blob can also be a List, Map, Document, whatever see the unittests for all kinds of examples View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133216#4133216 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: transfer existing processes to new process definition

2008-02-29 Thread AJanz
ok i really understand those reasons. they will give me good arguments for our sales department but suppose there will be only little changes...can i do for example a simple db update to make all processes the same version? View the original post :

[jboss-user] [JBossWS] - Re: how to change the context path

2008-02-29 Thread jalaja
plz send me any solution to this problem I am using jse endpoints in jse end points how to do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133222#4133222 Reply to the post :

[jboss-user] [JBoss Portal] - cross auth between jportal and dwr/servlet better solution t

2008-02-29 Thread je.a.le
I convert a project from form submit based to dwr (ajax) submit. both work fine together. At the top security(login, portlet access) level i will use jboss. Like in any project :-) some actions must be valid only to some users. Since dwr is just servet, i must check user right here too. From

[jboss-user] [JBoss jBPM] - Re: Synchronising tasks finish-to-finish

2008-02-29 Thread kukeltje
business process automation and the process design that is part of it is about thinking out of the box, the box in this case being the processes as people *perceive* them. Most of the time you cannot do this without business process redesign. Glad to hear I'm an 'inspirator' :-) View the

[jboss-user] [JBoss jBPM] - swimlanes - configured users in jboss

2008-02-29 Thread AJanz
when i use the graphical designer to design a workflow. i could define swimlanes. how can i assign in jboss configured users to a swimlane? or further more i got a list of entries defined in a table. a process variable should be one item of the list. depending on which entry the process

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-02-29 Thread cat4hire
I've made another experiment: using an AnnotationsWriter as follows does not work too: | | ByteArrayOutputStream aos = new ByteArrayOutputStream(); | AnnotationsWriter aw = new AnnotationsWriter(aos, constantPool); |

[jboss-user] [JBoss Portal] - session/transction mandatory when calling UserModule/RoleMod

2008-02-29 Thread je.a.le
I only need read only operations like getting list of role, user, etc... I notice that in order for a MBeanProxy to works, the call must be done inside a session (ok) but into a transaction too (?) here a working code : | Session session = null; | Transaction t = null; | try { |

[jboss-user] [JBossWS] - How to invoke Java beans Enitty Home classes generated by

2008-02-29 Thread jbossdil89
Hello I have generated codesuing seam gen and it has generated all the JSF files and Java persistence classes. e.g. package com.test.seam.sessionbeans; import com.test.seam.entitybeans.*; import java.util.ArrayList; import java.util.List; import org.jboss.seam.annotations.Name; import

[jboss-user] [EJB 3.0] - How to Unit Test EJB 3.0

2008-02-29 Thread dude.on.j2ee
Just started using EJB3.0 Does any one know how to Unit test EJB3.0 components deployed in Jboss server outside the container? Any resource links Thanks JY View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133239#4133239 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - MDB deployment error

2008-02-29 Thread seanshih
Hi, Can someone help with following? I am trying to use IBM MQ resource adapter and I got this error when I deploy a MDB instance: 09:31:18,830 INFO [EjbModule] Deploying MDB 09:31:18,959 WARN [JMSContainerInvoker] JMS provider failure detected for MDB

[jboss-user] [EJB 3.0] - Re: How to Unit Test EJB 3.0

2008-02-29 Thread sisepago
you can use JBoss Embedded or the other alternative is to use spring framework. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133244#4133244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133244

[jboss-user] [Clustering/JBoss] - Load balancing and dev environment

2008-02-29 Thread maralcbr
Hi, I have searched the forums and the JBoss Clustering documentation for a while, but could not find the information I needed. We intend to use two servers in our partition and for that, we intend to keep each client on the same server it first connected. 1) For that, I intend to use the

[jboss-user] [JBoss Portal] - weired problem method gets call twice!!

2008-02-29 Thread panky_p
Hi I am using stateful session bean in which a method gets call [EMAIL PROTECTED] | @Scope(ScopeType.APPLICATION) | @Name(myBean) this bean is loaded on in my pages.xml page view-id=/myWeb/shop.xhtml action=#{myBean.load()}/ | | the load method gets call twice when page is loaded!!

[jboss-user] [JNDI/Naming/Network] - Jndi Datasource

2008-02-29 Thread allanrj
Hi guys, I have a problem to locate datasource, when I run a ejb a i got a error : UNKNOW SOURCE. I am doing any mistake ? DataSource ds = (DataSource) ic.lookup(java:jdbc/APAESP); mssql-ds.xml | datasources | local-tx-datasource | jndi-namejdbc/APAESP/jndi-name |

[jboss-user] [EJB/JBoss] - Finder exception after upgrade from 4.0.5 to 4.2.2

2008-02-29 Thread aazaroff
I did look in the archives and saw a previous reference to this but it was logged against a 4.0.x series and had appeared to be resolved. It was in reference to the query generator creating malformed queries. I want to post this just to make sure the problem has not cropped back up. We are in

[jboss-user] [JBossCache] - Object lifecycle

2008-02-29 Thread misge
Hello all, i would like to ask you, how is it possible to invalidate an object in the cache under some time restrictions in order to force a new fresh copy to be retrieved. Is any configuration in order to force the cache to drop all the objects which are for example 2ms old? I know that

[jboss-user] [Security JAAS/JBoss] - Re: Implement digestCallback into login-config.xml

2008-02-29 Thread ragavgomatam
I don't see you extracting the salt in preDigets or postDigest methods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133272#4133272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133272

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread dipinpoovathel
Sorry Peter, the properties I set for the portal are | property | namecontrol.portal.access_denied/name | valuejsp/value | /property | and | property | namecontrol.portal.resource_uri/name | value/WEB-INF/jsp/error/portal.jsp/value | /property | View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Upgrading to JBoss 4.2.2 using MySQL 5.0

2008-02-29 Thread sandman202
Could someone please direct me to some documentation for the proper setup of JBoss 4.2.2 using MySQL 5.0? I am currently running JBoss 4.0 using MySQL 5.0. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133267#4133267 Reply to the post :

[jboss-user] [JBossWS] - Re: Schema Validation in JBOSS-WS

2008-02-29 Thread ngtdave
It looks like Mr. Diesler has put some good information in the bug http://jira.jboss.org/jira/browse/JBWS-1172 on how to do this, probably better than the implementation I built. It also looks like he is starting to develop it, so you might just wait to see his implementation. View the

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-02-29 Thread Artec
Hi vicky, i've read something on google...if i don't use hypersonic, i must change my conf file ?? My conf directory is standardjaws.xml server.policy login-config.xml jndi.properties jbossmq-state.xml jboss-minimal.xml jboss-service.xml standardjbosscmp-jdbc.xml log4j.xml standardjboss.xml I

[jboss-user] [JBoss jBPM] - Configuration files

2008-02-29 Thread Pebbels
Hi guys, I've got a question regarding the configuration files of JBPM: I am using jpdl-suite-3.2.2 eclipse3.3.1.1 When using hibernate I had to modify the hibernate.cfg.xml within the jbpm-console.war because adding a modified copy of the file to the classpath does not affect anything. The

[jboss-user] [EJB/JBoss] - Re: Finder exception after upgrade from 4.0.5 to 4.2.2

2008-02-29 Thread aazaroff
Here are my descriptors: | jbosscmp-jdbc |defaults | create-tablefalse/create-table | remove-tablefalse/remove-table |/defaults | | enterprise-beans | entity | ejb-nameXmlfeedrequestsBean/ejb-name |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-29 Thread PeterJ
Increasing the RAM to 2GB will help. Right now, the OS is using about 1/2GB and the app server is using another 1/2GB, which leaves nothing for postgresql. So I imagine you are doing a lot of page swapping. View the original post :

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

2008-02-29 Thread gosub33
In further digging, this seems to be what BAM is. Is this correct? Is it passed the development stage? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133273#4133273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133273

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread dipinpoovathel
Thanks Peter. I think this is the way I have to follow. I did a prototype on this and its working good. But I have an issue, if user who doesnt have access to a portal trying access it I am getting Access denied: HTTP 403 Forbidden response error page. I need change that to a custom jsp page. I

[jboss-user] [JBossCache] - Re: Object lifecycle

2008-02-29 Thread misge
EvictionPolicyConfig the answer itself is, in the examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133265#4133265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133265 ___

[jboss-user] [JBoss jBPM] - History Functions

2008-02-29 Thread gosub33
Hey all. I have been looking for a few days now at documentation and can't seem to be able to do something I thought would be quite simple. Here is the business problem: my client is interested in tracking who made what decision and when. They also want to incorporate the diplay of that history

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-29 Thread trouby
Cool, btw, the reason I was trying to do everything through different type of nodes is the designer, At the end, I would like to see a designer with different type of nodes that are draggable, and have different behavior, With the suggested way here, in the future, the designer will still

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread allanrj
Follow the stacktrace | java.rmi.ServerException: EJBException:; nested exception is: | javax.ejb.EJBException | at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:365) | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:209) |

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread PeterJ
Please post the full stack trace for the exception you are getting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133288#4133288 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133288

[jboss-user] [JCA/JBoss] - Re: Oracle DS

2008-02-29 Thread [EMAIL PROTECTED]
Hey Davide, Artec wrote : | at org.hsqldb.jdbcDriver.connect(Unknown Source) | This cleary indicates that there is some problem in HSQL , you can verify this by writing a simple jdbc application if you don't feel lazy :) Artec wrote : | I must change DefaultDS (in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

2008-02-29 Thread PeterJ
I also have the experienced same problem. My solution is to bring the server up and then deploy the mdb. Hopefully this will be fixed by CR1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133281#4133281 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Exact Tomcat Version

2008-02-29 Thread nakamuram
What version of Tomcat is JBOSS 4.2.2GA base on? The reason for my question is because some Security Vulnerabilities have been identified in Tomcat and we need to know if upgrading to a later version of JBOSS will fix our problem. Here is a description of the vulnerabilities: 7.1 (U) Apache

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread PeterJ
I haven't tried this before. Maybe someone else has an can post a reply. Possible long shot: add an error-page tag to the globla server/xxx/deploy/jboss-web.deployer/conf/web.xml file, and place the referenced html file in the server/xxx/deploy/jboss-web.deployer/ROOT.war directory. View the

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread PeterJ
unknown source means that the code in question was not compiled with the debugging option, therefore a line number cannot be reported. Are you seeing any exceptions on the server? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133305#4133305 Reply to the post

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread PeterJ
Funny, this stack trace does not mention anything about UNKNOWN SOURCE, which is the error message you posted with your original post. Also, this looks like a stack trace from the client, not from the server, which is where the data source is located. Finally, the stack trace is about EJBs,

[jboss-user] [Beginners Corner] - Re: can not start jboss server

2008-02-29 Thread dhcolo
Thanks, I solved the problem. Something wrong with the JAVA_HOME set up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133294#4133294 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133294

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread allanrj
Yes, this a client. About unknow source, the line was at | br.com.gcm.ejb.sb.SitesSBBean.makeConnection(Unknown Source) br.com.gcm.proxy.SitesProxy.selectSite(SitesProxy.java:50) | public SitesVO selectSite(String siteId) throws br.com.gcm.exceptions.ProxyCallException { | |

[jboss-user] [EJB 3.0] - SessionContext from Entity

2008-02-29 Thread agonnet
Q: Is there any way of accessing the SessionContext object of a session bean, which has created (in whatever way) an entity, from within the actual entity object? Background: In my app, when I insert or update rows via a entity created from a session EJB, I'd like to set a column to a user id

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread allanrj
Yes, follow part of exception when i run client | 2008-02-29 14:21:57,034 DEBUG [org.jboss.remoting.transport.socket.ClientSocketWrapper] reset timeout: 6 | 2008-02-29 14:21:57,050 ERROR [STDERR] javax.naming.NameNotFoundException: APAESP not bound | 2008-02-29 14:21:57,050 ERROR

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

2008-02-29 Thread rledousa
thanks for the replies all.! I'll give the naming order a try. A related question -- I've only been able to find examples for queue definition for jboss 4. Is something like this still correct for jboss5 and should it go in a -service.xml file in \deploy? ?xml version=1.0 encoding=UTF-8?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss Datasource connection timeout configuration

2008-02-29 Thread cdebergh
Hello, If anyone can point me in the right direction, I would greatly appreciate it. I have a -ds.xml datasource setup for my AS and I would like to configure the timeout for obtaining a connection if the database is offline. Does anyone know where I can change this setting? Thank you in

[jboss-user] [JBossWS] - xsd:include or xsd:import in WSDL

2008-02-29 Thread lucdew
Hi, i have issues with the wsconsume tool (with JBossWS native 2.0.3) I need to import in my WSDL an external schema file that is included in a jar file. In my WSDL, i declared the types using the following statements: xs:schema targetNamespace=urn:myspace

[jboss-user] [EJB 3.0] - Re: EJB3 over SSL in NAT environment (JBoss 4.0.5)

2008-02-29 Thread [EMAIL PROTECTED]
For reference, in case anyone else is having the same problem. The misbehavior of EJB3 in a NAT/SSL environment is caused by a combination of two bugs: http://jira.jboss.com/jira/browse/EJBTHREE-1190 http://jira.jboss.com/jira/browse/EJBTHREE-1191 The bugs have been fixed around Feb 16 2007

[jboss-user] [EJB 3.0] - Re: EJB3 over SSL in NAT environment (JBoss 4.0.5)

2008-02-29 Thread bdecoste
Sorry, EJB3_RC9_Patch_1_EJBTHREE1-1191 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133325#4133325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133325 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: EJB3 over SSL in NAT environment (JBoss 4.0.5)

2008-02-29 Thread bdecoste
SVN tag is EJB3_RC9_Patch_1_EJBTHREE1-1091 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133324#4133324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133324 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - connection pool configuration ?

2008-02-29 Thread patzerbud
I have a question regarding the interaction between min-pool-size/ and idle-timeout-minutes/ properties. The JBossJCAPooling documentation says: anonymous wrote : Should closing idle connections cause the pool to fall below the min-pool-size, new/fresh connections are created. Doesn't this

[jboss-user] [JBoss jBPM] - Re: jBPM+Drools+WS+Messaging+ESB SOA

2008-02-29 Thread [EMAIL PROTECTED]
That's in process currently, right? What about remote invocations? I.e. ESB and jBPM on different hosts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=417#417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=417

[jboss-user] [JBoss Portal] - Consuming WSDL Web Services in JBoss Portal

2008-02-29 Thread [EMAIL PROTECTED]
Hello there, 1. Can JBoss Portal consume WSDL web services? how? any samples? 2. What are the steps to get it working. Assume, I just have base JBoss Portal installed and a provider WSDL. 3. Which JBossWS should I download? jbossws-native? Any help on available online resources is appreciated.

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-29 Thread pojomonkey
trouby wrote : (although I'm pretty sure in the doc it is written that it is possible to add new nodes easily) This is where you learn that 'easy' is a relative term - no doubt whoever wrote that does consider it 'easy' - doesn't mean it actually is easy. LOL. View the original post :

[jboss-user] [JBossWS] - Throwing Exception from a web service method

2008-02-29 Thread khkachn
Should I be able to throw an exception from a web service back to the client? I am trying to do this and I get a bunch of stacktraces in the server.log, which is not what I want at all. Thanks, Ken View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

2008-02-29 Thread PeterJ
jbossas 5.0 beta4 uses JBoss Messaging 1.4.1.beta1. If you download the source for that version of JBoss Messaging, and look in the src/etc/server/default/deploy directory you will see an example destinations-service.xml file. It would be nice if that file was provided as part of jbossas,

[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

2008-02-29 Thread kahotep
It appears as if this page may hold the answer to my question: http://docs.jboss.com/jbportal/v2.6.4/javadoc/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.html#getPortalObjectContainer() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133353#4133353

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread PeterJ
Use the JMC console to get a listing of the jndi tree, and make sure htat the data source name appears as expected. See http://wiki.jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133351#4133351

[jboss-user] [JBoss/Spring Integration] - JBOSS5 + Spring Deployer version confusion

2008-02-29 Thread dlmiles
I see there is: Spring Deployer 2.1 (in 2.5/2.5.x and 2.0.8 forms) this is a JAR and contains no implementation of Spring and no JBOSS5 style META-INF/spring-deployers-beans.xml. I am correct in thinking the above version is for JBoss AS 4.2.x and older ? But should not be used wit JBoss AS 5

[jboss-user] [JNDI/Naming/Network] - Re: Jndi Datasource

2008-02-29 Thread allanrj
Well i solve with this DataSource ds = (DataSource) ic.lookup(java:comp/env/jdbc/APAESP); thankz 4 help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133360#4133360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133360

[jboss-user] [JBoss Portal] - Re: HOWTO Dynamically Create Portal Pages

2008-02-29 Thread kahotep
Thank you for your response. It gives me confidence that I will be able to figure out how to do this in a timely fashion. Now I just have to figure out how to get a handle to the PortalObjectContainer that you're talking about. I just looked and I don't see exactly how one does that. I see a

[jboss-user] [JBossWS] - Re: org.xml.sax.SAXParseException: Premature end of file ERR

2008-02-29 Thread pilania
We have WS deployed on jboss-4.2.2 using JBOss ws2.01 and client is running in .NET and during out testing we started getting same exception. On further analysis we found out that issue was on .NET code and not our WS. View the original post :

[jboss-user] [JBoss Portal] - Re: Consuming WSDL Web Services in JBoss Portal

2008-02-29 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | 1. Can JBoss Portal consume WSDL web services? how? any samples? | Portal does not consume web services per se (apart from WSRP that is)... Your portlets do. Anything you want to do with respect to web services has to be done in the context of portlets as

[jboss-user] [JBoss Portal] - Re: NullPointer: Setting portlet instance preferences via In

2008-02-29 Thread [EMAIL PROTECTED]
What are you trying to do exactly, i.e. why do you need to access the InstanceContainer? Any reason you are using 2.6.1 and not 2.6.4? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133362#4133362 Reply to the post :

[jboss-user] [JBoss jBPM] - new release of jBPM based project-management system is publi

2008-02-29 Thread akakunin
I'm happy to announce EmForge-0.21: http://www.emforge.org/news After almost 2 years of development the first public version of EmForge has been released. I want specially say big thank you to jBPM team - major part of EmForge - related to workflow management are done based on jbpm, and,

  1   2   >