[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: The database is already in use by

2006-05-03 Thread pganesh81
Thank You  for your reply. 
However the JBPM / JBOSS server is switched off in this case. I am trying to 
use the file based url for the HSQL database. What else can i try to solve this 
problem. 
It was understood from the log output that it is some process in the execution 
of deployProcessDefinition method is locking the file. And again some other 
process during the execution of same method is trying to access the database.
Is any configuration changes needed?
Or else using some other database server could be a solution?


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

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


---
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: How to join this file named processdefinition.xml into J

2006-05-03 Thread kukeltje
still no clue what you mean.

- websale is a process that runs in the webapp.
- processdefinition.xml can be any new process. 




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

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


---
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: How to join this file named processdefinition.xml into J

2006-05-03 Thread pganesh81
Do you mean how to display the processDefinition image in the jsp page?

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

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


---
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: I have created the file named processdefinition.xml.Foll

2006-05-03 Thread kukeltje
deploy the process. How to do that is described in many places. Including the 
getting started in the wiki

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

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


---
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: JBoss web-console not working.

2006-05-03 Thread s_singh
Forgot to mention, the web-console works on the same browser for Jboss 3.2.3

==JBoss Version on which web-console works==
Version: 3.2.3(200311301445)

Version Name: WonderLand


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

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


---
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: Examples

2006-05-03 Thread [EMAIL PROTECTED]
If this is jbossws-1.0.0.GA, I'd like to see the stacktrace

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

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


---
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] [Javassist user questions] - generics

2006-05-03 Thread bblfish
I noticed in the documentation that there is no support for generics in page 2 
of the tutorial. This should not be surprising due to the lack of information 
remaining in the bytecode about the generic nature of an object.

I was hoping to be able to take code such as


  | class MyClass {
  |  @RDF(foaf+knows) CollectionPerson person;
  | 
  |  
  | }
  | 
and be able to deduce that the variable person should only contain Person 
objects. Is there any way around that?


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

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


---
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: Using dom4j within jboss leads to ClassDefNotFoundExcept

2006-05-03 Thread klaasjanelzinga
I solved this by accessing the xpath jaxen files directly. So instead of:

Node n1 = node.selectSingleNode(...);

use

XPath xpath = Dom4jXPath(...);
Node n1 = xpath.selectSingleNode(node);

So, I think this JBAS-1970 is not the best improvement...

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

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


---
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: NoSuchMethodException using JBossWS 1.0.0GA

2006-05-03 Thread [EMAIL PROTECTED]
This is a known issue of binary incompatibility of jbossws-1..0.0.GA and 
jboss-4.0.4.CR2. It only applies whaen you have exception mappings in your 
jaxrpcmapping.xml

You can 

#1 work with the latest Branch_4_0


  | cvs co -r Branch_4_0 jboss-4.0.x
  | 

#2 drop the latest jboss-xml-binding snapshot in jboss-4.0.4.CR2

http://repository.jboss.com/jboss/jbossxb/

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

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


---
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] [Security JAAS/JBoss] - Prevent multiple login of same user in cluster

2006-05-03 Thread foster
Hi!

I am using jaas formbased-authentification with my own loginmodule 
implementation for using sso. As an additional constraint it shall not be 
possible for the same user(principal) to have two active sessions (beeing 
logged in twice).

If the system would use only a single server I would probably store in the 
container, which users are currently logged in, but the solution must work on a 
cluster.

Unfortunatley I could find no clue how this can be solved in a way, that the 
crash of a cluster node or the database would not possbily leave users without 
the ability to login again (assuming their session has resided on a crashed 
node). Has anyone any articles or own experiences how to solve this problem?

Thx in advance for your help
foster

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

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


---
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-03 Thread djr667
I do not see how changing the scan period will help.

If you happen to start copying a file just as the scanner starts scanning you 
will get the same problem.

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

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

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


---
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] - Loading MBeans before WAR?

2006-05-03 Thread gigsvoo
Hi there,

I had configured MBeans to be loaded at 
%JBOSS_HOME%\default\conf\jboss-service.xml. The MBeans is to load hibernate 
and it runs successfully.

I also deployed a WAR file under %JBOSS_HOME%\default\deploy and underneath of 
WEB-INF applicationcontext.xml, I uses Springframework to lookup the JNDI name 
binded thru MBeans above.

But the problem is JBoss loaded the applicationContext.xml before do the MBeans 
binding, resulted the JNDI name at applicationContext.xml could not be located, 
thus the WAR does not load successfully.

Is there anyway that I can overcome this problem?


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

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


---
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: Timer problem

2006-05-03 Thread parallax
I am also experiencing the same problem. I am using JBOSS 4.0.3SP1-1, any ideas 
on the resolution. I have already tries bumping the TransactionTimeout for 
TransactionManagerService in jnoss-service.xml but it did not make a difference.

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

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


---
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: Security Framework w/Seam

2006-05-03 Thread [EMAIL PROTECTED]
How would you do dynamical contextual security or ACL checks ?
(or maybe that is considered business logic instead of security ;)

e.g. how would I ask: hasPermissionTo('drug',$patient.ssn, $department) 

this is a variation of ACL security 
http://acegisecurity.org/docbook/acegi.html#acls

The trick here is that there is not a constant range of values for the patient 
and department since they are driven by the business.

I never found a good way of doing that with ejb security; so if that is 
possible in ejb3 now then I would like to hear about it.

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

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


---
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 vs Microsoft Windows Workflow Foundation

2006-05-03 Thread kukeltje
I cannot speak for the Microsoft WWF, but JBoss has some big customers (both 
commercial and non-commercial) who gave their trust in using jBPM in a large 
production environment. You can therefor trust JBoss to have a strong 
commitment to jBPM now and in the future. There are some important opensource 
projects like Alfresco (ECM) and Pentaho (BI) that also have commitment to 
useing jBPM. 

The GPD is indeed limited compared to big license based BPM vendors or compared 
to Microsoft. The tool is however functional and since you can use the source 
(xml) to adapt the process in areas where there is no support in the GPD (yet) 
you get all the flexibility you need.

Besides this, I personally (I do not work for JBoss nor for jBPM when it was 
independent) have found that the jBPM process definition gave me all the 
flexibility I need.

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

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


---
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] - JBoss 5 and .NET

2006-05-03 Thread JANDO
Hello everything, 
I look for the following information. 
I heard that JBoss 5 will offer a support for .net applications? I mean over a 
programming interface or over any protocol. I have not found any information 
about it.  Someone can help me. 
Thanks.

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

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


---
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: portal running error

2006-05-03 Thread richard.qin
I tried the JbossAS+Portal bundle, the same problem occurs; Can portal 2.2.1 
run on Mysql 5.0? 

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

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


---
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] - Struts JBoss problem

2006-05-03 Thread infonote
Hi,

I am using JBoss as application server and struts 1.2.7 with MYSql as a DB and 
NetBeans

When i add the data-sources to struts-config.xml and i compile/run the app i 
get a servlet action not found error.

When i remove the data-sources it works well.

I have the Mysql J/Connecter installed in the lib directory.


Am i missing a step in the installation?


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

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


---
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] - assign a task instance at runtime

2006-05-03 Thread trisko
Hi there,

how can I assign a task instance to a specific user at runtime? The user is not 
known at the process definition, so I can't write the user (actorID) into an 
assigment handler. So is there a way to assign users to task istcanes 
dynamicly? Via assignment handlers, as pooled actors, as jbpm API calls in the 
source code or something else? Thanks in advance.

regards

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

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


---
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] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-05-03 Thread MarcReis
You are right. It has the same effect if I manually do the deploy in each 
deploy folder. It seems to be my ear (and what is within) that causes the 
trouble. We have a real project we ported to 4.0.4rc2 and it worked, no matter 
if farmed or not (at least in the short time we tested it).

The test app is actually very simple, but I dont get why it produces such 
strange effects. If I leave the app in the farm folder and restart the server 
it will throw errors right away, that is something it doesnt do when I start 
the server and the ear is in the deploy folder. 
After some more trying out I now also have the problem that the jmx consol's 
JNDI Tree view wont show me the bean and interfaces that I deploy in the 
ear very strange, the hibernate factory is visibile though.
The bean and interfaces are there though, when I run a client in debug mode I 
can see that it gets access via HAJNDI to the tree and can fetch the interface, 
but then when I try to call a mehtod through the interface i looked up, I get a 
cluster invocation error. I allready set back to server folder to what I 
started with (merged all and ejb3.0 clusterd) to make sure I didnt mess up the 
config too much, but the effect holds on.
I also get the effect if I just deploy/farm the testEJB.jar.

My ear  and the containing jar, har and war look like this( I guess the configs 
would be more interresting, but I've got to start somewhere;):

  | testEJB.ear
  |  +--testEJB.jar
  |  +--testEJBHib.har
  |  +--testEJBWar.war
  |  +--META-INF/
  |   +--application.xml
  |   +--jboss-app.xml
  | 


  | testEJB.jar
  |  +--ejb-jar.xml
  |  +--hibernate.cfg.xml
  |  +--jndi.properties
  |  +--log4j.properties
  |  +--de/somewhere/test/
  |+--ejbean/
  | +--NatPersLstBean.class
  | +--HelloWorld.class
  |+--interfaces/
  |  +--IHelloWorld.class
  |  +--IHelloWorldRemote.class
  |  +--INatPersLst.class
  |  +--INatPersLstLocal.class
  |  +--INatPersLstRemote.class
  | +--persi/
  |  +--NatPers.class
  | +--util/
  |  +--HibTestUtil.class
  | 


  | testEJBHib.har
  |  +--NatPers.hbm.xml
  |  +--META-INF/
  |   +--hibernate-service.xml
  | +--de/somewhere/test/persi
  |   +--NatPers.class
  | 


  | testEJBWar.war
  |  +--hibernate.cfg.xml
  |  +--jndi.properties
  |  +--log4j.properties
  |  +--NatPersPage.html
  |  +--META-INF/
  |  +--WEB-INF/
  |   +--web.xml
  |  +--NatPers/
  |   +--Count2Ten.jsp
  |   +--LilstNatPers.jsp 
  |  +--de/somewhere/test/
  |+--ejbean/
  | +--NatPersLstBean.class
  | +--HelloWorld.class
  |+--interfaces/
  |  +--IHelloWorld.class
  |  +--IHelloWorldRemote.class
  |  +--INatPersLst.class
  |  +--INatPersLstLocal.class
  |  +--INatPersLstRemote.class
  | +--persi/
  |  +--NatPers.class
  | +--util/
  |  +--HibTestUtil.class
  | 

Since I have the some problem with just the jar, I guess that should be the 
start point (the jar depends on the har, which I deploy before).
My ejb-jar.xml is mainly empty just contains the main xml node, but nothing 
defined or configured there.
I guess the jndi.properties could be interresting, so here it comes

  | #- RMI
  | #java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | #java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | #java.naming.provider.url=192.168.111.222:1099
  | #java.naming.provider.url=localhost:1099
  | #- HTTP 
  | #java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
  | #java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | #java.naming.provider.url=192.168.111.222:8080/invoker/JNDIFactory
  | 
  | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | jnp.partitionName=DefaultPartition
  | java.naming.provider.url=192.168.111.222:1100
  | 

For the cache the hibernate.cfg.xml might also be interessting:

  | ?xml version='1.0' encoding='utf-8'?
  | !DOCTYPE hibernate-configuration PUBLIC
  | -//Hibernate/Hibernate Configuration DTD 3.0//EN
  | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd;
  | hibernate-configuration
  | session-factory
  | !-- Database connection settings --
  | property 
name=connection.driver_classoracle.jdbc.OracleDriver/property
  | property 
name=connection.urljdbc:oracle:thin:@thedb.somewhere.de:1521:THEDBNAME/property
  | property name=connection.usernamemyname/property
  | property name=connection.passwordmypass/property
  | 
  | !-- JDBC connection pool (use the built-in) --
  | !--property name=connection.pool_size1/property --
  | !-- JDBC 

[JBoss-user] [JBoss AOP] - Re: $instanceof{...} and execution/am I clueless?

2006-05-03 Thread [EMAIL PROTECTED]
It is meant to work yes

I am teaching this week + have a load of other stuff to work on at the moment, 
so I am not sure exactly when  I will be able to fix it though.

Do you feel like digging in and submitting a patch ;-)

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

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


---
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+decision Node

2006-05-03 Thread hornsbyr
Hi,
I want to use a decision which takes a particular transition based on a process 
variable, and takes a default transition if the variable has not been set. The 
decision I am using is



 condition expression=#contextInstance.variables['tran'] eq 
null/

   
 condition expression=#contextInstance.variables['tran'] eq 
'optionalState1'/


 condition expression=#contextInstance.variables['tran'] eq 
'optionalState2'/



However I get an exception 

org.jbpm.graph.def.DelegationException
...
Caused by: java.lang.NullPointerException
at org.jbpm.graph.node.Decision.execute(Decision.java:70)

Even though I set
contextInstance.setVariable(tran, optionalState1);

Any ideas what could be causing this?
Also how can I check if an instance variable has not been set? 
Is #contextInstance.variables['tran'] eq null the correct way?
Thanks


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

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


---
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 AOP] - Aop Troubleshoot

2006-05-03 Thread s_singh
Hi,

I have a point cut definition as follows. (This is in a file jboss-aop.xml, 
which i drop in the deploy folder.)
pointcut=execution(public void TestMDB-onMessage(..))
interceptor class=MyAspect

1. jboss-service in jboss-aop-jdk50.deployer/META-INF has
mbean code=org.jboss.aop.deployment.AspectManagerServiceJDK5
EnableLoadtimeWeaving=true

2. run.bat has pluggable-instrumentor.jar in the classpath, and 
-javaagent=D:\cvs_views\jboss-4.0\bin\pluggable-instrumentor.jar
in JAVA_OPTS

3. debug statements in the log indicate successful deploy of pointcut 
defintion, but no point cut matching

12:53:49,389 INFO  [AspectDeployer] Deployed AOP: 
file:/D:/cvs_views/jboss-4.0/server/integral/deploy/jboss-aop.xml


[trying to transform] TestMDB

[debug] There are no caller pointcuts!

[debug] [EMAIL PROTECTED] onMessage (Ljavax/jms/Message;)V] matches no pointcuts

[debug] [EMAIL PROTECTED] ejbCreate ()V] matches no pointcuts

[debug] [EMAIL PROTECTED] ejbActivate ()V] matches no pointcuts

[debug] [EMAIL PROTECTED] ejbRemove ()V] matches no pointcuts

[debug] [EMAIL PROTECTED] ejbPassivate ()V] matches no pointcuts

[debug] [EMAIL PROTECTED] setMessageDrivenContext 
(Ljavax/ejb/MessageDrivenContext;)V] matches no pointcuts

[debug] [EMAIL PROTECTED] TestMDB ()V] matches no pointcuts

[debug] was TestMDB converted: false
---

4. Using JBoss 4.0.2 with jrockit-R26.0.0-jdk1.5.0_04

Do I need to prepare the class in some fashion, or is something else missing 
? Unfortunately, web-console is not working with Jboss 4 on my browser (JBoss 
3.2.3 web-console works), so I cant view the aop tree.
Can i see some MBean or turn on some debug to trouble shoot further ?

-thanks for your time


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

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


---
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: JBoss rules Eclipse plugin site

2006-05-03 Thread [EMAIL PROTECTED]
yes there are api changes (or more correctly additions and clarifications :) 
between 3.1 and 3.2.


AFAIK the drools plugin is dependent on new 3.2 features.

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

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


---
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+decision Node

2006-05-03 Thread hornsbyr
Note: repost for readability, sorry, please ignore previous
Hi,
I want to use a decision which takes a particular transition based on a process 
variable, and takes a default transition if the variable has not been set. The 
decision I am using is

decision name=intelligentState
  | transition to=workFlowStart
  |  condition expression=#contextInstance.variables['tran'] eq 
null/
  | /transition
  |transition to=optionalState1
  |  condition expression=#contextInstance.variables['tran'] eq 
'optionalState1'/
  | /transition
  | transition to=optionalState2
  |  condition expression=#contextInstance.variables['tran'] eq 
'optionalState2'/
  | /transition
  | /decision

However I get an exception 

org.jbpm.graph.def.DelegationException
...
Caused by: java.lang.NullPointerException
at org.jbpm.graph.node.Decision.execute(Decision.java:70)

Even though I set
contextInstance.setVariable(tran, optionalState1);

Any ideas what could be causing this?
Also how can I check if an instance variable has not been set? 
Is #contextInstance.variables['tran'] eq null the correct way?
Thanks

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

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


---
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 Getting Started Documentation] - not full source or librari in examples in startguide40.zip

2006-05-03 Thread alex76
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:16: package com.sun.ebank.ejb.account does not exist
[javac] import com.sun.ebank.ejb.account.AccountController;
[javac]  ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:17: package com.sun.ebank.ejb.account does not exist
[javac] import com.sun.ebank.ejb.account.AccountControllerHome;
[javac]  ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:18: package com.sun.ebank.util does not exist
[javac] import com.sun.ebank.util.AccountDetails;
[javac]   ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:26: cannot resolve symbol
[javac] symbol  : class AccountController
[javac] location: class com.jboss.ebank.TellerBean
[javac] private AccountController getController()
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:5: package com.sun.ebank.util does not exist
[javac] import com.sun.ebank.util.Debug;
[javac]   ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:6: package com.sun.ebank.web does not exist
[javac] import com.sun.ebank.web.*;
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:32: cannot resolve symbol
[javac] symbol  : class AccountControllerHome
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountControllerHome home = (AccountControllerHome)
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:32: cannot resolve symbol
[javac] symbol  : class AccountControllerHome
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountControllerHome home = (AccountControllerHome)
[javac]   ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:40: cannot resolve symbol
[javac] symbol  : class AccountController
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountController mgr = getController();
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:41: cannot resolve symbol
[javac] symbol  : class AccountDetails
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountDetailsdetails = mgr.getDetails(accountID);
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:53: cannot resolve symbol
[javac] symbol  : class AccountController
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountController mgr = getController();
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:60: cannot resolve symbol
[javac] symbol  : class AccountDetails
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountDetails details = (AccountDetails) it_list.next()
;
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\TellerBean.j
ava:60: cannot resolve symbol
[javac] symbol  : class AccountDetails
[javac] location: class com.jboss.ebank.TellerBean
[javac] AccountDetails details = (AccountDetails) it_list.next()
;
[javac]   ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:40: cannot resolve symbol
[javac] symbol  : class BeanManager
[javac] location: class com.jboss.ebank.web.CustomerHackFilter
[javac] BeanManager beanManager =
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:41: cannot resolve symbol
[javac] symbol  : class BeanManager
[javac] location: class com.jboss.ebank.web.CustomerHackFilter
[javac] (BeanManager) session.getAttribute(beanManager);
[javac]  ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:44: cannot resolve symbol
[javac] symbol  : variable Debug
[javac] location: class com.jboss.ebank.web.CustomerHackFilter
[javac] Debug.print(hack - Creating bean manager.);
[javac] ^
[javac] D:\JBOSS-~1.0\samples\examples\bank\src\com\jboss\ebank\web\Customer
HackFilter.java:45: cannot resolve symbol
[javac] symbol  : class BeanManager
[javac] location: class com.jboss.ebank.web.CustomerHackFilter
[javac] beanManager = new BeanManager();
[javac]   ^
[javac] 

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

2006-05-03 Thread klaus_erber
Hello,

there ist a related JIRA bug (http://jira.jboss.com/jira/browse/JBWS-442) that 
is marked as resolved in version 1.0RC3 but I have the same problem in version 
1.0.0.GA.

Is this still an open issue?

Workaround: The temporary wsdl files in SERVER_DIR/data/wsdl are correct.

kind regards
Klaus

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

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


---
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: How to use pooledActors without Identity Component

2006-05-03 Thread vsuarez
We are using jBPM 3.1, and in this code try-catch-finally block is ignored:

  | TaskMgmtSession tmSession = jbpmContext.getTaskMgmtSession();
  | TaskInstance ti = tmSession.loadTaskInstance(taskId);
  | 
  | ti.setPooledActors(actorIds); //String[] actorIds;
  | ti.setActorId(null); //No unique actor
  | 
  | jbpmContext.close(); //Hibernate update DB
  | 
  | 



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

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


---
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] - share an object between diferents war

2006-05-03 Thread rafaelboss
I want to share an object initiated in one war with oter WAR. 
Can you tell me some solution for this

Thanks!!!

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

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


---
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] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-05-03 Thread MarcReis
... as always, just after posting, one problem or cause is solved. The culster 
invocation error was due to a typo (I read over it about 20times yesterday and 
did'nt see it, sorry) in the hibernate.cfg.xml at 

  | !-- Define cached entities and collections --
  | class-cache class=de.somewhere.test.persi.NatPers 
usage=transactional/
  | 
I had two letters mixed up. Now the invocation works.

Still the problem with the deployment causing the allready bound error ist 
there and the fact that I cant see my bean and interfaces in the JNDI tree via 
jmx consol (which is new).
As said, I run two instances of Jboss on one mashine, when I call the bean via 
the client multiple times (one non and one web app), it accesses the first 
mashine (do to the jndi.properties), should round robin still do its work and 
alternate the load  ? (I thought so, but it doesnt, the way I'm doing it at the 
moment. Just the bean on one maschine is used).

Thx !

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

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


---
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: parallel root conversations?

2006-05-03 Thread baz
Hello Gavin,
after rereading the documentation  i think this holds true:
* you can have multiple workspaces 
* each workspace can contain one root conversation

So i have to create multiple workspaces. I do use this code :
  a href=/baz/faces/managePages/navigator.xhtmlNew workspace/a | a 
href=/baz/faces/managePages/navigator.xhtml target=_newNew window/a
  | 
  | Whereas the url pattern for Faces servlet and Seam is set as:
  |   url-pattern/faces/*/url-pattern
  | 

This solves my general problem.
Thanks Gavin, for lifting my right foot from the left.

Ciao,
Carsten
PS
Does anyone know how to use a url with the jscook menu?


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

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


---
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 CR1 is not compatiable with Jboss CR2

2006-05-03 Thread liudan2005
It works fine with jboss CR1 but not CR2. Here is the exception when deploying 
booking example.

--- MBeans waiting for other MBeans ---
ObjectName: 
persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  State: NOTYETINSTALLED

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

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


---
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] - Strange behavior using JSTL (MyFaces)

2006-05-03 Thread dahm
Hi,

the following problem may not be directly linked with Seam. However,
I'm quite confused, so maybe you can help...

I want to to use the forEach-Tag like in the following code (dummy.jsp)


  | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h%
  | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f%
  | %@ taglib uri=http://java.sun.com/jstl/core; prefix=c%
  | 
  | html
  | head
  | titleDummy/title
  | /head
  | body
  | f:view
  | h:outputText value=bla /
  | h:outputText value=#{dummy.list} /
  | c:forEach items=#{dummy.list} var=vp
  | divName: h:outputText value=#{vp} //div
  | /c:forEach
  | /f:view
  | /body
  | /html
  | 

Yet the output is just:


  | html
  | head
  | titleDummy/title
  | /head
  | body
  | bla
  | [Hello, World]
  | 
  | divName: /div
  | 
  | 
  | /div/body
  | /html
  | 

Notice that there are actually values in the list,
it's just as if the c:forEach-Tag is completely ignored, while 
h:outputText works fine.

Finally the code of the bean:


  | @Stateless
  | @Name(dummy)
  | @Interceptors(SeamInterceptor.class)
  | public class DummyBean implements Dummy {
  | public List getList() {
  | ArrayListString result = new ArrayListString();
  | result.add(Hello);
  | result.add(World);
  | 
  | return result;
  | }
  | }
  | 

I'm adding standard.jar to WEB-INF/lib by default. I also tried to put
it directly into the deploy or default/lib directory or change the URI
to http://java.sun.com/jsp/jstl/core.

Alas, none of this worked. Do you have an idea why the above does occur?
I've got the vague idea the #{} notation may not be appropriate, but
${} doesn't work.

Cheers
   Markus

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

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


---
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] [Clustering/JBoss] - Error in deployment of SAR

2006-05-03 Thread bhupendra.yaduvenshi
Hi all,
When I am trying to deploy a SAR in farm for clustering (in which I am 
using MBean) than that component deployed only on master nodes  gives a error 
on other child nodes.Why It is happening I don't know.May be my problem is 
Mbean which I am using ti start a the service for classes.If any body have any 
idea abt that than plz let me know.Thanx in advance.


Bhupendra Yaduvenshi 

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

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


---
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: Strange behavior using JSTL (MyFaces)

2006-05-03 Thread [EMAIL PROTECTED]
Mixing JSTL and JSF EL does not work well with JSF 1.1
This is not related to Seam.

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

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


---
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: Seam CR1 is not compatiable with Jboss CR2

2006-05-03 Thread [EMAIL PROTECTED]
JBoss Seam 1.0 CR2 with JBoss AS 4.0.4 CR2 should work just fine.

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

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


---
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] - Article: Context in Time (JBoss Seam)

2006-05-03 Thread louth
Hi,

Yesterday we published the latest EA build of JXInsight 4.2 which includes 
updates to our EJB3 trace extension. We have also released a new object state 
recording capability within the timeline analysis mode for improved application 
error diagnostics as well as transaction semantics testing.

A performance Insight article showing the object state graph recording with the 
JBoss Seam Booking demo application has been posted on our website. This 
article steps through the sequence of component executions and recorded 
contextual captured during the viewing of a selected hotel.
http://www.jinspired.com/products/jxinsight/contextintime.html

Before the final release of JXInsight 4.2 we hope to have improved integration 
support for JBoss Seam based applications. Any suggestions related to improving 
this integration can be email to william dot louth at jinspired dot com.


Regards

William Louth
JXInsight Product Architect
JInspired

J*EE application performance analysis and management with JXInsight
http://www.jinspired.com


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

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


---
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] [Javassist user questions] - Re: generics

2006-05-03 Thread bblfish
From this IBM article Classworking toolkit: Reflecting generics it should be 
possible to find out more information about the generic types of fields, as 
some of this information is stored in the bytecode. Would it not be possible 
to extend some of the Ctxxx classes to provide this information?

(Though I may be misreading this article)

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

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


---
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] [Messaging, JMS JBossMQ] - Where's this JMSRecoverable used?

2006-05-03 Thread mskonda
In one of the messaging tests for XARecovery, test was using querying 
JMSRecoverable from jndi (jndi name jms-recoverables) and fetching the xa 
resource list from there. 

I have searched all the source code but unfortunately I couldn't find any where 
reference to JMSRecoverable class being used.

My questions:

1) How is this class registered to JNDI? (is there any *-service.xml that would 
do this job?)

2) how is this class populated with the xa resoruces? (who's populating - is it 
populated when prepare is called?)

3) who's going to query this class for recovery (I am assuming transaction 
manager, am I correct?)

Any help would be much appreciated

Thanks
/K

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

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


---
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: Seam CR1 is not compatiable with Jboss CR2

2006-05-03 Thread liudan2005
Sorry I forgot to use the latest Seam (got so many versions here now). It works 
now with the latest build from cvs.

Thanks.

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

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


---
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] - Disabling JSESSIONID

2006-05-03 Thread tonyLeung
Hai There

Is There anyone know how to disabling JSESSIONID at jboss?

Thanx

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

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


---
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] [Security JAAS/JBoss] - how to configure verisign SSL in joboss pls help me

2006-05-03 Thread rajeshwart
how to configure verisign SSL in jobosss ,pls give me step by step instructions 
to configure it ,it;s urgent help me

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

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


---
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] [Security JAAS/JBoss] - Re: how to configure verisign SSL in joboss pls help me

2006-05-03 Thread rajeshwart
eq

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

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


---
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: Maven 2 Support

2006-05-03 Thread tuomas_kiviaho
Feature request has been made http://jira.jboss.com/jira/browse/JBSEAM-225. 

The pom.xml presented here is missing dependencies to 3rd party jar and it's 
merging the jboss-seam-ui.jar to jboss-seam.jar. 

There will be needed a super pom for jboss-seam project itself and separate 
poms for both of the jars if current build process is to be followed. Also the 
maven naming convention is not followed in groupId (suggesting org.jboss.seam). 
I'd appreciate SNAPSHOT version numbering in cvs trunk and real numbers in 
different branches.

Maven people have made an excellent tutorial about all this 
http://www.mergere.com/m2book_download.jsp
 

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

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


---
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] Axis on JBoss 4

2006-05-03 Thread Feris Thia

Hi,

I rather new to JBoss 4 and Axis. Just curious for the web services
that I run using a simple WS from the client I have to run it using
these jars :
jbossall-client.jar
axis-ws4ee.jar
jboss-j2ee.jar
commons-discovery.jar
commons-logging.jar
wsdl4j.jar
jbossws4ee-client.jar

Are those jars should always have to be in our web service client
beside of the stubs ?? And from a forum I also notice that we always
need an axis-client-config.xml in each of our client app folder Is
that so ?

--
Regards,
Feris
PT. Putera Handal Indotama
JL. KH. Moh. Mansyur No. 11 Blok B.8-12
Telp. +62-21-631 6688 (Hunting)
Fax. +62-21-6330211
Jakarta (10140) - INDONESIA


---
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=lnkkid0709bid3057dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Two JBoss instances - one JMS table set

2006-05-03 Thread knorrmatthias
Hi,

I have two JBoss instances which use Hypersonic as JMS store. Now I want to use 
another database and only ONE set of JMS tables. Later I want to have 10 or 
more instances and I don't want to duplicate the JMS tables.

My question now is: Does it work? Is JBoss able to handle this?

Thanks in advance,
Matthias


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

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


---
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 AOP] - Re: Aop Troubleshoot

2006-05-03 Thread [EMAIL PROTECTED]
It seems you have got everything correctly set up for loadtime weaving. Can you 
try the injboss tutorial example and validate if that works?

If you have got TestMDB in the default package, try putting it in a proper 
package, and remember that class names in jboss-aop.xml must be fully qualified

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

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


---
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: BPEL Process Deploy problem (JNDI Connection Factory pro

2006-05-03 Thread ncapito
anonymous wrote : proceed to bind the destination and connection factory 
references to resources that exist in the operational environment. 

I agree it mentions it.  And i have the jboss-web file and it does not 
recognize the connection factory.  I am using the 4.0.2 all setup.  I am going 
to try to plug it into the 4.03 setup and if that works my JMS must not be 
installed/configured right.  Which is what i was trying to get to.  I am not 
quite sure what i have to do to bind the JNDI to the JMS Connection Factory.  


Sorry for the confusion i am new to all this.  

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

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


---
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] - bpel process example involving 2 or 3 web services required

2006-05-03 Thread nancy.aggarwal
i want to see some examples of bpel process (involving 2 or 3 web services) and 
implemented in jboss jbpm gpd . plz send links.

thnx

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

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


---
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: Cache Loader Impl Probs

2006-05-03 Thread sarojk
Further to the prob statement, here is the findings:
objTreeCache.get(fqn) does not work for the first time only. For example:

Line 1: objTreeCache.get(fqn); //this line returns a 
map{jboss:internal:uninitialized=null}
Line 2: objTreeCache.get(fqn,bla) ; 
Line 3: objTreeCache.get(fqn);//this line returns a map with actual values from 
my db (as impl into my cache loader which is not specified in Preload)

Since I have called with an arbitrary key for the first time, it goes in 
different method call/different flow of execution in jboss cache impl. Third 
line (Line 3) hits cache not cache loader. So it works fine.

Is this a normal behaviour of TreeCache or I am not going in a right way?

Please suggest.
Awaiting your reply.
Thanks 
Saroj



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

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


---
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] [Clustering/JBoss] - Sar deployment

2006-05-03 Thread bhupendra.yaduvenshi
Hi all,
 Anybody tell me what is the proper way to deploy a sar in that I have 
implemented the ServiceMbean which started the SAR funtion automatically with 
that mbean started.

Bhupendra Yaduvenshi

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

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


---
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] - Start an MBean in another server

2006-05-03 Thread jaleyba
Hi All

I'm new to JBoss and JMX. Nevertheless, I did a little service that starts an 
embeded ActiveMQ Broker and it's running ok.

Now, I need to make a service in another server and start it from the end of my 
working service.

Is this possible ? Where could I find samples ?


Thanks in advance

J



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

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


---
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] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-05-03 Thread MarcReis
There it is again...

  | java.lang.RuntimeException: cluster invocation failed, last exception was: 
  | at 
org.jboss.aspects.remoting.ClusterChooserInterceptor.invoke(ClusterChooserInterceptor.java:115)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:46)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:40)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)An 
Error has accured: java.lang.RuntimeException: cluster invocation failed, last 
exception was:
  | at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:41)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.ejb3.stateless.StatelessClusteredProxy.invoke(StatelessClusteredProxy.java:85)
  | at $Proxy1.getNatPersLst(Unknown Source)
  | at 
de.somewhere.test.client.ClientNatPers.getNatPersLst(ClientNatPers.java:77)
  | at de.somewhere.test.client.ClientNatPers.main(ClientNatPers.java:35)
  | Caused by: org.jboss.aop.NotFoundInDispatcherException: Object with oid: 
jboss.j2ee:ear=testEJB.ear,jar=testEJB.jar,name=NatPerLstBean,service=EJB3 was 
not found in the Dispatcher
  | at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:83)
  | at 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:828)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:681)
  | at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:358)
  | at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:398)
  | at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:239)
  | 
 I deployed (in the /deploy folder) the ear, first in the 2nd node, then the 
1st node. So the could not bind to jndi... appeared on the first node.  I 
then tried to access it via the non web-client, and the above error accured .
I guess thats the also the reason there is no load balancing happening.
If I deploy in ascending order (node1,node2) this doesnt happen  (I guess since 
only node 1 is used ).


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

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


---
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] [Messaging, JMS JBossMQ] - jboss 3.2.5 follows JMS spec 1.1 or JMS 1.07b

2006-05-03 Thread unnis
Hello all,
   I just wish to know jboss 3.2.5 follows JMS spec 1.1 or some previous 
versions.

Thanks in advance

unnis

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

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


---
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] [Clustering/JBoss] - Re: Sar deployment

2006-05-03 Thread [EMAIL PROTECTED]
Offtopic.  This has nothing to do with clustering, I'd recommend re-posting to 
the appropriate forum for better response.

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

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


---
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] - How to implement filters for a dataTable?

2006-05-03 Thread Newlukai
Hi folks,

I've got a problem with implementing filters for a dataTable. I've two 
selectOneMenus like this:

h:selectOneMenu value=#{releaseSelector.selectedReleaseNumber} 
valueChangeListener=#{releaseSelector.valueChanged} onchange=submit()
  | f:selectItems value=#{releaseSelector.releaseItems} /
  | /h:selectOneMenu
  | h:outputText value=  /
  | h:outputText value=#{ares_messages.testsequence}:  /
  | h:selectOneMenu value=#{testsequenceSelector.selectedTestsequenceNumber} 
valueChangeListener=#{testsequenceSelector.valueChanged} onchange=submit()
  | f:selectItems value=#{testsequenceSelector.testsequenceItems} /
  | /h:selectOneMenu

Below is the dataTable showing the elements matching the filters. As you 
probably have seen I want the filters to be applied instantly after selecting a 
filter item.
The filter B depends on filter A. So if another element is chosen in the filter 
A, filter B shows other elements than before.

Now comes the tricky part: If the user selects an element in the filter A, 
which causes filter B to have only one element the filter isn't applied. I 
found two workarounds: Whether I add a submit button:
h:commandButton value=Just submit type=submit / 
which just submits the page or I add sth. like this:
h:outputText value=#{testactionTester.selectedTestsequenceToken} 
style=visibility: hidden; /
Both workarounds work fine. The method in the second workaround just returns a 
string and does nothing else. It seems that the invocation is enough for JSF to 
show the current data.

But I don't like this solutions. I think that I've forgotten sth or that there 
has to be a more elegant way. What do you think?

Regards
Newlukai

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

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


---
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] - Axis on JBoss4

2006-05-03 Thread feristhia
Hi,

I rather new to JBoss 4 and Axis. Just curious for the web services
that I run using a simple WS from the client I have to run it using
these jars :
jbossall-client.jar
axis-ws4ee.jar
jboss-j2ee.jar
commons-discovery.jar
commons-logging.jar
wsdl4j.jar
jbossws4ee-client.jar

Are those jars should always have to be in our web service client
beside of the stubs ?? And from a forum I also notice that we always
need an axis-client-config.xml in each of our client app folder Is
that so ?

--
Regards,
Feris
PT. Putera Handal Indotama
JL. KH. Moh. Mansyur No. 11 Blok B.8-12
Telp. +62-21-631 6688 (Hunting)
Fax. +62-21-6330211
Jakarta (10140) - INDONESIA

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

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


---
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: Bean (+mysql) doesn't get deployed

2006-05-03 Thread leonell
One comment only:
I stopped using hibernate.dialect in persistence.xml file and now can switch 
SQL server by changing of datasource only.

But be warned -  Mysql has two dialects (myISAM and Innodb) and Hibernate 
cannot determine what you can (or want) to use. 
Some time ago was here some more information about Mysql and Hibernate dialect.


  | property name=hibernate.dialect 
value=org.hibernate.dialect.MySQLDialect / 
  | 

Leonell

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

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


---
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 AOP] - Re: Aop Troubleshoot

2006-05-03 Thread s_singh
Thanks. It's working now. Is it possible to exclude all classes by default and 
include only the ones we are interested in. (EXCLUDE/INCLUDE attr of 
AspectManager)
I tried ., .* in Exclude, and knocking off the attribute itself, but it doesnt 
work. The source code also indicates so.
I am having trouble filtering out $Proxy classes.
How can we exclude $Proxy classes from being aspectized.
On adding $Proxy13,$Proxy14 etc to EXCLUDE it works, but its cumbersome.

-thanks again

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

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


---
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] - How to strip AOP Proxy off entity instance

2006-05-03 Thread oglueck
When I retrieve an entity bean from the entity manager it will most likely be 
an AOP subclass. This is a problem with my custom XML serialization. So I would 
like to strip the AOP proxy from the instance. Lazy loading collections may 
safely return null or empty collections - I don't care. Currently I helped 
myself by roundtripping the entity bean through a remote interface. But I guess 
there is an easier way to narrowing such an instance. Can you give me a hint, 
please?

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

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


---
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 Getting Started Documentation] - jboss_init_redhat.sh and logging

2006-05-03 Thread mailinator
I've followed the instruction here 
http://wiki.jboss.org/wiki/Wiki.jsp?page=StartJBossOnBootWithLinux

Everything seems to work except for logging. What changes do I need to make to 
the script for logging to work correctly. I'd like logs to appear in 
$JBOSS_HOME/log.

Cheers.

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

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


---
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] - JNDI lookup is null?

2006-05-03 Thread nancy.aggarwal
hi,

I want to configure Hibernate to Jboss using JNDI.

I hv created a hibernate-service.xml and placed in deploy directory.

 

Hibernate-service.xml::

 



  jdbc/sqlserver org.hibernate.dialect.SQLServerDialect hibernate/SessionFactory



 

Log on Jboss console:

 

17:45:19,000 INFO  [NamingHelper] JNDI InitialContext properties:{}

17:45:19,093 INFO  [DatasourceConnectionProvider] Using datasource: 
jdbc/sqlserver

17:45:19,203 INFO  [SettingsFactory] RDBMS: Microsoft SQL Server, version: 
Microsoft SQL Server  2000 - 8.00.194 (Intel X86)

Aug  6 2000 00:57:48

Copyright (c) 1988-2000 Microsoft Corporation

Enterprise Evaluation Edition on Windows NT 5.0 (Build 2195: Service 
Pack 4)

 

17:45:19,218 INFO  [SettingsFactory] JDBC driver: SQLServer, version: 2.2.0040

17:45:19,234 INFO  [Dialect] Using dialect: 
org.hibernate.dialect.SQLServerDialect

17:45:19,234 INFO  [TransactionFactoryFactory] Transaction strategy: 
org.hibernate.transaction.JTATransactionFactory

17:45:19,234 INFO  [NamingHelper] JNDI InitialContext properties:{}

17:45:19,234 INFO  [TransactionManagerLookupFactory] instantiating 
TransactionManagerLookup: 
org.hibernate.transaction.JBossTransactionManagerLookup

17:45:19,250 INFO  [TransactionManagerLookupFactory] instantiated 
TransactionManagerLookup

17:45:19,250 INFO  [TransactionManagerLookupFactory] instantiating 
TransactionManagerLookup: 
org.hibernate.transaction.JBossTransactionManagerLookup

17:45:19,250 INFO  [TransactionManagerLookupFactory] instantiated 
TransactionManagerLookup

17:45:19,250 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): 
enabled

17:45:19,250 INFO  [SettingsFactory] Automatic session close at end of 
transaction: enabled

17:45:19,250 INFO  [SettingsFactory] Scrollable result sets: enabled

17:45:19,265 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled

17:45:19,265 INFO  [SettingsFactory] Connection release mode: after_statement

17:45:19,281 INFO  [SettingsFactory] Default batch fetch size: 1

17:45:19,281 INFO  [SettingsFactory] Generate SQL with comments: disabled

17:45:19,281 INFO  [SettingsFactory] Order SQL updates by primary key: disabled

17:45:19,312 INFO  [SettingsFactory] Query translator: 
org.hibernate.hql.ast.ASTQueryTranslatorFactory

17:45:19,312 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory

17:45:19,312 INFO  [SettingsFactory] Query language substitutions: {}

17:45:19,328 INFO  [SettingsFactory] Second-level cache: enabled

17:45:19,328 INFO  [SettingsFactory] Query cache: disabled

17:45:19,328 INFO  [SettingsFactory] Cache provider: 
org.hibernate.cache.HashtableCacheProvider

17:45:19,328 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled

17:45:19,328 INFO  [SettingsFactory] Structured second-level cache entries: 
disabled

17:45:19,328 INFO  [SettingsFactory] Statistics: disabled

17:45:19,328 INFO  [SettingsFactory] Deleted entity synthetic identifier 
rollback: disabled

17:45:19,328 INFO  [SettingsFactory] Default entity-mode: pojo

17:45:19,390 INFO  [SessionFactoryImpl] building session factory

17:45:19,406 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, 
no JNDI name configured

17:45:19,406 INFO  [NamingHelper] JNDI InitialContext properties:{}

17:45:19,406 INFO  [Hibernate] SessionFactory successfully built and bound into 
JNDI [hibernate/SessionFactory]

 

 

This means hibernate is bound into JNDI.

 

Now I want to lookup the hibernate sessionfactory using JNDI

 

Code to look up

InitialContext initialContext = null;

Hashtable environment = new Hashtable();

environment.put(Context.INITIAL_CONTEXT_FACTORY, 
org.jnp.interfaces.NamingContextFactory);

environment.put(Context.URL_PKG_PREFIXES, 
org.jboss.naming:org.jnp.interfaces);

environment.put(Context.PROVIDER_URL, jnp://localhost:1099);

try {

initialContext = new InitialContext(environment);

  } catch (NamingException e) {

// TODO Auto-generated catch block

e.printStackTrace();

  }

  String jndiName = java:hibernate/SessionFactory;

  Object obj=ctx.lookup(jndiName);

  System.out.println(obj+obj);

 

 

Output is null?Why?
Thanks

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

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


---
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] [Tomcat, HTTPD, Servlets JSP] - Re: without using Apache can i do load testing using JBoss.

2006-05-03 Thread j2ee_junkie
chaituu,

I think if you point your browser to the url and port your JBoss server is 
running on, you can bypass apache.

cgriffith

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

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


---
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] - Entity inheritance question

2006-05-03 Thread liudan2005
If I call person.getPets(), it will return all Cats and Dogs. Is there a way to 
retrive only cat or dog? e.g. person.getPets(only need cat)

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

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


---
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] [Clustering/JBoss] - Re: Sar deployment

2006-05-03 Thread bhupendra.yaduvenshi
Thanx for ur reply But my problem is in sar component I have simple java 
classes  i am trying to cluster this SAR component could u tell me the excat 
way to clustered a SAR component

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

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


---
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] - Yet another newbie question...

2006-05-03 Thread bkyrlach
Okay, I think I'm starting to figure things out. However, now I'm having 
problems with a one to many relationship. Here are some source snippets...

(from User.java)

   @NotNull @ManyToOne @JoinColumn(name=Id, nullable=false)
   public Role getRole()
   {
   return role;
   }
   
   public void setRole(Role role)
   {
   this.role = role;
   }

(from Role.java)

@Entity
@Name(role)
@Scope(EVENT)
@Table(name=roles)
public class Role implements Serializable
{
private String name;
private Integer id;

public Role(String name, Integer id)
{
this.name = name;
this.id = id;
}

public Role() {}

@Id @GeneratedValue 
public Integer getId() {
return id;
}

public void setId(Integer id) {
this.id = id;
}

@NotNull @Length(min=1, max=15)
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}

public String toString() 
{
   return Role( + name + );
}
}

(from YaRBImpl.java)

@Stateful
@Name(yarb)
@Scope(APPLICATION)
@Interceptors(SeamInterceptor.class)
public class YaRBImpl implements YaRB 
{
List roles;
MapString,Role roleMap;

@PersistenceContext
EntityManager em;

@Create
public void loadData() 
{
roles = em.createQuery(from Role r).getResultList();

MapString,Role results = new TreeMapString,Role();

for(Role role: roles)
{
results.put(role.getName(), role);
}
roleMap = results;
}

public MapString,Role getRoles()
{
return roleMap;
}

public Converter getConverter()
{
return new RoleConverter(roles);
}

public Role getNullRole()
{
return new Role();
}

static public class RoleConverter implements Converter, Serializable 
{
List roles;

public RoleConverter(List roles)
{
this.roles = roles;
}

public String getAsString(FacesContext facesContext, 
UIComponent component, Object obj) throws ConverterException
{
if (obj == null) return null;

return String.valueOf(((Role) obj).getId());
}

public Object getAsObject(FacesContext facesContext, 
UIComponent component, String str) throws ConverterException
{
if(str == null || str.length()==0) return null;

Integer id = new Integer(str);
for (Role role: roles)
{
if(role.getId().equals(id))
{
return role;
}
}

return null;
}
}
}

(from SSBImpl.java)
@Stateless
@Name(ssb)
@Interceptors(SeamInterceptor.class)
public class SSBImpl implements SSB
{
@In(required=false) @Valid
private User user;

@In(required=false) @Valid
private Role role;

@PersistenceContext
private EntityManager em;
   
@IfInvalid(outcome=index)
public String invoke()
{
List existing = em.createQuery(select username from User where 
username=:username).setParameter(username, 
user.getUsername()).getResultList();
if(existing.size()==0)
{
em.persist(user);
return go;
}
else
{
return oops;
}
}

@IfInvalid(outcome=role)
public String createRole()
{
List existing = em.createQuery(select name from Role where 
name=:name).setParameter(name, role.getName()).getResultList();
if(existing.size()==0)
{
em.persist(role);
return bob;
}
else
{
return role;
}
}
}

(from index.xhtml)

   h:selectOneListbox value=#{user.role} 
converter=#{yarb.converter}
 f:selectItems value=#{yarb.roles}/
   /h:selectOneListbox
 

[JBoss-user] [JBossWS] - WSRF 1.2 approved as OASIS standard

2006-05-03 Thread kensky
OASIS, the international e-business standards consortium, has accepted the WSRF 
1.2 set of specifications (WS-Resource, WS-ResourceProperties, 
WS-ResourceLifetime, WS-ServiceGroup, WS-BaseFaults) as an OASIS standard. 

I have in previous posts discussed this issue regarding the jboss iniative 
towards its implementation. However, I got a response which left an impression 
as it should not be a part of webservices. 

Now, WSRF approved as a standard and perhaps other companies will explore its 
novelty in both terms of specification as well as in implementation.

My question is, are there any chances to expect something from Jboss in grid 
computing research and contribution in the implementation. 



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

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


---
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] [Security JAAS/JBoss] - Re: run-as-principal TAG

2006-05-03 Thread j2ee_junkie
Rogerio,

I may be way off, but it is worth a try to help.  If you want your Message 
Driven bean to have a run-as identity when accessing your session bean, then 
you need to put the run-as element in your message bean configuration (in 
ejb-jar.xml).  You have shown it in your session bean config.  Because you did 
not assign the run-as role to your message driven bean, the run-as-principal 
(in jboss.xml) does not get set.

later, cgriffith

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

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


---
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: WSRF 1.2 approved as OASIS standard

2006-05-03 Thread [EMAIL PROTECTED]
We are members of WS-RF and in fact some JBoss employees were co-submitters of 
it to OASIS. However, that doesn't get around the fact that it is fundamentally 
broken as far as SOA and Web Services are concerned. That, coupled with the 
recent delivery of WS-Transfer to W3C by Microsoft, places WS-RF as it 
currently stands in a state of limbo as far as I'm concerned. Plus we're not 
seeing a lot of requests for WS-RF at this point in time.

I know that Microsoft and Oracle, for instance, aren't supporters of WS-RF. So 
the Grid community is split on the right approach to take. I do know, however, 
that there are many large Grid deployments using JBoss as it currently stands 
and we are interested in increasing that and joining in community development. 
I just don't think that rushing into supporting WS-RF is the best approach at 
this stage.

Now that doesn't mean that community committers couldn't get together and 
produce a WS-RF implementation using JBossWS.

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

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


---
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 Messaging] - Re: Cannot get SSL remoting to work

2006-05-03 Thread OliverHrdz
Opened JBMESSAGING-366.

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

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


---
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: Axis on JBoss4

2006-05-03 Thread [EMAIL PROTECTED]
You don't have to put those libraries in your client.

You can build the client as you want (i.e. with .NET and C#) and it will run ok.

Those libraries are only required under JBoss WebServices server.

If you are using Java you need Apache Axis. Download and install it.

For building a client you must run utility WSDL2Java for generating stubs.

For running the client you need those stubs and libraries that you'll find in 
lib directory of Axis.

And that's all.

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

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


---
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 Messaging] - What's this JMSRecoverable?

2006-05-03 Thread mskonda
In one of the messaging tests for XARecovery, test was using querying 
JMSRecoverable from jndi (jndi name jms-recoverables) and fetching the xa 
resource list from there. 

I have searched all the source code but unfortunately I couldn't find any where 
reference to JMSRecoverable class being used.

My questions:

1) How is this class registered to JNDI? (is there any *-service.xml that would 
do this job?)

2) how is this class populated with the xa resoruces? (who's populating - is it 
populated when prepare is called?)

3) who's going to query this class for recovery (I am assuming transaction 
manager, am I correct?)

Any help would be much appreciated

Thanks
/K
(Sorry for double posting)

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

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


---
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 Messaging] - Will future releases be backwards compatible with older clie

2006-05-03 Thread OliverHrdz
My question pretty much says it all.  Since we currently only have 1.0, and if 
we were to deploy JMS clients with the current client jar file, when subsequent 
versions of Messaging are released, will the clients require an updated jar to 
communicate with the new Messaging server?

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

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


---
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] [Clustering/JBoss] - Sar deployment

2006-05-03 Thread bhupendra.yaduvenshi
Thanx for ur reply Manik but my problem is clustering when I am deplying my 
SAR(Mbean support implemented) in \serverall\deploy than this gives me a 
error.I want the solution for this problem beacaz whenever I am using the 
single node in clustering it is working perfectlly.But when we up another node 
that node give me a error That is my exact problem.Plz tell me what I have to 
do.

Bhupendra

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

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


---
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: Cache Loader Impl Probs

2006-05-03 Thread [EMAIL PROTECTED]
Hi,

I'd consider this a bug.  I've raised a JIRA item - 
http://jira.jboss.com/jira/browse/JBCACHE-608

Cheers,
Manik

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

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


---
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: Axis on JBoss4

2006-05-03 Thread feristhia
Hi Navalonna,

I see... got the point. 

Thanks,

Feris

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

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


---
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] - callback listener is not triggered when sub collection is up

2006-05-03 Thread liudan2005
I have a @PreUpdate method, which works fine when the entity is being updated. 
However, if only the entity's referece collection is updated, the @PreUpdated 
method is not triggered.

e.g. this works
person.setAge(...);
em.persist(person);

this doesn't work
person.getPets().add(dog);
em.persist(person);


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

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


---
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] - Question on Invocation Payload

2006-05-03 Thread drabbit
Hi,

I'm using jboss 4.0.2 and in an attempt to measure the time needed for rmi 
calls and serialization, I implemented a client side and a server side 
interceptor that would put different timestamps as Long values into the 
invocation payload (AS_IS). What happened is that the payload set on the client 
would reach the server, but on the way back the payload set on the server would 
not reach the client again. Is this behaviour intended or is there most likely 
a bug in my implementation?

thanks for any help and hints,
  Dirk

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

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


---
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] [Clustering/JBoss] - Sticky Sessions in Clustering

2006-05-03 Thread gerMonday
Hello,

I've set up clustering in JBoss for my application. I want to set it up so that 
if a user logs in and the node being used goes down the session information is 
available in the other nodes, so that they do not have to sign in again. I have 
followed the documentation for session replication but all the login does is 
switch between nodes but remain on the login screen. The information for 
TomcatClusteringCache monitoring is not returning any details. 

Has anyone encountered a similar problem before or knows of any common areas 
problems can arise?

Thanks very much,

Ger

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

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


---
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: getting Exception when using pageflow in jbpm

2006-05-03 Thread jw_ht
Yes. I am sure about that. Here is the web.xml definition
context-param
param-nameorg.jboss.seam.core.init.componentClasses/param-name
param-valueorg.jboss.seam.core.Jbpm/param-value
/context-param

context-param
param-nameorg.jboss.seam.core.jbpm.processDefinitions/param-name
param-valueapplicationManagement.jpdl.xml/param-value
/context-param


context-param
param-nameorg.jboss.seam.core.jbpm.pageflowDefinitions/param-name
param-valueeditApplication.jpdl.xml/param-value
/context-param

applicationManagement process is started with  @CreateProcess( definition = 
applicationManagement ). The page flow is started with 
@BeginTask(pageflow=editApplication).

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

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


---
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] - timer not created in schema

2006-05-03 Thread guy.walker
Hi,
I'm trying to get a timer working but I cannot spot what is wrong with this bit 
of proces definition. No entries are made into the JBPM_TIMER table, which I 
was expecting. I definitiely have a schedulerthread running, but since there 
are no timers in the table, none of them expire. Can someone spot the error in 
this node declaration please?


  | task-node name='Approve' signal='last'
  | timer name='reminder' duedate= '5 minutes' repeat='5 minutes'
  | action class='com.teampnt.common.process.JBPMReminderEmail'/ 
  | /timer
  | task name='Approval1'
  | assignment 
class='com.teampnt.common.process.ApprovalAssignmentHandler'/
  | /task
  | /task-node
  | 

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

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


---
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] [Remoting] - Regarding Remotely start/Stop server and remote deployment

2006-05-03 Thread paskal_sanil
Hi,

   We are basically building a testing module which helps to test JBoss server, 
on situations such as non availability of servers. For this can anyone suggest 
a method by which i can remotely bring up and down the JBoss server from test 
code?

 Also i need clues on remotely deploying EAR files from test code , monitoring 
Server parameters remotely. I would appreciate any help in this regard however 
small it be. 

Will JBoss remoting be any help in this situations?

regards,
paskal sanil

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

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


---
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] [Security JAAS/JBoss] - Re: DynamicLoginConfig and UserRolesLoginModule

2006-05-03 Thread [EMAIL PROTECTED]
This constitutes enough cause for the whole Collaboration Server project to 
be shelved. :-)

Rather than a debugger, if you had enabled the trace logging, you should have 
seen the classnotfound error in the logs? 


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

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


---
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] - substitute of 'pick' and 'while' structured activities in jb

2006-05-03 Thread nancy.aggarwal
in the specifications of bpel there are some structured activities like 'pick'  
,  'while'  . How can i get functionality of these  activities by jbpm.   

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

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


---
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] - Using SchemaExport with EJB3 Embeddable (unit testing)

2006-05-03 Thread sdawson
Hello,

I've set up Embeddable EJB3 to do some self contained unit testing.  I'd like 
to be able to drop/create the schema while I test (in addition to when we 
bootstrap).

What's the easiest way to invoke SchemaExport in EmbeddableEJB3?  Do I have to 
manually create the hibernate Configuration object, or is there a service 
provided?

Thanks,
Sean Dawson

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

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


---
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 AOP] - Re: Aop Troubleshoot

2006-05-03 Thread [EMAIL PROTECTED]
You can add it to the IGNORE attribute, it supports wildcards. INCLUDE/EXCLUDE 
work on prefix

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

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


---
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] [Javassist user questions] - Re: casting problem

2006-05-03 Thread bblfish
Ok. I found the solution. arg.getField().getType().getName()
gives me the type to cast to, and I add that to the code as shown here:


  | StringBuffer code = new StringBuffer();
  |   code.append($0.);
  |   code.append(arg.getFieldName());
  |   code.append(=( + arg.getField().getType().getName() + ) +
  |  com.sun.labs.rdf.sommer.ClassRewriter.setField(
  |  + $type,$0,\ + field + \,$1););
  | arg.replace(code.toString());
  | 
which ends up producing code like this:

  | 
$0.m_b=(java.lang.String)com.sun.labs.rdf.sommer.ClassRewriter.setField($type,$0,http://eg.com/bean/b,$1);
  | 

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

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


---
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] [Javassist user questions] - Re: generics

2006-05-03 Thread bblfish
Using the IBM article mentioned above I was able to get my code to go quite a 
long way using introspection. It may still be useful to have better access to 
this via the javassist api, as that would remove the need for introspection. 
I'll report further on any problems I come across...


  | package com.sun.labs.rdf.sommer;
  | 
  | import com.sun.labs.rdf.annotations.RDF;
  | import javassist.*;
  | import javassist.expr.ExprEditor;
  | import javassist.expr.FieldAccess;
  | 
  | import java.lang.reflect.ParameterizedType;
  | import java.lang.reflect.Type;
  | import java.lang.reflect.TypeVariable;
  | 
  | /**
  |  * @author Henry Story
  |  */
  | public class ClassRewriter {
  | 
  | public static String reverse(String value) {
  | int length = value.length();
  | StringBuffer buff = new StringBuffer(length);
  | for (int i = length - 1; i = 0; i--) {
  | buff.append(value.charAt(i));
  | }
  | System.out.println(TranslateEditor.reverse returning  + buff);
  | return buff.toString();
  | }
  | 
  | public static Object setField(Type gtype, Class c, Object o, String 
url, Object value) {
  | if (gtype instanceof ParameterizedType) {
  | 
  | // list the raw type information
  | ParameterizedType ptype = (ParameterizedType) gtype;
  | Type rtype = ptype.getRawType();
  | System.out.println(rawType is instance of  +
  | rtype.getClass().getName());
  | System.out.println( ( + rtype + ));
  | 
  | // list the actual type arguments
  | Type[] targs = ptype.getActualTypeArguments();
  | System.out.println(actual type arguments are:);
  | for (int j = 0; j  targs.length; j++) {
  | System.out.println( instance of  +
  | targs[j].getClass().getName() + :);
  | System.out.println(  ( + targs[j] + ));
  | }
  | } else {
  | System.out.println
  | (getGenericType is not a ParameterizedType!);
  | }
  | if (c.getTypeParameters().length  0) {
  | System.out.println(c + has  + c.getTypeParameters().length + 
 type parameters);
  | for (TypeVariable tv : c.getTypeParameters()) {
  | System.out.println(t.name= + tv.getName() +  t.gd= + 
tv.getGenericDeclaration());
  | }
  | }
  | System.out.println(class= + c +  setting o= + o +  R= + url + 
 v= + value);
  | return value;
  | }
  | 
  | 
  | public static void getField(Class c, Object o, String url, Object 
value) {
  | System.out.println(class= + c +  getting o= + o +  R= + url + 
 v= + value);
  | }
  | 
  | 
  | public static void main(String[] args) {
  | if (args.length != 0) {
  | try {
  | // set up class loader with translator
  | EditorTranslator xtor = new EditorTranslator(new 
FieldSetEditor());
  | ClassPool pool = ClassPool.getDefault();
  | Loader loader = new Loader();
  | loader.addTranslator(pool, xtor);
  | 
  | // invoke the main method of the application class
  | 
  | loader.run(args);
  | } catch (Throwable ex) {
  | ex.printStackTrace();
  | }
  | } else {
  | System.out.println(Usage: ClassRewriter main-class args...);
  | }
  | }
  | 
  | 
  | }
  | 
  | class EditorTranslator implements Translator {
  | private ExprEditor m_editor;
  | 
  | EditorTranslator(ExprEditor editor) {
  | m_editor = editor;
  | }
  | 
  | public void start(ClassPool pool) {
  | System.out.println(start pool);
  | }
  | 
  | 
  | public void onLoad(ClassPool pool, String cname)
  | throws NotFoundException, CannotCompileException {
  | System.out.println(cname(in Onload)= + cname);
  | CtClass clas = pool.get(cname);
  | clas.instrument(m_editor);
  | }
  | }
  | 
  | class FieldSetEditor extends ExprEditor {
  | 
  | FieldSetEditor() {
  | }
  | 
  | public void edit(FieldAccess arg) throws CannotCompileException {
  | System.out.println(in edit- field= + arg.getFieldName());
  | try {
  | String field;
  | if ((field = containsRDF(arg.getField().getAnnotations())) != 
null) {
  | if (arg.isWriter()) {
  | StringBuffer code = new StringBuffer();
  | code.append($0.);
  | code.append(arg.getFieldName());
  | //
code.append(=com.sun.labs.rdf.sommer.ClassRewriter.reverse($1););
  | code.append(=( + arg.getField().getType().getName() + 
) +
  | 

[JBoss-user] [EJB 3.0] - Re: How to strip AOP Proxy off entity instance

2006-05-03 Thread [EMAIL PROTECTED]
Proxies are created at org.jboss.aop.proxy.ClassProxyFactory

Take a look on how proxies are created at createProxyCtClass, maybe that will 
give you some hint in what you need.

Proxiles will implement org.jboss.aop.proxy.ClassProxy, and extent the proxied 
class. Maybe that will give you some hint in what you need.

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

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


---
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: How to strip AOP Proxy off entity instance

2006-05-03 Thread [EMAIL PROTECTED]
Are you talking about proxies YOU have created using JBoss AOP, or the stuff 
that Hibernate does? Whatever Hibernate does does not come from JBoss AOP, it 
uses its own weaving mechanism to support the lazy loading stuff 

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

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


---
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] [Messaging, JMS JBossMQ] - Re: Two JBoss instances - one JMS table set

2006-05-03 Thread genman
You have to have one server act as the server, the others as client.

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

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


---
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: How to strip AOP Proxy off entity instance

2006-05-03 Thread [EMAIL PROTECTED]
Oh yes... please ignore my message them :-)

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

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


---
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: How to strip AOP Proxy off entity instance

2006-05-03 Thread oglueck
I meant the magic that Hibernate does. Sorry for not being accurate. Any ideas?

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

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


---
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] [Messaging, JMS JBossMQ] - Re: java.io.IOException: Client is not connected

2006-05-03 Thread genman
This has been brought up around 10 times or so, it's DEBUG, not an unexpected 
ERROR

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

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


---
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: EJB3 Inheritance complains about a parent's collection

2006-05-03 Thread falchion14
Tried upgrading from EJB3 RC5 to RC6, but it has the same results (all under 
JBoss 4.0.4-CR2).

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

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


---
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 Messaging] - Re: Will future releases be backwards compatible with older

2006-05-03 Thread [EMAIL PROTECTED]
Normally, this shouldn't be necessary for minor versions (and even for major 
versions, see http://jira.jboss.org/jira/browse/JBMESSAGING-226).  We have this 
in place for Messaging, and Remoting has this capability too. 

However, I just noticed some backward compatibility problems with the last 
serialization release. For 1.0.1.CR2 I will make sure there are compatibity 
tests in place as part of the smoke test matrix, so compatibilty is not only 
something that should happen, but something that is tested.

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

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


---
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: Security Framework w/Seam

2006-05-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : How would you do dynamical contextual security or 
ACL checks ?
  | (or maybe that is considered business logic instead of security ;)
  | 
  | e.g. how would I ask: hasPermissionTo('drug',$patient.ssn, $department) 
  | 
  | this is a variation of ACL security 
http://acegisecurity.org/docbook/acegi.html#acls
  | 
  | The trick here is that there is not a constant range of values for the 
patient and department since they are driven by the business.
  | 
  | I never found a good way of doing that with ejb security; so if that is 
possible in ejb3 now then I would like to hear about it.

So my understanding is that in theory, JAAS/JACC can handle this kind of thing 
(ie. conceptually you can write a permission that can take dynamic arguments 
and/or access Seam contexts), however, in practice there is no good way to 
actually set this up.

This absolutely _is_ an area I want to explore.

Is this something that Acegi handles nicely?

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

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


---
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: Strange behavior using JSTL (MyFaces)

2006-05-03 Thread [EMAIL PROTECTED]
Actually it works fine if you use facelets ;-)

Just don't use JSP and your life will be much easier.

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

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


---
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: Article: Context in Time (JBoss Seam)

2006-05-03 Thread [EMAIL PROTECTED]
Cool :-)

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

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


---
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 Messaging] - Re: C++ client

2006-05-03 Thread [EMAIL PROTECTED]
No such plans exist, as for now. 

Messaging has the concept of facade that wraps around a JMS-agnostic 
messaging core. This is s starting point, put I haven't actually thought about 
how C++ support could be implemented. 

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

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


---
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   >