[JBoss-user] [JBoss Seam] - Re: Remoting exception

2006-05-10 Thread deniss.parhomenko
Thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942384#3942384

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942384


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Need Help

2006-05-10 Thread sajid08
Ganton,

Thanks alot for replying, but what about the other questions, if you people can 
guide me on how to get started and how to integrate some sample applications 
integrated using JEMS that'd be gr8

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942385#3942385

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942385


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - embeddable EJB3.0 JUnit test question

2006-05-10 Thread tonydg
Does anybody knows how to run all my JUnit tests from a given package without  
using test suite and  without adding  a new line per each test  class in my 
build xml? I am trying to automate the test process. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942386#3942386

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942386


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread the_dude
kukeltje wrote : As soon as I know a little more, I'll post it in the forum. 

@Ronald: Thank you. I appreciate your efforts in this forum to help us learn 
more about jBPM.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942387#3942387

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942387


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - embeddable EJB3.0 HSQL database question

2006-05-10 Thread tonydg
Can anybody can tell me how to lookup what's  the state of my in memory HSQL 
database. I want to know how to see the structure of the  generated tables in 
HSQL , and to view the data that i generate in my tests .

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942388#3942388

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942388


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: An excruciatingly simple SEAM question

2006-05-10 Thread baz
As far as i know your attempt works right.

@Out outjects to the context from which the value was injected, or in case of 
no injection to the surrounding context.

When you click the register button, you are in a temporary conversation.
When you outject a value it will go to this temporary conversation.

After executing the register action, the temporary conversation gets deleted 
(and with it your value for debug)
when rendering the registered page, a new temporary conversation is created 
(with no debug value).


What changes could you make?
1. indroduce long running conversations (Set RegisterAction to CONVERSATION 
Scope and mark register with @Begin)

2. Create a sessionscoped bean which holds your debug value. Inject and outject 
debug value

Ciao,
Carsten

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942389#3942389

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942389


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-05-10 Thread bjornbjorn
I also get EntityManager null when trying to inject it in a servlet with 
404RC2. When using it in the processRequest() method it is null.

Could this be the same issue?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942390#3942390

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942390


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - java.io.InvalidClassException; class invalid for deserializa

2006-05-10 Thread andreicos1971
When using JBoss 4.03. I get the following run-time error: 

19:40:50,046 INFO [STDOUT] Caused by: 
java.lang.reflect.UndeclaredThrowableException 
19:40:50,046 INFO [STDOUT] at $Proxy592.loadInbox(Unknown Source) 
19:40:50,046 INFO [STDOUT] at 
com.siatel.g6.client.ejb.GetProcessesCmdEJB.load(GetProcessesCmdEJB.java:66) 
19:40:50,046 INFO [STDOUT] ... 51 more 
19:40:50,046 INFO [STDOUT] Caused by: java.io.InvalidClassException: 
com.siatel.tools.serialize.TObject; class invalid for deserialization 
19:40:50,046 INFO [STDOUT] at 
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:544) 
19:40:50,046 INFO [STDOUT] at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) 

However, when using JBoss 4.0.0 everything works perfectly. Class TObject 
implements Serializable. 
Could you please help me?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942391#3942391

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942391


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Use SubPages

2006-05-10 Thread d.venturini
I'm editing the *-object.xml file directly, but for change the view order page 
I must recompile the original code with a little change...

Thank you very much!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942392#3942392

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942392


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Which version of Hibernate is my JBoss running?

2006-05-10 Thread bjornbjorn
Hi,

how do I found out which version of Hibernate JBoss is running? It doesn't say 
in the startup .. or at least I can't find it.

I'm running a default jboss-4.0.4.CR2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942393#3942393

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942393


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread kukeltje
is there a difference in the first few xml tags? Could you post these?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942395#3942395

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942395


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using Decision Successfully....

2006-05-10 Thread icyjamie
All process (and task) variables are instantly available.
So you can do 

  | #{decisionVariable eq 'less'}
  | 

See source code of JbpmVariableResolver.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942396#3942396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942396


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - WARN [NamingService] Context.PROVIDER_URL in server jndi.pr

2006-05-10 Thread nohwal
Hi,

I have my EJB application deployed on JBoss 4.0.2. Now, for looking up the EJB, 
I need to create the InitialContext object. However, I would like that in my 
code, I should not specify the URL to which the InitialContext should connect 
to. That's because the entire application is deployed in the same JVM and I'd 
like my application to get whatever InitialContext it can. Hence I coded my 
application like:


  | InitialContext ctx = new InitialContext();
  | ctx.lookup(...);
  | 

As you can see, I have not specified any environment properties in the 
constructor of InitialContext. 

Now, for the configuration file, I modified the /conf/jndi.properties file to 
include the following line:


  | java.naming.provider.url=localhost:1099
  | 

I would expect that during the construction of InitialContext, it will use this 
jndi.properties file (as this is already available on classpath) and will 
return me the correct InitialContext. 

The code actually works fine except that I notice the following warning on 
Jboss Console:


  | 11:46:11,269 WARN  [NamingService] Context.PROVIDER_URL in server 
jndi.properties, url=localhost:1099
  | 

Can someone explain the reason to me or am I missing something here? BTW, when 
I saw the source code of org.jboss.naming.NamingService class (the one which 
throws this warning), it had the following comments on top of the code where 
warning is being logged.

anonymous wrote : 
  | Create a default InitialContext and dump out its env to show what 
properties were used in its creation. If we find a Context.PROVIDER_URL 
property issue a warning as this means JNDI lookups are going through RMI.
  | 

I wonder why it is so. Any clues?

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942397#3942397

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942397


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - InvalidClassException. class invalid for deserialization

2006-05-10 Thread andreicos1971
When using JBoss 4.03. I get the following run-time error: 


19:40:50,046 INFO [STDOUT] Caused by: java.io.InvalidClassException: 
com.siatel.tools.serialize.TObject; class invalid for deserialization 
19:40:50,046 INFO [STDOUT] at 
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:544) 
19:40:50,046 INFO [STDOUT] at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546) 

However, when using JBoss 4.0.0 everything works perfectly. Class TObject 
implements Serializable. 
Could you please help me?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942398#3942398

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942398


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: cms portlet

2006-05-10 Thread poyge394
i change it to
 

  |mbean
  |  code=org.jboss.portal.core.cms.CMSObjectCommandMapper
  |  name=portal:mapper=CMSObject
  |  xmbean-dd=org/jboss/portal/core/cms/CMSObjectCommandMapper.xml
  |   attribute name=Prefixcontent/attribute
  |   attribute 
name=TargetWindowRefdefault.Startsida.DefaultCMSPortletWindow/attribute
  |   depends optional-attribute-name=Mapper 
proxy-type=attributeportal:mapper=PrefixDelegating/depends
  |   depends optional-attribute-name=CMSService 
proxy-type=attributeportal:service=CMS/depends
  |/mbean
  | 

now i get,  

org.jboss.portal.core.ObjectNotFoundException: Not allowed to access 
resourcedefault.Startsida.DefaultCMSPortletWindow

i did the Startsida page from the managment portlet. 
i use portal 2.2.1, 

Regards



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942399#3942399

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942399


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread jglan
Yes thanks Ronald for looking into it.
Yesterday evening (reading a german JBOSS Book) I found another hint in the 
chapter about the mbean server.
So first one would have to find the mbean server by a 
MBEanServerLocater.locateJBoss().
Then an ObjectName needs to be created with the name of the requested MBean. 
With the ObjectName returned one can call the mbean's methods with a 
ms.invoke(objectName,mymethod,...) where ms is teh mbean server returned from 
the locateJBoss().
I have not looked into the webapp for this yet... (have some real work to do)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942400#3942400

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942400


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Client authentication: failure :(

2006-05-10 Thread ShadenS
Hi Community! :-)

Preface:
I'm learning Ejb 3.0 and Web Services, both argument from security
side (authentication and confidentional conversation).

I wrote a stateless ejb with power of annotations (java 1.5 spec) and
a simple client. All works.
Then, I try to protect a method and I modify client with
authentication lines. All works.
Then, I expose a web service  through  this stateless ejb.
Consequently, I build another client act to deal of web service.All
works.

Now:
I want protect this web service (exposed by ejb) with login and
password. Now, I try with the same annotations I've used for ejb. It's
possible?  But, my great dubt is the class Client... Have you got a
example of autenthication sent by client?

I post you source code if you believe it's useful to understand. :)

Uhm.. I'm sorry for my bad english :(

Bye!

Shad 
P.s. I've found annotations about ws in JSR 181 document... but I think it 
isn't available.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942402#3942402

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942402


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread [EMAIL PROTECTED]
In any case, I don't see it happening with the latest Starter's Kit. Are you 
using Windows or Linux?
And one of you says it happens with JBoss IDE, the has no problem with JBoss 
IDE... 
Is there some kind of trace in the Eclipse log?

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942403#3942403

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942403


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using Decision Successfully....

2006-05-10 Thread logicalsid
Ya...it should work..

But its not .:-(...again it goes to the first task.

BTW All this was using mysql 4.1.16 but .even with the hsqldb its the same 
result.

Thanks,
Sidd


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942404#3942404

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942404


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - best practice advice needed: checking for user session

2006-05-10 Thread kh2ouija
How can I make pages unaccessible by GET requests if the user is not logged in, 
or if his session has expired? I want to redirect him to the login page in case 
of a such request. I was using a servlet filter in Struts, and in Seam I used 
the LoggedInInterceptor like in the examples, but it doesn't do quite what I 
hoped it would. The requested page still renders, just without valid dynamic 
data. 

Eg: http://seam.demo.jboss.com/book.seam (without being logged in)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942406#3942406

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942406


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread [EMAIL PROTECTED]
Hm... I was too quick. I was able to see the phenomenon. Looks indeed like some 
XML issue.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942405#3942405

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942405


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread jglan
Well, sorry for not having been precise enough and for the lazy statement.
Actually I'm new to all this J2EE business (moving from a long C/C++ (solaris 
and now last 6 years Microsoft only) background to J2EE) and have a hard time 
learning. So I often feel stupid right now and may have not tried hard enough 
(several hours). So I think I wasn't really lazy...
Anyway, wouldn't using the jbpm libraries directly within your ear conflict 
with some j2e standards ? e.g. don't using threading,don't write to disk
So there seems to be a good reason having jbpm in a separate sar, isn't it ?
At least that has become my understanding (from reading) why you would need a 
separate sar/MBean (to do all the things that are forbidden by the ejb specs)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942407#3942407

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942407


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - after deploying new process, where is my SampleAssignmentHa

2006-05-10 Thread lakemove
im using GPD developing my processDefinition, when deploy the definition to 
jboss server, i know that the processDefinition was saved to database, but 
where is my custom class SampleAssignmentHandler ? has it been deployed yet ?

any help is appreciated
regards
  -- lakemove

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942408#3942408

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942408


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Jboss vs tomcat

2006-05-10 Thread yogiseth
We are creating a webapplication. spring and hibernate are to be used for sure. 
What i want to know here is that is there any performance issue in using JBoss 
as compared to using tomcat provided (of course) that we want to use only 
webserver right now. We are inclined towards JBoss because of the additional 
features like jboss hibernate integration. 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942409#3942409

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942409


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Intermitent DeploymentException: Unexpected end of ZLIB

2006-05-10 Thread mbeyer73
djr667 wrote : A better solution would be for the scanner to add a 'grace 
period' of a few seconds before attempting to read the new WAR file. Setting 
this period to 0 will give you the current behaviour.
  | 
  | Dave

Sounds great! Did you add that as a feature request? Can you please post the 
id/link here?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942410#3942410

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942410


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: HttpServletRequest from Seam

2006-05-10 Thread js8523
Hi 

Probably the best place to put examples is the wiki. 

Thanks, 

James

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942411#3942411

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942411


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Start an MBean in another server

2006-05-10 Thread jaleyba
[EMAIL PROTECTED] wrote : The first thing is to get remote jmx access to the 
other server, so you need to lookup the *other* server jmx/rmi adapter in the 
*other* server jndi.
  | 
  | Then it depends how you have developed your application. If the mbean 
classes are available on the other server you could programmatically 
instantiate and start a service.
  | 
  | The http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX is a good place to 
start.

Thanks

J



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942414#3942414

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942414


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread [EMAIL PROTECTED]
No XML issue... I think it has something to do with the new deployment tab. But 
not quite sure yet.
In my environment, the problem does not show when creating a fresh process 
project. Even importing the websale example in this project and opening it goes 
very smoothly. If I import jbpm in my workspace however and try to open the 
websale or the simple example, then Eclipse hangs...

I will further investigate.

Regards,
Koen

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942416#3942416

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942416


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using Decision Successfully....

2006-05-10 Thread icyjamie
strange, a join without a fork (or did I miss something)
Are you putting less in an Amount variable? (as a string)
do you do a taskinstance.end()?
Try having a tasknode with attribute signal=last-wait

James


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942418#3942418

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942418


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Using Decision Successfully....

2006-05-10 Thread logicalsid
hey thanx for all this James,

well ...yes i am putting greater in the amount variable.is this wrong ??? 

no taskinstance.end() is present..and i will do try the last-wait 
thing 

thanks and regards,
Sidd

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942419#3942419

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942419


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - jbossws on jboss 4.0.4CR2 performance issue

2006-05-10 Thread amshapira
Hi,
I had a test of comparing webservice performance with jbossws on jbos 4.0.4 and 
jboss.net over jboss 3.2.5
I found out that jbossws was working much slower (!!!).

here is the bean:

  | package com.ams.webservicesejb.obj;
  | 
  | import java.rmi.RemoteException;
  | import java.util.Date;
  | 
  | import javax.ejb.EJBException;
  | import javax.ejb.SessionBean;
  | import javax.ejb.SessionContext;
  | 
  | public class AmsItemManagerBean implements SessionBean{
  | 
  | public AmsItem[] getAmsItemArray(boolean bool1, String str1, String 
str2, boolean bool2, boolean bool3) throws RemoteException {
  | AmsItem[] amsItems = new AmsItem[1000];
  | 
  | short shrt = 1;
  | long lng = 2;
  | String str = ejbTest;
  | long begin = 0;
  | long end  = 0;
  | long begin2 = 0;
  | long end2  = 0;
  | AmsItem[] utia;
  | begin2 = System.currentTimeMillis();
  | int rounds = 1000;
  | for (int i=0; irounds; i++) {
  | AmsItem amsItem = new 
AmsItem(str,lng,shrt,shrt,str,str,1,new Date(),shrt,new Date(),shrt,new 
String[5]);
  | amsItems = amsItem;
  | }
  | end2 = System.currentTimeMillis();
  | System.out.println(returning amsItem[] with length: + 
amsItems.length +  in + (end2-begin2) +  ms);
  | return amsItems;
  | }
  | public void setSessionContext(SessionContext ctx) throws EJBException, 
RemoteException {
  | 
  | }
  | 
  | public void ejbRemove() throws EJBException, RemoteException {
  | System.out.println(AmsItemManagerBean removed);
  | 
  | }
  | 
  | public void ejbActivate() throws EJBException, RemoteException {
  | System.out.println(AmsItemManagerBean activate);
  | 
  | }
  | 
  | public void ejbPassivate() throws EJBException, RemoteException {
  | System.out.println(AmsItemManagerBean passivate);
  | 
  | }
  | 
  |  public void ejbCreate() throws EJBException, RemoteException {
  |  System.out.println(AmsItemManagerBean create);
  |  };
  | 
  | }
  | 
  | 

Here is the wsdl for jbossws that created by wscompile:

  | ?xml version=1.0 encoding=UTF-8?
  | 
  | definitions name=AmsItemEjbService 
targetNamespace=http://obj.ams.webservicesejb.com/; 
xmlns:tns=http://obj.ams.webservicesejb.com/; 
xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:ns2=http://obj.ams.webservicesejb.com/types; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
  |   types
  | schema targetNamespace=http://obj.ams.webservicesejb.com/types; 
xmlns:tns=http://obj.ams.webservicesejb.com/types; 
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |   complexType name=getAmsItemArray
  | sequence
  |   element name=boolean_1 type=boolean/
  |   element name=String_2 type=string nillable=true/
  |   element name=String_3 type=string nillable=true/
  |   element name=boolean_4 type=boolean/
  |   element name=boolean_5 
type=boolean//sequence/complexType
  |   complexType name=getAmsItemArrayResponse
  | sequence
  |   element name=result type=tns:AmsItem nillable=true 
minOccurs=0 maxOccurs=unbounded//sequence/complexType
  |   complexType name=AmsItem
  | sequence
  |   element name=ams1 type=string nillable=true/
  |   element name=ams10 type=dateTime nillable=true/
  |   element name=ams11 type=short/
  |   element name=ams12 type=string nillable=true minOccurs=0 
maxOccurs=unbounded/
  |   element name=ams2 type=long/
  |   element name=ams3 type=short/
  |   element name=ams4 type=short/
  |   element name=ams5 type=string nillable=true/
  |   element name=ams6 type=string nillable=true/
  |   element name=ams7 type=int/
  |   element name=ams8 type=dateTime nillable=true/
  |   element name=ams9 type=short//sequence/complexType
  |   element name=getAmsItemArray type=tns:getAmsItemArray/
  |   element name=getAmsItemArrayResponse 
type=tns:getAmsItemArrayResponse//schema/types
  |   message name=AmsItemManager_getAmsItemArray
  | part name=parameters element=ns2:getAmsItemArray//message
  |   message name=AmsItemManager_getAmsItemArrayResponse
  | part name=result element=ns2:getAmsItemArrayResponse//message
  |   portType name=AmsItemManager
  | operation name=getAmsItemArray
  |   input message=tns:AmsItemManager_getAmsItemArray/
  |   output 
message=tns:AmsItemManager_getAmsItemArrayResponse//operation/portType
  |   binding 

[JBoss-user] [EJB/JBoss] - Re: how to ensure the deployed sequence of different Jars wh

2006-05-10 Thread drabbit
http://www.jboss.org/wiki/Wiki.jsp?page=URLComparator

that should do it.

dirk

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942422#3942422

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942422


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: CMSPortlet problem

2006-05-10 Thread ericmacau
It can't modify the preference values in the management portlet for CMSportlet 
as reference in the manual.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942424#3942424

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942424


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: best practice advice needed: checking for user session

2006-05-10 Thread Andy.2003
see http://www.jboss.org/index.html?module=bbop=viewtopict=81627

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942426#3942426

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942426


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: RollbackException on Validation

2006-05-10 Thread karakoyun
Thanks for your reply. After I added message(s) to my validations in my Entity, 
my app started to work fine. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942427#3942427

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942427


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB 3.0 client

2006-05-10 Thread [EMAIL PROTECTED]

  | 
  | oot exception is java.lang.ClassNotFoundException: 
org.jboss.proxy.ejb.EJBMetaDataImpl 
  | 
  | 

You must have jbossall-client.jar in your classpath.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942429#3942429

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942429


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Serious Performance Issues with JBoss 4.0.4 Web-Services (JB

2006-05-10 Thread amshapira
Hi,
I had a test of comparing webservice performance with jbossws on jbos 4.0.4 and 
jboss.net over jboss 3.2.5
I found out that jbossws was working several times slower (!!!).

the results:
on JBoss 4.0.4CR2 on windows with document literal donotunwrap(wrap):
loop 10 times in 126632 ms
average round 12663 ms
loop 50 times in 456880 ms
average round 9137 ms

on JBoss 3.2.5 on windows with rpc literal:
loop 10 times in 23695 ms
average round 2369 ms
loop 50 times in 108643 ms
average round 2172 ms

here is the bean: 

  | public class AmsItemManagerBean implements SessionBean{
  | 
  | public AmsItem[] getAmsItemArray(boolean bool1, String str1, String 
str2, boolean bool2, boolean bo
  | ol3) throws RemoteException {
  | AmsItem[] amsItems = new AmsItem[1000];
  | 
  | short shrt = 1;
  | long lng = 2;
  | String str = ejbTest;
  | long begin = 0;
  | long end  = 0;
  | long begin2 = 0;
  | long end2  = 0;
  | AmsItem[] utia;
  | begin2 = System.currentTimeMillis();
  | int rounds = 1000;
  | for (int i=0; irounds; i++) {
  | AmsItem amsItem = new 
AmsItem(str,lng,shrt,shrt,str,str,1,new Date(),shrt,new Date(),shrt,new Str
  | ing[5]);
  | amsItems
  |  = amsItem;
  | }
  | end2 = System.currentTimeMillis();
  | System.out.println(returning amsItem[] with length: + 
amsItems.length +  in + (end2-begin2) +  ms);
  | return amsItems;
  | }
  | ...
  | }
  | 
  | 

the test code:

  | public class MainTest {
  | 
  | public static void main(String[] args) {
  | AmsAmsItemEjbService AmsAmsItemEjbService = new 
AmsAmsItemEjbService_Impl();
  | try {
  | AmsItemManager amsItemManager = 
AmsAmsItemEjbService.getAmsItemManagerPort();
  | long begin = 0;
  | long end  = 0;
  | long begin2 = 0;
  | long end2  = 0;
  | AmsItem[] utia = null;
  | begin2 = System.currentTimeMillis();
  | int rounds = 10;
  | for (int i=0; irounds; i++) {
  | begin = System.currentTimeMillis();
  | utia = 
amsItemManager.getAmsItemArray(true,aaa,b,false,false);
  | end = System.currentTimeMillis();
  | System.out.println(returned:  + utia.length + 
 in  + (end-begin) +  ms);
  | }
  | end2 = System.currentTimeMillis();
  | System.out.println(loop  + rounds +  times in  + 
(end2-begin2) +  ms);
  | System.out.println(average round  + 
(end2-begin2)/rounds +  ms);
  | } catch (ServiceException e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | } catch (RemoteException e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | }
  | }
  | }
  | 

and the wsdl that created by wscompile:

  | ?xml version=1.0 encoding=UTF-8?
  | 
  | definitions name=AmsItemEjbService 
targetNamespace=http://obj.ams.webservicesejb.com/; 
xmlns:tns=http://obj.ams.webservicesejb.com/; 
xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:ns2=http://obj.ams.webservicesejb.com/types; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
  |   types
  | schema targetNamespace=http://obj.ams.webservicesejb.com/types; 
xmlns:tns=http://obj.ams.webservicesejb.com/types; 
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |   complexType name=getAmsItemArray
  | sequence
  |   element name=boolean_1 type=boolean/
  |   element name=String_2 type=string nillable=true/
  |   element name=String_3 type=string nillable=true/
  |   element name=boolean_4 type=boolean/
  |   element name=boolean_5 
type=boolean//sequence/complexType
  |   complexType name=getAmsItemArrayResponse
  | sequence
  |   element name=result type=tns:AmsItem nillable=true 
minOccurs=0 maxOccurs=unbounded//sequence/complexType
  |   complexType name=AmsItem
  | sequence
  |   element name=ams1 type=string nillable=true/
  |   element name=ams10 type=dateTime nillable=true/
  |   element name=ams11 type=short/
  |   element name=ams12 type=string nillable=true minOccurs=0 
maxOccurs=unbounded/
  |   element name=ams2 type=long/
  |   element name=ams3 type=short/
  |   element 

[JBoss-user] [EJB 3.0] - JBoss Application Client Container ?

2006-05-10 Thread [EMAIL PROTECTED]
Hello,

I wanted to know if JBoss Application Client Container exists ?

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942432#3942432

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942432


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Create the sub page of existing page

2006-05-10 Thread vitozabal
Hi,
How can I create the new sub page of an existing page by Management Portlet? I 
see, it is possible in JPortal since there is Secure Policy Config sub page 
of root/default/default page. But I can't to find how can I create such 
page-subpage structure using Management Portlet. It is possible today? I use JP 
2.2.1.
Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942434#3942434

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942434


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Create the sub page of existing page

2006-05-10 Thread vitozabal
Ops,
It seems I've been outstripped...
http://www.jboss.com/index.html?module=bbop=viewtopict=82499

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942437#3942437

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942437


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread kukeltje
My first impressions:

- the mbean is of type JbpmService
- it creates a JbpmConfiguration which it binds in the jndi tree
- in the webapp (jsf based) the JbpmBean plays an important role, especially 
the method getJbpmContext()

So most likely it would be enough to do something like
JbpmContext  jbpmContext = 
JbpmConfiguration.getInstance().createJbpmContext();

And as far as I can tell, there is no difference between using jBPM from the 
sar or embedded. It could be however that there are some changes in this area 
(I know some things are goiong on to change from mbean deployed to jca)

Further I have not tried this yet (no time today) but asked Tom to give a short 
comment on this.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942438#3942438

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942438


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread kukeltje
Koen, could you create a jira issue for this? Just to prevent it getting fiexed 
without anyone knowing :-

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942439#3942439

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942439


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2006-05-10 Thread kukeltje
Koen, could you create a jira issue for this? Just to prevent it getting fiexed 
without anyone knowing :-

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942440#3942440

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942440


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: after deploying new process, where is my

2006-05-10 Thread kukeltje
it is in the db as well. jBPM uses this (with a custom classloader) to be able 
to have versioned actionhandlers. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942441#3942441

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942441


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread [EMAIL PROTECTED]
I was just looking at that as well.  It seems to me that the approach is broken 
(redundant).

As far as i can read the current code, the JbpmConfiguration that is put in 
JNDI is never used.

When the JbpmConfiguration.getInstance() method it used, it lazy initializes a 
JbpmConfiguration based on the resource 'jbpm.cfg.xml'.  This configuration is 
cached in a static variable in JbpmConfiguration.  So the jBPM configuration 
used is the one that is cached in the JbpmConfiguration static member rather 
then the JNDI one.

This lead to the following basic question: what is the benefit of putting 
something in JNDI ? 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942144#3942144  That 
thread also discusses something relevant.  Namely: should we create a JCA .rar 
that publishes JbpmConfiguration into JNDI  so that we have a portable way of 
deploying jBPM on an app server.

So for now, I don't see a problem with the current approach.  (except for the 
redundency that the JbpmConfiguration that is published in JNDI is never used)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942442#3942442

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942442


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread [EMAIL PROTECTED]
one more thing.  i didn't yet answer the question what is the jbpm.sar good 
for

the way we use it now, it is an alternative way to put the jbpm libs on the 
global classpath.

it also allows us to publish JbpmConfiguration to JNDI, but as stated in the 
previous post, that is never used and redundant.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942443#3942443

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942443


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread kukeltje
Thanks for responding. The thing is that without some context it is difficult 
for us to differentiate between beginners and realy lazy people ;-) Therefor my 
suggestion to give som context.

Using the SAR is not because of the j2ee specs, it is more to have a single 
jBPM 'instance' that can be accessed from different applications. Embedding it 
is also possible, but then there can be db conflicts etc if used with the same 
database. You'd have to configure separate db's and jbpm configs then for 
multiple instances

Threads are not 'forbidden' from servlets afaik, as long as you use it for 
things like quartz or our scheduler does.  You should not create threads for 
each request that comes in etc.  About the not writing to disk, I've never 
heard of that, but it is true that writing to disk cannot participate in a 
transaction, so if you need transacted persistence it is a no-no

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942444#3942444

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942444


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-05-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-928

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942445#3942445

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942445


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-05-10 Thread echon
dependency injections don't work for servlets. This bug only affects jmx 
service objects whith lifecycle methods.

Regards

Peter

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942446#3942446

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942446


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread kukeltje
btw, also lool at the other post: 
http://www.jboss.com/index.html?module=bbop=viewtopict=82440

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942447#3942447

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942447


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread kukeltje
May I assume that there is no conflict if multiple webapps (which I'm trying 
now) are using the same config/database/etc...


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942449#3942449

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942449


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBossWS and wsgl2java

2006-05-10 Thread [EMAIL PROTECTED]
Yes, this is an oversight

http://jira.jboss.com/jira/browse/JBWS-929

Have a look at the jsr181ejb and jsr181pojo samples in the samples download.


  | configuration ...
  |   wsdl-java 
file=resources/samples/jsr181ejb/META-INF/wsdl/TestService.wsdl
  | mapping file=jaxrpc-mapping.xml /
  |   /wsdl-java
  | /configuration
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942451#3942451

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942451


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread kukeltje
Thanks btw Tom for responding so promptly

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942452#3942452

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942452


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Using queryMBean

2006-05-10 Thread [EMAIL PROTECTED]
The point is those exception were never meant to be seen and it just happened 
that you came across them, only because of using QueryExp the wrong way :)

Maybe open a minior JIRA case proposing a fix for the NPE, and possibly some 
trace logging for the exceptions messages (the full stack traces are not 
needed, I think), but again, I'm not sure if people will want to enable tracing 
of jmx query expression.





View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942453#3942453

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942453


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Using queryMBean

2006-05-10 Thread [EMAIL PROTECTED]
So the powerpoint version of the conclusion is:

0) key/value pairs in ObjectNames are not related to mbean attribute values
1) Use ObjectName patterns to match a set of MBean ObjectNames
2) Use QueryExp to match specific attributes on those MBeans.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942455#3942455

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942455


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBossWS 1.0 vs. Axis 1.3

2006-05-10 Thread [EMAIL PROTECTED]
It is a general design desission that we made. JBossWS won't consume illegal 
SOAP messages from SOAP stack X.

Axis has been more lenient WRT that, but recent interop tests actually check 
for strict behaviour.

With the current implementation, the message would have to be fixed out of 
scope. i.e. by some FixIllegalSOAPMessageFilter

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942456#3942456

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942456


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBossWS 1.0 vs. Axis 1.3

2006-05-10 Thread [EMAIL PROTECTED]
In future, you will have control over the first point of contact for message 
preprocessing and other dirty tricks

http://jira.jboss.com/jira/browse/JBWS-930

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942458#3942458

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942458


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Why does Remove causes all CMR entities to be loaded

2006-05-10 Thread jgc195
Hi all,

I've come across some interesting CMP/CMR behaviour in JBoss 3.2.6.  

To explain, let me define a scenario.  Suppose we have two entities, 'Person' 
and 'PhoneNumber'.  We define a CMR relationship between them such that a 
'Person' can have relationships with multiple 'PhoneNumber' entities and each 
'PhoneNumber' can be associated with multiple 'Person' entities.


  | PhoneNumber
  | IDNumber
  | 1 07713
  | 2 87383
  | 
  | Person
  | NameFullName
  | Bob Robert
  | MaryMary
  | 
  | Person_PhoneNumber
  | PhoneNumber  Person
  | 1Bob
  | 1Mary
  | 2Bob
  | 
If we now want to delete a particular PhoneNumber entity (eg. 1), we would 
locate it (using findByPrimaryKey or something) and then call it's 'remove' 
method.  What I'm finding is that the SQL that is generated is:


  | select ID, number from PhoneNumber where ID = 1; ##Find by PK
  | 
  | ## Generated as a result of the 'remove'
  | select Person from Person_PhoneNumber where PhoneNumber = 1;
  | 
  | select Name, FullName from Person where (Name=Bob) OR (Name=Mary);
  | 
  | delete from Person_PhoneNumber where (PhoneNumber=1) AND (Name=Bob OR 
Name=Mary);
  | 
  | delete from PhoneNumber where ID = 1;
  | 
  | 

Why are the related entities loaded (ie. why is anything from the 'Person' 
table loaded)?  Is there any way to stop this and hence speed up the process by 
avoiding the unnessary load?  

What I would expect is SQL along the lines of:


  | select ID, number from PhoneNumber where ID = 1; ## Find by PK
  | 
  | ## Generated as a result of the 'remove'
  | delete from Person_PhoneNumber where PhoneNumber = 1;
  | 
  | delete from PhoneNumber where ID = 1;
  | 
  | 

Any ideas or comments would be greatly appreciated :O)

Thanks in advance,

Jason


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942459#3942459

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942459


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Parameter ordering question

2006-05-10 Thread [EMAIL PROTECTED]
The order is defined by the abstract contract (wsdl + schema), which may not be 
the alphabetical order

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942461#3942461

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942461


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: best practice advice needed: checking for user session

2006-05-10 Thread petemuir
http://www.jboss.com/index.html?module=bbop=viewtopict=74300

Is a general discussion on implementing security using JAAS and servlet 
security - if you follow the example posted by Louis you can easily secure a 
directory of pages.  If the user isn't logged they get transparently redirected 
to the login page and from there to the page they originally requested.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942460#3942460

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942460


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Issue with JBoss 4.0.1- Axis1.2

2006-05-10 Thread [EMAIL PROTECTED]
For supported stacks see

http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942462#3942462

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942462


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Client authentication: failure :(

2006-05-10 Thread [EMAIL PROTECTED]
This probably relates to 
http://jira.jboss.com/jira/browse/JBWS-865

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942463#3942463

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942463


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws on jboss 4.0.4CR2 performance issue

2006-05-10 Thread [EMAIL PROTECTED]

http://jira.jboss.com/jira/browse/JBWS-75

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942464#3942464

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942464


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Can't configure Jboss 4.0.x in eclipse after installing Jbos

2006-05-10 Thread jboss2win
Hi,guys!
I installed Jboss IDE 1.4.0, and wanted to configure Jboss 4.0.x in eclipse 
3.1.2, but the follewing problem occurred:

Error 2006-05-07 09:20:07.831 Problems occurred when invoking code from 
plug-in: org.eclipse.jface.
java.lang.NoSuchMethodError: 
org.eclipse.jdt.internal.debug.ui.launcher.LauncherMessages.getString(Ljava/lang/String;)Ljava/lang/String;
 at 
org.jboss.ide.eclipse.launcher.ui.configuration.ServerLaunchArgumentsTab.createControl(ServerLaunchArgumentsTab.java:86)..
 

is this something wrong with the version of eclipse, which is not suitable for 
Jboss IDE?

Thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942465#3942465

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942465


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Serious Performance Issues with JBoss 4.0.4 Web-Services

2006-05-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-75

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942466#3942466

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942466


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: State retrieval on startup fails when transaction is ope

2006-05-10 Thread Fredrik_J
Did you get any resolution for this problem?
I am currently facing the same issue that state replication fails during 
startup.

2006-05-10 12:08:48,556 main INFO  org.jboss.cache.TreeCache 
fetchStateOnStartup:2801 - state could not be retrieved (must be first member 
in group)



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942467#3942467

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942467


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Serious Performance Issues with JBoss 4.0.4 Web-Services

2006-05-10 Thread [EMAIL PROTECTED]
It's a known issue with array types: 
http://www.jboss.com/index.html?module=bbop=viewtopict=81005

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942468#3942468

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942468


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws on jboss 4.0.4CR2 performance issue

2006-05-10 Thread amshapira
What I ment to ask if there is a known reason for that problem (I return an 
array of 1000 objects back, maybe it is important).

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942469#3942469

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942469


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread jglan
Can you explain this a little bit more or give some pointer to the docs to 
understand this more precisely ?.anonymous wrote : the way we use it now, it is 
an alternative way to put the jbpm libs on the global classpath.
I'd conclude from it that everything that is deployed as a sar (which is the 
way mbeans are deployed ?) is accessible from any other ear, war and thus I'd 
never have to use either jndi lookup of the mbean or the other ways mentioned 
in the JMX Microkernel chapters ? In a german textbook they access the mbean 
via ObjectName,MBeanServer,invoke (which I have not found in the english doc 
yet; Ok I did not look closely enough `-:)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942470#3942470

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942470


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Links within portlets

2006-05-10 Thread louise_za
Thanks Roy. It works now. Hopefully this will help someone else:

Include the following lines in your jsp file:
%@ taglib uri=http://java.sun.com/portlet; prefix=portlet %
  | portlet:defineObjects/
  | ...
  | ...
  | portlet:actionURL windowState=normal portletMode=view 
var=theActionUrl
  | portlet:param name=id value=1234/
  | /portlet:actionURL
  | 
  | a href=%= theActionUrl % target=_selfItem 1/a
This will then post a variable called 'id' with value '1234' via the URL. The 
above code (first post) in the processAction method will handle this variable 
and make it available in you page. This works for posting variables via URL 
parameters to the same jsp page.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942472#3942472

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942472


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread jglan
Thank your for your answer. I switch between the 2 threads...
Although I must say that I'm not really satisfied yet regarding the single 
instance that can be accessed from everywhere...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942473#3942473

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942473


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread kukeltje
Partially true. If you just load them as classes, that is just what they are. 
Loading them via the mbean server gives you additional functionality like 
stopping it, monitoring it etc via JMX, depending on the functionality in the 
bean.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942474#3942474

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942474


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread jglan
anonymous wrote : Threads are not 'forbidden' from servlets afaik, as long as 
you use it for things like quartz or our scheduler does. You should not create 
threads for each request that comes in etc. About the not writing to disk, I've 
never heard of that, but it is true that writing to disk cannot participate in 
a transaction, so if you need transacted persistence it is a no-no
  | 
I agree this (may) be true for servlets. What about the ejb a sevlets accesses 
? So within an ejb threads seem to be forbidden (as disk access I guess because 
of clustering issues e.g). It seems to be vague for many people. Whenever I ask 
one who had been/is using ejb for some time I got a  ' I heard about it'. I can 
only say the same. Looks like once you feel comfortable in using it this 
question is not important anymore..

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942475#3942475

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942475


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-10 Thread kukeltje
jglan wrote : Looks like once you feel comfortable in using it this question 
is not important anymore..

Yep. Never ever had a problem with it for the last 6 years ;-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942476#3942476

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942476


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread jglan
OK, thanks for the discussion. I'll think/read about it.
I'm still wondering about the MBeanServer.invoke() vs. accessing it as a static 
 instance...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942477#3942477

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942477


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Delay in getting Server response

2006-05-10 Thread rschroeder
We got a serious and mysterious problem:

Recently we switched from JBoss 2.4.3 to JBoss 4.0.3SP1.
Our tests were fine and we shipped our product with JBoss 4 to our customers. 
All customers are happy with the new release except one.
This one customer reported performance problems (The problems are not 
reproducible in our test systems and other customers do not have these 
performance problems).

After a lot of searching we found a delay in communication between client and 
server. This delay happens when doing a Context lookup to get a reference to an 
EJB from JNDI and when calling #create() on an EJBObject:   On server side the 
request for creating an EJB instance is handled fast but it takes a while until 
the call returns on the client.

We added a LogInterceptor an client and server side and these are typical log 
statements:

  | Client
  | 
  | 17:05:34,339 [EjbHelper] - start: 
findRemoteObject(profi.util.dokument.ejb.DvLoaderEJBHome)
  | 17:05:41,168 [EjbHelper] - end: 
findRemoteObject(profi.util.dokument.ejb.DvLoaderEJBHome)
  | 17:05:41,168 [EjbHelper] - #createSessionBean start 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 17:05:41,168 [ClientLogInterceptor] - cout = [1147187141168] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 17:05:51,199 [ClientLogInterceptor] - cin = [1147187141168] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 17:05:51,199 [EjbHelper] - #createSessionBean end 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 
  | Server
  | 
  | 17:05:41,176 DEBUG [DE.data_experts.util] Compressing Socket Factory 
accepting connection @ port 4219 from adress /11.8.27.194
  | 17:05:42,187 INFO  [LogInterceptor] in = [1147187141168] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 17:05:42,187 INFO  [LogInterceptor] out = [1147187141168] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJBHome.create()
  | 

(What you see are logs for retrieving an EJB: #findRemoteObject does a JNDI 
lookup. After getting an object from JNDI #create is called on this object.)

Calling an action on an obtained EJB is on the other hand really fast - just a 
few milliseconds are gone by.


  | Client
  | 
  | 17:05:51,199 [ClientLogInterceptor] - cout = [1147187151199] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJB.getDokumentartClasses()
  | 17:05:53,089 [ClientLogInterceptor] - cin = [1147187151199] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJB.getDokumentartClasses()
  | 
  | Server
  | 
  | 17:05:53,041 INFO  [org.jboss.ejb.plugins.LogInterceptor] in = 
[1147187151199] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJB.getDokumentartClasses()
  | 17:05:53,042 INFO  [org.jboss.ejb.plugins.LogInterceptor] out = 
[1147187151199] 
DE.data_experts.profi.util.dokument.ejb.DvLoaderEJB.getDokumentartClasses()
  | 
  | 

(The delay between client out and server in is a coincidence - but I am 
providing this for a full example.)

So it seems that at doing JNDI lookup and getting an EJB instance we lost time 
on the net.

Our customers checked his firewall configuration and said that all was fine.
Yet our customer runs our product with JBoss 2 on the same machine as the JBoss 
4 version and the delays are just appearing in the JBoss 4 system. 

Any hints what could cause such a delay?

Robert

PS: Is there a way to configure the range of ports used for RMI? It seems that 
the PooledInvoker uses a port range starting at 4000 - but it should use a 
higher lower limit (starting at 10.000).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942480#3942480

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942480


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What exactly is jbpm.sar good for?

2006-05-10 Thread [EMAIL PROTECTED]
indeed no conflict.

to install multiple jbpm configurations in one server is the easiest by using 
different, non-default configurations e.g. a left.jbpm.cfg.xml and 
right.jbpm.cfg.xml in the classpath.

then use JbpmConfiguration.getInstance(left.jbpm.cfg.xml); to get the left 
jbpm instance.

to have different versions of jbpm in your server, you need to configure scoped 
classloaders in jboss and package the jbpms into different .ear files.

those are the most straightforward deployment models that you can persue out of 
the top of my head.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942484#3942484

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942484


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JSR181 Annotated Web Services Intro

2006-05-10 Thread dannox02
I've been trying to do exactly this but have had no luck. So now I've copied 
your example exactly and tried these steps. I always get the following error 
with mine and your example:


  | 08:29:15,625 ERROR [MainDeployer] Could not create deployment: 
file:/C:/jboss-4.
  | 0.4.CR2/server/default/deploy/HelloWorldWs.war
  | java.lang.ArrayIndexOutOfBoundsException: 0
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilder.getWebParamAnnotatio
  | n(AnnotationsMetaDataBuilder.java:310)
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilder.processWebMethod(Ann
  | otationsMetaDataBuilder.java:388)
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilder.setupEndpointFromAnn
  | otations(AnnotationsMetaDataBuilder.java:153)
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilderJSE.buildMetaData(Ann
  | otationsMetaDataBuilderJSE.java:82)
  | at 
org.jboss.ws.server.WebServiceDeployerJSE.createWebServicesMetaData(W
  | ebServiceDeployerJSE.java:194)
  | at 
org.jboss.ws.server.WebServiceDeployer.create(WebServiceDeployer.java
  | :103)
  | at 
org.jboss.ws.server.WebServiceDeployerJSE.create(WebServiceDeployerJS
  | E.java:65)
  | at 
org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.
  | create(SubDeployerInterceptorSupport.java:180)
  | at 
org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterce
  | ptor.java:91)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:260)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy30.create(Unknown Source)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  | at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  | sorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
  | er.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
  | or.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
  | BeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
  | java:260)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy8.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
  | tScanner.java:334)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
  | canner.java:522)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
  | doScan(AbstractDeploymentScanner.java:207)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
  | loop(AbstractDeploymentScanner.java:218)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
  | run(AbstractDeploymentScanner.java:197)
  | 

The only difference I see is I am using the CR2 and you are building from 
source. Is this currently working in CR2, or am I missing something?

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942485#3942485

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942485


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Annoying errors and warnings

2006-05-10 Thread jimih
I use JBoss 4.0.3 SP1, with the default configuration. But since we are two 
persons, with two laptops and two seperate JBoss installations on the same 
network, we want to disable all communication between the JBoss instances. I 
have changed my partition name, multicast address and multicast port. But we 
still get lots of errors and warnings in the console.

It looks like this:

14:41:45,891 WARN  [UNICAST] [130.237.251.37:2593] seqno 50 from 
itwan251-122:2396 is not tagged as the first message sent by itwan251-122:2396; 
however, the table for received messages from itwan251-122:2396 is still null ! 
We probably haven't received the first message from itwan251-122:2396 ! 
Discarding message (operational=true)
14:41:57,023 ERROR [CoordGmsImpl] this.merge_id 
([130.237.251.37:2593|1147264685871]) is different from merge_id 
([130.237.251.37:2593|1147264670739])
14:42:49,076 WARN  [NAKACK] [130.237.251.37:2593] discarded message from 
non-member itwan251-122:2396
14:42:56,149 WARN  [CoordGmsImpl] merge responses from subgroup coordinators = 
1 ([sender=130.237.251.37:2593, view=[130.237.251.37:2593|21] 
[130.237.251.37:2593, 192.36.127.35:2115], digest=[130.237.251.37:2593: [0 : 
12, 192.36.127.35:2115: [18 : 27]]). Cancelling merge
14:42:56,409 WARN  [NAKACK] [130.237.251.37:2526] discarded message from 
non-member itwan251-122:2299
14:43:12,772 WARN  [CoordGmsImpl] merge responses from subgroup coordinators = 
1 ([sender=130.237.251.37:2593, view=[130.237.251.37:2593|21] 
[130.237.251.37:2593, 192.36.127.35:2115], digest=[130.237.251.37:2593: [0 : 
12, 192.36.127.35:2115: [18 : 27]]). Cancelling merge
14:43:14,024 WARN  [NAKACK] [130.237.251.37:2526] discarded message from 
non-member itwan251-122:2299

Can we make all these messages go away? We use the two laptops for development 
and testing, and these messages are very annoying, especially since we use 
Eclipse, and Eclipse switches to this console window every time a new message 
shows up (witch happens about every 10-15 second or so).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942486#3942486

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942486


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - IllegalAccessError AspectManager

2006-05-10 Thread twinky
Hi,
I installed JBOSS 4.0.3 SP1.
I have the following exception :

java.lang.IllegalAccessError: tried to access class 
org.jboss.aop.AspectManager$1 from class org.jboss.aop.AspectManager
at org.jboss.aop.AspectManager.(AspectManager.java:79)
at 
org.jboss.aop.deployment.AspectManagerService.setSuppressTransformationErrors(AspectManagerService.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
[...]


Thanks for your help!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942487#3942487

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942487


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-05-10 Thread aidenm1
The fix works fine.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942488#3942488

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942488


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - could not register synchronization with JTA TransactionManag

2006-05-10 Thread armita
All of s sudden I am getting this error message:


  | 17:29:04,349 ERROR [STDERR] org.hibernate.TransactionException: could not 
register synchronization with JTA TransactionManager
  | 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942489#3942489

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942489


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - could not register synchronization with JTA TransactionManag

2006-05-10 Thread armita
I am getting this error message sometimes and all of a sudden after one fail of 
the application:

  |  org.hibernate.TransactionException: could not register synchronization 
with JTA TransactionManager
  | 
How could I prevent it?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942490#3942490

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942490


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - PropertyNotFoundException

2006-05-10 Thread sws42
Hi,

I'm trying to build my own Seam-Apllication, having an error for some days now.

the stacktrace:
14:58:36,634 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  | javax.faces.el.PropertyNotFoundException: Bean: $Proxy94, property: 
formulare
  | at 
org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:445)
  | at 
org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:416)
  | at 
org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:379)
  | at 
org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
  | at 
org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
  | at 
org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
  | at 
org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
  | at javax.faces.component.UIData.getValue(UIData.java:779)
  | at javax.faces.component.UIData.createDataModel(UIData.java:545)
  | at javax.faces.component.UIData.getDataModel(UIData.java:534)
  | at javax.faces.component.UIData.getRowCount(UIData.java:103)
  | at 
org.apache.myfaces.renderkit.html.HtmlTableRendererBase.encodeInnerHtml(HtmlTableRendererBase.java:124)
  | at 
org.apache.myfaces.renderkit.html.HtmlTableRendererBase.encodeChildren(HtmlTableRendererBase.java:94)
  | at 
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:319)
  | at 
javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:343)
  | at 
javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:251)
  | at 
org.apache.myfaces.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:55)
  | at 
org.apache.jsp.hauptmenu_jsp._jspx_meth_h_dataTable_0(hauptmenu_jsp.java:178)
  | at 
org.apache.jsp.hauptmenu_jsp._jspx_meth_f_view_0(hauptmenu_jsp.java:128)
  | at org.apache.jsp.hauptmenu_jsp._jspService(hauptmenu_jsp.java:88)
  | at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
  | at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  | at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
  | at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  | at 
org.jboss.seam.jsf.SeamViewHandler.renderView(SeamViewHandler.java:59)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:54)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:174)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 

[JBoss-user] [Management, JMX/JBoss] - Re: Start an MBean in another server

2006-05-10 Thread jaleyba
Well, after read docs I did the following:


First I did an interface:


  | public interface ActiveMQNetworkMBean {
  | 
  | public void setPropertiesResource( String propertiesResource );
  | 
  | public String getPropertiesResource();
  | 
  | public void start() throws Exception;
  | 
  | public void stop() throws Exception;
  | 
  | public void startSlave() throws Exception;
  | 
  | public void stopSlave() throws Exception;
  | 
  | public String myTestAction() throws Exception;
  | 
  | Object invoke(org.jboss.invocation.Invocation mi) throws Exception;
  | }
  | 
  | 



Then I did the implementation:


  | 
  | public class ActiveMQNetwork implements ActiveMQNetworkMBean {
  | private String propertiesResource;
  | private BrokerService service = null;
  | private BrokerService serviceSlave = null;
  | private boolean started = false;
  | private boolean startedSlave = false;
  | private static Logger log = Logger.getLogger(ActiveMQNetwork.class);
  | 
  | 
  | /**
  |  * Returns current propertie resource or null if wasn't
  |  * yet configured.
  |  *
  |  * @return string with propertie resource.
  |  */
  | public String getPropertiesResource() {
  | return this.propertiesResource;
  | }
  | 
  | 
  | /**
  |  * Set properties Resource.
  |  *
  |  * @param propertiesResource
  |  */
  | public void setPropertiesResource(String propertiesResource) {
  | this.propertiesResource = propertiesResource;
  | }
  | 
  | 
  | /**
  |  * Start service.
  |  *
  |  * @throws Exception
  |  */
  | public void start() throws Exception {
  | started = true;
  | log.info(BROKER SERVICE: Starting ActiveMQNetwork ...  + 
propertiesResource);
  | createNetwork();
  | }
  | 
  | /**
  |  * Stop service.
  |  *
  |  * @throws Exception
  |  */
  | public void stop() throws Exception {
  | started = false;
  | log.info(BROKER SERVICE: Stoping ActiveMQNetwork ...);
  | if (service != null) {
  | service.stop();
  | service = null;
  | }
  | // do what you want ...
  | }
  | 
  | /**
  |  * Create a broker.
  |  *
  |  * Configuration will be read from a file.
  |  */
  | private void createNetwork() {
  | log.info(BROKER SERVICE: trying to crete broker);
  | 
  | try {
  | URI brokerURI = new URI(xbean: + 
System.getProperty(jboss.server.config.url) + activemq_master.xml);
  | service = BrokerFactory.createBroker(brokerURI);
  | if (service != null) {
  | service.start();
  | }
  | } catch (Exception e) {
  | log.error(BROKER SERVICE: createNetwork Exception:  + 
e.getMessage());
  | e.printStackTrace();
  | }
  | }
  | 
  | /**
  |  * Start service.
  |  *
  |  * @throws Exception
  |  */
  | public void startSlave() throws Exception {
  | startedSlave = true;
  | log.info(BROKER SERVICE: Starting ActiveMQNetwork Slave Broker... 
);
  | createNetworkSlave();
  | }
  | 
  | /**
  |  * Stop service.
  |  *
  |  * @throws Exception
  |  */
  | public void stopSlave() throws Exception {
  | startedSlave = false;
  | log.info(BROKER SERVICE: Stoping ActiveMQNetwork Slave Broker...);
  | if (serviceSlave != null) {
  | serviceSlave.stop();
  | serviceSlave = null;
  | }
  | // do what you want ...
  | }
  | 
  | /**
  |  * Create a broker.
  |  *
  |  * Configuration will be read from a file.
  |  */
  | private void createNetworkSlave() {
  | log.info(BROKER SERVICE: trying to crete broker slave);
  | 
  | try {
  | URI brokerURI = new URI(xbean: + 
System.getProperty(jboss.server.config.url) + activemq_slave.xml);
  | serviceSlave = BrokerFactory.createBroker(brokerURI);
  | if (serviceSlave != null) {
  | serviceSlave.start();
  | }
  | } catch (Exception e) {
  | log.error(BROKER SERVICE: createNetwork Slave Exception:  + 
e.getMessage());
  | e.printStackTrace();
  | }
  | }
  | 
  | public String myTestAction() {
  | return MyAction;
  | }
  | 
  | 
  | public Object invoke(Invocation mi) throws Exception {
  | log.info(BROKER SERVICE: MyService.invoke method= + 
mi.getMethod().getName());
  | return invoke;
  | }
  | 
  | }
  | 
  | 
  | 


I deployed this service as sar file with the follown jboss-service.xml



  | mbean code=com.bs.activemq.mbean.service.ActiveMQNetwork
  |name=jms.ActiveMQ:service=ActiveMQNetwork
  | 

[JBoss-user] [JBossWS] - javaToWSDL ? How to configure message part names?

2006-05-10 Thread steinar.ardal
I am using the javaToWSDL tool to generate the WSDL file from a SLSB, which 
works just fine. 

The only issue I have is that the tool is generating the WSDL file using 
String_1, String_2 etc for the method parameter names

The method in the Service Interface
public java.lang.String echo( java.lang.String echo )

Ant code
wstools dest=${meta-inf.dir} config=${resources.dir}/dd/ws/jboss-ws.xml /

The configuration file
configuration xmlns=http://www.jboss.org/jbossws-tools;
  |   javaToWSDL
  | service name=DataRetrieve wsdlStyle=rpc 
endpoint=com.me.ws.interfaces.DataRetrieveService/
  | namespaces targetNamespace=http://com.me.ws/DataRetrieve; 
typeNamespace=http://com.me.ws/types/
  | mapping fileName=jaxrpc-mapping.xml/
  | wsxml ejbLink=DataRetrieve/
  |   /javaToWSDL
  | /configuration

Part of the generated WSDL file
message name=DataRetrieveService_echo
  |part name=String_1 type=xsd:string /
  | /message

What I want to achieve is to get the WSDL file to use the same name for the 
part name as the parameter, e.g:
message name=DataRetrieveService_echo
  |part name=echo type=xsd:string /
  | /message

Anybody?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942494#3942494

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942494


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Hibernate 3.2.x

2006-05-10 Thread bdruth
Will JBoss jBPM be able to take advantage of Hibernate 3.2.x when it is 
released to GA? If not, when does JBoss anticipate supporting Hibernate 3.2.x 
in jBPM?

Cheers,
Brice

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942496#3942496

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942496


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: how to ensure the deployed order of different jars when

2006-05-10 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942498#3942498

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942498


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: javaToWSDL ? How to configure message part names?

2006-05-10 Thread [EMAIL PROTECTED]
This information is not available through java reflection, you will have to use 
JSR181 @WebParam

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942501#3942501

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942501


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Sale tool of GPD based on WEB about Customize process

2006-05-10 Thread kukeltje
images do not work in this forum. Could you post a link to a separate server?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942502#3942502

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942502


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: WARN [NamingService] Context.PROVIDER_URL in server jnd

2006-05-10 Thread jaikiran
I am not exactly sure of the WARN message, but here's what you can do:

1) Instead of changing the jndi.properties file present in the conf/ directory 
of JBOSS, i would suggest, you create a separate jndi.properties file for your 
application and package it with your application so that its available in the 
classpath. (However, as far as i know, using the jndi.properties present in the 
conf/ directory is NOT the cause of this WARN message. )

2) In the jndi.properties, use:

java.naming.provider.url=jnp://localhost:1099

Note the word jnp in the url.

In all, your jndi.properties should look like:

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | java.naming.provider.url=jnp://localhost:1099

Try this out. I am also not sure how serious that WARN message is, since the 
code is working fine.











View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942504#3942504

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942504


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Hibernate 3.2.x

2006-05-10 Thread kukeltje
I'm not experienced in this area, but do you have specific areas where you 
think Hibernate 3.2.x can be an advantage to jBPM over 3.1?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942505#3942505

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942505


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: 4.0.3SP1 and ejb3 RC6 installation

2006-05-10 Thread tzablock
Works

Thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942506#3942506

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942506


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Delay in getting Server response

2006-05-10 Thread jaikiran
rschroeder wrote : 
  | PS: Is there a way to configure the range of ports used for RMI? It seems 
that the PooledInvoker uses a port range starting at 4000 - but it should use a 
higher lower limit (starting at 10.000).

Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts

http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942507#3942507

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942507


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: how to ensure the deployed sequence of different Jars wh

2006-05-10 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942510#3942510

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942510


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jbossws-samples-1.0.0.GA problem

2006-05-10 Thread bebop
How were you able to do that?
Unfortnately the wstool is as well part of the client jar. But if you only 
delete the xsd from within the jar it works.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942511#3942511

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942511


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException while executing a cl

2006-05-10 Thread jaikiran
anonymous wrote : [Root exception is java.lang.ClassNotFoundException: 
org.jboss.proxy.ejb.EJBMetaDataImpl

The EJBMetaDataImpl is not present in the classpath. Place the appropriate 
jar(s) in the classpath.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942513#3942513

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942513


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam messages example

2006-05-10 Thread ScottDawson
I'm trying to run the Seam messages example app and so far I'm not able to get 
it to work.  The registration example runs correctly so my environment seems to 
be more-or-less correct.  I'm running Seam 1.0.0.CR2 on app server 4.0.4.CR2 
installed with the EJB3 profile.  I'm using the default Hypersonic datasource.

What I see is that the MessageManagerBean.findMessages method, which is 
annotated with @Factory(messageList), works correctly, in other words, it 
pulls two rows from the database.  But the messageList variable in the JSP is 
never initialized.  In fact, for every occurrence of messageList in the JSP, 
the @Factory method is called.  So, the connection between the data in the 
MessageManagerBean and the JSP is not happening.

Does anyone know what the problem might be?  If I figure it out, I'll post back 
 the solution.

Thanks,
Scott


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942514#3942514

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942514


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to prevent ApplicationDeadlockException with READ-ON

2006-05-10 Thread khamre
We too have _exactly_ the same problem.  In our case we even suspect that the 
condition for a deadlock is not present.  Two resources does not seem to be 
reserved in opposite order.  The exception is triggered when a message bean 
eats consequtive events from an event queue.  Is it possible that deadlock can 
occur when two identical (message)beans run the identical piece of code on 
identical events???


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942517#3942517

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942517


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Hibernate 3.2.x

2006-05-10 Thread bdruth
Yes. Hibernate 3.2 provides support for a feature that's been missing for the 
past year  a half that relates to outer joins on optional parameters. To date, 
we've had to drop to SQL queries to support this, but HBN 3.2 removes this 
limitation and provides full support from the Criteria  HQL query objects.

Personally, I'm not yet the expert in this area - my colleague is. So, that 
said, I may have slightly misstated the issue. I apologize in advance!

For jBPM, we'll need this capability to support our retrieve tasks use case, 
which will support filters / sorts above and beyond what jBPM provides 
out-of-the-box.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3942518#3942518

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3942518


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   4   >