[JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1
by petemuir
"avbentem" wrote : [How can we assure the "Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer" will be removed when Seam 1.3 is released? Should I add an issue to JIRA? This will also apply to the Getting Started, which is already outdated anyhow. Of course, we can change the wiki ourselves.
Yeah, add a JIRA issue if you like...
anonymous wrote : - optionally edit build.xml to read something like the following (I guess this should be fixed in CVS):
| <property name="version" value="1.3" />
| | <property name="patchlevel" value="0.SNAPSHOT" />
We up the version number at release.
anonymous wrote :
| - when getting compile errors in GWTRemoteService
|
CVS is compiling fine for me with the libraries in lib/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037576#4037576
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037576
19 years
[Installation, Configuration & Deployment] - Re: Jboss install
by PeterJ
That is not the problem. You are using the second PortableRemoteObject class, look at the import statement.
First, a suggestion. When posting code, bracket it with the [ code ] [ /code ] tags (without the spaces). You can do this easily by selecting the code and clicking the Code button.
Is MyTestSessionHome an interface or a class? It should be the interface if it is not.
The other thing to do is use the jmx-console to list the JNDI names. Use the list() method on the jboss:service=JNDIView mbean. This will list out all of the names, look up the name you are interested in.
Are you using EJB3? If so, you might want to try the name "ejb/test/MyTestSessionBean/remote".
Finally, if the EJB is running in the same app server you could always look up the local interface, in which case you don't need the PortableRemoteObject call.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037574#4037574
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037574
19 years
[JBossCache] - Re: TimeoutException occuring on one node of jboss cache
by raghavendray
yes. it is the same.
when Websphere was started with Debug enabled, we got the following message:
anonymous wrote : [2007-04-16 14:32:12,027] [INFO ][org.jboss.cache.TreeCache#1253] - interceptor chain is:
| class org.jboss.cache.interceptors.CallInterceptor
| class org.jboss.cache.interceptors.LockInterceptor
| class org.jboss.cache.interceptors.UnlockInterceptor
| class org.jboss.cache.interceptors.ReplicationInterceptor
| [2007-04-16 14:32:12,032] [INFO ][org.jboss.cache.TreeCache#1094] - cache mode is REPL_SYNC
| [2007-04-16 14:32:23,108] [INFO ][org.jboss.cache.TreeCache#2977] - viewAccepted(): new members: [node1:48411, node2:46315][2007-04-16 14:33:24,380] [INFO ][com.orange.fraud.fpc.controller.ProfileCacheSingleton#177] - Loading profile rules into cach
| e, number of records identified are: 2109
| [2007-04-16 14:40:06,115] [WARN ][org.jboss.cache.TreeCache#3064] - status is 1 (not ACTIVE or PREPARING); returning null)
| [2007-04-16 14:40:20,306] [WARN ][org.jboss.cache.TreeCache#3064] - status is 1 (not ACTIVE or PREPARING); returning null)
| [2007-04-16 14:40:20,351] [WARN ][org.jboss.cache.TreeCache#3064] - status is 1 (not ACTIVE or PREPARING); returning null)
The last line is being printed continuously and we had to stop the process inorder to not flood the log file. As you can see in the log (in bold) it is showing 2 nodes as new members. Node 2 is being restarted but node 1 has been running. There are 2 other nodes which are not mentioned here.
I suspect there is something wrong in node 1 but not sure what exactly.
Another thing to note is this is happening only on production environment. We are not able to reproduce it on any other environment.
Thanks
Raghu
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037573#4037573
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037573
19 years