[JBoss-user] [Messaging, JMS JBossMQ] - Need more information on Threads

2006-07-07 Thread Nooreazam
Hi,

I have a following snippet, which starts multiple threads to handle the 
responses.

GetAMessage gm = new 
GetAMessage(adapterServerid,adminConfig.getMessagingPropertyAlias(),this,timeout);

gm.start();

This code is same for both the weblogic and jboss servers.
For both the servers it is printing as --
In web logic --
Thread[Thread-11,5,Thread Group for Queue: 'MyExecuteQueue']

In Jboss--
Thread[Thread-16,5,RMI Runtime]

Can anybody tell me, y the differences is.

Pls, do reply.

Thanks in advance.

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

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

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] - JBPM 3.1.1 ActiveMQ

2006-07-07 Thread guadilla
Good morning,

 I am trying to send a jms message using activemq client from an action and 
I have encounter some problems.

 I have included in the classpath some jars (activemq-core-4.0-RC2.jar, 
geronimo-j2ee-management_1.0_spec-1.0.jar, backport-util-concurrent-2.1.jar and 
commons-logging-1.0.4.jar) and now the jbpm-server included in the starters kit 
doesn't startup correctly.

 I think it is something related with log management in jbpm and activemq. 
Both of them use log4j.

 Any idea?

Thanks in advance,
 Oscar

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

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

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] - Configure Jboss for remote Debuging

2006-07-07 Thread begimot
I couldn't find such topic, and any normal explanation anywhere. 

How can I set my Jboss for remote debugging?

I changed the JAVA_OPTS variable. 

Previously it was
 -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh

I added -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y

but then, i couldn't start my server. I am not very good at this. Where am I 
wrong?

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

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

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: next Task Node

2006-07-07 Thread jbaton
You're welcome, 
I just looked at the source of the method signal()

If you can help me with my problem ...   :)

See http://www.jboss.com/index.html?module=bbop=viewtopicp=3955844


JBaton

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

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

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: Configure Jboss for remote Debuging

2006-07-07 Thread anders.hedstrom
anonymous wrote : I added -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y 

if you change this to -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

JBoss will start and you can hook up your IDE to it. If you have suspend=y then 
JBoss won't start until you hook your IDE to it

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

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

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] - How cab i submite and save the content of the html in portle

2006-07-07 Thread Leonardpaul
Hi

I showing a html page in a portlet. That html have some text box and submite 
button. i want to save the content. 
How do i code to carried out. can any one help me please


Thanks in advance

A.Peter

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

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

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] - URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi 

How can i find the version of JBoss at run time. I need to identify the version 
of Jboss i am connecting to. I have access to Jboss installed folder also. 

Thanks for the help.

Soma

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

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

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] - Migration from Weblogic to Jboss

2006-07-07 Thread Nooreazam
Hi,

We have an application which has been developed using weblogic.
Now we have to migrate it to Jboss.

So can any body have the steps r any information regarding this.

Pls help. Its urgent.

Thanks in advance.

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

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

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] - GMS: address is... dispalayed twice

2006-07-07 Thread matabo
I'm running Jbosscache inside WebLogic 7; I have two Weblogic instance and I 
reoplicate a state between them.

When I start, even ONLY ONE Weblogic instance, I see the following lines 
displayed:

---
GMS: address is 1.5.28.121:4875
---

---
GMS: address is 1.5.28.121:4879
---

i.e. I see TWO GMS lines (1.5.28.121 is the address specificated in the 
JBossCache config file).

The piece of code is:

  private RepositoryDenormalizzato()
{
 try {
  connTokenMonitorTree = new TreeCache();
  PropertyConfigurator config = new PropertyConfigurator();
  config.configure(connTokenMonitorTree, 
META-INF/mioreplSync-service.xml);
  connTokenMonitorTree.setClusterName(conntokenmonitor);
  connTokenMonitorTree.startService();
  Ascoltatore asc = new Ascoltatore();
  connTokenMonitorTree.addTreeCacheListener(asc);
   }
catch (Exception e) {
  System.out.println(ECCEZIONE impossibile attivare cluster +e);
  e.printStackTrace();
  }
}

and this method is the constructor of a Singleton class.

When I run the same code as a stand alone program outside Weblogic, the GMS 
line is displayed once.

Of course, in WebLogic, the TreeCacheListener sees all events as doubled. 
I.e., when I create a node, method nodeCreated is executed twice. When I 
remove a node, method nodeRemoved is executed twice, and so on.

Why this happens?

TIA
matabo


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

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

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] - Need help annotating entity beans

2006-07-07 Thread paradigmza
Hi

I have 3 classes. 1 stateful session bean, and 2 entity beans that are related 
to each other.

The stateful bean that is being used by Seam.

  | @Stateful()
  | @Name(search)
  | @Scope(ScopeType.CONVERSATION)
  | public class SearchBean implements SearchInterface {
  | 
  | private SISSystemInfos details;
  | 
  | public SISSystemInfos getDetails() {
  | return details;
  | }
  | 
  | public void setDetails(SISSystemInfos details) {
  | this.details = details;
  | }
  | 


and


  | @Entity
  | @Table(name = SIS_SystemInfos)
  | public class SISSystemInfos implements Serializable {
  | 
  | @Column(name = Sender, nullable = false)
  | private String sender;
  | 
  |@OneToMany(cascade = CascadeType.ALL, mappedBy = systemInfoFK)
  | private ListSISSystemSpecs sISSystemSpecsList;
  | 
  | public String getSender() {
  | return this.sender;
  | }
  | 
  | public void setSender(String sender) {
  | this.sender = sender;
  | }
  | 
  | public List SISSystemSpecs getSISSystemSpecsList() {
  | return this.sISSystemSpecsList;
  | }
  | 
  | public void setSISSystemSpecsList(List SISSystemSpecs 
sISSystemSpecsList) {
  | this.sISSystemSpecsList = sISSystemSpecsList;
  | }
  | 
  | 

and finally


  | 
  | @Entity
  | @Table(name = SIS_SystemSpecs)
  | public class SISSystemSpecs implements Serializable {
  | 
  | @Column(name = OSVersion)
  | private String oSVersion;
  | 
  | @JoinColumn(name = SystemInfoFK)
  | @ManyToOne
  | private SISSystemInfos systemInfoFK;
  | 
  | public String getOSVersion() {
  | return this.oSVersion;
  | }
  | 
  | public void setOSVersion(String oSVersion) {
  | this.oSVersion = oSVersion;
  | }
  | 

now I want to display the osversion to the screen but I get


  | javax.faces.el.PropertyNotFoundException: /details.xhtml @23,92
  |  value=#{search.details.sISSystemSpecsList[0].oSVersion}: Bean: 
  | coza.healthbridge.systeminfo.persistance.SISSystemInfos, property: 
  | sISSystemSpecsList
  | 

when using


  | h:outputText value=#{search.details.sISSystemSpecsList[0].oSVersion} /
  | 

but getting the sender does work for me using

  | h:outputText value=#{search.details.sender} /
  | 

I am sure all I have to do is annotate one of the classes... but I tried 
putting @Out on the variables... I also created interfaces for the entity beans 
with no luck. Any help?

Thanks.

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

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

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: Need help annotating entity beans

2006-07-07 Thread [EMAIL PROTECTED]
Try:

  |   | h:outputText value=#{search.details.SISSystemSpecsList[0].oSVersion} 
/
  | 

(with a uppercase S since it is followed by a uppercase letter, if i remember 
well, that's the rule)

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

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

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: Add Actor to ActorPool

2006-07-07 Thread trisko
Problem solved! I simply have forgotten to add the pooled actor also to the 
task instance itself, so that's the correct code:

[...]
PooledActor pooledActor = new PooledActor(actorId);
pooledActor.addTaskInstance(taskInstance);
hbSession.save(pooledActor);

pooledActors.add(pooledActor);
taskInstance.setPooledActors(pooledActors);
hbSession.save(taskInstance);
[...]

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

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

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: Javassist throws SecurityException on new 4.0.4GA

2006-07-07 Thread phon
ok, thanks for the help
i post my question there

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

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

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: assigning a task to multiple users

2006-07-07 Thread mohan514
Hi samid,
thank for u rearly relpy.
Regards,
mohan ch.

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

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

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] - Javassist throws SecurityException on 4.0.4GA

2006-07-07 Thread phon
i just switched to from 4.0.3SP1 with EJB3 RC5 to 4.0.4GA with EJB3 RC8.
i develop a Swing application in Eclipse and deploy it using Java Webstart.

The server-side ear is still deploying fine on 4.0.4GA.
Running the client from inside my development environment (Eclipse) works great 
too!
Problems arise when i deploy the application with java webstart. Javassist 
seems to have problems with classes having the wrong signature. I sign my 
client jar and all the necessary libraries with the same certificate, i tripled 
checked this (i get no classnotfound errors in Eclipse, so i guess i have all 
the client libs).

The problem arises when i try to load a entity with some atributes lazy 
initialised. I get the following exception (i left out the 
MarshallException/RuntimeException part) :


  | Caused by: org.hibernate.HibernateException: Javassist Enhancement failed: 
com.acme.entities.contact
  | .Dummy
  | at 
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxy(JavassistLazyInitializer.ja
  | va:88)
  | at 
org.hibernate.proxy.pojo.javassist.SerializableProxy.readResolve(SerializableProxy.java:54)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at java.io.ObjectStreamClass.invokeReadResolve(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
  | at java.io.ObjectInputStream.readSerialData(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
  | at java.io.ObjectInputStream.readSerialData(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.readObject(Unknown Source)
  | at java.util.ArrayList.readObject(Unknown Source)
  | at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | at java.lang.reflect.Method.invoke(Unknown Source)
  | at java.io.ObjectStreamClass.invokeReadObject(Unknown Source)
  | at java.io.ObjectInputStream.readSerialData(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.readObject(Unknown Source)
  | at 
org.jboss.aop.joinpoint.InvocationResponse.readExternal(InvocationResponse.java:122)
  | at java.io.ObjectInputStream.readExternalData(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
  | at java.io.ObjectInputStream.readSerialData(Unknown Source)
  | at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
  | at java.io.ObjectInputStream.readObject0(Unknown Source)
  | at java.io.ObjectInputStream.readObject(Unknown Source)
  | at 
org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObject(JavaSerializat
  | ionManager.java:128)
  | at 
org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.j
  | ava:66)
  | at 
org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:279)
  | ... 18 more
  | Caused by: java.lang.RuntimeException: by java.lang.SecurityException: 
class com.acme.entities.contact.Dummy_$$_javassist_0's signer information 
does not match signer information of other classes in the same package
  | at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:173)
  | at 
org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxy(JavassistLazyInitializer.ja
  | va:79)
  | ... 56 more
  | Caused by: javassist.CannotCompileException: by 
java.lang.SecurityException: class 
com.acme.entities.contact.Dummy_$$_javassist_0's signer information does not 
match signer information of other classes in the same package
  | at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:125)
  | at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:169)
  | ... 57 more
  | Caused by: java.lang.SecurityException: class 
com.acme.entities.contact.Dummy_$$_javassist_0's signer information does not 
match signer information of other classes in the same package
  | at java.lang.ClassLoader.checkCerts(Unknown Source)
  | at 

[JBoss-user] [Beginners Corner] - Shutdown of JBoss hangs

2006-07-07 Thread andydale
Hi,

I am running 2 JBoss 4.0.4GA in a clustered environment (under linux), on a 
regular basis (not always) the JBoss instance will not shut down properly.  The 
shutdown tends to hang in 1 of 2 places:

1.SchemaExport - This is where Hibernate tries to export the schema to the 
datasource as used by an .ear file.
  | 2.Currently the following one occurs far more oftenanonymous wrote : 
08:49:02,993 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 
'jboss.jca:service=DataSourceBinding,name=hajdbc_test' from JNDI name 
'java:hajdbc_test'
  | 
  | I am thinking it is realted to the datasource being used, this is not a 
normal datasource but a HA-JDBC (virtual clustering) datasource, the datasource 
is as follows:
  | datasources
  |   | local-tx-datasource
  |   | jndi-namehajdbc_test/jndi-name
  |   | connection-urljdbc:ha-jdbc:cluster2/connection-url
  |   | driver-classnet.sf.hajdbc.sql.Driver/driver-class
  |   | user-namepostgres/user-name
  |   | password/password
  |   | /local-tx-datasource
  |   | /datasources
  |   | 
  | 
  | The actual cluster configuration is held in a seperate .xml file, which a 
system property points to.
  | 
  | Can anybody offer any advice on how to slove this problem, as i do not want 
to have to shutdown JBoss with the kill -9 command.
  | 
  | Thanks in advance,
  | 
  | Andy

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

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

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: dataTable with method execution per row

2006-07-07 Thread paradigmza
Hey,

I am not quite sure why 
anonymous wrote : 
  | note: the 'status' cannot be just a property of the 'user' entity since the 
method requires DB access(and more) and must reside in an EJB entity 
  | 

and this is the way I would do it

  | public class User {
  |private Integer userid;
  |private String status;
  |
  |...getters and setters...
  | }
  | 



  | @Stateful()
  | @Name(somename)
  | @Scope(ScopeType.SESSION)  //or whatever
  | public class UserBean implements UserInterface {
  | 
  |@DataModel
  | ListUser userList;
  | 
  | @DataModelSelection
  | User selectedUser;
  | 
  | @PersistenceContext
  | EntityManager em;
  | 
  | public String doSearch() {
  | updateUserList();
  | 
  | return userlistpage;
  | }
  | 
  | private void updateUserList() {
  | Query query = em.createNamedQuery()
  | result = ...connect to databases...
  | ...and more ;-) ...
  | userList = result
  | }
  | 




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

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

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 Write to error log

2006-07-07 Thread Renierb
I have setup a datasource and pooling in jboss 4.04. It works, but I just want 
to include a comment everytime a connection is used in the pool so i can view 
it in the log. Must i do that in my code, or is there is filie in joboss i can 
configure to do it?

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

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

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: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this:

anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%

Note the suspend=n



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

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

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: Need help annotating entity beans

2006-07-07 Thread paradigmza
Thanks, it worked... that helped alot... spent a whole week trying to fix 
this...

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

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

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: assigning a task to multiple users

2006-07-07 Thread mohan514
hi samid ,
i have applied for my process definition, and it is not working for me here is 
format that i used to assign a task for a group fo users in that users any one 
can person task.
here is the process definition sytax:

   assignment pooled-actors=ernie,bert,grover
   
please see my code andd suggest me wat to do.
Any help regarding this will be appriciated.
Regards,
mohan

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

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

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 Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-07 Thread oabidian
johnsenf,
I am not sure about what you and I thought originally that it was a bug, maybe 
it is not after all. The guys from jboss can confirm that, but I think it 
actually suposed to be like that: looks like they changed the UI for launching 
JBoss servers and deploying to it, so you do not get that [Debug] - [ JBoss 
x.x.x] options. It is done via New -  Server wizzard. I guess we were a bit 
lazy to read the docs (if they are any).
But another thing I noticed was that you can deploy ear's, war's (but not 
sar's) to the server, but you do not seem to be able to take it off anymore: 
even if you try undeploy from the IDE the file stays on the JBoss deployment 
folder. Otherwize I think it looks prettier (pitty it does not function). One 
constructive criticism I have to make: even though it looks prettier, it is a 
little more confusing than the older clean cut functional UI.

Regards,
A

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

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

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_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread [EMAIL PROTECTED]
Bertrand,

You can enable logs by following these steps:

1. Open src/config/jbpm.cfg.xml

2. Configure the logging service:
jbpm-configuration
  | 
  |  jbpm-context
  |   !-- other services --
  |   service name=logging 
factory=org.jbpm.logging.db.DbLoggingServiceFactory /
  |  /jbpm-context
  | 
  | /jbpm-configuration

3. Rebuild the service archive by calling any of the build.service.xxx target 
of the ant build file in the distribution base directory

4. Enjoy :)

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

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

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_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread [EMAIL PROTECTED]
Note that the previous instructions are for jBPM BPEL beta 1.

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

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

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: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-07 Thread petemuir
JSF automatically loads faces-config.xml so you shouldn't have a specific 
reference to it in web.xml.  You only need to put other files to load in 
javax.faces.CONFIG_FILES. If you do include it it gets loaded twice and hence 
all sorts of bad stuff happens (e.g. two Seam Phase Listeners are loaded)

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

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

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 1.0.0.GA

2006-07-07 Thread petemuir
You shouldn't need to do either (1) or (2) you mention to get Seam examples to 
work.  Did you follow 
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamInstallation, specifically using 
the JEMS installer NOT the JBoss AS installer with ejb3 profile? Gavin's 
instructions at the top of this post are also correct.

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

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

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: Configure Jboss for remote Debuging

2006-07-07 Thread begimot
It seems now, that everything is working fine.

Thanks

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

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

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: about process-state

2006-07-07 Thread Remider
Hi Roy,
i finished it and undersranded. Thanks a lot.
Remid

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

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

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:

2006-07-07 Thread [EMAIL PROTECTED]
You apparently run another cluster, for a total of 2 in your WL instance

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

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

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


[JBoss-user] [JBossWS] - Re: jbossws + standalone tomcat

2006-07-07 Thread [EMAIL PROTECTED]
Sorry, this is an oversight in the release build that did not show up in QA. I 
updated the download

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

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

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] - File access in ejb's an MBeans

2006-07-07 Thread hoeft
Hi!

I must write files in my application. I read that file access in ejb's is 
forbidden, so i wrote a MBean which writes the files if it's methods are 
called. This methods are called by my ejb's. Is that allowed? If not, what can 
I do to write files?

Thanks
Meinert

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

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

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:

2006-07-07 Thread matabo
Maybe you're right, but then I ask you: what you mean with another cluster?

XML configuration file is the same in the two cases (stand alone program and 
inside Weblogic program), and in my code I've one only startService() 
invocation...

Maybe constructor method of the singleton is invoked twice (unlikely...); do 
you mean that? 

regards
matabo

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

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

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] - extended persistence context v/s merge

2006-07-07 Thread balamg
i can always change an object graph as i want and eventually invoke merge as 
against updating the attached objects in an extended persistence context.

what specific advantage does extended persistence offer over merge.

thanks



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

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

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: dataTable with method execution per row

2006-07-07 Thread petemuir
You could always preprocess the list.

Mark the status field in the user Entity @Transient (so that it isn't persisted 
by the container). In updateUserList() iterate over the list created by the 
database query setting status as you go (here you could interogate other 
entites, SOAP, whatever).

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

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

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] - Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Hi, 
 I am trying out a simple standalone app where i, put in 50 elements in the 
cache at a given fqn. I have enabled EvictionPolicy and set the maxNodes as 5. 
However none of the nodes are getting evicted. Here's the code and the config 
file:

package org.myapp;
  | 
  | import org.jboss.cache.Fqn;
  | import org.jboss.cache.PropertyConfigurator;
  | import org.jboss.cache.TreeCache;
  | import org.w3c.dom.Element;
  | 
  | 
  | 
  | public class TestEviction {
  | public static void main(String arg[])
  | {
  | try {
  | TreeCache treeCache = new TreeCache();
  | 
  | PropertyConfigurator config = new 
PropertyConfigurator(); // configure tree cache. Needs to be in the classpath 
  | config.configure(treeCache, 
D:\\local-eviction-service.xml);
  | treeCache.start();
  | 
  | System.out.println(Eviction policy class name:  
+treeCache.getEvictionPolicyClass());
  | System.out.println(Revisit time:  + 
treeCache.getEvictionThreadWakeupIntervalSeconds());
  | 
  | Fqn fqn = new Fqn(a/b/c);
  | for(int i=0;i50;i++)
  | {
  | 
  | System.out.println(Put#+ (i+1));
  | treeCache.put(fqn, new Integer(i), Put# + i);
  | System.out.println(Exists fqn:  + 
treeCache.exists(fqn));
  | System.out.println(Exists object:  + 
treeCache.exists(fqn,new Integer(i)));   
  | }
  | 
  | /*
  |  * Check the contents of FQN
  |  */
  |  System.out.println(Contents of FQN:  + 
treeCache._print(fqn));
  | 
  | /*
  |  * Just verify whether eviction policy config was 
picked up
  |  */
  | Element ele = treeCache.getEvictionPolicyConfig();
  | System.out.println(ele.toString());
  | 
  | System.out.println(Before EXPLICITLY Calling evict of 
FQN, Obj 1:  + treeCache.get(fqn,new Integer(1)));
  | System.out.println(Before EXPLICITLY Calling evict of 
FQN, Obj 48:  + treeCache.get(fqn,new Integer(48)));
  | 
  | /*
  |  * manually evict
  |  */ 
  | treeCache.evict(fqn);
  | 
  | System.out.println(After EXPLICITLY Calling evict of 
FQN, Obj 1:  + treeCache.get(fqn,new Integer(1)));
  | System.out.println(After EXPLICITLY Calling evict of 
FQN, Obj 48:  + treeCache.get(fqn,new Integer(48)));
  | 
  | } catch (Exception e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | }
  | 
  | }
  | }


Config file:


?xml version=1.0 encoding=UTF-8?
  | 
  | !-- = 
--
  | !--   
--
  | !--  Sample TreeCache Service Configuration   
--
  | !--   
--
  | !-- = 
--
  | 
  | server
  | 
  | classpath codebase=./lib archives=jboss-cache.jar, jgroups.jar/
  | 
  | 
  | !-- 
 --
  | !-- Defines TreeCache configuration
  --
  | !-- 
 --
  | 
  | mbean code=org.jboss.cache.TreeCache
  | name=jboss.cache:service=TreeCache
  | 
  | dependsjboss:service=Naming/depends
  | dependsjboss:service=TransactionManager/depends
  | 
  | !--
  | Configure the TransactionManager
  | --
  | !--attribute 
name=TransactionManagerLookupClassorg.jboss.cache.JBossTransactionManagerLookup/attribute
 --
  | 
  | 
  | !--
  | Node locking level : SERIALIZABLE
  |  REPEATABLE_READ (default)
  |  READ_COMMITTED
  |  READ_UNCOMMITTED
  |  NONE
  | --
  | attribute name=IsolationLevelREPEATABLE_READ/attribute
  | 
  | !--
  |  Valid modes are LOCAL
  |  REPL_ASYNC
  |  REPL_SYNC
  | --
  | attribute name=CacheModeLOCAL/attribute
  | 
  | 

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
I even introduced a time delay in putting the objects as follows, just to try 
out whether eviction works. But still it does not work.

The following is just an extract from the above code, with *only* a 
Thread.sleep(500) introduced.

for(int i=0;i50;i++)
  | {
  |  
  | Thread.sleep(500);
  | System.out.println(Put#+ (i+1));
  | treeCache.put(fqn, new Integer(i), Put# + i);
  | System.out.println(Exists fqn:  + 
treeCache.exists(fqn));
  | System.out.println(Exists object:  + 
treeCache.exists(fqn,new Integer(i)));   
  | }





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

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

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] - problems with @SecurityDomain @PermitAll

2006-07-07 Thread kgrjb

1.
because @SecurityDomain is jboss specific, is there a way to remove it from 
class code and keep just the standard @RolesAllowed?

i tried to remove it from source code and have in jboss.xml 



security-domainmobistax/security-domain



after this, i dont get any security on bean methods.

2.
why is authentication-authorization required for method s with @PermitAll???
there are methods called even before users and roles are created.

one work around is moving these methods to a class with no @SecurityDomain tag. 
this is bad if you want to keep logical grouping of methods in classes

the other work around is to have a dummy role for these methods and pass a 
dummy username and password. but this unnecessary code.

in my opinion, this is a bug.

@PermitAll methods should not need any security credentials associated with 
thread. No authentication and authorization shoud be done.

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

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

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: Width of the portlet window - problem

2006-07-07 Thread louise_za
Check 
jboss-portal-2.2.0-bundled\server\default\deploy\jboss-portal.sar\portal-core.war\themes
 then look for the theme you are using and edit its portal_style.css file, or 
alternatively you can define your own layout strategy and theme. Have a look at 
Ch 7 in the JBoss Portal Reference Guide.

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

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

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:

2006-07-07 Thread [EMAIL PROTECTED]
There are 2 JChannel.connect() calls, can you set a breakpoint in 
JChannel.connect() (get the JGroups src) ? Then you could look at the call 
stack and see *where* the connect() methods are called.

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

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

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] - Header content injection

2006-07-07 Thread louise_za
Hi!

I am trying to inject header content using the declarative css style injection 
method:
portlet
  |   portlet-nameAPortlet/portlet-name
  |   portlet-classcom.gew.portlet.APortlet/portlet-class
  |   supports
  |  mime-typetext/html/mime-type
  |  portlet-modeVIEW/portlet-mode
  |   /supports
  |   header-content
  | link rel=stylesheet type=text/css href=/css/style.css 
title= media=screen /
  |   /header-content
  |   portlet-info
  |  titleAPortlet/title
  |   /portlet-info
  |/portlet

This is not working. I think my path to the stylesheet is wrong, but I'm not 
sure what it should be relative to. Should it be relative to the portlet.xml 
file, the portlet itself, the index file of the layout or to the portlet jsp?

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

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

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] - Orchestrating Web Pages

2006-07-07 Thread sajid08
1. Is it possible to orchestrate ASP.net pages using jBPM?

2. I can orchestrate web pages in jBPM in which languages like JSP, PHP etc?



Thanks  Regards,
Sajid.

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

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

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] - Expected behavior of FQN?

2006-07-07 Thread jaikiran
Hi,
 Looks like the FQN created by passing a string and FQN created using 
Fqn.fromString() are NOT *equal*. Here's a sample program:

package org.myapp;
  | 
  | import org.jboss.cache.Fqn;
  | import org.jboss.cache.PropertyConfigurator;
  | import org.jboss.cache.TreeCache;
  | 
  | /**
  |  * @author Jaikiran Pai
  |  *
  |  */
  | public class TestFQN {
  | 
  | public static void main(String[] args) {
  | try {
  | TreeCache treeCache = new TreeCache();
  | PropertyConfigurator config = new 
PropertyConfigurator(); // configure tree cache. Needs to be in the classpath 
  | config.configure(treeCache, 
D:\\SchedulerInJBoss\\local-eviction-service.xml);
  | treeCache.start();
  | 
  | Fqn fqn = new Fqn(a/b/c);
  | Fqn fqnFromString = Fqn.fromString(a/b/c);
  | 
  | System.out.println(fqn equals fqnFromString? :  + 
fqn.equals(fqnFromString)); 
  | 
  | /*treeCache.put(a/b/c,new Integer(1),1);
  | System.out.println(Exists fqn? (created WITHOUT using 
fromString) :  + treeCache.exists(new Fqn(a/b/c)));
  | System.out.println(Exists fqn? (created using fromString) :  
+ treeCache.exists(Fqn.fromString(a/b/c)));
  | */
  |
  | 
  | 
  | } catch (Exception e) {
  | e.printStackTrace();
  | }
  | 
  | 
  | }
  | }

This programs returns false when equals method is invoked on the two Fqns.
Is this the expected behavior of Fqn?



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

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

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: Problems in processing of xs:any

2006-07-07 Thread [EMAIL PROTECTED]
Hi Domenic,

I am reaching out to you to get a better understanding of your WS-RM effort and 
the possible integration points with JBossWS. Currently we are busy with JAXWS 
and EE5 certification of our WS stack. Once this is done (probably end of 
Q3/2006) we are going to look into WS-RM possibly leveraging existing 
code/experience. If you like we could meet on skype and discuss possible 
cooperation options WRT WS-RM.

Cheers


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

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

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:

2006-07-07 Thread matabo
Sorry, you were right.

The code inside the constructor is executed twice. My mistake. 

regards
matabo

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

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

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_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread bertrand.njiipwo
Hello Alex,

Thanks for the solution and quick reaction. I'll surely :) enjoy the analyse of 
the jbpm_log table.


Bertrand


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

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

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] - How can i integrate forum in jboss portlet

2006-07-07 Thread Leonardpaul
Hi

I have JBoss protlet forum separately, but i want the forum with in the JBoss 
Portal.


Can any one help to do 

Thanks and regards
A.Peter


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

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

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: How cab i submite and save the content of the html in po

2006-07-07 Thread louise_za
Here is a rough answer:

You need to change your html page into a jsp. It should look something like 
this:
  | %@ taglib uri=http://java.sun.com/portlet; prefix=portlet %
  | portlet:defineObjects/
  | % 
  | String name = (String)request.getAttribute(name);
  | if(name==null)
  | {
  | %
  | form action=portlet:actionURL/portlet:actionURL method=post
  | table cellspacing=2 cellpadding=2 border=0
  | 
  | //some form tags in here - remember to make the input class 
//portlet-form-input-field
  | input class =portlet-form-input-field type=text name=name value=Type 
your name
  | 
  | 
  | input class =portlet-form-input-field type=submit name=submit 
value=Submit
  | /table
  | /form
  | %
  | else
  | {
  | %
  | Hello %=name%!
  | %
  | }
  | %
  | 

In your servelet:

  | public void processAction(ActionRequest aRequest, ActionResponse aResponse) 
throws PortletException, PortletSecurityException, IOException
  |{
  |  
  |  String name = aRequest.getParameter(name);
  |  aResponse.setRenderParameter(name, name);
  | }
  | 


Louise

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

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

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: JBoss 4.0.2 - 4.0.4 (Problems with topic's JNDI lookup)

2006-07-07 Thread chief39
One more feature:

When deploying project without topic's configs in JBoss - JBoss tells me, that 
it can't find topic topic/com/mysy.
But, if configs with topic/com/mysy. are in JBoss deploy folder - on 
deploying i get a message mentioned in the first post. About 
TOPIC.com/mysyst...

And... What does it mean: previous topic? I can't find understandable docs 
about it :(

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

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

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: assigning a task to multiple users

2006-07-07 Thread ashiiid
Hi mohan, 

It doesn't work for me too . 

An alternative is  to use the actorid as a role . In your case ernie , grouver 
and bert will have the id =actorid when connecting to your cusomized web 
application . (=have a DB table wich mappes the role) 
so each of them is like  an actor having id=actorid  for the workflow . So one 
of them can complete the task . 

Samid. 

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

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

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: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out:

System.out.println(Here's the server version:  + 
org.jboss.Version.getInstance().toString());



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

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

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 application error:

2006-07-07 Thread jason_rency
hi all, I followed the steps show in this example (use hibernate tool to creat 
seam application).
http://www.jboss.com/products/seam/SeamHBTools.html

my system environment:

jbossIDE 2.0, jdk1.5.0_05, seam 1.01ga, hibernate 3.1.3 jboss 4.04ga(ejb3 
profile), win2000 pro

the application was successfuly complied and deployed, when it waas running the 
index page was succefully displayed. but when I tried to conduct tasks: 'Search 
for existing  records' or 'Create a new UserAuth record' the application just 
throw the following exception:

any ideas welcomed!


10:54:55,432 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
javax.faces.el.EvaluationException: Cannot get value for expression 
'#{userauthSelector.pageTitle}'
at 
org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:397)
at javax.faces.component.UIOutput.getValue(UIOutput.java:75)
at 
org.apache.myfaces.renderkit.RendererUtils.getStringValue(RendererUtils.java:225)
at 
org.apache.myfaces.renderkit.html.HtmlTextRendererBase.renderOutput(HtmlTextRendererBase.java:65)
at 
org.apache.myfaces.renderkit.html.HtmlTextRendererBase.encodeEnd(HtmlTextRendererBase.java:53)
at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331)
at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:349)
at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:253)
at 
org.apache.jsp.findUserAuth_jsp._jspx_meth_h_outputText_0(findUserAuth_jsp.java:215)
at 
org.apache.jsp.findUserAuth_jsp._jspx_meth_f_view_0(findUserAuth_jsp.java:150)
at 
org.apache.jsp.findUserAuth_jsp._jspService(findUserAuth_jsp.java:110)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
at 
org.jboss.seam.jsf.SeamViewHandler.renderView(SeamViewHandler.java:59)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at 

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-07 Thread [EMAIL PROTECTED]
I know there was a discussion a while ago. After looking into the the sources i 
now remember:


  | ServiceEndpointPublisher:155 ff
  | 
  |  // Check if it is a real servlet that we can ignore
  | 
  | if (servletClassName.endsWith(Servlet))
  | {
  |log.info(Ignore servlet-class that ends with 'Servlet':  
+ servletClassName);
  |continue;
  | }
  | 

JBossWS expects the 'real' Servlet's classname to end with 'Servlet'. This may 
not be the most elegant solution, but at this deployment stage we don't have 
control over the classload and therefore can't do 'instance of'.

Just rename your servlet classes to *Servlet.java and everything should be 
fine.

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

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

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] - Proxies and transactions.

2006-07-07 Thread MichaelCouck
Hi guys,

We are using JBoss for session beans. We have a dynamic proxy creator for 
finding the required bean then invoking the method, somthing like 
DynamicProxyCreator = InvocationHandler = ServiceLocator pattern. Which is 
fine although the transaction in one bean is not rolling back. For example bean 
one does a database call then calls bean two. Bean two calls JMS then returns 
fine. Bean one then fails. One would expect that the database and the JMS are 
rolled back, but the beans are not in the same transaction, so bean one is 
rolled back but the JMS gets sent.

Why is this? Due to the proxy class generation?

I tried to get the object straight from JNDI with the usual 
initialContext.lookup(jndi/name), which should return the home interface, but 
I get a $ProxyXX in return. The proxy does not implement the home interface so 
I can't cast it, and the only way to get hold of the method required is via 
reflection, very inefficient of course, and messy too.

Please help! At wits end here.

Thanks in advance.

Mike

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

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

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: Deploying JBPM

2006-07-07 Thread Viegas
I know this must be a newbie question but I really need help in here

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

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

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: Exception while sending/receiving param using web-servic

2006-07-07 Thread [EMAIL PROTECTED]
JBossWS currently supports JAXRPC-1.1. JAX-WS is on the roadmap. 

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

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

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


[JBoss-user] [JBossWS] - Re: JBossWS 1.0.2 release date slippage?

2006-07-07 Thread [EMAIL PROTECTED]
The release date was set to 30-Jun by mistake. It should have been 31-Jul right 
from start.

Normally we aim for a bi-monthly release cycle

31-Aug: jbossws-1.0.3   
31-Oct: jbossws-1.0.4
etc

The jbossws-1.0.2 release is an interim release dedicated to performance and 
minor issues. It is just before QA and might actually be release over the 
course of the next couple of weeks. 

IOW, you can rely on 31-Jul for jbossws-1.0.2 at the latest

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

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

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


[JBoss-user] [JBossWS] - jbossws 1.0.1GA sample not working

2006-07-07 Thread palin
We are experimenting some problems with the WS-Eventing JBossWS 1.0.1 GA sample 
deployed on JBoss 4.0.4 GA (jbossws updated to 1.0.1GA).
We build the sample code and deployed it; server.log says:


  | 2006-07-07 11:43:51,834 DEBUG 
[org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying 
pools, interval: 3
  | 2006-07-07 11:43:51,838 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,838 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,839 DEBUG [org.jboss.deployment.MainDeployer] Copying 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
 - /home/oracle/jboss-4.0.4.GA_2/server/lintec/
  | tmp/deploy/tmp26050jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,839 DEBUG [org.jboss.deployment.MainDeployer] using 
deployer MBeanProxyExt[jboss.web:service=WebServer]
  | 2006-07-07 11:43:51,839 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
  | 2006-07-07 11:43:51,840 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Unpacking 
war to: /home/oracle/jboss-4.0.4.GA_2/server/lintec/
  | tmp/deploy/tmp26050jbossws-samples-eventing-exp.war
  | 2006-07-07 11:43:51,844 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Replaced 
war with unpacked contents
  | 2006-07-07 11:43:51,845 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Deleted 
war archive
  | 2006-07-07 11:43:51,845 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] 
webContext: null
  | 2006-07-07 11:43:51,845 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/tmp/deploy/tmp26050jbossws-samples-eventing-exp.war/
  | 2006-07-07 11:43:51,847 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
  | 2006-07-07 11:43:51,847 DEBUG [org.jboss.deployment.DeploymentInfo] 
createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: 
JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: 
null, configParserClassName: null, repositoryConfig: null)
  | 2006-07-07 11:43:51,847 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] 
setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] 
url=file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/tmp/deploy/tmp26050jbossws-samples-eventing-exp.war/
 ,addedOrder=0}
  | 2006-07-07 11:43:51,847 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] 
setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] 
url=file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/tmp/deploy/tmp26050jbossws-samples-eventing-exp.war/
 ,addedOrder=0}
  | 2006-07-07 11:43:51,847 DEBUG 
[org.jboss.mx.loading.UnifiedLoaderRepository3] Adding [EMAIL PROTECTED] 
url=file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/tmp/deploy/tmp26050jbossws-samples-eventing-exp.war/
 ,addedOrder=0}
  | 2006-07-07 11:43:51,848 DEBUG [org.jboss.deployment.MainDeployer] found 0 
subpackages of 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,848 DEBUG [org.jboss.deployment.MainDeployer] Watching 
new file: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,848 DEBUG [org.jboss.deployment.MainDeployer] create 
step for deployment 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,848 DEBUG 
[org.jboss.ws.integration.jboss.DeployerInterceptorJSE] create: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,848 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] create, 
jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,850 DEBUG [org.jboss.system.ServiceController] Creating 
service jboss.web.deployment:war=jbossws-samples-eventing.war,id=-1430548425
  | 2006-07-07 11:43:51,850 DEBUG [org.jboss.system.ServiceController] adding 
depends in ServiceController.register: []
  | 2006-07-07 11:43:51,850 DEBUG [org.jboss.web.WebModule] Creating 
jboss.web.deployment:war=jbossws-samples-eventing.war,id=-1430548425
  | 2006-07-07 11:43:51,850 DEBUG [org.jboss.web.WebModule] Created 
jboss.web.deployment:war=jbossws-samples-eventing.war,id=-1430548425
  | 2006-07-07 11:43:51,850 DEBUG [org.jboss.system.ServiceController] Creating 
dependent components for: 
jboss.web.deployment:war=jbossws-samples-eventing.war,id=-1430548425 dependents 
are: []
  | 2006-07-07 11:43:51,854 DEBUG 
[org.jboss.ws.deployment.ServiceEndpointDeployer] create: 
file:/home/oracle/jboss-4.0.4.GA_2/server/lintec/deploy/jbossws-samples-eventing.war
  | 2006-07-07 11:43:51,854 DEBUG 
[org.jboss.ws.deployment.JSR109ServerMetaDataBuilder] START buildMetaData: 
[name=jbossws-samples-eventing.war]
  | 2006-07-07 11:43:51,855 DEBUG 
[org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory] parse: 

[JBoss-user] [JBossWS] - Re: Error Calling web service

2006-07-07 Thread [EMAIL PROTECTED]
[url]
http://www.jboss.com/index.html?module=bbop=viewforumf=217
[/url]

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

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

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] - conversationId is missed in the URL

2006-07-07 Thread gfzhang
I modified the numberGuess sample to simulate the senario of a wizard, that is, 
click a button to display a new page, but the there is no conversationId 
parameter displayed in the new page's url.

I add a button in the numberGuess form:

  | h:commandButton type=submit value=Interval action=interval /
  | 

when I click the Interval button, I am confused that:
   (1)No concerrsationId is displayed in the url. I wonder if the conversation 
is still active.
   (2)I expect the url of the new page to be:

  | http://localhost:8080/seam-numberguess/interval.seam?conversationId=2
  | 
but it is not. The url displayed is:

  | http://localhost:8080/seam-numberguess/numberGuess.seam
  | 

The application seems work well.

When I click the guess button, the displayed url is 

  | http://localhost:8080/seam-numberguess/numberGuess.seam?conversationId=2
  | 

The following is the part of the jPDL file:

  |start-page name=displayGuess view-id=/numberGuess.jsp
  |   
  |   transition name=interval to=toInterval /
  |/start-page
  |...
  |page name=toInterval view-id=/interval.jsp
  |   transition name=back to=displayGuess/
  |/page
  | 

Do I misunderstand something? What wrong with my modification? 

I use Seam 1.0.1 GA.

Your advice is appreciated. Thanks.


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

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

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] - IPC Listener Registration Problem

2006-07-07 Thread yj4jboss
Hello,
   I am having this an error when hot deploying a project using IPC. The portal 
page is correctly displayed only if the sever is restarted. Is it possible to 
hot deploy these type of applications and if yes, how ??? ;0) . the error is as 
follows:

ObjectName: 
portal:service=RemoteURLIPCListenerService,type=remoteurlipc_listener
  |   State: FAILED
  |   Reason: java.lang.IllegalArgumentException: argument type mismatch
  |   I Depend On:
  | portal:service=ListenerRegistry
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: 
portal:service=RemoteURLIPCListenerService,type=remoteurlipc_listener
  |   State: FAILED
  |   Reason: java.lang.IllegalArgumentException: argument type mismatch
  |   I Depend On:
  | portal:service=ListenerRegistry
  | 
  | ObjectName: portal:mapper=CMSObject
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: No Attribute found with 
name: TargetWindowHandle
  | 

Plz Help  !!




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

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

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] - Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
Hi, in order to test a cluster on the same machine, on 4.0.1, I used to be able 
to create several copies of server/all folder, and change jboss-service.xml 
inside those folders to contain references to ports-01, 02, etc and start 
server with -c node1, node2.

This seems to have been changed, bcz now I get this error when I use the same 
technique. 


  | 13:03:35,084 ERROR [MainDeployer] Could not create deployment: 
file:/C:/devprogs
  | /jboss-4.0.4.GA-clustered/server/node1/conf/jboss-service.xml
  | org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.services.binding.ServiceBindingManager; - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.services.binding.ServiceBindingManager)
  | 

I looked inside the 4.0.4 jars, and could not find any ServiceBindingManager 
class. The JBoss AS Guide for 4.0.4 still recommends the old technique; Has 
something changed but not reflected in the docs? 

Any help would be appreciated, 

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

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

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: URGENT:: identify JBoss Version at run time--hostname an

2006-07-07 Thread kesso01
Thanks kiran.

Unfortunately i don't have access for Jboss library at run time. is there any 
XML i can parse and get the JBoss version..

Also i have another question. Is there any configuration file in Jboss 
directory i cane get the webserver hostname and port?

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

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

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] - jbpm-starters-kit-3.1.1 with Eclipse, how use MySQL!

2006-07-07 Thread Remider
Hi,
i am using jbpm-starters-kit-3.1.1 with Eclipse 3.1.2.
i want to use MYSQL database?
i configure 2 file hibernate.cfg.xml 
jbpm-starters-kit-3.1.1\jbpm-server\server\jbpm\deploy\jbpm.jar and 
jboss-service.xml in 
jbpm-starters-kit-3.1.1\jbpm-server\server\jbpm\deploy\jbpm.sar\META-INF.
I was copy mysql-connector-java-3.1.13-bin.jar in 
jbpm-starters-kit-3.1.1\jbpm-db\mysql.
However, it can not run with MySQL.
Who can help me?
Remid

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

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

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: Reverse engineering seam

2006-07-07 Thread jason_rency
hi RuiRosado,

I got the exactly the same error..
did you find any thing useful?

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

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

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: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
The JBoss installation was done using java -jar jems-installer-1.2.0.BETA.jar 
and selecting ejb3-clustered profile.

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

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

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 without starter kit

2006-07-07 Thread Viegas
[EMAIL PROTECTED] wrote : If you copy the .sar remember also to setup your 
database as per chapter 8 of the guide.  Once you've done that everything 
should work - you will still need to write your own facade into the jBPM 
engine.  There are no out of the box session beans provided.

Im geting the error jasperException: Cannot get value for expression 
´{userBean.UserSelection}, is his related to chapter 8?

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

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

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: Reverse engineering seam

2006-07-07 Thread jason_rency
in my test app, it seems can't find javax.interceptor package which jboss seam 
needs.

jason

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

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

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 String/XML Problem

2006-07-07 Thread ncapito
Thanks for the reply Alex.  I do care about portability issues so I will not 
reqquest a feature.  I do appoligize I did not see you previous post about the 
spec.


Nick

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

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

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: Reverse engineering seam

2006-07-07 Thread jason_rency
I found the javax.interceptor package, which is in jboss-ejb3x.jar. but in this 
jar there is no method javax.interceptor.InvocationContext.getTarget() method 
which is revoked by jboss seam interceptor defined.

regards
Jason

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

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

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 application error:

2006-07-07 Thread jason_rency
it seems the app can't find the 
javax.interceptor.InvocationContext.getTarget()method which jboss seam needs.

I found the javax.interceptor package, which is in jboss-ejb3x.jar. but in this 
jar there is no method javax.interceptor.InvocationContext.getTarget() 

any suggestion?

regards
Jason

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

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

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 Condition

2006-07-07 Thread ncapito
There is a good chance it might not be different.  I did add it within a case 
tag.   It was a while ago.  The reason I posted was that I could not find a 
complete switch string example in the docs.  So i wanted to just throw one that 
I knew worked into the community.

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

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

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 application error:

2006-07-07 Thread [EMAIL PROTECTED]
You need to install JBoss AS using the JEMS installer, see the WIki, 
installation guide or getting started document.

(Or update your libraries to EJB3 CR 8)

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

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

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] - extended persistence context

2006-07-07 Thread balamg
for me to use extended persistence context, is is required to use seam managed 
transactions as mentioned in the manual like so:


phase-listener
org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener
/phase-listener


the booking example does use extended peristence but i dont see the above 
configuration setting.

can someone clarify this a bit more ?

thanks



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

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

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: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Tried a few more things and looks like eviction is working for attributes like 
timeToLiveSeconds and maxAgeSeconds(if at all they are specified) but NOT 
WORKING for maxNodes.

P.S.: While debugging LRUAlgorithm.java, observed that the following statement :

ne = (NodeEntry)recycleQueue_.poll(0); in the prune() method *always* returns 
null and as a result the subsequent check for maxNodes in this method is 
skipped. I am not sure whether this information is going to be of any use.

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

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

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: Web Service invocation inside a BPEL-Process failed.

2006-07-07 Thread ncapito
Have you tried adding in the locations of your other partner links in the 
bpelapplication.xml!?  It could be that the process does not know how to 
deliver to you ws because it does no know its location.  When i get back to my 
office i will send you an example of a service catalog.

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

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

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 application error:

2006-07-07 Thread jason_rency
i found the problem,

need use the latest version of jboss ejb3 jars.

the jar in ejb3.deploy in the server is still the old version. 

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

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

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] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
With all due respect:
(1) these were exactly the kinds of questions that were considered JCA problems 
when this forum was created--I know that, because I posted here on a couple 
occasions at that time and obtained helpful answers;
(2) a search of the forums for this Firebird database connection problems shows 
that they *only* appear in this forum;
(3) it is in the nature of this kind of question that where the solution lies 
is not obvious--JCA is certainly involved here; and
(4) I still have no idea how to fix the problem, nor where to go for an answer.

I followed all the instructions about how to set this up both in Burke's book 
and on the Firebird website.  Why is Hibernate intruding  here at all since the 
JCA connection being made is to Firebird via the two XML files?  How does one 
specify the Hibernate dialect in a persistence.xml file, or find out how to do 
so?  Thank you.



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

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

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: Reverse engineering seam

2006-07-07 Thread jason_rency
i found the problem,

need use the latest version of jboss ejb3 jars.

the jar in ejb3.deploy in the server is still the old version. 

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

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

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: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Please, ignore this entire topic. Had got confused with the concept of nodes 
and keys. Eviction is working fine.

Sorry for the trouble

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

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

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] - JBoss BseCode

2006-07-07 Thread Haydee
Hi, please somebody could say me another way to get the CodeBase to  Jboss?. I 
have problems to connect to  cvs.forge.jboss.com server with ecllipse.  

Thanks.

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

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

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: JBoss BseCode

2006-07-07 Thread [EMAIL PROTECTED]
You need to use anoncvs.forge.jboss.com (anonymous user with pserver connection)

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

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

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 reverse engineering tool

2006-07-07 Thread jason_rency
zerzio wrote : I had almost the same problem and your suggestion to use the 
nightly build worked in a sense: Yes, the seam application was deployed. Great.
  | 
  | The problem now is that no JSF renders something but errors...
  | 
  | http://localhost:8080/seamapp/editCity.jsf
  | javax.servlet.ServletException: Exception in JSP: /editCity.jsp:10
  |   | 
  |   | 7:   head
  |   | 8:meta http-equiv=Content-Type content=text/html; 
charset=iso-8859-1 /
  |   | 9:title
  |   | 10:  h:outputText value=#{msg.Create} #{msg.City} 
rendered=#{cityEditor.new}/
  |   | 11:  h:outputText value=#{msg.Update}/#{msg.Delete} #{msg.City} 
rendered=#{!cityEditor.new}/
  |   | 12:/title
  |   | 13:style type=text/css media=all
  |   | 
  |   | Stacktrace:
  |   | 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:51)
  |   | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  |   | 
  | 
  | http://localhost:8080/seamapp/findCity.jsf
  | javax.servlet.ServletException: Cannot get value for expression 
'#{cityFinder.example.cityId}'
  |   | 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:51)
  |   | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  |   | 
  | ---
  | I feel so close...


hi, try the latest jboss ejb jars for your build path insted of the old one in 
the ejb3.deploy in the jobss server.
regards

Jason

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

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

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 reverse engineering tool

2006-07-07 Thread jason_rency
fkaufmes wrote : My problem with the Seam tool is just told, I get the error 
message:
  | 
  | ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  |   | javax.faces.el.EvaluationException: Cannot get value for expression 
'#{catererEditor.new}'
  | 
  | I have no many-to-many mappings. The database structure is very simple for 
testing. Is there a possible solution for this problem?

try to use the latest version of jboss ejb3 jars (jobss-ejb3 latest download) 
instead of the jars in ejb3.deploy in the server is still the old version.

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

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

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: JBoss BseCode

2006-07-07 Thread [EMAIL PROTECTED]
You can also get it from the download page:
http://labs.jboss.com/portal/jbossportal/download/index.html

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

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

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] - Blog Portlet

2006-07-07 Thread Chris_O
does anyone know where I might be able to find a blog portlet?

Thanks.

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

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

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] - CMS portlet-functionality?

2006-07-07 Thread Ramaze
Hi All,

What is the functionality of CMS portlet and how can i change the property of 
the cms portlet instance[like changing the height of the flash portlet 
instance]?

Regards,
Ramesh.


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

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

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] - NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in deployi

2006-07-07 Thread itshark
hi everyone!
depolying .ear application that make use of  dom4j-1.5.2.jar,jboss have the 
following problems:
 Caused by: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath
at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230)
at org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:207)
at org.dom4j.tree.AbstractNode.selectNodes(AbstractNode.java:164)
at 
com.alibaba.common.resourcebundle.xml.XMLResourceBundle.(XMLResourceBundle.java:37)
at 
com.alibaba.common.resourcebundle.xml.XMLResourceBundleFactory.parse(XMLResourceBundleFactory.java:75)
at 
com.alibaba.common.resourcebundle.AbstractResourceBundleFactory.createBundle(AbstractResourceBundleFactory.java:84)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.findBundle(ResourceBundleFactory.java:329)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.getBundleImpl(ResourceBundleFactory.java:194)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory$Helper.access$000(ResourceBundleFactory.java:143)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory.getBundle(ResourceBundleFactory.java:109)
at 
com.alibaba.common.resourcebundle.ResourceBundleFactory.getBundle(ResourceBundleFactory.java:36)
at 
com.alibaba.biz.command.result.ResultCode.getResourceBundle(ResultCode.java:80)
at 
com.alibaba.biz.command.result.ResultCode.getMessage(ResultCode.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
.
if anyone can help..
thanks in advance!

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

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

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: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version

You can read the version.properties file present in jboss-system.jar file, 
which you can find in %JBOSS_HOME%/lib directory.



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

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

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] - Unique for every server instance.

2006-07-07 Thread penumutchu
Hi,
   We are using jboss for over development. We are using multiple jboss 
instances in the network. All the jboss instances are listning to the same 
database. Each user request we are placing in the database. Now we want to 
distinguish the user request to which server the user has requested. We want to 
know wheather jboss is having any unique-id. Even if i restart the server i 
should be able to get the same id.

Waiting for ur reply.

Bhaskar
India

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

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

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: ActiveMQ Integration

2006-07-07 Thread jnerd
http://jira.jboss.com/jira/browse/EJBTHREE-389

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

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

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: Hibernate 2nd lvl Cache for EJB3

2006-07-07 Thread MarcReis
Thanks, it worked (after multiple: 1. clean, 2.build 3.goto 1 again; eclipse 
and ant after some attempts finally did what they should and it worked).

Unfourtunately there still is an error that shows up:


  | ... //Server Start
  | 13:35:47,062 INFO  [STDOUT] I have been created by 
de.somewhere.test.ejbean.NatPersLstSFBea
  | ... // some verbose Hibernate output about creating factory and c3p0 pool 
stuff
  | 13:41:21,234 WARN  [CacheLoaderInterceptor] CacheLoader.get(Fqn) returned a 
null; assuming the node nodes not exist.
  | 13:41:21,234 WARN  [CacheLoaderInterceptor] The CacheLoader interface has 
changed since JBossCache 1.3.x
  | 13:41:21,234 WARN  [CacheLoaderInterceptor] Please see 
http://jira.jboss.com/jira/browse/JBCACHE-118
  | 13:41:21,234 WARN  [CacheLoaderInterceptor] CacheLoader.get() should return 
an empty Map if the node does exist but doesn't have any attributes.
  | 13:58:06,859 INFO  [STDOUT] I will be serial soon 
de.somewhere.test.ejbean.NatPersLstSFBean //done from @PrePassivate
  | 14:00:08,359 INFO  [STDOUT] I have been created by 
de.somewhere.test.ejbean.NatPersLstSFBean //done from @Init
  | 14:03:35,046 ERROR [STDERR] java.lang.RuntimeException: 
java.lang.RuntimeException: java.io.IOException
  | 14:03:35,046 ERROR [STDERR] at 
org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.prePassivate(LifecycleInterceptorHandler.java:160)
  | 14:03:35,046 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulContainer.invokePrePassivate(StatefulContainer.java:351)
  | 14:03:35,046 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulBeanContext.prePassivate(StatefulBeanContext.java:178)
  | 14:03:35,046 ERROR [STDERR] at 
org.jboss.ejb3.cache.tree.StatefulEvictionPolicy.passivate(StatefulEvictionPolicy.java:73)
  | 14:03:35,046 ERROR [STDERR] at 
org.jboss.ejb3.cache.tree.StatefulEvictionPolicy.evict(StatefulEvictionPolicy.java:63)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.cache.eviction.BaseEvictionAlgorithm.evictCacheNode(BaseEvictionAlgorithm.java:210)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:90)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:121)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.cache.eviction.BaseEvictionAlgorithm.process(BaseEvictionAlgorithm.java:98)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:80)
  | 14:03:35,062 ERROR [STDERR] at 
java.util.TimerThread.mainLoop(Timer.java:512)
  | 14:03:35,062 ERROR [STDERR] at 
java.util.TimerThread.run(Timer.java:462)
  | 14:03:35,062 ERROR [STDERR] Caused by: java.lang.RuntimeException: 
java.io.IOException
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors(StatefulBeanContext.java:365)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.ejb3.stateful.StatefulBeanContext.getInterceptorInstances(StatefulBeanContext.java:333)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.ejb3.interceptor.LifecycleInvocationContextImpl.getLifecycleInvocationContext(LifecycleInvocationContextImpl.java:65)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.prePassivate(LifecycleInterceptorHandler.java:151)
  | 14:03:35,062 ERROR [STDERR] ... 11 more
  | 14:03:35,062 ERROR [STDERR] Caused by: java.io.IOException
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:411)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:81)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:639)
  | 14:03:35,062 ERROR [STDERR] at 
org.jboss.serial.persister.ProxyPersister.readData(ProxyPersister.java:66)
  | 14:03:35,078 ERROR [STDERR] at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:411)
  | 14:03:35,078 ERROR [STDERR] at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:81)
  | 14:03:35,078 ERROR [STDERR] at 

[JBoss-user] [Security JAAS/JBoss] - Re: problems with @SecurityDomain @PermitAll

2006-07-07 Thread hoeft
Hi!

Is your jboss.xml in the WEB-INF directory in your jar-file? If not, that 
causes your problem. 

Meinert





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

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

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] - How to Disable SSL URL's ?

2006-07-07 Thread wa7son
Out of the box JBoss Portal uses the 3 url's /sec, /auth og /authsec to 
indicate that the system is either running HTTPS, with user authentication or 
both.

I.e: If you write https://www.your-portal-domain.com/ you will see that all 
URL's have been re-written to contain /sec at the beginning.

But is there a way to get JBoss Portal to stop doing this (i.e stop the URL 
manipulation when I manually write https:// in front of the URL)?

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

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

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] - HandlerChain support

2006-07-07 Thread dloiacono
Does JBossWS 1.0.1GA support @HandlerChain annotation ?

I had written a WS EJB3 endpoint with @HandlerChain(file=handlers.xml, 
name=) 


  | ...
  | @Stateless
  | @WebService(targetNamespace = http://net.fimed.workproject.client.ws/;)
  | @SOAPBinding(style=SOAPBinding.Style.DOCUMENT,use=SOAPBinding.Use.LITERAL) 
//WS-I BP 1.0
  | @HandlerChain(file=handlers.xml, name=)
  | public class Service1Action implements Service1 {
  | 
  | @Logger
  | private Log log;
  | 
  | @WebMethod(operationName=Greetings) //WS-I Naming convention .NET
  | public String getGreetings(String name) {
  | log.debug(Service1 called);
  | return Good morning  + name;
  | }
  | 
  | }
  | 

handlers.xml in /WEB-INF/classes


  | ?xml version=1.0 encoding=UTF-8?
  | 
  | !--
  |  The contents of this file are subject to the terms
  |  of the Common Development and Distribution License
  |  (the License).  You may not use this file except
  |  in compliance with the License.
  |  
  |  You can obtain a copy of the license at
  |  https://jwsdp.dev.java.net/CDDLv1.0.html
  |  See the License for the specific language governing
  |  permissions and limitations under the License.
  |  
  |  When distributing Covered Code, include this CDDL
  |  HEADER in each file and include the License file at
  |  https://jwsdp.dev.java.net/CDDLv1.0.html  If applicable,
  |  add the following below this CDDL HEADER, with the
  |  fields enclosed by brackets [] replaced with your
  |  own identifying information: Portions Copyright []
  |  [name of copyright owner]
  | --
  | 
  | jws:handler-config xmlns:jws=http://java.sun.com/xml/ns/javaee;
  | jws:handler-chains
  | jws:handler-chain
  | jws:handler
  | 
jws:handler-classnet.fimed.workproject.ejb3.session.LoggingHandler/jws:handler-class
  | /jws:handler
  | /jws:handler-chain
  | /jws:handler-chains
  | /jws:handler-config
  | 


but when I deploy it an exception is throwed:


  | org.jboss.ws.WSException: Cannot process handler chain: handlers.xml
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilder.processHandlerChain(AnnotationsMetaDataBuilder.java:560)
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilder.setupEndpointFromAnnotations(AnnotationsMetaDataBuilder.java:164)
  | at 
org.jboss.ws.metadata.AnnotationsMetaDataBuilderEJB3.buildMetaData(AnnotationsMetaDataBuilderEJB3.java:93)
  | at 
org.jboss.ws.server.WebServiceDeployerEJB3.createWebServicesMetaData(WebServiceDeployerEJB3.java:91)
  | at 
org.jboss.ws.server.WebServiceDeployer.create(WebServiceDeployer.java:103)
  | at 
org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
  | at 
org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy35.create(Unknown Source)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:943)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
  | at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | at 

[JBoss-user] [EJB 3.0] - check if a lazy property is loaded

2006-07-07 Thread vboerchers
In an entity bean with some lazy loaded properties I would like to provide a 
toString() method that shows as much info as currently available like that:


  | public String toString() {
  | if (isInitialized(this.lazyProperty)
  | return MyEntity:  + this.lazy.Property;
  | else
  | return MyEntity;
  | }
  | 
I found references to a hibernate specific Hibernate.isInitialized(Object) but 
such a feature seems to be missing in EJB3. Is that correct?

Volker

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

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

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


[JBoss-user] [JNDI/Naming/Network] - Multiple network interface problem

2006-07-07 Thread [EMAIL PROTECTED]
Hi

I have a server with an external (internet) nic and an internal (lan) nic. 

When i access the jndi naming service from the internal lan it returns the 
external IP/Address of the server and not the lan address on which it was 
contacted. 

How can I configure JNDI to return the server IP/address appropriate to the 
network from which the JNDI lookup was made. 


Jules

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

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

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


[JBoss-user] [JNDI/Naming/Network] - Re: Multiple network interface problem

2006-07-07 Thread [EMAIL PROTECTED]
Sorry should have mentioned that I am using 

jboss-4.0.4.GA

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

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

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: Expected behavior of FQN?

2006-07-07 Thread jaikiran
Had a look at the test cases and the FqnTest.java does not have  a test case 
for this specific scenario. I added the following test case to the same:

/**
  | * @testDesc Tests the [EMAIL PROTECTED] Fqn#equals(Object)} method. Two 
Fqn will be created, one 
  | *   will use the  [EMAIL PROTECTED] Fqn#Fqn(Object)} and the 
other will use [EMAIL PROTECTED] Fqn#fromString(String)}.
  | *   These two objects will then be checked for equality
  | */
  |public void testEquals4() {
  |String fqnPath = a/b/c;
  |Fqn fqnUsingFromStringMethod = Fqn.fromString(fqnPath);
  |Fqn fqnPassingStringToConstructor = new Fqn(fqnPath);
  |
  |assertTrue(Fqn created using fromString() is NOT equal to Fqn 
create using  Fqn(Object obj) constructor, 
fqnUsingFromStringMethod.equals(fqnPassingStringToConstructor));
  |
  |}

This test case shows that the equals() method is failing in this scenario.



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

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

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] - Adjusting all port numbers

2006-07-07 Thread Matthew Towler
Hi

I have previously setup JBoss 4.0.4 using the default configuration, but now I 
wish to use it on a machine where port 8080 is already in use.  Therefore I 
would like to setup the server to use a different number, say 8090.  I have 
searched for 80xx in the config files and have found the following:

dynclassloader-service - 8083
jboss-service.xml - 8080 (four times)
server.xml (in tomcat) 8080 (twice) and 8009 (twice)
jboss-service.xml - 8093
attributes.xml - 8080

Quite a lot of locations, especially as I have probably missed some.

My question is to ask whether there is somewhere that details all the items 
that need to be adjusted to move the base port of JBoss?  I have had a look 
through the FAQ and documentation and could not see anything.

Matthew

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

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

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: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at:

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



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

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

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   >