[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-05-05 Thread s.rzytki
I tried to create two InitialContext but when i try to connect to remote jndi I get connection to local jndi (situation was described in post above). Please write some code examples. Thanks Sebastian View the original post :

[JBoss-user] [EJB 3.0] - How to work with 2 databases simultaneously?

2006-05-05 Thread keithahern
I can't tell this is a bug in JBoss or I'm using EJB3 incorrectly. I can create 2 persistence units with out a problem. My session means are injected with a entitymanager associcated with the appropriate unitname of the persistence unit, so far so good. But, entity means seem to have no

[JBoss-user] [JBossWS] - Re: Examples

2006-05-05 Thread GrahamBrown11
Here is the stacktrace you asked for anonymous wrote : | javax.xml.rpc.ServiceException: java.lang.NullPointerException | at org.jboss.webservice.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:135) | at

[JBoss-user] [EJB 3.0] - EJBTHREE-425 rejected ?

2006-05-05 Thread elkner
Emmanuel, I do not understand your comment on EJBTHREE-425 aka why you rejected it? Is it possible to explain a little bit more? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941452#3941452 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3 classes

2006-05-05 Thread bdecoste
You can use directories to deploy to embedded EJB3. Here is an code example. Note that the standalone directory in the example is the parent directory of the deployment directory (i.e. standalone would contain a test subdirectory that would contain the deployment: META-INF, classes, etc. |

[JBoss-user] [JBoss jBPM] - Re: Unique and dynamic Process instance id

2006-05-05 Thread icyjamie
Relatively simple by having handlers creating/adding all sorts of vars like this (package and imports not shown): | public class VariableActionHandler implements ActionHandler { | | private String name; | | private String method; | | private String value; |

[JBoss-user] [EJB/JBoss] - A way to log locking of entities

2006-05-05 Thread ereze
Is there a way to log or trace the locking of entities while they are being accessed ? I am trying to solve deadlocks situations that are probably the result of load access contention. In order to solve this I have tried to mark get* and is* methods as read-only but that seems not to be

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3 classes

2006-05-05 Thread bdecoste
I've created a JIRA task for this issue: http://jira.jboss.com/jira/browse/EJBTHREE-552 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941444#3941444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941444

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 and Stored Procedures

2006-05-05 Thread tvanbuskirk
Thanks, I'd like to write the benchmark, but I think I've gotten off topic. I'm still trying to figure out how to call the stored procedure from my EntityManager. Can you help me with that? Thanks in advance! View the original post :

[JBoss-user] [JBoss jBPM] - How to initialize the default database in hsqldb

2006-05-05 Thread zhh
Hi: I want to initialize the default database , what is step?Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941465#3941465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941465

[JBoss-user] [EJB 3.0] - Re: Embedded EJB3 classes

2006-05-05 Thread jc7442
Thanks, in fact it works fine with classes. I had a problem in my classpath. I'm sorry !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941466#3941466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941466

[JBoss-user] [JBossWS] - Re: JIRA SOAP service client

2006-05-05 Thread derry
[EMAIL PROTECTED] wrote : Please create a jira issue, attach the wsdl and post the link to the issue here. I have submitted this issue as JBWS-919 to JIRA. CU Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941468#3941468 Reply to the post :

[JBoss-user] [JBossWS] - Re: Examples

2006-05-05 Thread GrahamBrown11
the code shlould be | QName serviceQN = new QName(http://netcare.co.za/xi/switchtonetcare;, SynchronousSoapReceiverService); | QName port = new QName(http://netcare.co.za/xi/switchtonetcare;, SynchronousSoapReceiverPort); | QName operation = new QName(SynchronousSoapReceiver); | QName

[JBoss-user] [Performance Tuning] - Re: Jboss 4.0.0 configuration for load testing - thread pool

2006-05-05 Thread vishalgujar
I want to configure clustering, i want to know detail steps changes including jboss,server.xml. plz anybody help me out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941471#3941471 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: How to initialize the default database in hsqldb

2006-05-05 Thread hosierdm
Are you familiar with the User Guide? It can answer almost every question I've seen you asking over the last couple days, including this one (see Chapter 8). http://docs.jboss.org/jbpm/v3/userguide/index.html View the original post :

[JBoss-user] [Performance Tuning] - how to configure jboss for load balancing

2006-05-05 Thread vishalgujar
I want to handle 10K hits on jboss, for that clustering need 2 b done. Need details steps which hav 2 effect in jboss.xml,server.xml,jboss-config.xml etc. which other parameter need 2 set in jboss. plz anybody know, can reply me on my id [EMAIL PROTECTED] View the original post :

[JBoss-user] [JBossWS] - Re: Publisher-Subscriber with JBossWS

2006-05-05 Thread stone_42
Now I had a look at WS-Eventing, it seems to be the solution to the problem I have. My use case for it is -as I think- quite common. It is from workflow management, where business processess (e.g. implemented as web services) can issue user tasks to a web service called task manager (that

[JBoss-user] [Clustering/JBoss] - Re: New to JBoss Clustering? Please read before you post.

2006-05-05 Thread vishalgujar
to handle 10k database connections , which configuration hav 2 set in various xml file, wht r othr setting, reply me also on [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941475#3941475 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with Oracle JDBC Driver 10.2.0.1.0

2006-05-05 Thread Lis0x90
Which Jars you place to JBoss lib dirrectory? I have the same problem until all neccessary oracle jars will placed to jboss... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941476#3941476 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-05-05 Thread icyjamie
I also think you should do tok.end(false) and not tok.end() (which seems dangerous). Will it be fixed? I'm regularly patching/extending the jBpm core. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941477#3941477 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: [URGENT] TaskInstance.isCancelled()==TRUE after creation

2006-05-05 Thread indraneela
can we use other substitutions than 1 and 0 for boolean variables like true -1, false 0 and store vlaues -1 for true and 0 for false in database . i have been trying to do this because in my application, the client is insisting on using -1 for true and o for false in the database. is it

[JBoss-user] [JBoss jBPM] - Re: Unique and dynamic Process instance id

2006-05-05 Thread kukeltje
Yes, but *not* at the start of a process right? If I have a start task I cannot use this. I even tried task-assign events on the start task, but was not able to set variables that could be used this way at start time. For this reason I created a Jira issue to be able to pass variables when

[JBoss-user] [JBoss jBPM] - Re: [URGENT] TaskInstance.isCancelled()==TRUE after creation

2006-05-05 Thread kukeltje
This is a hibernate issue, so better as ik the forums there. (My answer would be that you need to configure it the way the DB wants it, not what the customer wants) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941483#3941483 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-05-05 Thread wonnekeysers
Gavin, Can you let us know when the templates are fixed? Thanks! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941485#3941485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941485

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem with eclipse 3.2 RC2

2006-05-05 Thread Pasi
I get a strange exception while trying to configure server instances in eclipse 3.2 with jboss ide 1.5.1.GA. message: Problems occurred when invoking code from plug-in: org.eclipse.jface. | java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab

[JBoss-user] [JBossWS] - javax.xml.rpc.JAXRPCException: Cannot find child element: St

2006-05-05 Thread ravi2box
I am trying to consume a web service deployed on Jboss 4.0.4CR2 + jbossws-1.0 GA running the samples package.The unit tests all ran correctly without any problems. However, when i try to connect from a Python program i see the following error: 19:55:38,116 ERROR [SOAPFaultExceptionHelper] SOAP

[JBoss-user] [Beginners Corner] - Re: New to JBoss

2006-05-05 Thread JANDO
for JSF: http://jsftutorials.net/components/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941487#3941487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941487 ---

[JBoss-user] [JBoss Seam] - why I get this error on useing JBoss4.0.4rc2 with JBossIDE-1

2006-05-05 Thread Eric Liu
I use JBoss4.0.4rc2, JBossIDE-1.5.1.GA and jboss-seam-1.0.0.CR2. And i build a project like flash demo(Seam reverse engineering tool's planner demo) but after run:ant deploy, get an error, here is message: 2006-05-05 15:28:19,622 ERROR

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problems with Oracle JDBC Driver 10.2.0.1.0

2006-05-05 Thread sheckler
Only ojdbc14.jar. Since I was facing the above problem, I added orai18n.jar as well with the same result. Up to version 10.1 it worked with only ojdbc14.jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941490#3941490 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: why I get this error on useing JBoss4.0.4rc2 with JBossI

2006-05-05 Thread Eric Liu
here is another error message. (both of messages are in the jboss server.log file): 2006-05-05 15:28:21,550 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true org.jboss.deployment.DeploymentException: URL

[JBoss-user] [JBoss Seam] - Re: why I get this error on useing JBoss4.0.4rc2 with JBossI

2006-05-05 Thread Eric Liu
can i send project file to sombody for a test? i do it carefully(follow the flash demo) what wrong with my project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941492#3941492 Reply to the post :

[JBoss-user] [EJB 3.0] - Create tables upon EJB deploy

2006-05-05 Thread elvisd
Hi all, sorry for so a basic question but I don't know how/where to set that upon ejb deployment to create/alter relative tables. Thank you for answer best regards elvisd View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941493#3941493 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem with eclipse 3.2 RC2

2006-05-05 Thread [EMAIL PROTECTED]
jbosside is not compatible with eclipse 3.2.x use eclipse 3.1.x or wait for nightly builds of jbosside 2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941494#3941494 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941494

[JBoss-user] [Clustering/JBoss] - Re: 2 JBoss 4.0.1 SP1 instaces not joined in cluster on same

2006-05-05 Thread nsivam2006
Hi Jerry, I have tried the JGroups whether workinh properly or not by following the instruction through the link you given. here are the outputs below. C:\JBoss1\jboss-4.0.1sp1\binjava -cp

[JBoss-user] [JBoss Messaging] - Using JMS in Jboss

2006-05-05 Thread ChrisChris
Hey, ich just have a problem realizing jms over the jboss server. Actually, if you want to implement a JMS-Producer or JMS-Consumer you need to define a ?*-servie.xml? file which hast to be copied in the deployed directory of the server and it has to be in Classpath off the consumer. So this

[JBoss-user] [EJB/JBoss] - Using JMS in Jboss

2006-05-05 Thread ChrisChris
Hey, ich just have a problem realizing jms over the jboss server. Actually, if you want to implement a JMS-Producer or JMS-Consumer you need to define a ?*-servie.xml? file which hast to be copied in the deployed directory of the server and it has to be in Classpath off the consumer. So this

[JBoss-user] [JNDI/Naming/Network] - Using JMS in Jboss

2006-05-05 Thread ChrisChris
Hey, ich just have a problem realizing jms over the jboss server. Actually, if you want to implement a JMS-Producer or JMS-Consumer you need to define a ?*-servie.xml? file which hast to be copied in the deployed directory of the server and it has to be in Classpath off the consumer. So this

[JBoss-user] [JBoss jBPM] - delete process from jboss console

2006-05-05 Thread eykis
Hi! I'm spanish student, I have to learn to design bussiness process, I would like to know how to delete process from jboss console, I know how to delete their instances, but not the process. I've another question: I'm designing process with eclipse, I've to call another subprocess but I don't

[JBoss-user] [JBoss jBPM] - Re: delete process from jboss console

2006-05-05 Thread hosierdm
As far as sub-processes go, you can add a Process State to your proces in the graphical designer. You can't really set any of the information on the node from the GUI though, so you have to go in and edit the source for the node. You can see an example in the User Guide:

[JBoss-user] [Installation, Configuration Deployment] - Re: NullPointerException in ScannerThread

2006-05-05 Thread ryandavid
As always I copied the new ear file with '#' suffix. Then I renamed the file removing the '#' character. This could be the reason ? Anyway do you know how to stop this error without restart jboss ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941501#3941501

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: ORDER BY interferes with DISTINCT keyword

2006-05-05 Thread Lis0x90
So anybody knows any answer on my question? Why fields added to ORDER BY clause appears in SELECT section and mar up result set? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941504#3941504 Reply to the post :

[JBoss-user] [JBossWS] - Re: use jbossws.sar from 4.0.4 in 4.0.3sp1

2006-05-05 Thread new4jboss
Not an option, unfortunately :( 09:30:35,571 ERROR [MainDeployer] Could not create deployment: file:/export/home/user01/jboss-4.0.3SP1/server/all/deploy/jmx-console.war/ java.lang.NoSuchMethodError: org.jboss.metadata.WebMetaData.getServletClassMap()Ljava/util/Map; at

[JBoss-user] [JBossWS] - Re: javax.xml.rpc.JAXRPCException: Cannot find child element

2006-05-05 Thread ravi2box
Thomas, I am seeing the same error with Python/PHP clients for all the examples bundled with jbossws-1.0.0GA! should i be doing something special with the client side for the new stack when compared to ws4ee?? one more question - how can i override names like String_1,int_1 etc in the

[JBoss-user] [Installation, Configuration Deployment] - jboss_init_redhat.sh and logging

2006-05-05 Thread mailinator
I've followed the instruction here http://wiki.jboss.org/wiki/Wiki.jsp?page=StartJBossOnBootWithLinux Everything seems to work except for logging. What changes do I need to make to the script for logging to work correctly. I'd like logs to appear in $JBOSS_HOME/log. Cheers. View the original

[JBoss-user] [JBoss Messaging] - Re: Using JMS in Jboss

2006-05-05 Thread mskonda
I am not sure whether I got your question right. But, *-service.xml is used (one of the uses) to deploy your destinations (for an example, check under, deploy\jboss-messaging.sar\destination-service.xml) | service | | mbean code=org.jboss.jms.server.destination.Queue |

[JBoss-user] [JBoss Seam] - Reusing Pageflow on different parts of application

2006-05-05 Thread crnip
Hello! My question is. Is it possible to reuse pageflows on different parts of application. What I would want to do is shown in the following example: Just imagine that we have defined following imaginary pageflow: | pageflow-definition name=newObject | start-state name=start |

[JBoss-user] [JBoss jBPM] - Re: jBoss Eclipse

2006-05-05 Thread maxip
OK, Problem solved I used the old Java version 1.4.x even though java 1.5 was installed, it wasn't used because the symbolic links weren't updated with sun sdk 1.5 both jBoss IDE and Plugin version 3.09 are working fine cya View the original post :

[JBoss-user] [JBoss jBPM] - Re: Graphical Process Designer: an internal error has occurr

2006-05-05 Thread maxip
OK, Problem solved I used the old Java version 1.4.x even though java 1.5 was installed, it wasn't used because the symbolic links weren't updated with sun sdk 1.5 both jBoss IDE and Plugin version 3.0.9 are working fine cya View the original post :

[JBoss-user] [EJB 3.0] - Re: Create tables upon EJB deploy

2006-05-05 Thread elvisd
Hi i have solved this issue: here my edited persistence.xml file: ?xml version=1.0 encoding=UTF-8? | persistence |persistence-unit name=gpConn | jta-data-sourcejava:/gpConn/jta-data-source | properties | property name=hibernate.hbm2ddl.auto value=create-drop/

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - [JNDI] NameNotFoundException: Database not bound

2006-05-05 Thread anthonyr
Hello everybody. I can't find the solution of this problem on the web even if I saw many similar problems. First. I had problem using DatabaseServerLoginModule... with this error : | javax.security.auth.login.LoginException: javax.naming.NoInitialContextException: Need to specify

[JBoss-user] [EJB 3.0] - Re: EJB3 IIOP

2006-05-05 Thread atteeeeeee
Ok, I found this http://www.jboss.com/index.html?module=bbop=viewtopict=74659 I will solve it in another way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941515#3941515 Reply to the post :

[JBoss-user] [JBossWS] - How to pass data to the message handlers from ws client

2006-05-05 Thread erlaan
Is it possible to pass information from a J2EE ws client service call to the message handlers? I tried setting a property on the Stub but only predefined JAX-RPC properties are allowed. My goal is to set a unbound SOAP Header to a value that is different every request in a portable way.

[JBoss-user] [JBoss jBPM] - Re: timer not created in schema

2006-05-05 Thread guy.walker
Thanks Koen, but unfortunately moving the timer into the task appears to make no difference whatsotever. I still do not see any entries in the JBPM_TIMER table. I couldn't find anything in the docs to point out where I was going wrong. Guy View the original post :

[JBoss-user] [JBossWS] - Re: EJB3 webservice tutorial

2006-05-05 Thread RamcisJBOSS
Hi, can you tell from where you get the needed library for this tutorial, because it deson't work for me. I get this error when compling the sources code. compile: [javac] Compiling 3 source files to C:\Documents and Settings\Ramzi\Bureau\w ebservice\build\classes [javac] C:\Documents and

[JBoss-user] [Clustering/JBoss] - Unix kill partition registerMembershipListener still registe

2006-05-05 Thread misge
I got a AS 4.0.4RC and i faced the following. I have two OS Solaris9 and WinXP. If you kill the server (kill -9) on the Solaris then there is a Zombie listener remain on the WinXP concerning the --partition.registerMembershipListener--. That means that the membershipChanged method(on master

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-05-05 Thread kukeltje
Why not try to get commit access (you don't have that, right), so you can help fixing them. Try to attach patches to the jira issues and notify Tom. We'd appreciate that very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941520#3941520 Reply to the

[JBoss-user] [JCA/JBoss] - DataSource or XADataSource

2006-05-05 Thread massoo
hi, we use jboss4.0.3sp1 with oracle 10g RAC (both these of clustered with jboss being clustered with hajndi-2node and oracle being in 2 node RAC with fail-over support). I have question with reference to the above setup. Which is the best Datasource to use here. @ present i am using the

[JBoss-user] [JBoss jBPM] - about swimlanes

2006-05-05 Thread salahssaid2
Hi everybody if I well understand the swimlanes; whene a swimlanea is specified for a task , the task appear only in the tasklist of the user assigned to this swimlane. whene I deploy my process below, the start state appear for all users in the list! pllzz some one can make

[JBoss-user] [JBoss Messaging] - Sybase Persistence

2006-05-05 Thread mskonda
Guys, this is the persitence xml file tweaked for Sybase database (don't hold me if it's not working for you guys) | ?xml version=1.0 encoding=UTF-8? | server | | mbean code=org.jboss.messaging.core.plugin.JDBCPersistenceManager name=jboss.messaging:service=PersistenceManager

[JBoss-user] [Remoting] - Remoting using Http over a singel port

2006-05-05 Thread MarcReis
The scenario, a (cluster of) JBoss 4.0.4RC2 running behind a Firewall/NAT, a client communicating via http with the Server and visa versa. So, all over http and just using a single port (e.g. 8080) and using EJB 3.0. (Something like client = Firewall = I-Net = Firewall=Apache=JBossCluster ) We

[JBoss-user] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-05-05 Thread MarcReis
I should have noticed it, the problem is that the jndi.properties got into the jar and ear package, so ofcourse causing trouble. Corrected the ant script and I could continue on to the next problems ;) View the original post :

[JBoss-user] [JBoss Portal] - Re: where can I find the tutorials and samples for the JBoss

2006-05-05 Thread suniil
example portlets http://www.portletswap.com/ user guide http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/ HTH sunil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941530#3941530 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Any Reference sites using JBoss Portal??

2006-05-05 Thread suniil
http://www.energetika.net/portal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941531#3941531 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941531 --- Using Tomcat but

[JBoss-user] [Javassist user questions] - Source Code

2006-05-05 Thread Tomasso
Hello what is the problem of generating source code ? It should be very easy to do it, why isnt it done ? Most people who use that framework would like to generate code in place of class files... Thanks View the original post :

[JBoss-user] [JNDI/Naming/Network] - Re: Using the http RMI invoker

2006-05-05 Thread borje.jonsson
Yes, i solved it. A couple of changes are required for Jboss to enable the http invoker. Fist edit the file /server/legolas/conf/standardjboss.xml and change the text: | invoker-proxy-binding | namestateless-rmi-invoker/name | invoker-mbeanjboss:service=invoker,type=jrmp/invoker-mbean

[JBoss-user] [JBoss Portal] - Re: how to set a root name for forum?

2006-05-05 Thread unibrew
A task for this feature is already created. http://jira.jboss.com/jira/browse/JBFORUMS-25 Cheers Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941535#3941535 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: MSSQL Server 2000 + jbpm-BPEL: Contraints violation depl

2006-05-05 Thread bertrand.njiipwo
Hi one again, Thanks first Alejandro for your reply solutions. I tried it out but i was not efficient that why i switched to MySQL V.4.1.9, was quite easy. I have redeployed the hello example till the part with the wscompile tool. I become the following error:

[JBoss-user] [JBossWS] - Re: jboss 4 and axis 1.1

2006-05-05 Thread [EMAIL PROTECTED]
#1 is on the road map http://jira.jboss.com/jira/browse/JBWS-852 #2 both Axis and JWSDP require propriatary artifacts. The anser is no View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941537#3941537 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: EJB3 [java.lang.ClassCastException: org.jnp.interfaces.N

2006-05-05 Thread kleibl
hi, you need to access it via UserLoginBean/remote. the bean interface implementaion is deployed in the JNDI under remote. the bean name defines the context. e.g.: | UserLoginRemote obj = (UserLoginRemote)ctx.lookup(UserLoginBean); | regards k View the original post :

[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-05-05 Thread JerryGauth
Code like the folloiwng should be sufficient to direct your JNDI lookups to a specific server. Change the provide url as needed. You can use HA-JNDI by using the HA-JNDI port in the url. By default, this is port 1100. Note that HA-JNDI requests may not go to the specified server as HA-JNDI

[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-05 Thread klaus_erber
I think the question was enough advanced, but I am only a JBoss user. I still want to now, if this is a bug our a just a wrong way to use it. We want to change our WSDL2Java aproach (based on AXIS) to Java2WSDL to make the development easier. Klaus View the original post :

[JBoss-user] [JBossCache] - statistics for different cache regions??

2006-05-05 Thread babuchelat
I've different cache region configurations for my project. I want to generate separate statistics like hit cont ,miss count etc.. for different regions. Am not sure whether I can get it using existing APIs. Can someone please show me how to get statistics for different regions/fqn? View the

[JBoss-user] [JBoss Seam] - Re: Getting access to entity manager from servlet?

2006-05-05 Thread [EMAIL PROTECTED]
You need to set jboss.entity.manager.jndi.name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941542#3941542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941542 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Fabio Example

2006-05-05 Thread rajasekars2003
As stated in the error message itself we have to do Just go to the installed JRE and select the added jre and edit in that mention only the jdk home path which is installed in your machine not to its JRE select ok then come to previous menu now the error message will disseaper View

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - R e: JBoss 3.2.3 and Root Directory ¿?

2006-05-05 Thread GoRKiNSoN
Well... finally its solved ... there is a directory called jbossweb-tomcat41.sar. I modified the current jboss-service.xml in deploy/jbossweb-tomcat41.sar/META-INF , and I change: for And I added a ROOT.war in deploy. Now it works ...

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - R e: JBoss 3.2.3 and Root Directory ¿?

2006-05-05 Thread GoRKiNSoN
.. i changed in jboss-service.xml DefaultContext cookies=true crossContext=true override=true for Context path= docBase=deploy/ROOT.war/ cookies=true crossContext=true now, the root directory is deploy/ROOT.war . View the original post

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - R e: JBoss 3.2.3 and Root Directory ¿?

2006-05-05 Thread GoRKiNSoN
i repeat the message .. there was to much errors ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941546#3941546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941546

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - R e: JBoss 3.2.3 and Root Directory ¿?

2006-05-05 Thread GoRKiNSoN
Well... finally its solved ... there is a directory called jbossweb-tomcat41.sar. I modified the current jboss-service.xml in deploy/jbossweb-tomcat41.sar/META-INF , and I change: DefaultContext cookies=true crossContext=true override=true for

[JBoss-user] [JBossCache] - Re: statistics for different cache regions??

2006-05-05 Thread JerryGauth
The initial implementation of statistics isn't region based. I don't know if there's a JIRA issue for this yet but it's certainly a feasible enhancement. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941548#3941548 Reply to the post :

[JBoss-user] [JCA/JBoss] - configuring Oracle's connection pool

2006-05-05 Thread amichay
Hi, I am using jboss 3.2.5 Due to a leak problem with the built in connection pool (problem is documented in the forum) I would like to configure a different connection pooling, I preffer Oracle's Can you please help me with this mission? View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Unix kill partition registerMembershipListener still reg

2006-05-05 Thread [EMAIL PROTECTED]
I don't understand what you mean. Why does killing one instance mean another instance should stop listening for membership changes? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941551#3941551 Reply to the post :

[JBoss-user] [JBossWS] - Prevent a bean property from being serialized / marshalled

2006-05-05 Thread pyanguas
Hello, I'd like to know if it is possible to customize bean serialization so as not all bean properties in a bean are serialized. For example, it would be nice if I could annotate a field in the bean as non-serializable. Many thanks View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Unix kill partition registerMembershipListener still reg

2006-05-05 Thread misge
Because if i will restart JBoss in Solaris it should be part of the group and act as secondary node. In my case JBoss acts alone as Master node. I tried also the TopologyMonitorService configured from his xml but with no luck Is it possible to get an example of how to register an HAMBean in

[JBoss-user] [JBoss Getting Started Documentation] - Help on importing JBoss packages

2006-05-05 Thread nalinipeddareddy
Hi All, I am trying to migrate from Weblogic to JBoss. We have imported the following packages in our application currently. 1.weblogic.logging.NonCatalogLogger, 2. weblogic.common.T3ServicesDef, 3. weblogic.io.common.T3FileSystem 4. weblogic.io.common.T3File What packages should i be using

[JBoss-user] [JBossCache] - Re: statistics for different cache regions??

2006-05-05 Thread babuchelat
Thanks for your reply..It's very much required for my project. Can you please tell me how to start with this enhancement in jboss cache codebase? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941557#3941557 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: MSSQL Server 2000 + jbpm-BPEL: Contraints violation depl

2006-05-05 Thread kukeltje
Bertrand, Please post new (independant) issues in a new thread. That makes them easier to find by others based on searchresults and the displayed subject. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941558#3941558 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: about swimlanes

2006-05-05 Thread kukeltje
correct, that is the current behaviour of jBPM. There are some issues raised for this in the Jira. Look for them and vote for them If you want a limited list of processes that can be started, you have to adapt the webclient. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Session replication works..... at first

2006-05-05 Thread jvandusen
Unfortunately, upgrading is not an option right now. This is our test environment, which is a replica of our production environment, and there are a number of issues preventing us from upgrading past 3.2.6 at this time, although there is a team working on that. Our development environment is

[JBoss-user] [Clustering/JBoss] - Re: Session replication works..... at first

2006-05-05 Thread jvandusen
I am still curious about why the distributed apps won't display information in the web console. If I get time I will try setting up an instance of JBoss 4 on my workstation to see if it's an issue specific to 3.2.6, but right now I don't have time to do that. Has anyone else seen this problem?

[JBoss-user] [JBossCache] - Re: statistics for different cache regions??

2006-05-05 Thread JerryGauth
Statistics are generated by cache interceptors. See org.jboss.cache.interceptors.*. Generally, each interceptor maintains its own statistics (e.g., CacheLoaderInterceptor maintains cache loading statistics). CacheMgmtInterceptor maintains statistics for the cache itself (e.g., hits,

[JBoss-user] [JBossCache] - Releasing locks

2006-05-05 Thread karol
Hi I am testing JBossCache and i have problem with it. J have 2 caches replicated asynchronously. I am caching user objects. When i read all users and then add one and try to read once again, whole application hangs on some locks. Shouldn't end of transaction remove this locks? I am using

[JBoss-user] [Messaging, JMS JBossMQ] - DB JMS performance

2006-05-05 Thread pixel
We have an application with a queue, through which we are putting thousands of small, very quick, requests. With a non-persistent queue, performance is very good. However, the moment we change to a persistent queue we are seeing huge IO bottlenecks on the JMS tables. This is on Oracle 10g. Are

[JBoss-user] [JNDI/Naming/Network] - Re: Using the http RMI invoker

2006-05-05 Thread MarcReis
Thanks for the reply ! In this context, I havent looked into those configs very much until now. We also try to get our App/JBoss to just use one port. Have you done any approach into configuring jboss to do this ? We started with the \ejb3.deployer\META-INF\jbosss-service.xml and configured |

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-05-05 Thread ente
it should also be possible to adjust on server side that a client certificate is required for SSL handshake View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941567#3941567 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: How to initialize the default database in hsqldb

2006-05-05 Thread zhh
Hehe,thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941568#3941568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941568 --- Using Tomcat but need

[JBoss-user] [JBoss Messaging] - Different Persistence for different destinations?

2006-05-05 Thread jivkoto
Hi, I am wondering if in JBoss Messaging I can persist in different tables, messages coming for different queues and topics. In example I have QueueA, QueueB and QueueC, I want to persist the messages for this queues in different tables. With JbossMQ it is possible only if having different

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-05-05 Thread tjdlut
good work thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941571#3941571 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941571 --- Using Tomcat but need to do

[JBoss-user] [Installation, Configuration Deployment] - Re: SQL Server 2005 JDBC config?

2006-05-05 Thread Spiteri
Exact same issue here. Anyone know or have a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941572#3941572 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941572

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How do I get a list of queues at runtime?

2006-05-05 Thread mskonda
I don't see any reason why you can't get the destination list from JNDI. Use the following code: | private void listQueues() throws NamingException | { | ic = new InitialContext(); | cf = (ConnectionFactory) ic.lookup(ConnectionFactory); | | NamingEnumeration ne =

[JBoss-user] [Installation, Configuration Deployment] - Re: SQL Server 2005 JDBC config?

2006-05-05 Thread clumpkin
As far as I can tell, this is a bug in 4.0.1sp1. I upgraded to 4.0.3sp1, problem solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941574#3941574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941574

  1   2   >