anonymous wrote : But it doesn't hurt to have it in two places people won't
read ;-)
:-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980916#3980916
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980916
___
hi sam,
i was not online for the past couple of days. so couldnt reply.
coming to the problem you are facing, i guess u didnt configure ur
hibernate.cf.xml
anyways, i will try to produce that error at my side and will try to find a
solution.
regards and thanks
diwa
View the original post :
Hi all
i am new bee to jboss and ejb.
i am creating my first ejb. i failed initialise ejb home interface because my
context.lookup("java:/comp/env/ejb/Fibo") local environment entry is failing.
i am getting following error when i try to run this
Fibonaci Computation
null object name java.lang
G'day
I do use it, but I will let you decide if the UserTransaction stuff would be
better.
I use it probably out of a bit of laziness, I will try and explain: I have an
Entity (lets call it mum) which I also use as a backing bean for a form. it
has a collection of objects (Entity as well) on
Hi Kalvin,
it's a bug in the plugin I believe.. please check thegenerated webservices.xml
file and remove the leading ":" in the wsdl-port element.. this is fixed in the
nightly builds..
hope this helps!
regards,
/Ole
eviware.com
View the original post :
http://www.jboss.com/index.html?mod
To get a standalone install of JBoss messaging, you need to get the JBoss
Application server distribution (we use 4.0.4.GA) and the JBoss Messaging
distribution (currently 1.0.1.GA).
Unzip the JBoss Application server distribution to wherever you want JBoss to
be installed.
Set the JBOSS_HOME
Hi Luke2006
I am new to ejb. I am getting the same exception. if you come across the
problem please let me know how to fix it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980908#3980908
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
We would like to implement something similar to this to get a basic level of
redundancy for generating and receiving messages. Is there any reason why this
wouldn't work i.e. should the two connections be completely independant of each
other?
View the original post :
http://www.jboss.com/index
Hi All,
I have Three MDB's in my project. The message sending is done without any
problem causing to application. But I receive following Exception. I want to
know hoe to remove this. Any help is appriciated.
--
20
Ben,
Can you please guide me to get around this.
How should i subscribe for the event ??
Thanks
Susha
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980905#3980905
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I do start a simple jmx mbean in the 2.0 release. Jerry, if you have time to
help out, ping me.
But again, for the simple cache stats, I don't see why it won't work though?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980902#3980902
Reply to the post :
ht
I have a feeling that your pojo is not instrumented correctly. Do you run
"aopc" with that first?
Also you can run the PojoCache examples that comes with the distro to get you
started.
-Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980901#3980901
Repl
I should say that I am on OS 10.4.8 running JDK1.5 with JBoss-4.0.2 and the
mysql db is running locally.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980900#3980900
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39809
I managed to find a solution. This is just for the reference
include a sar file with class that implements schedulable.
then include that in to the ear,
then schedular works ok
if any suggestions pls let me know
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
i have managed deploy schedular in an ear. This is how I did that.
I created a sar file with the scheduler class. then ine jboss-service.xml of
the sar include schedulable entry for the schedular instead of inside the
default/conf/jboss-service.xml. now the system works well.
if any suggestion
oh, do you mean I have to create an ear file before I create the project, but
not at the end?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980897#3980897
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980897
Sorry, I cannot find the panel you mentioned in the new EJB Project wizard. Can
you specify the path in Eclipse please? For example, the project is called
"Calculator", then what's next
Cheers
Ming
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980896#39808
I am unable to get my app to connect to a running instance of mySQL. I can
connect to it via Eclipse IDE using a URL:
jdbc:mysql://localhost:3306/mydb
But in my mysql-ds.xml file I have this:
MySqlDS
jdbc:mysql://127.0.0.1:3306/mydb
com.mysql.jdbc.Driver
user
none <
Hi All,
i want to upgrade the jboss from 3.0.8 to 4.0.5.
In 3.0.8, it is using jetty not tomcat.
the setting configuration is difference to the 4.0.5.
My Database is using hypersonic.
how to setting connect my database.
i try to change the file "hsqldb-ds.xml"
jdbc:hsqldb:hsql://localhost:4467
wh
i've got the same question.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980893#3980893
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980893
___
jboss-user mailing list
jbo
Hello,
I am getting an error when deploying the following walkthrough example.
http://www.soapui.org/jbossws/topdown_example.html
Here is the error log:
22:08:26,306 WARN [PortComponentMetaData] element in
webservices.xml not namespace qualified: :HelloWorldPort
22:08:26,540 WARN [JSR10
Actually it is here
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources
anonymous wrote :
| Note: JBoss does not recommend using this feature on a production
environment. It requires accessing a connection pool remotely and this is an
anti-pattern as connections are not serializable.
anonymous wrote : Note, exposing a DataSource remotely is *not* encouraged.
Mentioned this in the wiki as well so that this need not be repeated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980890#3980890
Reply to the post :
http://www.jboss.com/index.ht
The logs are not showing any errors except the one that you mentioned. Looking
at the other war files that are getting deployed, i can see logs like:
anonymous wrote : 00:12:15,086 INFO [jbossweb] Registered
jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker
anonymous wrote : 00:1
Note, exposing a DataSource remotely is *not* encouraged.
But yes, that is the issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980888#3980888
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980888
Looking at your stacktrace it appears that you are looking up the datasource
from a standalone java class. This will not work since datasources are not
exposed remotely. Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient
for more details
View the origi
anonymous wrote : What I want to do is to keep track of the user originally
called the first bean and execute it with his identity.
AFAIK, that's not possible(someone can correct me if i am wrong). The reason
behind this being the MDB is invoked by the server and not by the user who puts
in th
anonymous wrote : 2006-10-25 21:10:19,625 ERROR [STDERR] Debug:
AccountControllerBean getAccountsOfCustomer
| 2006-10-25 21:10:19,625 TRACE [org.jboss.security.SecurityAssociation]
getPrincipal, principal=200
| 2006-10-25 21:10:19,625 TRACE
[org.jboss.security.plugins.JaasSecurityManager.d
Also, I'd like to note that our application works fine when used with ActiveMQ.
We can stop either or both of the JMS Servers and re-start them without having
either of them effect each other.
We use the following properties when connecting to JBoss Messaging Server:
Hashtable properties = new
I downloaded the DR release and was able to bring it up without any issues,
Nice Job ;-)
It would be nice to see you get rid of the html login page and put it into a
portal (it would make the whole system really look top-notch)
Overall, it looks and feels really good...really like the DnD!!!
I understand. I thought there might have been some problem when you first
added it, so I thought you might try deleting it and adding it again.
My configuration is JBossIDE2.0beta2 bundle and JBoss4.05. I am using a Java 5
JDK. Assuming you followed the same steps, I wonder what could be diff
When you create a new project as previously described, the first panel in the
new EJB Project wizard has a group box at the bottom named 'EAR Membership', in
this group box is a check box 'Add project to an EAR'.
If you check this box, a new EAR project will be created for you automatically.
When you create a new project as previously described, the first panel in the
new EJB Project wizard has a group box at the bottom named 'EAR Membership', in
this group box is a check box 'Add project to an EAR'.
If you check this box, a new EAR project will be created for you automatically.
Hi there,
Thanks for clearing my doubt. The information prove to be handy.
Good Day.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980879#3980879
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980879
Hi,
Just curious ... on how people Unit test MBeans. I have read on some mailing
list about treating MBeans as regular Java Beans and unit testing them as you
would any other java class. I find it really difficult to follow this approach
as, much as I would like to, MBeans have StateString whic
You mean PT60S, right? ;-)
We have a weird issue here. What is the polling interval? Does the service get
invoked?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980876#3980876
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
We are looking at clustering the middle tier for one of our products. This
product is a 3-tier j2se application that uses jdo. Clustering between the
middle tier and the back end can be handled by the jdo implementation. We want
to stay with jdo if possible. We also are going to stay j2se.
OK, I believe everything is fixed now. I've just made some really significant
(hopefully non-breaking) improvements to the test harness.
Direct use of new Script() is now deprecated, tests should start using new
FacesRequest() and new NonFacesRequest().
Especially, if you have a pageflow that d
I'm just finding my way around Eclipse and JBoss. I have installed Eclipse 3.2
and JDK 1.5. I presume that if I install JBossIDE for Eclipse 2.0.0.Beta2
using the Eclipse Install/Update manager, I will will able to upgrade to the
stable versions of JBossIDE for Eclipse 2.0.0 and thereby elimin
anonymous wrote :
| The approach I was trying to use:
|
| AEntity a = manager.find(AEntity.class, aId);
| manager.lock(a, LockModeType.READ);
|
| I think now it's not the way to go, because it's not atomic: Different
competing threads could adquire an entity representing that dat
I have security in my app, this works fine but what I wanted is to access one
of the pages directly without prompting me to the login page.
how can I disable the security on a certain page?
my security constraint code is:
LoginResource
Require users to authent
Set the class loader up in jboss-web.xml , see:
http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd
You'll need to bind your classloader to the MBeanServer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980864#3980864
Reply to the post :
http://www.jboss.com/in
I need to get a user from a Servlet Request parameter and propagate it to EJB
layer. But it is not happening!
Thanks in advance for your help.
This is the excerpt from login-config.xml. Note that I am using
ClientLoginModule:
|
|
|
|
|
Thank you for the prompt replies. Unfortunalty removing the mbean from the
subscription does not stop the messages from coming in. Is this something by
defeault all MBeans register to?
this is what I removed:
|
|
|
|
anonymous wrote :
| If you're using 1.2alpha, then the only config that is currently up to date
and working is the config for mysql.
|
Yes, i'm using 1.2Alpha1. Thanks for the response.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980859#3980859
Rep
I figured it out, and it was a bug in the code (one that had already been fixed
after I checked out the project), and not related to upgrading.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980860#3980860
Reply to the post :
http://www.jboss.com/index.html
Hi;
I search a good implementation that allows to get and send of JMS messages
using any JMS provider (MOM) with of JMS message containing XML file or Java
objects (I use Jboss as Server).
regards;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980857#39808
OK, the first problem is fixed in CVS, along with another bug to do with
pageflows. Please test it for me, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980855#3980855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Hi, What is the seam time out period by default. how can we control it. Can you
please explain me in/out in detail if any regarding this. Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980854#3980854
Reply to the post :
http://www.jboss.com/index.html
Thanks. That'll be helpful.
The resource bundle change is something that I could use now. If you want to
discuss possible implementations I might be able to contribute it over the next
month or so.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980853#3980
You set a different Manager implementation like so:
@Name("org.jboss.seam.core.manager")
| public class MyManager extends Manager
| {
|//do anything you like
| }
I have considered allowing page-scoped resource bundles, for other reasons, and
we may well do this at some stage.
View t
I could work with it, although I'm not sure how to set a different Manager
implementation. Just a thought though, how about the ability to define a
resource bundle in pages.xml that would be used by the resourceBundle component
to override the default values? Something like that could be usefu
OK, I'll make a protected method on Manager that you can override and do
whatever you like ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980848#3980848
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980848
___
You can use the /faces/* servlet mapping. The Seam blog example uses that style.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980846#3980846
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980846
__
That was a bit vague I guess. Depending on what part of the application is
being accessed. In other words, something like "No Conversation" or "Operation
timed out" are fine for areas where the users are familiar with the application
(administrators perhaps) but other areas might require a bit
In which jar is that located? I don't see it in 1.0.1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980841#3980841
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980841
___
Looks like a nightly build. Appears to be new as of your comment on 10/12.
http://jira.jboss.org/jira/browse/JBSEAM-95
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980844#3980844
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Sory to cross post (I also posted in the messaging forum) but this seems like
it may deal more with remoting.
I'm using Jboss 4.0.5 and JBoss Messaging 1.0.1.
What is happening is that I'm looping through a list of items and sending each
item in the list off to a queue that has an MDB listening
I have a custom login module (Plain JAAS), tested with tomcat/oracle/jetty.
I configured Jboss to use it (jboss-web.xml and login-config.xml).
The log shows the login module working. It shows me all the roles.
but after login I get a 403 denied page.
The login module I made is base on this:
http
"[EMAIL PROTECTED]" wrote : You have to go to URL of the form:
|
| http://localhost:8080/myapp/foo.jsf
|
| Not:
|
| http://localhost:8080/myapp/foo.jsp
|
| This is a standard JSF thing.
|
Why must I use:
Faces Servlet
*.jsf
can't I just define:
Faces Serv
Alex, thanks. Now I tested wait up to PT60M and it worked.
But I encountered another problem: it does NOT work when I put a wait before
and a wait after an invoke of a partnerLink, for example
It timed out.
Just for reference, it works and gives 10 seconds wait if I put the 2 waits
together
Turns out I was wrong. With ejb3 I can specify the security domiain in
jboss.xml as just:
other
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980838#3980838
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39808
There will be one instance, but make sure you add an @Synchronized annotation,
since SFSBs do not support concurrent calls.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980836#3980836
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Sorry? Depending upon what?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980837#3980837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980837
___
jboss-user mailing list
jbo
What if one wanted to use a different message depending on the circumstances?
It seems like it would be nice to be able to define a key besides
org.jboss.seam.NoConversation in the pages.xml file along with
no-conversation-view-id.
View the original post :
http://www.jboss.com/index.html?modul
I am using an APPLICATION scope Seam component (SFSB) to manage some
configuration data:
@Stateful
| @Name("appConfig")
| @Scope(APPLICATION)
|
| public class ConfigurationManagerBean implements ConfigurationManager,
Serializable {
| ...
| }
I'm using this componet within sever
OK, I made it public again.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980831#3980831
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980831
___
jboss-user mailing list
jbo
I'm using the lastest AS and WS. My Webservice uses a complex object as a
paramter (i.e. java.util.List as attribute.) The webservice deploys, but the
complex object in the generated WSDL is empty. How do I get JBossWS to generate
a WSDL with the complete object model?
Is there anyway to provid
Hi,
i am having an issues with my application being unable to connect on
localhost:1099. I suspect there is somethign wrong with the server because the
JNP ip is 0.0.0.0
I am running Fedora Core and the JBoss is started from Eclipse 3.2
Here is the server start log:
| 15:54:29,917 INFO [
I can't reproduce this, the following works just fine for me:
@Name("username")
public class Username
{
@In User user;
@Unwrap
public String get()
{
return user.getUsername();
}
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980828#3
Take a look at the following links. I think you will need to uses arrays.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC4.html#wp130550
http://www.w3.org/TR/wsdl
http://schemas.xmlsoap.org/soap/encoding/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39
Check the jbpm_id_user table to make sure the users are in it. I believe you
will see that message if the users do not exist in the table.
http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31DataModel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980826#3980826
I seemed to get around it with the following code.
But does anyone know if im on the right track here? Is openSession() worse than
getCurrentSession()?
Session hsession = null;
| try {
|
| InitialContext ctx = new InitialContext();
|
|
hi all,
i am deploying EJB3 webservices on jboss4.0.4..
the problem i have is that, no matter the fact that my server is running on
port 9080, the Endpoint address of my webservice is always at
http://localhost:8080/...
here's what i have when i view services deployed in jboss
| Regi
hi mwr0707
when you are talking about
"This approach exposes the new productivity features in 2.x that allow
automatic generation of interfaces, deployment descriptors, (and the EAR too!)
without having to fill in XDoclet tags or configure Xdoclet and Packaging as
described in the 1.x tutoria
Could you please submit a simple, runnable testcase to JIRA? Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980821#3980821
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980821
__
Thanks for the reply.
I've been searching the forums and web - and XMBeans does seem the way to go,
but all the posts I have seen refer to setting the persistence within the
descriptor (which of course I don't have). Doing the same thing 'in code' is a
completely different kettle of fish, and e
Hi,
I want to use enumerations in wsdl. I've a ejb3 exposed web service deployed in
jboss 4.0.4 GA.
I tried defining a java class with static final constants , but it the
constants wont show up in wsdl. I also tried using enums in a java class, that
also wont show up as enumerations in wsdl. Is
Good point. This could be related to the problem I am having with SeamTest and
the new 1.1BETA1 version.
I guess one could simply override the SeamTest.init() method and Annotate it
with @Configuration(beforeSuite = true) instead of the
@Configuration(beforeTestClass = true). Don't know how if
Hi
I am trying to download JBOSS Federated SSO as mentioned on 'Getting Started'
page, but nothing is available there. Please can anyone tell me from where we
can download this and start evaluating. We are currently using JBOSS
application server and have to implement this functionality.
Tha
When I use @In and @Unwrap in the same seam component, all the injections are
null (at least in the @unwrap method).
Seems in BijectionInterceptor class, all be disinjected just after inject to
the component.
@AroundInvoke
public Object bijectTargetComponent(InvocationContext invocation)
I have some code that sends a message (pub/sub) to an MDB, and then uses a
TemporaryTopic to try to get a response. The MDB gets the request and publishes
a response within a second or so, but it never gets to the client. Any
suggestions would be great. Here's my code:
| InitialContext ctx =
I have a jboss based application from a vendor. I've modified the configuration
(with the vendor's assistance) to permit multiple instances of jboss to run,
under different users. Recently I reinstalled one of the instances, and it
subsequently failed to start.
I have since been through all of
I bootstrapped it the container on its own as well. But if you test several
SeamTest classes it will still rescan the components every time and complain
about several phase listeners, right?
Ok it comes to question 3) then ..
Jens
View the original post :
http://www.jboss.com/index.html?modul
What operating system?
All JBoss developers are on different OSes (for the most part) and this is the
first complaint of its kind I've heard.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980809#3980809
Reply to the post :
http://www.jboss.com/index.html?m
"cnsxxx09" wrote : How can I persist my mbean's attributes and also get them to
restart when JBoss restarts?
|
| I'm *not* physically creating my MBeans and dropping them into the deploy/
directory. Instead I'm dynamically creating one-to-many instances of the same
MBean
It is likely that
Hi,
I downloaded and deployed version 2.6 DR and it works amazingly well for a dev
release. The DnD stuff is great!!
Thanks for doing early releases.
I got one question: the responsiveness of the 2.6DR version of the portal is
very low. If I minimize or maximize a portlet, it takes around 4 sec
I have a portlet that is EDITable. In my portlet class, I have the following
| protected void doEdit(RenderRequest request, RenderResponse response)
throws IOException, PortletException {
| response.setContentType("text/html");
| PortletRequestDispatcher dispatcher =
getPortletC
I temporarily solved the issue by writing an EJB3 MDB interceptor that blocks
the execution until the server up signal is available. While not ideal it works
very well.
It would be nice to have the same feature that is already available for EJB2.x
MDBs to the new EJB3 ones though.
Thanks,
Flor
Using version 4.0.4.GA.
jboss.xml
http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";>
java:/jaas/dukesbank
AccountBean
MyAccount
CustomerBean
MyCustomer
TxBean
MyTx
I am trying to get the orm.xml file recognized. It is stored in my projects'
EJB-sub project /ejbModule/META-INF but it ends up in the WAR in WEB-INF/lib.
Even so, i still get the error message:
anonymous wrote : 13:13:09,328 INFO [Configuration] Reading mappings from
resource: orm.xml
| 13:
Has anyone of you seen and fixed this err :
No ManagedConnections available within configured blocking timeout ( 6 [ms]
)
Thanks,
hunki
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980798#3980798
Reply to the post :
http://www.jboss.com/index.html?m
2) I have been bootstrapping the EJB Container myself and setting the
org.jboss.seam.core.Ejb to false in components.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980795#3980795
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I am using JBOSS 4.0.4-GA, J2EE1.4 and XDoclet 1.2.3 I have so far created
three Stateful EJBs all of which have this following problem (code included
just for one):
The following code:
| Object objref = initial.lookup("java:comp/env/QuestionFacadeHomeRemote");
|
Returns the following err
What is the syntax for configuring the new feature in
4.0.5. I cannot find any examples.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980793#3980793
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980793
___
How was this resolved? any idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973489#3973489
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973489
___
jboss-user mailing lis
I have just upgraded Seam to 1.1BETA1 and some of my jPDL pageflow unit tests
have stopped working. Here are some issues:
First: if you don't define a 'redirect' tag for each page node, you get a NPE:
Pageflow.java:
|private void navigate(FacesContext context)
|{
| Page pag
My problem: I am trying to get transactions working with hibernate 3 and jboss
4.0.4.
I deployed my har file and it worked. I can get a currentSession() from JNDI,
but I cannot get a transaction to work. It throughs Unable to locate current
JTA transaction exception.
I'm not using EJBs, ra
Hi All,
I want to store some information related to a process definition. I know for
each process instance there is a context object to store information. Is there
any places to put definition level data? Thx!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
anonymous wrote : In Seam what are the best guidelines for determining
when/when not to use SLSB/SFSB?
This is an interesting question. I think the answer depends on style/what you
are doing.
I'm increasingly using the pattern of a stateful component to manage the flow
and a stateless 'servic
1 - 100 of 231 matches
Mail list logo