[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with SwiftMQ integration

2005-08-01 Thread [EMAIL PROTECTED]
iit wrote : 
  | I guess you are wrong, Adrian. You might check the examples for the JCA 1.5 
spec, section 12.7:
  | 

I am not wrong, since the examples are non-normative.
I guess we will have kludge our way around it, not because of the examples,
but because of the standard properties mentioned in the spec that are
normative.

Incidently, your example of DestinationType is clearly wrong since the jca spec
(which actually defines these properties) uses lower case.


  |   The connector architecture defines a set of well-defined
  |   properties all of type java.lang.String. These are as
  |   follows.
  | 
  |ServerName
  |PortNumber
  |UserName
  |Password
  |ConnectionURL
  | 

It should be (according to the javabean spec)
public void setDestination(String destination) - property name destination
public void setURL(String url) - property name URL

i.e. only repeated use of upper case letters causes the first character to be 
capitalized.

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with SwiftMQ integration

2005-07-30 Thread iit
[EMAIL PROTECTED] wrote : In the SwiftMQ case, the uppercase property name in 
the required properties
  | of META-INF/ra.xml is wrong.

Pardon me for jumping in here.

I guess you are wrong, Adrian. You might check the examples for the JCA 1.5 
spec, section 12.7:

A sample JMS resource adapter deployment descriptor:


  | ...
  | !-- ResourceAdapter default configuration properties --
  | config-property
  |   config-property-nameServerName/config-property-name 
  |   config-property-typejava.lang.String/config-property-type
  |   config-property-valueWombatServer/config-property-value
  | /config-property
  | config-property
  |   config-property-namePortNumber/config-property-name
  |   config-property-typejava.lang.Integer/config-property-type
  |   config-property-value1050/config-property-value
  | /config-property
  | ...
  | 

A sample EJB 2.1 message-driven bean deployment descriptor


  | ...
  | activation-config-property
  |   activation-config-property-name
  | DestinationType
  |   /activation-config-property-name
  |   activation-config-property-value
  | javax.jms.Topic
  |   /activation-config-property-value
  | /activation-config-property
  | ...
  | 

That's the reason why our config property names start with upper case. This has 
been tested with all major app servers and it works fine.

Just be a little more flexible in JBoss.

Andreas Mueller
SwiftMQ


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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with SwiftMQ integration

2005-07-30 Thread iit
Added a comment to this Jira item:

http://jira.jboss.com/jira/browse/JBAS-1850

Andreas Mueller
SwiftMQ

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with SwiftMQ integration

2005-06-02 Thread [EMAIL PROTECTED]
serge_dubakov wrote : 
  | In the meantime JBoss's PropertyEditors could try to lowercase first letter 
itself...

If it was a bug raise it on JIRA.
I can tell you it is NOT a bug, besides the fact that this has been discussed 
before

ActivationSpecs are javabeans, which means the property names need to follow
javabean conventions.


  | get/setSomething() - something
  | 

If you don't like the javabean convention, you can change it with a custom 
BeanInfo
class.

In the SwiftMQ case, the uppercase property name in the required properties
of META-INF/ra.xml is wrong.

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

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user