[JBoss-user] [Persistence & CMP/JBoss] - Re: Foreign key constraint not added as requested ...

2004-07-11 Thread tomerbd
PS

I'm using jboss3.2.5, and had the same problem on jboss3.2.4

the relationship constraints wern't created while jboss created the tables on my 
database

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841687#3841687

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841687


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Foreign key constraint not added as requested ...

2004-07-11 Thread tomerbd
I'm using mysql , jboss.
following is the important part of my jbosscmp-jdbc.xml, notice the 
preferred-relation-mapping tag... 


  | 
  |   
  | java:/MySqlDS
  | mySQL
  | true
  | true
  | foreign-key
  |   
  | 
  | 

I received this message from jboss : 

Foreign key constraint not added as requested

Why didnt it create the foreign keys ? 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841686#3841686

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841686


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: ClassCastException when looking up HAPartition via JNDI

2004-07-11 Thread aggiaggi
Thx for the quick answer.

Best regards
Gerd

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841685#3841685

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841685


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: how to add/remove data from many-to-many CMR?

2004-07-11 Thread didi
can you give me a paragraph number please? 

10.3.4 explains removing from a relationship. As far as I understood it you just have 
to entityBean2.remove() and entityBean2 gets removed from the relationship of 
entityBean1 (suggest there was a relationship between entityBean1 and entityBean2). Is 
that right?

adding should be done with entityBean1.getEntityBean2s().add(entityBean2); But what do 
I actually add: the ValueObject or the (Local)Interface?

tnx anyway

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841684#3841684

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841684


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Problem with MDB which uses JNI and raw sockets

2004-07-11 Thread dev2gosoft
However one could isolate the access of JNI functionality in a wrapper RMI object and 
then an MDB could become a client to the RMI object and access the jni functionality 
INDIRECTLY...
Scott? can u help us if I am wrong... 
thanks in advance 
 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841683#3841683

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841683


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Problem with MDB which uses JNI and raw sockets

2004-07-11 Thread dev2gosoft
However one could isolate the access of JNI functionality in a wrapper RMI object   
and then an MDB could become a client to the RMI object and access the jni 
functionality directly...

Scott? can u help us if I am wrong...
thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841682#3841682

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841682


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Problem with MDB which uses JNI and raw sockets

2004-07-11 Thread dev2gosoft
HmmmIt is my understanding that EJBContainers do no allow access to JNI 
functionality...? 
Am i Wrong???
Scott??? any thoughts on this

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841681#3841681

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841681


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP with MS Access

2004-07-11 Thread mprk
Use the SQL Server data mapping (i.e. MS SQLSERVER2000).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841680#3841680

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841680


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Registering Beans deployed on all servers to a single JN

2004-07-11 Thread pankilshah82
Hi scott,
I am a new on JBoss. Does this mean that i have to make a cluter of all the JBoss 
servers having the beans and give the IPAddress of any one, so that a failover or 
redeployment of beans in another JBoss server gets reflected in the JNDI. Is there a 
single JNDI service running in the cluster? Because as per my knowledge even in a 
cluster the JMSProvider for each server runs seperately(as in JBoss 3.2.3) so i am not 
quite sure about JNDI service behaviour running in clustered environment. Thanx for ur 
reply.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841679#3841679

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841679


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Installation Tutorial

2004-07-11 Thread sampaw
mike, thanks for your help. I broke my arm on fri so i wont bothr with alot of punc, 
sorry,

"mikefinn" wrote : It is unusual that starting from a freshly unpacked distro does not 
work. Did you change the config? 

Only after it did not work.
1st I determined java_home was not set, set it. fixed bunch of errs,
then(all in default server directory), copied jboss-minimal.xml to jboss-server.xml. 
still beaucoup errs. finally edited jboss-servive.xml. because most errors contained 
"UnknownHostException" i chaned every occurance of ${jboss.server.url} to the servers' 
ip addr. thats all.
"mikefinn" wrote : 
  |  If so, what?
see above
"mikefinn" wrote : 
  |  Maybe a more practical way to ask this would be to post your errors/log,
  | 
Im not sure how to this on this forum. cut and paste???


"mikefinn" wrote :  JBoss version, 
3.2.5
"mikefinn" wrote : platform,
linux debian distro 9, kernel 2.4.20-8
"mikefinn" wrote :  and the changes you made to the config, if any.  see above
"mikefinn" wrote : Also, check the FAQ forum.
  |  did that 1st.
"mikefinn" wrote : 
  | mike
  | 
  | 

THANKS again Mike! eagerly awaiting your response. In meantime will start over...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841678#3841678

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841678


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Registering Beans deployed on all servers to a single JN

2004-07-11 Thread [EMAIL PROTECTED]
Then create an external jndi context that binds the root of the sole jndi server and 
have all reference bound into it. The existence of the different servers will not be 
transparent to the client from a connection standpoint, only where they do the initial 
lookup. The HAJNDI server gives this behavior for free.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841677#3841677

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841677


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Registering Beans deployed on all servers to a single JNDI i

2004-07-11 Thread pankilshah82
Hi all,
I am stuck with a problem. I want that there should be only one JNDI in the network 
and all the clients using the services of any beans gets the reference of any bean 
from the same JNDI. I want that whatever may be the situation even if i deploy the 
bean on some other server with different IPAddress it should be transparent to the 
clients as they will get the new reference from the JNDI which is already running and 
the actual server on the bean is running does not matter to the client.
Thanx in advance.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841676#3841676

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841676


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: ClassCastException when looking up HAPartition via JNDI

2004-07-11 Thread [EMAIL PROTECTED]
This code cannot work outside of the jboss server. The HAPartition implementation is 
no serializable and able to function outside of the vm in which the partition service 
was configured. You would have to write your own rpc proxy using the detached invoker 
framework or interact with the service mbean via a jmx connector.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841675#3841675

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841675


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.jms.InvalidDestinationException

2004-07-11 Thread pankilshah82
hi,
Thank You for your suggestion. I solved the problem before ur post. Actually i read 
the Online documentation and was able to solve it.
I would post the solution as soon as possible.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841674#3841674

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841674


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Problem with MDB which uses JNI and raw sockets

2004-07-11 Thread [EMAIL PROTECTED]
Create a bug report on sourceforge with the jni code and example as this would require 
debugging into the c/c++ layer to see what might be going on.
http://sourceforge.net/tracker/?group_id=22866&atid=376685


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841673#3841673

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841673


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Problem with MDB which uses JNI and raw sockets

2004-07-11 Thread walkman

We wrote a small program which uses JNI and raw sockets. There were no problems when 
we used it outside Jboss. The problem starts only when we try to use this code from an 
MDB. We tried to put the *.so lib in the jboss /bin directory. When the Jboss gets to 
the part when it needs to send the packet through the raw socket it crashes. sometimes 
the jboss crashes and sometimes the computer crashes.

We will appreciate any responses.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841672#3841672

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841672


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - ClassCastException when looking up HAPartition via JNDI

2004-07-11 Thread aggiaggi
Hello,

I need help on the following problem:

I get a ClassCastException when I try to lookup the DefaultPartion via JNDI from 
within client code. I run jboss 3.2.2 in the shipped "all" configuration and have only 
jbossall-client.jar in the client's CLASSPATH. Here is my code:

import java.util.Properties;
  | 
  | import javax.naming.Context;
  | import javax.naming.InitialContext;
  | 
  | import org.jboss.ha.framework.interfaces.HAPartition;
  | 
  | public class TestJBoss {
  | 
  | public static void main(String[] args) {
  | Properties p = new Properties();
  | 
p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
  | p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces");
  | p.put(Context.PROVIDER_URL, "169.254.195.178:1100"); // HA-JNDI port.
  | 
  | try{
  | InitialContext ctx = new InitialContext(p);
  | Object obj = (Object) 
ctx.lookup("/HAPartition/DefaultPartition");
  | System.out.println(obj);
  | HAPartition myPartition = (HAPartition) obj;
  | System.out.println(myPartition.getPartitionName());
  | }catch(Exception e){
  | e.printStackTrace();
  | }
  | }
  | }

The System.out.println(obj) produces the following output:

anonymous wrote : Reference Class Name: org.jboss.ha.framework.server.HAPartitionImpl
  | Type: nns
  | Content: /HAPartition/DefaultPartition

Cheers 
Gerd

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841671#3841671

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841671


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - My wsdl has no messages defined!

2004-07-11 Thread zeke7237
I've got a session bean, tagged for jboss.net, explicit tag-exposed methods. I get 
wsdl from the deployed system, but no messages. The web-service.xml list the allowed 
methods which match the tagged methods. The typedefs look OK, just no method/message 
defs! What the heck is going on?

generated web-service.xml:

  | http://xml.apache.org/axis/wsdd/";
  | targetNamespace="http://dmbc.edge-technologies.com/DMBC";
  | xmlns:dmbc="http://dmbc.edge-technologies.com/DMBC";
  | xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  |   http://schemas.xmlsoap.org/soap/encoding/"/>
  | 
  |   http://schemas.xmlsoap.org/soap/encoding/"/>
  | 
  | 
  | 
  | 
  | 

the returned wsdl:

  | 
  | http://localhost:8080/jboss-net/services/userService"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:apachesoap="http://xml.apache.org/xml-soap"; 
xmlns:impl="http://localhost:8080/jboss-net/services/userService"; 
xmlns:intf="http://localhost:8080/jboss-net/services/userService"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns1="http://dmbc.edge-technologies.com/DMBC"; xmlns:tns2="http://dmbc.tv"; 
xmlns:tns3="http://net.jboss.org/jmx"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
  | 
  | http://dmbc.tv"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  | http://schemas.xmlsoap.org/soap/encoding/"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | http://dmbc.edge-technologies.com/DMBC"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  | http://schemas.xmlsoap.org/soap/encoding/"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | http://net.jboss.org/jmx"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  | http://schemas.xmlsoap.org/soap/encoding/"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | http://schemas.xmlsoap.org/soap/http"/>
  | 
  | 
  | 
  | http://localhost:8080/jboss-net/services/userService"/>
  | 
  | 
  | 
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841670#3841670

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841670


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user ma

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-11 Thread StephaneNicoll
Well I might misunderstand your question, true, but back to your first post:

QueueConnectionFactory qf  = (QueueConnectionFactory) ctx.lookup("java:/JmsXA");
qf.createQueueConnection(); 

will work in your Mbean. Then you can do whatever you want with the connection 
(returns it to the caller for instance eventhough I don't really get the point)

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841666#3841666

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841666


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-11 Thread yxyang
hi

I think StephaneNicoll misunderstand my question. 
It is not the issue of java:/JmsXA or java:/Jms.


I also know how to use resource adapter in ejb by define entries in ejb-jar.xml file 
etc. 

My question is how to use resource adapter outside of ejb? e.g., like JMX bean.

Andrian, can you give me help?

thanks a lot

yang

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841665#3841665

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841665


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-11 Thread StephaneNicoll
Also, the Wiki contains code that shows how to use java:/JmsXA with XDoclet in a 
Session Bean.

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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841664#3841664

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841664


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-11 Thread StephaneNicoll
(4) read Adrian's post one more time. The name is java:/JmsXA not java:/Jms ...

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841663#3841663

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841663


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ, JMS Message in transaction?

2004-07-11 Thread StephaneNicoll
Show the code that sends the message to QueueA in your session bean.

It should NOT use JMS transacted session (i.e. pass true when you create your JMS 
session). If your Session Bean is enlisted to a JTA transaction, sending of the JMS 
message will also be enlisted automatically.

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841661#3841661

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841661


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.jms.InvalidDestinationException

2004-07-11 Thread StephaneNicoll
Read the FAQ, Adrian added an entry on that subject.

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841662#3841662

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841662


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Problem in Developing Custom Actions in Tomcat 4.0

2004-07-11 Thread pankilshah82
http://jakarta.apache.org/taglibs/tutorial.html#basic_tag_library 

The link that i have pasted above is the link to develop a very simple custom action. 
That custom action displays "hello world". But this example does not work on Tomcat 4. 
It displays a blank page with some doctype automatically added to the page. None of 
the static contents of the html of the original page are displayed in the browser. 
Even in the view source option just a doctype and an empty body is shown.I have 
checked the log file as well. There's no exception or entry in it. Can anybody tell me 
the reason.Thanx in advance.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841660#3841660

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841660


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: EJB QL performance

2004-07-11 Thread loubyansky
Read the free docs and wiki.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841659#3841659

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841659


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR constant join in compound primary key

2004-07-11 Thread loubyansky
Here you map a field to a column, not the value in the column.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841658#3841658

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841658


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user