[jboss-user] [JBossWS] - Re: .Net parameter interoperabilty

2007-08-23 Thread genady_yadata
Using @XmlRootElement + @XmlType(name=)  helps?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Why are reference types no longer nillable?

2007-08-23 Thread genady_yadata
Anybody?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077431
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-20 Thread genady_yadata
Heiko,
Is there an XML syntax that can override the WebContext or we must use the 
annotation?

Thanks,
Genady

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047054
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-15 Thread genady_yadata
Our jar is named beans.jar and adding 

@WebContext(contextRoot=/beans)

to all of the classes seems to work.

I also can't understand what caused them to change the behavior in 1.2.1GA. 

Does anybody know how to specify the context root in an XML file?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045721
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-15 Thread genady_yadata
[EMAIL PROTECTED] wrote : Or via a custom MBean which is usually what most 
people do.

Do you mean message driven beans?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045764
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-15 Thread genady_yadata
Can you please provide a pointer to an example?

Thanks!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045767
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-15 Thread genady_yadata
Ok, I think I get the idea. Are there any limitations on threads created by the 
MBean?
Can the MBean interact with the rest of the EJB3 components using regular ejb3 
bean injections and transaction management, or everything will have to go 
through JNDI?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045785
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-15 Thread genady_yadata
Occasionally our application needs to iterate over large amounts of data 
(that's in the DB, and we use hibernate to access it). Since the process is 
both computation and IO intensive, we'd like to balance between io/cpu load by 
using threads.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045802
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: MDB deployment problem

2007-05-14 Thread genady_yadata
I've have similar problem overriding MDB activation config through XML.
It gives me the instance not found exception with JBoss 4.0.4 but seems to work 
with JBoss 4.2.0GA.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045411
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Overriding annotations with ejb-jar.xml

2007-05-14 Thread genady_yadata
Hi,
I've read about overriding annotations with ejb-jar.xml file to allow 
configuration at deploy time. It works fine. 

My problem is that the ejb-jar.xml resides deep inside a jar file which in turn 
is packaged in a .ear file and it makes it difficult to modify. 

Is there another location from which JBoss can pick the file? Or is there an 
API that I can use to programmatically override the annotations similar to what 
the ejb-jar.xml file does?

Thanks in advance!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045430
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-13 Thread genady_yadata
I should add that I'm talking about some heavyweight processing, not just 
serving bean instances in parallel.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045266
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - threads in jboss

2007-05-13 Thread genady_yadata
Hi,
Can I use plain Java threads inside JBoss application server?
Or I have to use messaging to run code in parallel?

Thanks in advance!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045265
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user