Hi jaikiran
And what is the stage of ejb 3.1 project? is there any release date scheduled?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266909#4266909
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266909
___
i found jboss 6.0.1.M1 for download here :
http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/
Does this jboss ejb 3.1(JSR 318) supported ???
Regards,
Paata Lominadze,
Magticom LTD.
View the original post :
http://www.jboss.org/index.html?module=bb&op=
"Wolfgang Knauf" wrote : Hi,
|
| probably you will have to catch the exceptions which are thrown when
calling "entityManager.persist(...)", and in some inner exception you should
find the hibernate exceptions and perform the appropriate handling.
|
| Hope this helps
|
| Wolfgang
can anybody help on this ?
i have big problem with this :(
_
Regards,
Paata Lominadze.
Magticom LTD.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264412#4264412
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
"steeven" wrote : grdzeli_kaci,
|
| Thanks very much~
| Are you sure oracleManager worked in start() method?
yes of course,
It is very useful pattern.
Singleton service is very useful for me.
I load 90 % of database table into memory, because it contains maximum 100 rows
ok, then you must update latest ejb 3 plugin.
link is posted above.
I use this code into my application on jboss 5.1.0.GA with have no any problem.
__
Regards,
Paata Lominadze.
Magticom LTD.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
sorry i missed EntityManager declaration into implementation.
| @PersistenceContext(unitName = "CustomerCareOracle")
| private EntityManager oracleManager;
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262555#4262555
Reply to the post :
http://www.
which as are you using ?
i can give you my full working example.
1. Management Interface:
| @Management
| public interface CommonServiceMan {
| void create() throws SomeMyException;
| void start() throws SomeMyException;
| void stop() throws SomeMyException;
| void
"brarpavi" wrote : hi ,
| iam new to jboss and have just installed jboss following the below websites
intructions...
|
|
http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-128
|
| but when i started the server has the website o
can anybody help on this ?
is it possible to handle hibernate exceptions ???
for example :
org.hibernate.exception.ConstraintViolationException
and many others.
i need to make something in this case.
_
Regards,
Paata Lominadze.
Magticom LTD.
View the original post :
http:/
hi all,
i tried to use ejb 3.1 singleton services but where i can found this class ?
i've installed ejb 3.1 patch for jboss 5.0.0.GA
is it implemented already ?
or is there any example about it ?
___
Regards,
Paata Lominadze
Magticom LTD.
View the original post :
http://www.jboss.com
i think you are absolutely correct, it must be used JMS for this task.
Thank you very much for help :)
__
Regards,
Paata Lominadze,
Magticom LTD.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194784#4194784
Reply to the post :
http:/
is it possible to make ejb client callback like it is possible in RMI or CORBA?
i want to call client from server, for example for logging out user, or sending
message or something else.
is there any pattern for it ?
any idea will be appreciated,
___
Regards,
Paata Lominadze,
Mag
thank you for your quick reply,
here is my oracle-xa--ds.xml file :
|
|
| XAOracleDS
|
| false
|
oracle.jdbc.xa.client.OracleXADataSource
| jdbc:oracle:thin:@192.168.9.151:1521:DEVSTR
| ccare
| ccare
|
|
hi all,
i tried to deploy simplest ejb application on jboss 5.0.0.CR2 and i got this
exception :
| 16:17:17,116 ERROR [UsersRolesLoginModule] Failed to load
users/passwords/role files
| java.io.IOException: No properties file: users.properties or defaults:
defaultUsers.properties found
|
is it possible or i am on wrong way ? i mean is it bad pattern ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186446#4186446
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186446
__
is it possible to make client callbacks into ejb3 technology ?
for example : i have user authenticated client on my server and now i want to
log out some of them. is it possible ?
i have no problem client callbacks with CORBA or RMI.
any idea will be appreciated.
___
Rega
Thank you very much jaikiran.
this is exactly what i needed.
___
Regards,
Paata Lominadze.
Magticom LTD.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161040#4161040
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
hi all,
i tried to do singletons into my ejb 3.0 application but i could not.
there is no any design pattern about it.
but ejb 3.1 specification (JSR 318) include this pattern.
http://www.theserverside.com/tt/articles/article.tss?l=NewFeaturesinEJB3-1
is there any other possibilities for single
hi all,
i tried to use jboss cache into my ejb application to avoid database round
trips.
i found example how to cache entities there :
http://docs.jboss.org/ejb3/app-server/tutorial/clusteredentity/clusteredentity.html
i have simple task,
how to update entities into cache? i have changed databa
hi all,
i'm newbie on jboss cache and sorry about my question.
i tried to use jboss cache into my ejb application to avoid database round
trips.
i found example how to cache entities there :
http://docs.jboss.org/ejb3/app-server/tutorial/clusteredentity/clusteredentity.html
i have simple task,
hi all,
i have mdb bean.
i need that message received after a few second, is it possible ?
i need that logic which i have into mdb executed after a few second.
i cad it by Thread sleep but, maybe there is some other parameters or something
like that ?
Regards,
Paata Lominadze
Magticom LTD.
V
this is not a bug.
i have no any problems with them.
try to look into endorsed libs :
http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152093#4152093
Reply to the post :
http://www.jboss.com/i
thanks for your quick reply jaikiran.
is it correct to use timertask for file change listeners from my ejb3
application ?
i had already some problems with threads into my ejb application.
i thought maybe there is some abstract class for listening configs into jboss.
i could do this by timert
i have ejb application on my jboss as.
also i have some configuration files into /jboss/server/all/conf folder.
is it possible to do listener on create, remove and change event ?
how log4j do it ?
i can't find any example on net :(
Regards
Paata Lominadze
Magticom LTD.
i have the same problem, i there any idea ?
did you resolve this problem jwcone ??
Regards,
Paata
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135313#4135313
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135313
__
hello tony ,
i have the same problem with SLSB.
the pooling parameters for SLSB and SFSB is described info jboss configuration
file :
standardjboss.xml
|
| Standard Stateless SessionBean
| false
|
stateless-unified-invoker
|
|
org.jboss.ejb.plugins
hi all,
i have simple login page, i use seam identity,
here is my example :
1.view
|
|
| Login
| Please login using any username
and password
|
|
|
i did it.
these methods must be into different persistence context ( into different
session beans)
Thank all of you anyway.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107648#4107648
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
hi all,
i post question in transactions forum, maybe people from here can help me :
[url]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=124447
[/url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107641#4107641
Reply to the post :
http://www.jb
hi all,
i have simplest ejb 3 session bean :
| @Stateless
| @Remote(TestFasade.class)
| public class TestFasadeBean implements TestFasade {
|
| @PersistenceContext(unitName = "Oracle")
| EntityManager oracleManager;
|
| @TransactionAttribute(TransactionAttributeType.R
hi all,
i tried to use jbossws but i got this error :
| 15:56:43,829 ERROR [[WebServicesForPHPBean]] Servlet.service() for servlet
WebServicesForPHPBean threw exception
| java.lang.NoSuchMethodError:
org.jboss.ejb3.stateless.StatelessBeanContext.getWebServiceContextProperty()Lorg/jboss/inje
hi all,
i have two database
1. Oracle 10g
2. Oracle Timesten In Memory Database
i tried to use xa transactions with them and i had not any problem with
distributed transactions.
problem appears after i have configured replications on timesten database.
anonymous wrote :
| Use of distributed (
"[EMAIL PROTECTED]" wrote : Run the following test case
|
https://svn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/org/jboss/test/jca/test/HAConnectionFactoryUnitTestCase
|
i have never use unit test cases for jboss as,
is there any doc about it ?
is it right to use jruni
is there any example about custom switching order ?
i tried to use this in jboss 5.0.0.beta2 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091479#4091479
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091479
hi awclemen
Thank you for your post.
i have one another question :
what does it mean wrong partition name ???
what is here incorrect :
| screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151
|
__
Regards
Paata.
View the original post :
http://www.jboss.com/in
hi all,
i use jboss 4.2.1.GA
i have multiple jboss app. servers on network, all of them has different
partition name.
i use partition name parameter on startup script:
| screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151
|
| screen ./run.sh -c all -b 0.0.0.0 -Djboss.pa
Thank you very much,
ok, i will try to use multiple datasources before jboss 5 release.
so, is there any deadline for jboss 5 release ? when will be jboss 5 release ?
now latest version is jboss-5.0.0.Beta2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408283
"vickyk" wrote : anonymous wrote : "BL implemented in URLSelector"
| BL means Bussiness Logic :)
| I am stopping here as your Jboss related issue has been sorted , it is now
APPLICATION DEVELOPMENT/DESIGN work , you need to HIRE jee developer :) .
|
great thanks for your rich advices :)
ok vickyk, i will try to explain my task,
in my company we have two billing system:
1. Online(Realtime) Billing and
2.Offline Billing
1. online billing is pure java program which uses oracle timesten in-memory
databases.
2. offline billing is java (EJB) application(s) , which is on jboss and
yap,
i understand what you say but i think that this is not good way,
i have approximately 100 session bean where i use data sources.
do you think that if i did what you say into onMessage and then all sesssion
beans get datasources from this message driven ben is good idea ???
i thought that
i can't fount and documentations about it :(,
if you know please post it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082036#4082036
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082036
_
thank you,
i don't want that you help me to write my application code.
simple, i need to understand.
ok, i will not use URLSelectorStrategy.
how i can handle switching of appropriate DS?
may i use ha-xa-datasources and implement ConnectionChecker and ExceptionSorter
classes or simple add multiple
i think you mean that i can write SampleUrlSelector class and put into the
$JBOSS_HOME/server/default/lib directory,
am i right ?
as you told on this topic :
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110391&postdays=0&postorder=asc&start=10
anonymous wrote :
| All you need is t
great thanks vickyk for your posts,
i have message driven bean, and if i got some message i want to switch
database, message contains information which database must i use?
is it possible ?
i will read yuor links, Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
hi again,
i have another question about failover,
i want switch database manually, all databasese for jboss are working but i
want switch manually from one to another.
is it possible ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081958#4081958
Reply to th
"vickyk" wrote : 4.2 Changes
| | As of JBoss 4.2.x the url-delimeter property has been updated to fix
the typo. The property is now correctly named url-delimiter.
| Read this from the following link
| http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCADatabaseFailover
|
| So verify wha
hi all,
i tried to use database failover by ha-xa-datasource.
my database configuration file looks like :
1.oracle-ha-xa-ds.xml
|
|
| XAOracleDS
|
| false
|
oracle.jdbc.xa.client.OracleXADataSource
|
| jdbc:oracle:t
"wolfc" wrote : Please try the following:
|
hello wolfc, i did what you say, but on flush i got this error :
| 10:08:19,946 ERROR [STDERR] javax.persistence.TransactionRequiredException:
no transaction is in progress
| 10:08:19,947 ERROR [STDERR] at
org.hibernate.ejb.AbstractEntityMa
i could not resolve this problem yet:(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074658#4074658
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074658
___
jboss-user ma
Hello Ta
Great Thanks for your post, i tried to this for couple of moth and could not
resolve this problem.
and ok, i did what you say i got another problem when i tried to persist in one
method whats ok, there is no information persisted in database, but when i
tried to flush on other method i
yes it is possible to do this, but i don't want bean managed transactions.
is it possible what i did ?
i think that extended persistence context disables automatic flash on database,
maybe i will use bean managed transaction if i will not resolve this problem.
Thanks jc7442 anyway.
View the
"jc7442" wrote : Maybe you can try to use a bean manage transaction:
| @TransactionManagement(TransactionManagementType.BEAN)
| |
|
| Then you will have to begin and commit transaction by yourself.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073
any idea???
i need it so much :(.
did i something incorrect ? :(
Thanks In Advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073811#4073811
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073811
"ALRubinger" wrote : Looks like you'd just like an Extended Persistence
Context, so that your EM isn't flushed to the DB automatically at JTA Commit.
|
| http://docs.jboss.org/ejb3/app-server/tutorial/extended_pc/extended.html
|
| S,
| ALR
Great Thanks for your posts,
i did what you s
good day,
i need something like that :
| @Stateful
| @Remote(TestFasade.class)
| public class TestFasadeBean implements TestFasade {
|
| @PersistenceContext(unitName = "Oracle")
| private EntityManager oracleManager;
|
| @TransactionAttribute(??)
| p
it works, fine,
thank you very much.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073044#4073044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073044
___
jboss-user mailing
"waynebaylor" wrote : The InheritanceType.JOINED is a "table per subclass"
strategy. So you don't need a discriminator, which is probably why it was null.
i did what you say, but problem not resolved.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072843#4072
hi all,
Enviroment:
JBoss - 4.0.4GA
DB - Oracle 10g
EJB - JBoss EJB 3.0 RC7 - FD
i have 3 table into database
Root Table :PAYMENT_METHOD_DATA
first Child Table : BANK_TRNSF_METHOD_INFO
second Child Table : SCRATCH_METHOD_INFO
in java i have inheritance joined strategy, the
hi all,
i tried to use faces messages for ajax commandbutton (a4j:commandButton)
but message is not appears, i got warnind on server side :
| 23:15:48,021 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued,
but may not have been displayed.
| sourceId=null[severity=(INFO 0), summary
is there anybody who can help me ? :(
i can't build seam manually from cvs repository.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066726#4066726
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066726
hi all,
i got jboss seam from cvs repository ( 20.07.07),
but when i tried to build it by ant, first i got warnings :
| [java] [INFO] artifact org.apache.maven.plugins:maven-resources-plugin:
checking for updates from repository.jboss.com
| [java] [WARNING] repository metadata for: 'arti
hi Peter Muir,
i tried to use your selectitems-1.1.1beta2, but i got an error like this :
| avax.faces.el.PropertyNotFoundException:
javax.el.PropertyNotFoundException: /home.xhtml @23,117
label="#{application.remark}": Property 'remark' not found on type
org.apache.catalina.core.ApplicationC
i did it by jsf params, is it correct way ? i don't like url parameters. can
anybody tell me another way ??
it someone want this component i can give it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065648#4065648
Reply to the post :
http://www.jboss.com
hi all, i use seam project.
facelets for navigation.
i saw dvd store example into seam examples.
i like it very much, i need menu like there. there is menu build on and
|
|
| ..
| ...
| ^
|
i did also this into my example, but i have richfaces tool
this files identical with dvd example files,
why this is not working :(,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060788#4060788
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060788
__
HI lowecg2004, i saw log and i found this :
| 04:03:56,515 INFO [Component] Component: org.jboss.seam.core.init, scope:
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
| 04:03:56,559 INFO [Initialization] Installing components...
| 04:03:56,593 INFO [Component] Component: a
| 23:29:37,796 WARN [JpdlXmlReader] process xml warning: warning: no
swimlane or assignment specified for task '
|
|
|
| '
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060667#4060667
Reply to the
"kukeltje" wrote : I think he means JBoss IDE 2.0 Beta2
|
| No the debug is not an error it is for executing timers and async jobs
|
| JBoss IDE 2.0 beta 2 includes an old GPD (3.0.9 afaik) so the answer Koen
gave is probable the most correct. Try the latest GPD
hi guys ,
Thank you for
hi lowecg2004,
first of all thank you for your post, i tried all versions of seam and jboss
application server,
is this so difficult that use seam and richfaces together ???
i already tried this for a week but could not resolve :(
environment :
1. JBoss AS 4.2.0GA
2. Seam 2.0.0.BETA1
3. Richfac
and when i look on server log i this messages recursively :
| 05:50:38,554 DEBUG [JobExecutorThread] acquiring jobs for execution...
| 05:50:38,554 DEBUG [JbpmContextInfo] creating jbpm context with service
factories '[tx, message, scheduler, logging, persistence, authentication]'
| 05:50:3
os - suse linux
jbpm - jbpm-jpdl-3.2.GA
eclipse - 2.0.0beta2
example - [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted[url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060474#4060474
Reply to the post :
http://www.jboss.com/index.html?modu
hi all,
i have problem with deployment, can anybody help me, is this known issue ?
i found this problem here in this forum but i can't resolve this problem yet,
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050482#4050482
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951326#
"colablade" wrote : since IDE 1.6, the deployment is done as the following:
|
| open ur processdefinition.xml in the IDE and u'll find 5 tabs underneath
the 3rd is 'deployment', click on it, and there it is.
|
| actually, there're explanations at
http://wiki.jboss.org/wiki/Wiki.jsp?page
hi all,
i am newbie with jbpm, i found this
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
for example,
i have done everything but i can't deploy project
anonymous wrote :
| Right click on the StartersProcess?.par folder in the left hand project
window, and select Deploy Process
can anybody help me ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059789#4059789
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059789
___
jboss-user mailing list
jboss-use
i have one simplest question, i use seam and richfaces, i need separate
database business layer and presentation layer - user components (its managed
beans),
how i can call ejb components from managed bean (for example richfaces treenode
bean) ??? i tried to use @EJB annotation but it does not w
can anybody help me ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059576#4059576
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059576
___
jboss-user mailing list
jboss-use
if i remove generate tabpane from database and set simple string, everuthing
works fine, tree also work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059534#4059534
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40595
"g00se24" wrote : You don't need
|
| | @In(create=true)
| | EntityManager entityManager;
| |
|
| @In should be sufficent
|
| Greets
HI ALL,
Thank you very much for your posts, i tried everything but myu problem still
appears,
problem is not on first time, i see tabpane a
hi all,
i have template using facelets, i have left menu and body pages, both of them
has session beans, in the left menu bean i have generated richfaces
HtmlPanelBarItem component, for leftmenu, in the body page i have richfaces
tree componet generated from it's bean. all works fine i see Pa
i could not resolve this problem yet,
is there any jboss configuration or something like this, which can resolve this
problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055112#4055112
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
is there anybody who knows how to catch redeployment event ?
Regards,
Paata.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054598#4054598
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054598
___
hi all,
i have one stateless session bean and into this bean i have one destroy method :
| @PreDestroy
| public void destroy() {
| try {
| sender.disconnect(); // This is my Fuction fot some busness
logic
| com.magti.common.srvprov.Constants.print
sorry, limousyf is right, i wanted to say "very good job guys "
:))
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051593#4051593
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051593
__
"[EMAIL PROTECTED]" wrote : We are working hard on it.
|
| We are still in the process of preparing the code for opensourcing - but
stay tuned. Hopefully I'll soon be able to give you a download link.
|
hi,
it's very very good job gays.
View the original post :
http://www.jboss.com/in
is problem with faceltes or seam ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049709#4049709
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049709
___
jboss-user mailing l
you must get jboss seam from CVS and after all works fine for jboss 4.2.0GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049701#4049701
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049701
__
hi all,
i have page navigation from login page.xhtml to /inbox/maillist.xhtml but it
does not working, because i have maillist.xhtml into inbox folder, if i move
this page into root directory it works,, is there any specific configuration
?
my example code :
1. login.page.xml
|
|
Great Thanks fernando_jmt,
did you know documentation url about new jboss seam ???
i have another simple qusetion,
i wrote this into my authentication bean :
FacesMessages.instance().add("User does not exists");
if user not exist . it works but on client side i see two messages :
# User doe
hi all,
i updated my jboss application server to 4.2.0GA and also i got seam from CVS.
i tried to run simple seam-gen project,
everything works fine, but when i tried to use database level authentication i
got an error like this :
| javax.el.ELException: org.jboss.seam.RequiredException: In att
i found it,
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049275#4049275
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049275
___
jboss-user mailing list
jboss-user@
hi all,
how i can generate empty simple application project using seam gen which
supports richfaces ?
is it tested seam and richfaces for jboss as 4.2.0ga ?
Regards,
Paata
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049262#4049262
Reply to the post :
htt
hi jboss team,
is there any news about this project ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049194#4049194
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049194
___
"[EMAIL PROTECTED]" wrote : The Seam 1.2.1 release was designed to run on JBoss
4.0.x. Current Seam CVS is set up for JBoss 4.2, but is not yet considered
production ready.
|
| However, basically what is required is just to change your config files for
JSF RI instead of MyFaces.
Thank you
hi all,
can anybody give me links for seam 1.2.1 ( i could not work jboss 4.2.0ga
application server and jboss seam 1.2.0ga)
i can't get 1.2.1 from cvc,
if someone can post link here .
Regards,
Paata.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049080#4049
can anybody help me how i can write java stored procedure into ejb 3.0 ?
how i can get connection from EntityManager ?
here is some example above, but there EntityManager has delegate method...
i can't find delegate in my EntityManager class, it doaded from
ejb3-persistance.jar file,
Regards,
hi all,
can anybody tell me why is so slow remote call?
it takes 200 millisecond per call ?
can i tuning something ?
client and server are on different machines,
is it possible that, this is reason of network traffic ??
Regards,
Paata.
View the original post :
http://www.jboss.com/index.html?m
hi all,
am trying to resolve this problem for a week,
could anybody help me please ?
i download jbossws 1.2.1GA
there is example and i am trying to run it.
1.EndpointInterface
| import java.rmi.Remote;
| import java.rmi.RemoteException;
|
| import javax.jws.WebService;
| import javax.
hi all,
i have topic about this on this forum
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=106866
i want performance tuning of jboss application server and my ejb 3.0 project,
there i post my server parameters
anonymous wrote :
| 1.AS - JBoss Application Server 4.0.4GA
| 2.Databas
1 - 100 of 191 matches
Mail list logo